Running Gnomoria on Fedora

Questions about Wine on Linux
Locked
Bukinnear
Newbie
Newbie
Posts: 4
Joined: Mon Mar 31, 2014 10:32 pm

Running Gnomoria on Fedora

Post by Bukinnear »

So, according to the entry for gnomoria 9.8 (latest version) on steam, the game runs fine and dotnet40 is required. I've installed winetricks and dotnet40, but when I try run gnomoria through steam I can see it pop up in the task manager for about 5 seconds before it dies.

Does anyone know what I'm doing wrong?

I'm running a clean install of Fedora, any details you need you'll have to ask for though, I'm still learning :P
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Running Gnomoria on Fedora

Post by dimesio »

You didn't mention what Wine version you're using. If it's older than 1.7.8, Steam won't work.

If this is happening in the latest development release of Wine, post terminal output. http://wiki.winehq.org/FAQ#get_log
Bukinnear
Newbie
Newbie
Posts: 4
Joined: Mon Mar 31, 2014 10:32 pm

Re: Running Gnomoria on Fedora

Post by Bukinnear »

Ok, yea, I'm stuck on wine 1.7.13 - Fedora doesn't seem to have any newer releases on the official channels yet. Where can I get the updated build?
Bukinnear
Newbie
Newbie
Posts: 4
Joined: Mon Mar 31, 2014 10:32 pm

Re: Running Gnomoria on Fedora

Post by Bukinnear »

Wait... Is 1.7.13 higher than 1.7.8? It is... -.-' Ok, here's my terminal output - also: I deleted my .wine folder and re-created it as a 32bit wine prefix, so I have to install steam and Gnomoria again. Before that though, I need to install dotnet40 and windowscodecs

trying to install windowscodecs gives me this

Code: Select all

./winetricks windowscodecs
Executing w_do_call windowscodecs
Executing load_windowscodecs
Using native override for following DLLs: windowscodecs windowscodecsext
Executing winetricks_early_wine regedit C:\windows\Temp\_windowscodecs\override-dll.reg
------------------------------------------------------
Working around wine bug 32859 -- Working around possibly broken libX11
------------------------------------------------------
Executing taskset -c 0 wine wic_x86_enu.exe /passive
fixme:clusapi:GetNodeClusterState ((null),0x32ebe4) stub!
fixme:advapi:DecryptFileA ("c:\\f2fbaf01c8f6de806fcc5a\\", 00000000): stub
fixme:setupapi:pSetupGetGlobalFlags stub
------------------------------------------------------
Note: command 'taskset -c 0 wine wic_x86_enu.exe /passive' returned status 67.  Aborting.
------------------------------------------------------
and trying to install dotnet40 seems to go alright, it pops up the microsoft .net install dialogue and starts downloading but then fails halfway through with HRESULT 0x80070643
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Running Gnomoria on Fedora

Post by dimesio »

Are you sure your wineprefix is really 32 bit?
Bukinnear
Newbie
Newbie
Posts: 4
Joined: Mon Mar 31, 2014 10:32 pm

Re: Running Gnomoria on Fedora

Post by Bukinnear »

it is, winetricks will mention it if it isn't, but yea, I deleted .wine and ran WINEARCH=32bit WINEPREFIX=~/.wine winecfg
Locked