http://bugs.winehq.org/show_bug.cgi?id=9306
Summary: Wenlin hangs Product: Wine Version: CVS Platform: PC URL: http://www.trantor.fi/Download/wenlindemo319.exe OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
I helped a user on IRC trying get this running; You have to start with full path, otherwise it exits, but even after doing that it hangs for me. With native msvcrt it starts fine. A +relay log showed an endless sequence of this:
0009:Call msvcrt.clock() ret=004677ed 0009:Call KERNEL32.GetProcessTimes(ffffffff,0072fc20,0072fc18,0072fc10,0072fc08) ret=607dd2b4 0009:Ret KERNEL32.GetProcessTimes() retval=00000001 ret=607dd2b4 0009:Ret msvcrt.clock() retval=00000000 ret=004677ed
Even the simple example from msdn for clock() doesn't work in wine (it hangs): http://msdn2.microsoft.com/en-us/library/4e2ess30(VS.71).aspx
Looks like clock() needs some improvement