I am trying to run a custom .NET application, which uses .NET Metro Framework ( http://thielj.github.io/MetroFramework/ )
I tested following wine versions: 1.9.5; 1.9.6, 1.8.1....etc ( Running over PlayOnLinux)
App starts almost fine with any Wine version above 1.8.1, however there are two big issues:
- Dialogs and menus are displayed very slowly
- When I enter some sub menus, app crashes with stack overflow, and here is the debug log: http://pastebin.com/R8tZKguK
As you see, it complains about many things, but most clear one is the line:
fixme
How can I fix this?
Note: I installed .net4.5, corefonts, atmlib...etc in my prefix..