http://bugs.winehq.org/show_bug.cgi?id=3972
--- Comment #24 from Yolande Haneder yolande@haneder.biz 2007-11-26 05:48:18 ---
--- quote ---
Are you talking about the app installer or the app startup afterwards? If your app installer does not explicitly request XP mode and wine fails at some point in installer Windows 2000 mode and succeeds in XP mode then its a wine bug, completely valid to be filed.
--- quote ---
I am talking about the fact that the net is installed as part of a package including but not limited to the .net. The whole installation is starting about a check of the underlaying system and thus you can't decide to install the net with 2000 and the rest with xp. It's not a bug, it's that my installer is installing at least 8 softwares at once and requiring the installation of 2 more before. Since I have no problem with the net, I don't want to break the rest
--- quote ---
My patch? I supplied a couple of proof-of-concept-patches/hacks required for .NET 2.x to be installing/running (see howto). I doubt you will see them all in next GIT snapshots, especially the guard page one. Just apply them when you're about to use .NET. And I don't understand what you mean with "cleared" ... if you're talking about your mysterious memory leak: I don't have any patches regarding this issue (I don't even know the bug id for this "leak").
One of your patch of last week cleared a problem I had since July - the fact that my app was crashing with a page fault when loading a file. I am greatly thankful for it. It was not meant to clear my problem but it did on the way.
Last summer I had the error like the one now: err:seh:setup_exception nested exception on signal stack in thread 009a eip 7bc621c9 esp 7ffdbbf0 stack 0x241000-0x350000 err:ntdll:RtlpWaitForCriticalSection section 0x7bc8d3c0 "virtual.c: csVirtual" wait timed out in thread 009e, blocked by 009a, retrying (60 sec)
Not knowing what it was about, I mentioned the error under C++. About last September, using another method, I learn from a error box from the .NET install software that it was kernel32 throwing this error.
Furthermore, after installing the net up to this error, I tried installing the .NET 1.1 using debug all and I saw that it was kernel32 in this case too that was not responding to a call.
Now its again broken somewhere between the GIT of the 17 and the one of the 21 and no regression test is possible on my side.
But in any case, any patch from you that gets accepted helps my app. and it is far more than a simple one.
I have been using the NET for 4 months now but thanks to you clearing my page fault error, I am now doing more than checking the license and opening windows.
THANK YOU FOR EVERYTHING