wine mono 64-bit

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
paleozogt
Newbie
Newbie
Posts: 3
Joined: Sat Sep 22, 2018 9:48 am

wine mono 64-bit

Post by paleozogt »

I've compiled a simple C# "hello world" with "-platform:x64" to create a 64-bit HelloWorld.exe.

Running this with "WINEARCH=win64" results in a crash. (The same source compiled with "-platform:-x86" works fine.) Details on the crash are here.

Is this expected to work?
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: wine mono 64-bit

Post by DarkShadow44 »

Sure it is, 64bit mono does (and should) work. But not sure about the AnyCPU part. This works on .NET, not sure why not on mono.
Locked