http://bugs.winehq.org/show_bug.cgi?id=18497
Summary: Gothic 3: Failure at starting new game Product: Wine Version: 1.1.21 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com
Created an attachment (id=21130) --> (http://bugs.winehq.org/attachment.cgi?id=21130) three errors from 1st to 3rd
I'm using Wine 1.1.21 (compiled from source using gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) ) on Fedora 10 i386.
Application: Gothic 3 Polish patched to 1.72 Addons: DirectX (by winetricks), vcrun2005 and vcrun2005sp1 (by 1.72 patch)
Problem: Three errors one after another after intro ends and the game begins (starting new game). 1st appears i click retry then 2nd appears i click retry then 3rd appears i click retry then Wine error appears i click ok and cry.
The problem doesn't occur if i try to load the game from saved game. The crash occurs just when a window is opened to explain how to play.
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #1 from NSLW lukasz.wojnilowicz@gmail.com 2009-05-16 14:10:07 --- Created an attachment (id=21131) --> (http://bugs.winehq.org/attachment.cgi?id=21131) output on Wine 1.1.21
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #2 from Rico kgbricola@web.de 2009-05-17 06:47:17 --- Confirming. The crash happens when a help window opens (e.g. when you take a weapon). This is a regression with the following patch:
77e6dcca02080c065fa1d68d2cf6077b882e0cf7 is first bad commit commit 77e6dcca02080c065fa1d68d2cf6077b882e0cf7 Author: Stefan Dösinger stefan@codeweavers.com Date: Thu Apr 9 10:48:42 2009 +0200
d3d9: Store the FVF in the d3d9 vertex buffer.
:040000 040000 5db345bba83231fc7e2d0cf44ab696acbccb4a1e a8a28a67dff6e220f9d073fc39b4438cd460f3f8 M dlls
Also note that the first char of the help message is at the wrong position (that's an other bug).
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #3 from Rico kgbricola@web.de 2009-05-17 07:07:46 --- Ups, it is the next commit:
f0efa9741353b9a7871eab17508404ffafb5fb3c is first bad commit commit f0efa9741353b9a7871eab17508404ffafb5fb3c Author: Stefan Dösinger stefan@codeweavers.com Date: Mon Apr 6 14:16:59 2009 +0200
wined3d: Remove the buffer fvf.
:040000 040000 a8a28a67dff6e220f9d073fc39b4438cd460f3f8 eedc74474ffcb9a6913499f5c508c1f37b11807a M dlls :040000 040000 d0b74dc71ace1bff20a062095737a6d8c1f17789 16ee1f7da3971f6a5e705737117afd143c07fb05 M include
http://source.winehq.org/git/wine.git/?a=commitdiff;h=f0efa9741353b9a7871eab...
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #4 from Rico kgbricola@web.de 2009-05-17 11:29:50 --- Could someone confirm the regression? It looks like the error happens randomly ...
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #5 from Rico kgbricola@web.de 2009-05-17 14:20:27 --- After some further testing, I found this as the problematic patch:
e93d3481092f7abe72cdbab066947717f5e568a0 is first bad commit commit e93d3481092f7abe72cdbab066947717f5e568a0 Author: Huw Davies huw@codeweavers.com Date: Mon Feb 16 12:39:15 2009 +0000
gdi32: Improve calculation of the character code text metrics.
:040000 040000 e5cb0a2165897c3ef827a49749bad19982abd0fa 28cba50e7c63699487e6e9d9d3135e825d52756f M dlls
It looks like gothic 3 crashes on high details after this patch. I couldn't get it to crash on low details (the previous results were with low details).
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #6 from Austin English austinenglish@gmail.com 2009-05-17 17:27:36 --- Have you tried reverting the patch to be sure?
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #7 from Rico kgbricola@web.de 2009-05-18 12:53:20 --- Reverting the patch (and the following patches to gdi32, which doesn't apply any more) let the game run fine here (wine-1.1.15-2346-g27d8c40).
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #8 from Xavier Vachon xvachon@gmail.com 2009-06-02 17:18:50 --- Created an attachment (id=21508) --> (http://bugs.winehq.org/attachment.cgi?id=21508) Console output G3FS
Just want to mention that I get similar error messages when I run Gothic 3 Forsaken Gods, though it happens when I try to launch the game. If that is any relevant, my console output is attached. I experience this bug for the original situation as well.
http://bugs.winehq.org/show_bug.cgi?id=18497
Rico kgbricola@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |huw@codeweavers.com
--- Comment #9 from Rico kgbricola@web.de 2009-08-08 15:31:01 --- Still present in wine 1.1.27.
http://bugs.winehq.org/show_bug.cgi?id=18497
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #10 from NSLW lukasz.wojnilowicz@gmail.com 2009-09-18 05:40:22 --- (In reply to comment #4)
Could someone confirm the regression? It looks like the error happens randomly ...
It's definitely regression. Starting new game works on Wine 1.1.15 and doesn't work on Wine 1.1.16 As it was said earlier this is the problem with help window which can open several times in game and not only on the beginning.
It's still an issue in Wine 1.1.29
Why nobody confirms that bug? There are already three peoples experiencing the same.
http://bugs.winehq.org/show_bug.cgi?id=18497
Xavier Vachon xvachon@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon@gmail.com
--- Comment #11 from Xavier Vachon xvachon@gmail.com 2009-11-18 11:26:11 --- With current git (1.1.33), I have been able to start a new game with Gothic 3 CP 1.72.
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #12 from Austin English austinenglish@gmail.com 2009-11-18 13:32:53 --- Can someone else confirm this is fixed?
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #13 from Rico kgbricola@web.de 2009-11-19 12:21:30 --- It still crashes here with wine-1.1.33.
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #14 from Xavier Vachon xvachon@gmail.com 2009-12-02 21:41:50 --- I did a new test today with a clean wineprefix and the new Community Patch 1.73. With current git as of today (1.1.33 - December 2), I was able to start a new game, to draw a weapon out and beat some monsters (until the mouse bug drives my character nuts!). Sometimes the game crashes, at other times it doesn't. When it crashes, I get the following output:
wine: Unhandled exception 0x40000015 at address 0x3a48bbf (thread 002c), starting debugger... Process of pid=000b has terminated xavier@xavier-pc /wine/gothic3/drive_c/jeu $ No process loaded, cannot execute 'echo Modules:' Cannot get info on module while no process is loaded No process loaded, cannot execute 'echo Threads:' process tid prio (all id:s are in hex) 0000000e 00000020 0 0000001a 0 00000014 0 00000010 0 0000000f 0 00000011 00000016 0 00000013 0 00000012 0 00000017 0000001c 0 00000019 0 00000018 0 0000001d 00000021 0 0000001f 0 0000001e 0 0000002b 00000028 0 You must be attached to a process to run this command. No process loaded, cannot execute 'detach'
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #15 from nE0sIghT update.microsoft@mail.ru 2009-12-20 07:23:23 --- Created an attachment (id=25305) --> (http://bugs.winehq.org/attachment.cgi?id=25305) Wine 1.1.35 console output
This issue still exists in wine 1.1.35
http://bugs.winehq.org/show_bug.cgi?id=18497
nE0sIghT update.microsoft@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #16 from nE0sIghT update.microsoft@mail.ru 2009-12-20 07:24:41 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=18497
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #21130|0 |1 is obsolete| |
--- Comment #17 from NSLW lukasz.wojnilowicz@gmail.com 2010-03-08 01:56:21 --- Created an attachment (id=26687) --> (http://bugs.winehq.org/attachment.cgi?id=26687) Where is guru?
This is still an issue on Wine 1.1.40 but now there is no three errors but one big window (see attachment)
Should I attach new terminal output?
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #18 from Xavier Vachon xvachon@gmail.com 2010-07-10 12:11:04 --- In current git (1.2-rc7), I tried starting games twice and I was not able to reproduce this bug. Can some of the testers try again and post their results?
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #19 from Xavier Vachon xvachon@gmail.com 2010-07-10 12:11:28 --- Forgot to mention, Gothic 3 1.73 with winetricks d3dx9 and nvidia-drivers 256.35
http://bugs.winehq.org/show_bug.cgi?id=18497
--- Comment #20 from NSLW lukasz.wojnilowicz@gmail.com 2010-07-23 11:25:00 --- It's still issue for me on wine-1.2-422-ge158bb0 my Polish Gothic 3 is patched to 1.72
http://bugs.winehq.org/show_bug.cgi?id=18497
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #21 from NSLW lukasz.wojnilowicz@gmail.com 2010-12-12 06:43:27 CST --- No problem in Wine 1.3.9
http://bugs.winehq.org/show_bug.cgi?id=18497
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #22 from Alexandre Julliard julliard@winehq.org 2010-12-24 13:13:03 CST --- Closing bugs fixed in 1.3.10.