Wine and 64bit .NET (mono) application

Questions about Wine on Linux
Locked
gpippo
Newbie
Newbie
Posts: 1
Joined: Fri Mar 06, 2015 5:58 am

Wine and 64bit .NET (mono) application

Post by gpippo »

Hi all.
So I have compiled two versions of a VB.NET application.
The 32 bit version runs perfectly using wine-mono (I'm using archlinux).
I tried using wine64 but I get the following error (changing WINEARCH to win64 and WINEPREFIX to a new folder)
--------------------------------------------------------------------------
err:process:start_process L"Z:\\*******\VT.exe" doesn't have an entry point, it cannot be executed
--------------------------------------------------------------------------
(the asterisk are there just for simplification).
Since this application can be quite memory consuming it would be nice to avoid the 4GB memory limit the 32 bit application has.
Do you have any suggestions?
Thanks.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine and 64bit .NET (mono) application

Post by dimesio »

Wine-mono was just updated; retest in 1.7.38 with wine-mono 4.5.6. If the problem persists, file a bug.
Locked