http://bugs.winehq.org/show_bug.cgi?id=25982
Summary: Duty Calls: fails to run Product: Wine Version: 1.3.12 Platform: x86 URL: http://download.thedutycalls.com/DutyCallsUS.zip OS/Version: Linux Status: NEW Keywords: download Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=33118) --> (http://bugs.winehq.org/attachment.cgi?id=33118) terminal output + backtrace
First, workaround bug 25981 by copying msvcm90.dll to the exe directory. Running the game will fail, because it wants mono/dotnet. Using mono28 fails (bug 25192), so I tried dotnet20. The game then gives an error dialog and fails to start, with: Unhandled Exception: System.TypeInitializationException: The type initializer for 'System.Globalization.TextInfo' threw an exception. at System.Globalization.TextInfo.GetNativeTextInfo(Int32 cultureID) at System.Globalization.TextInfo.get_InvariantNativeTextInfo() at System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, StringComparison comparisonType) at System.Security.Util.URLString.PreProcessForExtendedPathRemoval(String url, Boolean isFileUrl) at System.AppDomainSetup.NormalizePath(String path, Boolean useAppBase) at System.AppDomainSetup.SetupDefaultApplicationBase(String imageLocation) at System.AppDomain.SetupFusionStore(AppDomainSetup info) at System.AppDomain.SetupDomain(Boolean allowRedirects, String path, String configFile)
I tried dotnet30, just in case, same problem. Terminal output/backtrace attached.