[Bug 9740] New: Unimplemented function causes Phantasmagoria 2 to crash
http://bugs.winehq.org/show_bug.cgi?id=9740 Summary: Unimplemented function causes Phantasmagoria 2 to crash Product: Wine Version: 0.9.44. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-msvcrt AssignedTo: wine-bugs(a)winehq.org ReportedBy: deadlock(a)start.no Created an attachment (id=8178) --> (http://bugs.winehq.org/attachment.cgi?id=8178) Crash log, +relay, +msgbox When I start Phantasmagoria 2 - A puzzle of flesh, it crashes because of an unimplemented function. It tries to call msvcrt40.dll.??0ostrstream@@QAE(a)PADHH@Z which appears to be unimplemented. I have attached the log from the crash. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9740 Martin Sand <deadlock(a)start.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |NoAppDBEntry -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9740 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from James Hawkins <truiken(a)gmail.com> 2007-09-22 14:35:48 --- Find a newer msvcrt40.dll. Wine does not ship this library, so this can't be a bug in Wine. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9740 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from James Hawkins <truiken(a)gmail.com> 2007-09-22 14:36:08 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9740 Jan Zerebecki <jan.wine(a)zerebecki.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID | --- Comment #3 from Jan Zerebecki <jan.wine(a)zerebecki.de> 2007-09-22 14:59:03 --- I think we have a builtin version of that dll, see: http://source.winehq.org/source/dlls/msvcrt40/msvcrt40.spec . -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9740 --- Comment #4 from James Hawkins <truiken(a)gmail.com> 2007-09-22 15:03:33 --- Oops, yes we do. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9740 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #5 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-09-22 15:17:43 --- It's sure not implemented - confirming. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9740 --- Comment #6 from Juan Lang <juan_lang(a)yahoo.com> 2007-10-09 15:40:38 --- Using Dan's handy demangling reference, the missing function is an ostrstream constructor, probably: ostrstream::ostrstream(char *, int, int) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9740 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-04-15 01:04:23 --- Is this still an issue in current (0.9.59 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9740 Martin <deadlock(a)start.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Martin <deadlock(a)start.no> 2008-04-15 12:27:11 --- (In reply to comment #7)
Is this still an issue in current (0.9.59 or newer) wine?
No. It runs without any problems. This bug is fixed. Thanks! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9740 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2008-04-18 11:03:21 --- Closing bugs reported fixed in 0.9.60. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9740 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|NoAppDBEntry | --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2010-04-07 12:47:45 --- Removing NoAppDBEntry keyword. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9740 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Alias|Unimplemented | CC| |infyquest(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla