Hi, could someone help me with getting the launcher for Fallen Earth to run. On the games wine page it says winetricks and ie7 should be installed to get the launcher working. I installed winetricks fine, then ie7 using winetricks. At the end of ie7's install it said that it won't run on a 64 bit system and it needed a prefix "WINEARCH=win32".
I don't know how to use that prefix thing, but I don't need to personally run ie7, it's just for the games launcher, and I don't think that can run ie7 with that prefix. I think that 32-bit ie7 might be of no help since the game installed on 64-bit.
The game has a gold rating with wine version 1.4-rc4. I tried to find a binary to use with lutris but all I can find is the source and I'm having trouble compiling it, I think it complained about an undefined variable (and I had to use the --without-freetype option).
At this point I don't really know what to do. Does anyone have any suggestions on what to try next? Any help would be greatly appreciated.
Thanks
Fallen Earth Help
-
- Newbie
- Posts: 3
- Joined: Mon Feb 07, 2022 2:41 pm
Re: Fallen Earth Help
This is the page I should have been looking at, the other was much older.
I only know how to set up a 32bit wine in PlayOnLinux, so that's what I've been using in my attempts. I see so many people reporting gold status with this game so it must work. This is the first time I'm using/learning about wine so I'm new to all this.
I only know how to set up a 32bit wine in PlayOnLinux, so that's what I've been using in my attempts. I see so many people reporting gold status with this game so it must work. This is the first time I'm using/learning about wine so I'm new to all this.
Re: Fallen Earth Help
I will try to give step by step instructions.
0. Make sure wine and winetricks are up-to-date.
- Wine installation instructions: https://wiki.winehq.org/Download
- Update winetricks with:
1. Create a 32-bit wineprefix and install Internet Explorer 8
This will create a 32-bit prefix in the FallenEarth folder in your home directory.
If you like an other name, that's no problem.
2. Install Fallen Earth in the new wineprefix.
In this example, the installation file is in the Downloads folder.
You can skip the DirectX installation and close the Internet Explorer window at the end of the installation.
3. Start Fallen Earth
After installation, you can play the game. If you want to start it another time, use:
0. Make sure wine and winetricks are up-to-date.
- Wine installation instructions: https://wiki.winehq.org/Download
- Update winetricks with:
Code: Select all
sudo winetricks --self-update
This will create a 32-bit prefix in the FallenEarth folder in your home directory.
If you like an other name, that's no problem.
Code: Select all
WINEPREFIX=${HOME}/FallenEarth WINEARCH=win32 winetricks -q ie8
In this example, the installation file is in the Downloads folder.
You can skip the DirectX installation and close the Internet Explorer window at the end of the installation.
Code: Select all
WINEPREFIX=${HOME}/FallenEarth wine ${HOME}/Downloads/Fallen_Earth_Downloader.exe
After installation, you can play the game. If you want to start it another time, use:
Code: Select all
cd "${HOME}/FallenEarth/drive_c/Program Files/GamersFirst/Fallen Earth"
WINEPREFIX=${HOME}/FallenEarth wine FEUpdater.exe
-
- Newbie
- Posts: 3
- Joined: Mon Feb 07, 2022 2:41 pm
Re: Fallen Earth Help
Thank you for spelling that out for me. The game works great. I have to disable UFW, but it's working 

-
- Newbie
- Posts: 1
- Joined: Fri Dec 24, 2021 2:58 pm
Re: Fallen Earth Help
The updater never manages to launch the game in my case.
The wine log ends with:
I am using `wine-7.5` on ArchLinux.
So the updater finished downloading any updates, then the updater closes without the game being launched at all.
Using a 32 bit prefix, ie8 and msxml3 installed.
The wine log ends with:
Code: Select all
#003c:Ret PE DLL (proc=6A2F1180,module=6A280000 L"msvcrt.dll",reason=PROCESS_DETACH,res=00000001) retval=1
#003c:Call PE DLL (proc=7B631A10,module=7B600000 L"kernel32.dll",reason=PROCESS_DETACH,res=00000001)
#003c:Ret PE DLL (proc=7B631A10,module=7B600000 L"kernel32.dll",reason=PROCESS_DETACH,res=00000001) retval=1
#003c:Call PE DLL (proc=7B03B0D0,module=7B000000 L"kernelbase.dll",reason=PROCESS_DETACH,res=00000001)
#003c:Ret PE DLL (proc=7B03B0D0,module=7B000000 L"kernelbase.dll",reason=PROCESS_DETACH,res=00000001) retval=1
#003c:Call PE DLL (proc=7BC63060,module=7BC00000 L"ntdll.dll",reason=PROCESS_DETACH,res=00000001)
#003c:Ret PE DLL (proc=7BC63060,module=7BC00000 L"ntdll.dll",reason=PROCESS_DETACH,res=00000001) retval=1
So the updater finished downloading any updates, then the updater closes without the game being launched at all.
Using a 32 bit prefix, ie8 and msxml3 installed.