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?
How do I install a 64 Bit application
Re: How do I install a 64 Bit application
None of the .NET installers work in 64 bit yet. If you haven't tried wine-mono, you can try that.
Re: How do I install a 64 Bit application
I found an .msi file for wine-mono, but when I try to install it I just get this:dimesio wrote:None of the .NET installers work in 64 bit yet. If you haven't tried wine-mono, you can try that.
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?
Re: How do I install a 64 Bit application
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.
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.
Re: How do I install a 64 Bit application
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.
The normal workaround for wine-mono issues is to install real .NET, but since you need 64 bit, you're out of luck.
Re: How do I install a 64 Bit application
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.
Re: How do I install a 64 Bit application
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.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?