How do I install a 64 Bit application

Questions about Wine on Linux
Locked
cod3r
Newbie
Newbie
Posts: 4
Joined: Sun Jul 05, 2015 4:45 pm

How do I install a 64 Bit application

Post by cod3r »

I have an application that only works in 64 bit. Problem is I need dotnet35 installed and that seems to not be supported.

Is there any trick to this or am I SOL?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How do I install a 64 Bit application

Post by dimesio »

None of the .NET installers work in 64 bit yet. If you haven't tried wine-mono, you can try that.
cod3r
Newbie
Newbie
Posts: 4
Joined: Sun Jul 05, 2015 4:45 pm

Re: How do I install a 64 Bit application

Post by cod3r »

dimesio wrote:None of the .NET installers work in 64 bit yet. If you haven't tried wine-mono, you can try that.
I found an .msi file for wine-mono, but when I try to install it I just get this:

fixme:ntdll:NtLockFile I/O completion on lock not implemented yet

and nothing seems to happen. When I attempt to run my program I also get no output and it starts and stops.

Any way to figure out if mono installed?
cod3r
Newbie
Newbie
Posts: 4
Joined: Sun Jul 05, 2015 4:45 pm

Re: How do I install a 64 Bit application

Post by cod3r »

Ok I got libmono installed. It's trying to work, but now I get this error:

libgluezilla not found. To have webbrowser support, you need libgluezilla installed
libgluezilla not found. To have webbrowser support, you need libgluezilla installed
libgluezilla not found. To have webbrowser support, you need libgluezilla installed

I installed libmono-webbrowser4.0-cil but it didn't fix this problem. When it errors out it just says Object Reference not set to an instance of an object. nothing descriptive beyond that.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How do I install a 64 Bit application

Post by dimesio »

https://bugs.winehq.org/show_bug.cgi?id=30988

The normal workaround for wine-mono issues is to install real .NET, but since you need 64 bit, you're out of luck.
cod3r
Newbie
Newbie
Posts: 4
Joined: Sun Jul 05, 2015 4:45 pm

Re: How do I install a 64 Bit application

Post by cod3r »

dimesio wrote:https://bugs.winehq.org/show_bug.cgi?id=30988

The normal workaround for wine-mono issues is to install real .NET, but since you need 64 bit, you're out of luck.

Dang!!

This game I'm trying to run has a launcher. I think that's the only thing that needs this web control or whatever it is. Is there anyway to setup the launcher in 32 bit wineprefix, but then have it swing over to the 64 bit actual game client?

Game was done in Unreal 3. I'm pretty positive it will work, but there is no way to run it w/out this launcher application.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How do I install a 64 Bit application

Post by dimesio »

cod3r wrote: Is there anyway to setup the launcher in 32 bit wineprefix, but then have it swing over to the 64 bit actual game client?
Could you have the launcher installed on a computer running 32 bit Windows and use it to launch the game installed on another computer running 64 bit Windows? If the answer is no, don't expect it to work in Wine, either.
Locked