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.