http://bugs.codeweavers.com/show_bug.cgi?id=565
*** shadow/565 Sat Apr 6 16:44:21 2002 --- shadow/565.tmp.25949 Sun Apr 7 18:18:37 2002 *************** *** 9,15 **** +----------------------------------------------------------------------------+ | Assigned To: wine-bugs@winehq.com | | Reported By: ah_duke@yahoo.com | - | CC list: Cc: | +----------------------------------------------------------------------------+ | Milestone: TargetMilestone: --- | | URL: | --- 9,14 ---- *************** *** 25,27 **** --- 24,38 ---- fixme:win32:SetCriticalSectionSpinCount critsection=0x653cf810: spincount=1000 not supported
the main process waits for the new process. the system hangs. + + ------- Additional Comments From tony_lambregts@telusplanet.net 2002-04-07 18:18 ------- + This is a nasty bug that effects wine when two programs are running. A lot of + the time this can cause a crash but if you run with --managed it might work. + This is what the command line could look like. + + wine --managed "c:\path to\program.exe" + + Give it a try and report back. + + PS: It looks like this is a duplicate of bug #460 +