http://bugs.winehq.org/show_bug.cgi?id=17699
Summary: World In Conflict 1.010: New launcher crashes preventing application usage Product: Wine Version: 1.1.16 Platform: Other URL: http://massgate.net OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dfagan1@pride.hofstra.edu
Created an attachment (id=19898) --> (http://bugs.winehq.org/attachment.cgi?id=19898) Terminal output from Wic
The latest version of world in conflict now includes a launcher that wraps both versions of the game, preventing directly loading in. The launcher starts, and runs for at most a few seconds before silently crashing.
http://bugs.winehq.org/show_bug.cgi?id=17699
--- Comment #1 from Austin English austinenglish@gmail.com 2009-03-13 10:26:53 --- Please attach a +relay,+seh,+tid trace.
http://bugs.winehq.org/show_bug.cgi?id=17699
--- Comment #2 from Dennis Fagan dfagan1@pride.hofstra.edu 2009-03-13 11:19:10 --- Created an attachment (id=19906) --> (http://bugs.winehq.org/attachment.cgi?id=19906) +relay,+seh,+tid
http://bugs.winehq.org/show_bug.cgi?id=17699
Karsten Müller karsten.mueller90@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Karsten Müller karsten.mueller90@gmail.com 2009-04-16 09:04:24 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=17699
--- Comment #4 from Christopher Harvey chris@basementcode.com 2009-05-04 13:18:19 --- Created an attachment (id=20903) --> (http://bugs.winehq.org/attachment.cgi?id=20903) launcher window - look right?
I took a look into this bug. Turns out StackWalk64 is segfaulting somewhere inside stack_walk. I tried a quick hack to see if I could run the game anyway and made StackWalk64 return FALSE immediately. I managed to get to the launcher window, but running the game creates d3d9 pixel format errors. I'm a little confused about this because the game worked perfectly before, did they change their pixel format? I'm going to attach the pixel format logs, maybe it's just a problem because I'm using latest git. It's happened to me before.
http://bugs.winehq.org/show_bug.cgi?id=17699
Christopher Harvey chris@basementcode.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@basementcode.com
http://bugs.winehq.org/show_bug.cgi?id=17699
--- Comment #5 from Dennis Fagan dfagan1@pride.hofstra.edu 2009-05-04 21:38:07 --- I'm pretty sure there should be buttons on the right hand side. I was able to bypass this bug by disconnecting from the internet, starting the launcher, reconnecting and starting the game. I think it has something todo with the banner at the bottom, as it seems to crash the moment it loads. Sadly, once I got ingame , it played terrible.
http://bugs.winehq.org/show_bug.cgi?id=17699
--- Comment #6 from Christopher Harvey chris@basementcode.com 2009-05-04 21:51:26 --- I just tried it. I managed to load the game. It crashes on login at massgate for me though. As for the my previous post. It's a deadlock that prevented the game from loading, not d3d pixel formats. Will continue investigation....
http://bugs.winehq.org/show_bug.cgi?id=17699
Christopher Harvey chris@basementcode.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|chris@basementcode.com |
http://bugs.winehq.org/show_bug.cgi?id=17699
shiki.biomernok@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |shiki.biomernok@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=17699
--- Comment #7 from Mike Kaplinskiy mike.kaplinskiy@gmail.com 2009-12-25 15:27:50 --- Created an attachment (id=25401) --> (http://bugs.winehq.org/attachment.cgi?id=25401) ConnectEx hack
Does the attached patch help? I didn't quite test this but it should be fine considering the code is almost an exact copy of ws_connect.
http://bugs.winehq.org/show_bug.cgi?id=17699
Laissus Yoann yoann.laissus@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |yoann.laissus@gmail.com
--- Comment #8 from Laissus Yoann yoann.laissus@gmail.com 2009-12-26 05:05:37 --- (In reply to comment #7)
Created an attachment (id=25401)
--> (http://bugs.winehq.org/attachment.cgi?id=25401) [details]
ConnectEx hack
Does the attached patch help? I didn't quite test this but it should be fine considering the code is almost an exact copy of ws_connect.
Yes it works! Thanks.
http://bugs.winehq.org/show_bug.cgi?id=17699
Markus spam@graph-ix.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spam@graph-ix.net
--- Comment #9 from Markus spam@graph-ix.net 2010-01-23 19:36:06 --- Good work! Has this patch already been submitted and was it integrated into the main branch?
http://bugs.winehq.org/show_bug.cgi?id=17699
--- Comment #10 from Laissus Yoann yoann.laissus@gmail.com 2010-01-24 03:34:46 --- (In reply to comment #9)
Good work! Has this patch already been submitted and was it integrated into the main branch?
It's just an hack so this patch can't go to the git tree otherwise it could break other apps.
http://bugs.winehq.org/show_bug.cgi?id=17699
Berillions berillions@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |berillions@gmail.com
--- Comment #11 from Berillions berillions@gmail.com 2010-02-16 07:57:16 --- The patch doesn't work for with Wine 1.1.38. I applied the patch, ./configure and make depends && make, so i replace ws2_32.dll.so.
When i launch the game in the console, i have this error message :
fixme:reg:GetNativeSystemInfo (0x33ddac) using GetSystemInfo() fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (9800000c) fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {25a207b9-ddf3-4660-8ee9-76e58c74063e}: stub fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x9ec7e0
Thanks for your help.
http://bugs.winehq.org/show_bug.cgi?id=17699
--- Comment #12 from Laissus Yoann yoann.laissus@gmail.com 2010-02-16 08:23:19 --- (In reply to comment #11)
The patch doesn't work for with Wine 1.1.38. I applied the patch, ./configure and make depends && make, so i replace ws2_32.dll.so.
When i launch the game in the console, i have this error message :
fixme:reg:GetNativeSystemInfo (0x33ddac) using GetSystemInfo() fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (9800000c) fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {25a207b9-ddf3-4660-8ee9-76e58c74063e}: stub fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x9ec7e0
Thanks for your help.
For me it works great with 1.1.38. I think your problem is caused by the replacement of ws2_32.dll.so You should launch your patched version of wine with the simlink wine in your source directory. You can also use a special prefix with ./configure in order to run make install.
http://bugs.winehq.org/show_bug.cgi?id=17699
--- Comment #13 from Berillions berillions@gmail.com 2010-02-16 10:13:23 --- Hello Yoann and thanks for your answer.
But, you use your patch with WiC : Soviet Assault or only with WiC ? Because, i have this error message when i want launch WiC and not Soviet Assault.
Thanks,
http://bugs.winehq.org/show_bug.cgi?id=17699
amrashraf@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |amrashraf@gmail.com
--- Comment #14 from amrashraf@gmail.com 2010-04-02 05:40:33 --- how can i apply this patch correctly cuz everything i try doesnt work
http://bugs.winehq.org/show_bug.cgi?id=17699
--- Comment #15 from Jeff Zaroyko jeffz@jeffz.name 2010-04-02 06:29:29 --- Please visit the forum http://forum.winehq.org if you need help with patching/compiling. Bugzilla is not for that purpose.
If you need the latest version of the patch look at the wine-patches mailing list archive to see the most recent patchset/series sent - that should apply cleanly to latest git.
http://bugs.winehq.org/show_bug.cgi?id=17699
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |krivoshey@mksbalashihi.ru
--- Comment #16 from Juan Lang juan_lang@yahoo.com 2010-04-29 14:40:58 --- *** Bug 22526 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=17699
--- Comment #17 from Joker krivoshey@mksbalashihi.ru 2010-04-29 20:24:37 --- MetaTrader 5,
After applying this patch, Strategy Tester fails with this:
fixme:winsock:ConnectEx unimplemented overlapped connect, blocking
http://bugs.winehq.org/show_bug.cgi?id=17699
--- Comment #18 from Yoann Laissus yoann.laissus@gmail.com 2010-05-13 13:13:16 --- Created an attachment (id=27933) --> (http://bugs.winehq.org/attachment.cgi?id=27933) An updated patch
An updated patch because of recent changes in ws2_32/socket.c (08/05/2010) It will affect wine > 1.1.44. (current git right now)
http://bugs.winehq.org/show_bug.cgi?id=17699
--- Comment #19 from Yoann Laissus yoann.laissus@gmail.com 2010-08-03 15:59:19 --- This bug seems to be fixed with today's git. (4d6982e6845d69070ed05baf157a59ebb5ba0347)
http://bugs.winehq.org/show_bug.cgi?id=17699
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #20 from Austin English austinenglish@gmail.com 2010-08-03 21:53:19 --- Fixed.
http://bugs.winehq.org/show_bug.cgi?id=17699
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard julliard@winehq.org 2010-08-20 12:38:44 --- Closing bugs fixed in 1.3.1.
http://bugs.winehq.org/show_bug.cgi?id=17699
Metulski pausenclown_metulski@yahoo.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pausenclown_metulski@yahoo. | |de
--- Comment #22 from Metulski pausenclown_metulski@yahoo.de 2010-08-21 13:50:17 --- 1. Metatrader 5 on "WINE 1.3.1"
Today I tried to install Metatrader 5 (build 305, 5.Aug.) on "WINE 1.3.1" but installation failed without any error messages (no installation window). Even the automatic "GECKO"-installation failed after executing "winecfg" .
2. Metatrader 5 on "WINE 1.3.0".
Metatrader 5 installs and starts up without any errors but network functionality is still broken (cannot connect to data sever).
http://bugs.winehq.org/show_bug.cgi?id=17699
--- Comment #23 from Metulski pausenclown_metulski@yahoo.de 2010-08-21 14:23:46 --- I got Metatrader 5 working on "WINE 1.3.1". Network is running, too.
I installed Metatrader 5 on "WINE 1.3.0" and I saved the complete ".wine" directory of "WINE 1.3.0". After installation of "WINE 1.3.1" I replaced the ".wine" directory by the old ".wine" directory of "WINE 1.3.0"