Easytutu

Questions about Wine on Linux
Locked
Stgermain
Newbie
Newbie
Posts: 1
Joined: Thu Mar 05, 2015 12:09 am

Easytutu

Post by Stgermain »

Hello,
I am trying to install Baldur's game epic installation. I managed quite well with wine, till when I had to install easytutu: I get the following mistake

Missing method .ctor in assembly Z:\home\sofia\Downloads\EasyTutu_ToB\EasyTutuManager.exe, type System.Windows.Resources.AssemblyAssociatedContentFileAttribute
Can't find custom attr constructor image: Z:\home\sofia\Downloads\EasyTutu_ToB\EasyTutuManager.exe mtoken: 0x0a00000f

Unhandled Exception:
System.TypeLoadException: Could not load type 'EasyTutu_2011.App' from assembly 'EasyTutuManager, Version=1.0.8.0, Culture=neutral, PublicKeyToken=null'.
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load type 'EasyTutu_2011.App' from assembly 'EasyTutuManager, Version=1.0.8.0, Culture=neutral, PublicKeyToken=null'.

:?: :?: :?: :?: :?: :?: I have no clue on what could be wrong...please advise!!!
Thank you
User avatar
olivierfrdierick
Level 5
Level 5
Posts: 258
Joined: Thu Sep 13, 2012 12:09 pm

Re: Easytutu

Post by olivierfrdierick »

Maybe mono lacks something.
Make a clean wineprefix and try installing dotnet40 through winetricks before installing the game and its add-ons.

Code: Select all

$ WINEPREFIX=/path/to/wineprefix WINEARCH=win32 winetricks dotnet40
will replace mono with .NET framework 4.0 on a custom 32bit wineprefix.
Locked