http://bugs.winehq.org/show_bug.cgi?id=13135
Summary: Wine crash when starting program hedgewars Product: Wine Version: 1.0-rc1 Platform: HP OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: exvagabond436824@yahoo.com
Created an attachment (id=12938) --> (http://bugs.winehq.org/attachment.cgi?id=12938) Logs describing the wine crash in three version of hedgewars: 0.9.0, 0.9.2, 0.9.3
Wine does not correctly run the program hedgewars, available from http://www.hedgewars.org/download.html . Testing on versions 0.9.0, 0.9.2 and 0.9.3 of the game wine will correctly install the game. However, when the game is run the main menu will appear then just as quickly wine will crash. Attached are the logs from testing the three versions of hedgewars. The wine in questions is v1.0-rc1.
Wine was built from source in the standard way with no configuration changes. (ie, all default). Wine was tested starting from an empty ~/.wine directory.
http://bugs.winehq.org/show_bug.cgi?id=13135
Quatre Horrace exvagabond436824@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |exvagabond436824@yahoo.com
http://bugs.winehq.org/show_bug.cgi?id=13135
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-05-11 16:22:12 --- Created an attachment (id=12944) --> (http://bugs.winehq.org/attachment.cgi?id=12944) last lines of +relay log
Confirming, looks to me like some big in ws2_32. I was able to prevent the crash by stupid hack below, but that hack prevents rest of functionality of the game i guess
Maybe Kai Blin could have a look?
diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c index a06aabf..be9d65c 100644 --- a/dlls/ws2_32/socket.c +++ b/dlls/ws2_32/socket.c @@ -4350,7 +4350,7 @@ INT WINAPI WSCDeinstallProvider(LPGUID lpProviderId, LPINT lpErrno) SOCKET WINAPI WSAAccept( SOCKET s, struct WS_sockaddr *addr, LPINT addrlen, LPCONDITIONPROC lpfnCondition, DWORD dwCallbackData) { - +return SOCKET_ERROR; int ret = 0, size = 0; WSABUF CallerId, CallerData, CalleeId, CalleeData; /* QOS SQOS, GQOS; */
http://bugs.winehq.org/show_bug.cgi?id=13135
Kai Blin kai.blin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winsock
--- Comment #2 from Kai Blin kai.blin@gmail.com 2008-05-14 07:04:00 --- I'll have a look at it.
http://bugs.winehq.org/show_bug.cgi?id=13135
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arethusa26@gmail.com
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2008-10-26 22:36:19 --- Problem seems to remain in 1.1.7.
http://bugs.winehq.org/show_bug.cgi?id=13135
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.hedgewars.org/dow | |nload.html Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download, source
--- Comment #4 from Jeff Zaroyko jeffz@jeffz.name 2008-11-06 02:39:39 --- Patch sent: http://www.winehq.org/pipermail/wine-patches/2008-November/064283.html
http://bugs.winehq.org/show_bug.cgi?id=13135
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffz@jeffz.name Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Jeff Zaroyko jeffz@jeffz.name 2008-11-06 08:39:44 --- patch is in git.
http://bugs.winehq.org/show_bug.cgi?id=13135
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2008-11-07 10:46:34 --- Closing bugs fixed in 1.1.8.
http://bugs.winehq.org/show_bug.cgi?id=13135
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|HP |PC
--- Comment #7 from Dan Kegel dank@kegel.com 2009-05-29 19:01:16 --- 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.