http://bugs.winehq.org/show_bug.cgi?id=17850
Summary: Fable won't start Product: Wine Version: 1.1.17 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: puciek@gmail.com
Created an attachment (id=20123) --> (http://bugs.winehq.org/attachment.cgi?id=20123) Backtrace
When i try to start new game in fable, it will die.
http://bugs.winehq.org/show_bug.cgi?id=17850
--- Comment #1 from Tymoteusz Paul puciek@gmail.com 2009-03-25 14:38:42 --- Ok, i've just tested and game is working fine with wine 1.1.6 so i will try to run regression test tommorow to find out what break it.
http://bugs.winehq.org/show_bug.cgi?id=17850
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #2 from Austin English austinenglish@gmail.com 2009-03-25 16:10:27 --- Your log lacks debugging symbols.
http://bugs.winehq.org/show_bug.cgi?id=17850
Fernando Martins fernando@cmartins.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fernando@cmartins.nl
--- Comment #3 from Fernando Martins fernando@cmartins.nl 2009-03-25 17:37:48 --- This looks to be the same as I reported here: http://bugs.winehq.org/show_bug.cgi?id=17774
If you (Tymoteusz) could run 1.1.17 compiled from the git repository we would know for sure.
http://bugs.winehq.org/show_bug.cgi?id=17850
--- Comment #4 from Tymoteusz Paul puciek@gmail.com 2009-03-26 06:48:34 --- Ok i did further testing, with latest git version of wine + using virtual desktop and resolution 1024x768 (or lower) game seems to work. But launching the game without virtual desktop seems to still crash the game. Attaching backtrace of crash with +relay,+seh,+tid because i don't know whihch channels may be interesting.
http://bugs.winehq.org/show_bug.cgi?id=17850
--- Comment #5 from Tymoteusz Paul puciek@gmail.com 2009-03-26 06:50:16 --- Created an attachment (id=20127) --> (http://bugs.winehq.org/attachment.cgi?id=20127) Backtrace using latest git version
http://bugs.winehq.org/show_bug.cgi?id=17850
--- Comment #6 from Fernando Martins fernando@cmartins.nl 2009-03-26 15:21:27 --- (In reply to comment #5)
Created an attachment (id=20127)
--> (http://bugs.winehq.org/attachment.cgi?id=20127) [details]
Backtrace using latest git version
I'm not familiar with the log format to really see there a Backtrace, which should look like this (from your initial Backtrace), but with more information:
Backtrace: =>0 0x7eb60017 in wined3d (+0x60017) (0x002fd654) 1 0x7eb94388 in wined3d (+0x94388) (0x002fd6a4) 2 0x7eb6abd7 in wined3d (+0x6abd7) (0x002fd6c4) 3 0x7eb1ed2d ActivateContext+0x29d() in wined3d (0x002fd724) 4 0x7eb54de8 drawPrimitive+0xb8() in wined3d (0x002fda24) 5 0x7eb2b59c in wined3d (+0x2b59c) (0x002fda64) 6 0x7ec0ceb7 in d3d9 (+0xceb7) (0x002fda94) 7 0x009db39c in fable (+0x5db39c) (0x01f41708) 8 0x0013e5b8 (0x0129b400) 9 0x006d002e in fable (+0x2d002e) (0x009c3100) 10 0xfffffec8 (0xe8f18b56) 11 0x00000000 (0x00000000)
http://bugs.winehq.org/show_bug.cgi?id=17850
--- Comment #7 from Tymoteusz Paul puciek@gmail.com 2009-03-29 09:59:28 --- Well then what channels i should include for that more information ?
http://bugs.winehq.org/show_bug.cgi?id=17850
--- Comment #8 from Fernando Martins fernando@cmartins.nl 2009-04-01 05:37:52 ---
Well then what channels i should include for that more information ?
I'm not really familiar with "channels", but I guess they are just (categorised) print messages spread over the code. The problem is that your wine version does not have all the debug info (which is added by the compiler, not the programmer).
What I'm doing is just to retrieve the source code from git and compile and install a wine version in my home folder. Usually it goes very smooth and easy. The standard configure will have it configured to have the needed debug info.
Let me know if you need help with it.
http://bugs.winehq.org/show_bug.cgi?id=17850
--- Comment #9 from Tymoteusz Paul puciek@gmail.com 2009-04-01 06:59:24 --- Okay, seems to gave mor info so posting this trace
http://bugs.winehq.org/show_bug.cgi?id=17850
Tymoteusz Paul puciek@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #20123|0 |1 is obsolete| | Attachment #20127|0 |1 is obsolete| |
--- Comment #10 from Tymoteusz Paul puciek@gmail.com 2009-04-01 07:00:38 --- Created an attachment (id=20252) --> (http://bugs.winehq.org/attachment.cgi?id=20252) With lastest wine from git
http://bugs.winehq.org/show_bug.cgi?id=17850
Tymoteusz Paul puciek@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #20252|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=17850
--- Comment #11 from Fernando Martins fernando@cmartins.nl 2009-04-01 08:14:54 --- Great! That confirms that you have indeed the same bug as I reported (http://bugs.winehq.org/show_bug.cgi?id=17774). If you want to, you should be able to run it with wine 1.1.10.
I've done the bisect to identify the patch that introduced (or revealed) the bug and I've been in contact with its author (Henri Verbeet). Unfortunately, the bug is not even necessarily coming from his patch and it appears to be a memory corruption that might be difficult to track down.
I suggest a bug db maintainer to make this bug a duplicate of mine.
http://bugs.winehq.org/show_bug.cgi?id=17850
Tymoteusz Paul puciek@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #12 from Tymoteusz Paul puciek@gmail.com 2009-04-01 08:17:58 --- Indeed, my fault that i didn't search before submitting report. Also you can get it to run with 1.1.18 just have to try multiple times and it will eventualy run.
*** This bug has been marked as a duplicate of bug 17774 ***
http://bugs.winehq.org/show_bug.cgi?id=17850
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Dmitry Timoshkov dmitry@codeweavers.com 2009-04-01 09:07:50 --- Closing duplicate.