[Bug 35316] New: Aztaka configuration tool fails to start with Mono

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 5 05:03:54 CST 2014


http://bugs.winehq.org/show_bug.cgi?id=35316

            Bug ID: 35316
           Summary: Aztaka configuration tool fails to start with Mono
           Product: Wine
           Version: 1.7.10
          Hardware: x86
               URL: http://downloads.citeremis.com/AztakaDemo-1.51.exe
                OS: Linux
            Status: NEW
          Keywords: download
          Severity: minor
          Priority: P2
         Component: mscoree
          Assignee: wine-bugs at winehq.org
          Reporter: gyebro69 at gmail.com
    Classification: Unclassified

Created attachment 47103
  --> http://bugs.winehq.org/attachment.cgi?id=47103
+mscoree log

It's only the configuration tool (Setup.exe) that needs Mono/.Net, the game
itself runs without it. When you install the demo version, the configuration
tool is started automatically at the end of the installation. You can re-run it
later with Setup.exe in the installed game directory.

The error that comes up when launching the configuration tool:

fixme:msvcm:CrtImplementationDetails_DoDllLanguageSupportValidation stub
fixme:msvcm:CrtImplementationDetails_RegisterModuleUninitializer 0x800da0: stub
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an
object
at <Module>.CMetaData.GetVariable (CMetaData* ,
std.basic_string<char,std::char_traits<char>,std::allocator<char> >*
inVariableName) [0x00000] in <filename unknown>:0 
at <Module>.ReadConfigData
(std.basic_string<char,std::char_traits<char>,std::allocator<char> >*
inConfigFileName, TConfigData* lConfigData) [0x00000] in <filename unknown>:0 
at Setup.Form1..ctor () [0x00000] in <filename unknown>:0 
at (wrapper remoting-invoke-with-check) Setup.Form1:.ctor ()
at <Module>.main (System.String[] args) [0x00000] in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object
reference not set to an instance of an object
at <Module>.CMetaData.GetVariable (CMetaData* ,
std.basic_string<char,std::char_traits<char>,std::allocator<char> >*
inVariableName) [0x00000] in <filename unknown>:0 
at <Module>.ReadConfigData
(std.basic_string<char,std::char_traits<char>,std::allocator<char> >*
inConfigFileName, TConfigData* lConfigData) [0x00000] in <filename unknown>:0 
at Setup.Form1..ctor () [0x00000] in <filename unknown>:0 
at (wrapper remoting-invoke-with-check) Setup.Form1:.ctor ()
at <Module>.main (System.String[] args) [0x00000] in <filename unknown>:0

Please note that 'winetricks dotnet20' is _not_ sufficient to start Setup.exe,
because it will complain about
...
Unhandled Exception:
System.IO.FileNotFoundException: Could not load file or assembly
'Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Exception from
HRESULT: 0x80070002
File name: 'Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35'
...

You also need to install the full DX9 package via winetricks (winetricks
directx9) to overcome the problem when .Net 2.0 installed. This, however, a
different bug.

Tested on Fedora 19 x86, Wine 1.7.10 and Wine Mono 4.5.2 installed

-- 
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.



More information about the wine-bugs mailing list