64-bit .NET application cannot be started with wine64

Questions about Wine on Linux
Locked
tjroamer
Newbie
Newbie
Posts: 4
Joined: Tue Jun 20, 2017 2:33 pm

64-bit .NET application cannot be started with wine64

Post by tjroamer »

Hi,

I installed wine64 on CentOS7 64-bit by following the wiki page. The process went well. I have been able to start 64-bit native application under wine64. I installed .NET Framework 4.6.1 and wanted to run a 64-bit .NET application, but it failed with the following message:

err:process:start_process L"Z:\\home\\adlika4\\projects\\dbe\\tests\\hello-x64.exe" doesn't have an entry point, it cannot be executed

The application was written in C# and it contains just System.Console.WriteLine("Hello World.");

Does anyone have experience with porting .NET 64-bit application on wine64?

Thanks.

/Kenny
tjroamer
Newbie
Newbie
Posts: 4
Joined: Tue Jun 20, 2017 2:33 pm

Re: 64-bit .NET application cannot be started with wine64

Post by tjroamer »

I have been able to figure it out. There is a patch to work around it in the wine-staging. After having applied the patch, the 64-bit C# application can be started successfully.
Locked