[Bug 39804] New: Crashed for Algodoo
https://bugs.winehq.org/show_bug.cgi?id=39804 Bug ID: 39804 Summary: Crashed for Algodoo Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: spob71(a)gmail.com Distribution: --- Created attachment 53126 --> https://bugs.winehq.org/attachment.cgi?id=53126 The crash report for the bug. When I run Algodoo for Windows with Wine, the game crashed automatically. After I click Close, it closes the game. -- 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=39804 spob71(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |win16 URL| |www.algodoo.com CC| |spob71(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.
https://bugs.winehq.org/show_bug.cgi?id=39804 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|win16 | -- 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=39804 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.7.50 -- 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=39804 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #1 from super_man(a)post.com --- I don't know if I tested same version as you. Direct link http://www.algodoo.com/download/Algodoo_2_1_0-Win32.exe But wine 1.9.7 I got a crash. And interesting error message. (Algodoo.exe:66): Pango-WARNING **: couldn't load font "Verdana Not-Rotated 14px", falling back to "Sans Not-Rotated 14px", expect ugly output. wine: Unhandled page fault on read access to 0x00000004 at address 0x68dde33d (thread 0044), starting debugger... with wine-staging 1.9.6 I was able get into the program. Most likely a dupe of something. -- 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=39804 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian(a)fds-team.de --- Comment #2 from Sebastian Lackner <sebastian(a)fds-team.de> --- (In reply to super_man from comment #1)
with wine-staging 1.9.6 I was able get into the program. Most likely a dupe of something.
Could you try to bisect which patch makes a difference? -- 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=39804 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #3 from winetest(a)luukku.com --- (In reply to Sebastian Lackner from comment #2)
(In reply to super_man from comment #1)
with wine-staging 1.9.6 I was able get into the program. Most likely a dupe of something.
Could you try to bisect which patch makes a difference?
wine 1.9.22 and staging 1.9.21 are both failing now. -- 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=39804 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcp Status|UNCONFIRMED |NEW Ever confirmed|0 |1 CC| |xerox_xerox2000(a)yahoo.co.uk Keywords| |download --- Comment #4 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> --- This starts fine with native msvcp90.Possibly a regression according to previous comments. Confirming bug -- 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=39804 --- Comment #5 from winetest(a)luukku.com --- (In reply to Louis Lenders from comment #4)
This starts fine with native msvcp90.Possibly a regression according to previous comments.
Confirming bug
Fails with wine 2.0rc4 and staging 2.0rc3. But after setting msvcp90 as native builtin then the applicaiton starts both wine versions. -- 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=39804 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Summary|Crashed for Algodoo |Algodoo v2.1.0 crashes on | |startup --- Comment #6 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, can't confirm, runs fine here with MS C-runtime builtins in clean WINEPREFIX. --- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Algodoo $ WINEDLLOVERRIDES=msvcp90=b WINEDEBUG=+tid,+loaddll,-msvcrt wine ./Algodoo.exe 2>&1 | grep -i msv 0009:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcr90.dll" at 0x7e620000: builtin 0009:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcp90.dll" at 0x7e710000: builtin 0009:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0x7d7a0000: builtin 0009:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcr71.dll" at 0x7d500000: builtin 0009:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcp71.dll" at 0x7d5e0000: builtin ... --- snip --- The app ships and installs Microsoft Visual C++ 2008 redistributable on its on. --- snip --- $ WINEDLLOVERRIDES=msvcp90=n WINEDEBUG=+tid,+loaddll,-msvcrt wine ./Algodoo.exe 2>&1 | grep -i msv 0009:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcr90.dll" at 0x7e770000: builtin 0009:trace:loaddll:load_native_dll Loaded L"C:\\windows\\winsxs\\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_6f74963e\\MSVCP90.dll" at 0x78480000: native 0009:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0x7d8e0000: builtin 0009:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcr71.dll" at 0x7d650000: builtin 0009:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcp71.dll" at 0x7d730000: builtin ... --- snip --- To get rid of the font warnings (harmless): --- snip --- (Algodoo.exe:8): Pango-WARNING **: couldn't load font "Verdana Not-Rotated 14px", falling back to "Sans Not-Rotated 14px", expect ugly output. (Algodoo.exe:8): Pango-WARNING **: couldn't load font "Verdana Not-Rotated 12px", falling back to "Sans Not-Rotated 12px", expect ugly output. (Algodoo.exe:8): Pango-WARNING **: couldn't load font "Verdana Not-Rotated 16px", falling back to "Sans Not-Rotated 16px", expect ugly output. (Algodoo.exe:8): Pango-WARNING **: couldn't load font "Verdana Italic 12px", falling back to "Sans Italic 12px", expect ugly output. (Algodoo.exe:8): Pango-WARNING **: couldn't load font "Verdana 12px", falling back to "Sans 12px", expect ugly output. ... --- snip --- Install 'verdana' (or 'winetricks -q corefonts'). $ du -sh Algodoo_2_1_0-Win32.exe 42M Algodoo_2_1_0-Win32.exe $ sha1sum Algodoo_2_1_0-Win32.exe 2e29484b9625d9b1c680929a94c8d786de39bbeb Algodoo_2_1_0-Win32.exe $ wine --version wine-2.0-rc4 Regards -- 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=39804 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #7 from Piotr Caban <piotr.caban(a)gmail.com> --- I can reproduce the issue. It seems to be somehow related to compiler/optimization level/basic_string_short_dtor. It might be also a race but it's well reproducible and changing code not executed by application affects it. The application works when: - msvcp or relay debug channel is enabled - TRACE is removed from MSVCP_basic_string_wchar_dtor (even so msvcp debug channel is not enabled) - msvcp90 is compiled with -O0 optimization (instead of -O2) I don't know what can be checked next. warn+heap doesn't report any problems. -- 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=39804 ImperatorS79 <fevrier.simon(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fevrier.simon(a)gmail.com --- Comment #8 from ImperatorS79 <fevrier.simon(a)gmail.com> --- Tested with wine 2.15, application launch but only a black screen appears. setting msvcp90 to native does not change anything. -- 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=39804 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #9 from joaopa <jeremielapuree(a)yahoo.fr> --- Works fine with wine-5.0-rc1. Can an administrator close this bug as FIXED? -- 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=39804 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|www.algodoo.com |http://www.algodoo.com/down | |load/Algodoo_2_1_0-Win32.ex | |e Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #10 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- conirming fixed. Thanks for testing -- 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=39804 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 5.0-rc2. -- 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