http://bugs.winehq.org/show_bug.cgi?id=36465
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
I can't reproduce the error.
Starting with 'fxlaunch.exe', a splash with a single 'confirm' button is shown.
The main user interface is built on dynamic HTML with news, forum sections and the like. The game will automatically detect and download updates. There is some server list view where one can select a server. The connection speed can't be detected as the game calls builtin 'ping.exe' which is just a fake app in Wine.
After clicking 'play' button another updater dialog is shortly shown. This belongs to 'GPK' ('Game Protect Kit') which looks like a better HackShield/NProtect clone.
Then the main splash is shown. At this point the game looks like it stalled.
It seems the builtin engine stresses the heap in very inefficient way (lots of small chunk allocations) and additionally the protection part (GPK) has watcher threads doing fancy stuff.
You can watch the train wreck by setting up a log file watcher
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Snail Games USA/Age of Wushu
$ tail -f bin/trace.log --- snip ---
It takes about 10 minutes until the blue process bar is moving for the first time. After some additional minutes the in-game login screen is finally shown and one can actually log in.
Can you retest with Wine 1.7.19 and tell where/when does this message show up? Provide 'bin/trace.log' if still present.
$ sha1sum AgeofWushu_download.exe a7101c50ce8deb33008da4ce044fca5e3add721d AgeofWushu_download.exe
$ du -sh AgeofWushu_download.exe 1.9M AgeofWushu_download.exe
$ wine --version wine-1.7.19
Regards