i have installed the gog files for fallout 3 and i tried play on linux and the wine install and i can get fallout new vegas working easily but not fallout 3 and i installed alot of the stuff from here on this forum and this is my last resort i have installed the intel gpu bypass and i have installed the latest patch from bethesda and i have turned off the windows live thing it said if i load the fose it will turn off and when i loaded the windows live disabler it said it was already turned off and when i try debug on playonlinux it bring this up in the log ill post it down below and my system is and i am open in any way to get it to load like with or without playonlinux
well the log file is to large to post it here and this site wont let me upload it
Release 20.04.4 LTS (Focal Fossa) 64-bit
Kernel Linux 5.13.0-39-generic x86_64
MATE 1.24.0
memory 15.5 gb
processor Intel® Core™ i5-3570 CPU @ 3.40GHz × 4
graphics Mesa Intel® HD Graphics 2500 (IVB GT1)
fallout 3 crashed on loading screen
-
- Newbie
- Posts: 1
- Joined: Sun Apr 10, 2022 7:18 pm
Re: fallout 3 crashed on loading screen
The game seems to work with wine-staging 7.6*. You only need to fake a Nvidia GPU in the registry.
Go to HKEY_CURRENT_USER\Software\Wine
Create a new key with the name Direct3D
In Direct3D create two DWORD values:
- name: VideoPciVendorID value: 10de (hexadecimal)
- name: VideoPciDeviceID value: 1402 (hexadecimal)
*) Tested on Intel Core i5-7600, HD Graphics 630, Mesa 21.3.7, Debian Sid
Code: Select all
# Create a clean wineprefix for Fallout3 and open regedit
WINEPREFIX=${HOME}/Fallout3 wine regedit
Create a new key with the name Direct3D
In Direct3D create two DWORD values:
- name: VideoPciVendorID value: 10de (hexadecimal)
- name: VideoPciDeviceID value: 1402 (hexadecimal)
Code: Select all
# Install the GOG version of Fallout 3
WINEPREFIX=${HOME}/Fallout3 wine setup.exe
# Run the game with:
WINEPREFIX=${HOME}/Fallout3 wine FalloutLauncher.exe