.NET Metro Framework and wine

Questions about Wine on Linux
Locked
stulluk
Newbie
Newbie
Posts: 1
Joined: Mon Mar 28, 2016 5:25 pm

.NET Metro Framework and wine

Post by stulluk »

Hi,

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:shell:URL_ParseUrl failed to parse L"MetroFramework.resources"

How can I fix this?

Note: I installed .net4.5, corefonts, atmlib...etc in my prefix..
qwertymnb
Level 5
Level 5
Posts: 280
Joined: Sun Jan 17, 2016 4:36 pm

Re: .NET Metro Framework and wine

Post by qwertymnb »

As you see, it complains about many things, but most clear one is the line:

fixme:shell:URL_ParseUrl failed to parse L"MetroFramework.resources"
Probably not the problem/cause of the crash. Could you give exact instructions how to install this application (as it seems free to download) so we could test it ourselves?
Locked