http://bugs.winehq.org/show_bug.cgi?id=24947
Summary: Virtual Soldier does not start Product: Wine Version: 1.3.6 Platform: x86 URL: http://www.freegamearchive.com/game.php?id=7313 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: andrew.millington@gmail.com
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.DebugCRT" (8.0.50608.0) err:module:import_dll Library MSVCP80D.dll (which is needed by L"C:\Program Files\Virtual Soldier\Virtual Soldier.exe") not found err:module:import_dll Library MSVCR71D.dll (which is needed by L"C:\Program Files\Virtual Soldier\LuaPlusD_1081.dll") not found err:module:import_dll Library LuaPlusD_1081.dll (which is needed by L"C:\Program Files\Virtual Soldier\Virtual Soldier.exe") not found err:module:import_dll Library MSVCR80D.dll (which is needed by L"C:\Program Files\Virtual Soldier\Virtual Soldier.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Virtual Soldier\Virtual Soldier.exe" failed, status c0000135
with msvcp80d, msvcr71d and msvcr80d.
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.DebugCRT" (8.0.50608.0) err:module:attach_process_dlls "MSVCR80D.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Virtual Soldier\Virtual Soldier.exe" failed, status 80000003
http://bugs.winehq.org/show_bug.cgi?id=24947
Andrew Millington andrew.millington@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=24947
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from Dan Kegel dank@kegel.com 2010-10-30 07:06:55 CDT --- Since the debug versions of msvcrt and friends are not redistributable, it seems odd that a game would require them...
http://bugs.winehq.org/show_bug.cgi?id=24947
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution| |INVALID Summary|Virtual Soldier does not |Virtual Soldier fails to |start |start, requires debug | |version of the Microsoft | |C++ runtime
--- Comment #2 from Anastasius Focht focht@gmx.net 2011-06-22 05:54:46 CDT --- Hello,
--- quote --- Since the debug versions of msvcrt and friends are not redistributable, it seems odd that a game would require them... --- quote ---
if the game has dependencies to debug version of the Microsoft CRT it is *broken* by design. No sane developer would publish executables that pull in a mix of _debug_ and retail libraries (built with debug code and without). Forcing people to install Visual Studio to run the game? No, thanks.
Marking invalid.
Regards
http://bugs.winehq.org/show_bug.cgi?id=24947
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com 2011-07-07 16:15:35 CDT --- Closing.