http://bugs.winehq.org/show_bug.cgi?id=16672
Summary: Marie La Cavalière: Unhandled exception Product: Wine Version: 1.1.11 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: nwarrenfl@gmail.com
When launching "Marie La Cavalière", the game crashes directly, here's the output: http://pastebin.be/15729
This is after adding vcrun6 as mfc42.dll was needed by the game, i also set OffscreenRenderingMode to fbo, but it didn't solve the problem.
Hope this bug will be fixed as my sister is annoying me... Kind regards!
http://bugs.winehq.org/show_bug.cgi?id=16672
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-12-29 11:10:02 --- Please attach logs here don't point to pastebins. Is there a demo for this program? If so, does it have the same problem? Also what distro, what video card, what video drivers (version)?
http://bugs.winehq.org/show_bug.cgi?id=16672
--- Comment #2 from Warren Dumortier nwarrenfl@gmail.com 2009-01-02 10:44:36 --- Thanks for reply, will attach log next time!
There's no demo, it's an almost unknown game... I use Ubuntu Intrepid and the latest Wine, with a GeForce 9800GT with the latest drivers available.
http://bugs.winehq.org/show_bug.cgi?id=16672
Warren Dumortier nwarrenfl@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.11 |1.1.12
--- Comment #3 from Warren Dumortier nwarrenfl@gmail.com 2009-01-05 11:08:29 --- Tried with Wine 1.1.12, still not working. Attached log this time.
I've installed MFC42, can it cause the unhandled exception? It was needed though...
http://bugs.winehq.org/show_bug.cgi?id=16672
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.12 |1.1.11
--- Comment #4 from Jeff Zaroyko jeffz@jeffz.name 2009-01-05 16:03:46 --- please don't change the original reported version.
attach a bzip2 compressed +relay,+seh,+tid log.
http://bugs.winehq.org/show_bug.cgi?id=16672
--- Comment #5 from Warren Dumortier nwarrenfl@gmail.com 2009-01-06 11:59:38 --- Thanks for replying! I just noticed that i didn't attach the log, so i just attached the log with the debug channels you've said.
http://bugs.winehq.org/show_bug.cgi?id=16672
--- Comment #6 from Warren Dumortier nwarrenfl@gmail.com 2009-01-06 12:08:08 --- Sorry but i don't want to spam, but i just realised the log (in .tar.bz2) couldn't be hosted on Bugzilla.
You can download it here: http://www.mediafire.com/download.php?kmkzdgzr5yz
http://bugs.winehq.org/show_bug.cgi?id=16672
Warren Dumortier nwarrenfl@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.11 |1.1.14
--- Comment #7 from Warren Dumortier nwarrenfl@gmail.com 2009-02-01 09:48:41 --- Just reporting this is still present in latest version (1.1.14). Can i do anything to help to find the problem? Please...
http://bugs.winehq.org/show_bug.cgi?id=16672
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.14 |1.1.11
--- Comment #8 from Vitaliy Margolen vitaliy@kievinfo.com 2009-02-01 11:59:10 --- Please don't change original reported Wine version.
http://bugs.winehq.org/show_bug.cgi?id=16672
--- Comment #9 from Austin English austinenglish@gmail.com 2009-08-05 10:20:29 --- Is this still an issue in current (1.1.26 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=16672
--- Comment #10 from Warren Dumortier nwarrenfl@gmail.com 2009-08-10 02:27:15 --- Now it doesn't give the same error anymore and it goes fullscreen (black screen) and the game crashes after that.
I've attached the terminal output, thanks for helping, what can i do to go a bit further in debugging the problem?
http://bugs.winehq.org/show_bug.cgi?id=16672
--- Comment #11 from Warren Dumortier nwarrenfl@gmail.com 2009-08-10 02:27:53 --- Created an attachment (id=22962) --> (http://bugs.winehq.org/attachment.cgi?id=22962) Console output with latest Wine (1.1.27)
http://bugs.winehq.org/show_bug.cgi?id=16672
--- Comment #12 from Warren Dumortier nwarrenfl@gmail.com 2009-10-17 08:18:11 --- Still present in 1.1.31, does someone know what this error code is btw?
http://bugs.winehq.org/show_bug.cgi?id=16672
--- Comment #13 from Warren Dumortier nwarrenfl@gmail.com 2009-10-17 08:21:05 --- Sorry to post twice, but i searched and found this on the Microsoft website: "This problem occurs if a program makes a request for memory with the MEM_TOP_DOWN flag set. A bad pointer may be returned, causing the Dr. Watson error message."
So this is the problem that happens with Wine?
http://bugs.winehq.org/show_bug.cgi?id=16672
--- Comment #14 from Jeff Zaroyko jeffz@jeffz.name 2009-10-17 08:24:59 --- (In reply to comment #13)
Sorry to post twice, but i searched and found this on the Microsoft website: "This problem occurs if a program makes a request for memory with the MEM_TOP_DOWN flag set. A bad pointer may be returned, causing the Dr. Watson error message."
So this is the problem that happens with Wine?
no? what error are you talking about?
expression: this->windowMinimized file: C:\Projekte\KKlibs2\Source\Engines\nebula\nebula\code\src\gfx\nd3d8_display.cc line: 241
This is some sort of sanity check done by the app, find out what this->windowMinimized is supposed to be and why the assertion fails, or ask the author of the program. The source file and line number is there.
http://bugs.winehq.org/show_bug.cgi?id=16672
--- Comment #15 from Warren Dumortier nwarrenfl@gmail.com 2009-10-17 08:27:59 --- (In reply to comment #14)
(In reply to comment #13)
Sorry to post twice, but i searched and found this on the Microsoft website: "This problem occurs if a program makes a request for memory with the MEM_TOP_DOWN flag set. A bad pointer may be returned, causing the Dr. Watson error message."
So this is the problem that happens with Wine?
no? what error are you talking about?
expression: this->windowMinimized file: C:\Projekte\KKlibs2\Source\Engines\nebula\nebula\code\src\gfx\nd3d8_display.cc line: 241
This is some sort of sanity check done by the app, find out what this->windowMinimized is supposed to be and why the assertion fails, or ask the author of the program. The source file and line number is there.
wine: Unhandled exception 0x80000003 at address 0xec22ae (thread 0009), starting debugger...
The explanation above is what the Microsoft describes for this error code.
http://bugs.winehq.org/show_bug.cgi?id=16672
--- Comment #16 from Austin English austinenglish@gmail.com 2010-12-20 22:15:55 CST --- This is your friendly reminder that there has been no bug activity for a year. Is this still an issue in current (1.3.9 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=16672
--- Comment #17 from Warren Dumortier nwarrenfl@gmail.com 2010-12-21 05:05:30 CST --- Thanks for reminding, the game starts and works now without problems, however mfc42 is required. This bug can be fixed as the mfc42 issue is another problem, the bug is gone!
http://bugs.winehq.org/show_bug.cgi?id=16672
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #18 from Austin English austinenglish@gmail.com 2010-12-21 12:11:54 CST --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=16672
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #19 from Alexandre Julliard julliard@winehq.org 2010-12-24 13:13:42 CST --- Closing bugs fixed in 1.3.10.