[Bug 24146] New: Worms Reloaded needs msvcr80.dll._splitpath_s
http://bugs.winehq.org/show_bug.cgi?id=24146 Summary: Worms Reloaded needs msvcr80.dll._splitpath_s Product: Wine Version: 1.3.1 Platform: x86 URL: http://steampowered.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: adys.wh(a)gmail.com Worms Reloaded crashes on startup with a clean wineprefix: fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.762) fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub Crc::sCrc ==wine: Call from 0x7edc77b3 to unimplemented function msvcr80.dll._splitpath_s, aborting wine: Unimplemented function msvcr80.dll._splitpath_s called at address 0x7edc77b3 (thread 0020), starting debugger... Can't attach process 0023: error 5 err:ole:RevokeDragDrop invalid hwnd (nil) err:ole:RevokeDragDrop invalid hwnd 0x200a8 fixme:dbghelp:EnumerateLoadedModulesW64 If this happens, bump the number in mod -- 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=24146 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcrt --- Comment #1 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-08-25 15:31:19 --- +msvcrt -- 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=24146 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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=24146 --- Comment #2 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-08-25 15:39:08 --- Created an attachment (id=30390) --> (http://bugs.winehq.org/attachment.cgi?id=30390) Hacked stub for _splitpath_s Stub, in case anyone wants to get the app working, but Piotr Caban is working on it. winetricks vcrun2005 is a simpler solution, otherwise. -- 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=24146 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #3 from Piotr Caban <piotr.caban(a)gmail.com> 2010-08-29 10:04:16 CDT --- I've sent a patch for this bug. It should get into Wine on Monday. (http://source.winehq.org/patches/data/65556) -- 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=24146 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #4 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-08-30 13:17:19 CDT --- Committed: 899d9a042b18a511aecd92dba72084e6d63cc28d -- 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=24146 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2010-09-03 14:05:43 CDT --- Closing bugs fixed in 1.3.2. -- 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=24146 bill lam <cbill.lam(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbill.lam(a)gmail.com --- Comment #6 from bill lam <cbill.lam(a)gmail.com> 2010-09-03 19:37:59 CDT --- I belive the commit 899d9a04 caused a regression in that it is no longer possible to run native odbc. method to reproduce error: run winetricks mdac25, or run wine odbcad32.exe if mdac25 has been previously installed. it stopped and said a pathname error, the filename portion show square box instead of valid character. workaround: revert commit 1861c21, 899d9a04 -- 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=24146 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #7 from Dan Kegel <dank(a)kegel.com> 2010-09-03 20:05:19 CDT --- Please file a new bug for that, and please mention which app you're running. -- 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=24146 --- Comment #8 from bill lam <cbill.lam(a)gmail.com> 2010-09-03 20:12:12 CDT --- I believe this is not a new bug. Only the patch has to be reworked. As stated , the apps are mdac25 and odbcad32. -- 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=24146 --- Comment #9 from Dan Kegel <dank(a)kegel.com> 2010-09-03 20:34:15 CDT --- But Worms Reloaded works, so this is a new bug. -- 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=24146 --- Comment #10 from Piotr Caban <piotr.caban(a)gmail.com> 2010-09-04 06:30:38 CDT --- Please create a new bug for mdac25 issue and add me to CC. I can't reproduce it so please make sure you're testing everything with newest wine and with clear prefix. -- 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=24146 --- Comment #11 from bill lam <cbill.lam(a)gmail.com> 2010-09-04 21:41:16 CDT --- I tested again and can confirm that, the regression was actually inside commit 899d9a04 but that had been fixed in a later 1861c21, I spent one day to bisect and locate that commit before pulling again that include the commit 1861c21. Later when I try to revert 899d9a04, git complained and need to also revert 1861c21. I seems ok now. Thank you for your time. -- 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=24146 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |899d9a042b18a511aecd92dba72 | |084e6d63cc28d -- 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.
participants (1)
-
wine-bugs@winehq.org