qwertymn wrote:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Exception from HRESULT: 0x80070002
looks like it needs dotnet 3.5. Did you try if it runs under mono?
Start with a clean wineprefix:
[code]
winetricks mono26
[/code]
No other fixes should be needed at this point. Also, directx9 is
deprecated and should not be used unless the AppDb specifically states so.
James McKenzie