http://bugs.winehq.org/show_bug.cgi?id=9432
Summary: The fact that MEM_WRITE_WATCH is not supported (needed by Visual Basic) is blocking the installation Product: Wine Version: 0.9.43. Platform: HP OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: yolande@haneder.biz
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported err:seh:setup_exception nested exception on signal stack in thread 0037 eip 7bc60509 esp 7ffd9bf0 stack 0x7c5ae000-0x7c6be000 err:ntdll:RtlpWaitForCriticalSection section 0x7bc8ce40 "virtual.c: csVirtual" wait timed out in thread 0035, blocked by 0037, retrying (60 sec)
Seems to be needed by Visual Basic and is blocking the installation
http://bugs.winehq.org/show_bug.cgi?id=9432
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Severity|major |normal Keywords| |Installer Summary|The fact that |Visual Basic install hangs |MEM_WRITE_WATCH is not | |supported (needed by Visual | |Basic) is blocking the | |installation |
--- Comment #1 from Dan Kegel dank@kegel.com 2007-08-24 12:08:47 --- Which version of visual basic?
http://bugs.winehq.org/show_bug.cgi?id=9432
--- Comment #2 from Yolande Haneder yolande@haneder.biz 2007-08-24 12:22:32 --- C++ 2005 runtime (version delivered with my software). This message appeared every time C++ 2005 was trying to install, at the end I let this error running through up to the next stage, but I have problems running it C++ to the end.
IT is in fact C++ 2005 (probably light version) coupled with .NET (installed and running). Since the 2 hang together, I can't exacly tell whether it is required by C++ 2005 runtime or .NET, although I read that .NET is not using MEM_WRITE_WATCH.
Either way, my software is hanging without it. When I open one tools, it doesn't find another tool tied with it (like the slave tool unable to open the master tool).
http://bugs.winehq.org/show_bug.cgi?id=9432
--- Comment #3 from Yolande Haneder yolande@haneder.biz 2007-08-25 06:30:20 --- Edit:
On Wine 0.9.44, the slave application opened on its own the master application so it is not the problem or had been much improved. Master application crashed later on (will enter new bug).
http://bugs.winehq.org/show_bug.cgi?id=9432
--- Comment #4 from Yolande Haneder yolande@haneder.biz 2007-08-28 13:13:19 --- I read that the allocation type flag of MEM_WRITE_WATCH was 0x200000 (Track writes to memory) and that if it is not supported, then ZwAllocateVirtualMemory fails with status STATUS_NOT_SUPPORTED (seems quite a difference to what it is written at the time).
There are quite a few cases of NtallocateVirtualMemory through other dlls than CsVisual. Do you have an idea which ones would be affected by the virtual memory if one had to adapt the references to MEM_WRITE_WATCH?
Quote: The flag MEM_WRITE_WATCH is only valid in Windows 2000 (reference about NT/200). If the system does not support write watching and this flag is specified, ZwAllocateVirtualMemory fails with status STATUS_NOT_SUPPORTED.
http://bugs.winehq.org/show_bug.cgi?id=9432
--- Comment #5 from Yolande Haneder yolande@haneder.biz 2007-09-16 09:20:39 --- There seem to have been some good work in that way in the last weeks. At the moment I am using Wine snapshot Friday 14th since the open suse server is not working ans as it had been working once, Wine 0.9.45 was not there.
The above error is not coming so much in the new version (maybe once or twice instead or four, five times), some parts of Trados (synergy, SDLX) seem to install correctly.
There had been some good work making inactive windows to unload or to get in the background. I managed to get the license server working (will tell more in my review)
This had however been accompanied with a regression, the .Net is not working as well as it did in 0.9.44. Workbench, not loading in 0.9.43, was loading in 0.9.44 parallel to the .net being improved, not loading again in the next-to 0.9.45.
Trados for the first time freezes during the installation and some windows are not able to unload while reaching 100%.
I will add my complete test review once I get hold of 0.9.45 but I do not expect much.
Again, I can't do a regression test, I don't seem to be able to compile out of a .tar or to understand what to install for the GIT.
http://bugs.winehq.org/show_bug.cgi?id=9432
--- Comment #6 from Austin English austinenglish@gmail.com 2007-09-16 12:11:34 --- The guide is quite straight forward: http://wiki.winehq.org/RegressionTesting
Without doing the regression test, this bug will be closed due to a lack of information.
http://bugs.winehq.org/show_bug.cgi?id=9432
--- Comment #7 from Austin English austinenglish@gmail.com 2007-09-16 17:55:28 --- Ignore that comment, I misread the previous comment. I thought this bug was introduced by a regression, not that you can't test for what helped fix it.
http://bugs.winehq.org/show_bug.cgi?id=9432
Yolande Haneder yolande@haneder.biz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #8 from Yolande Haneder yolande@haneder.biz 2007-11-10 04:10:59 --- Seems not to appear anymore in 0.9.49
http://bugs.winehq.org/show_bug.cgi?id=9432
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Dan Kegel dank@kegel.com 2008-01-28 05:42:10 --- Closing all RESOLVED FIXED bugs older than four weeks.
http://bugs.winehq.org/show_bug.cgi?id=9432
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|HP |PC
--- Comment #10 from Dan Kegel dank@kegel.com 2009-05-29 18:59:41 --- Bugs marked "HP, Linux" probably should have been marked "PC, Linux" as HP really is for HP's HP-PA or Itanium systems, and very few people have those.