-
Notifications
You must be signed in to change notification settings - Fork 13
WeMod 32 bit error
When launching a game with WeMod, an error message states that the game is 32-bit, and the mods are blocked. However, the user is running a 64-bit version of the game.
- Launch WeMod and click "Play" for the desired game.
- WeMod displays an error indicating the game is 32-bit, even though it’s 64-bit.
The game should launch successfully with mods applied.
WeMod may be misidentifying the game version or there may be an issue with the game’s wine prefix (for Steam and Proton setups). Follow these steps to resolve the issue:
Make sure you are using the 64-bit version of the game. Some games may only support 32-bit, in which case WeMod might block the mods. If the game supports both versions, ensure the 64-bit version is selected.
If you are using Steam with Proton (on Linux), you might need to manually set the game’s wine prefix to 64-bit.
-
Locate your Steam Prefix Folder: Steam's prefix folders are found at:
/home/$USER/.steam/steam/steamapps/compatdata/
Replace
$USER
with your actual username. -
Find the Correct Game Prefix: To find the GameID (used to identify the game's prefix folder), install and use the app
protontricks
. The GameID is displayed for each game. -
Set the Wine Prefix: Once you've located the correct prefix folder, add
/pfx
at the end. The full path should look something like this:/home/$USER/.steam/steam/steamapps/compatdata/GAMEID/pfx/
Now, delete the existing prefix and create a new one with the following commands:
rm -rf $PREFIX-FOLDER-HERE WINEARCH=win64 WINEPREFIX="$PREFIX-FOLDER-HERE" winecfg
Replace
$PREFIX-FOLDER-HERE
with your prefix path. -
Apply the Configuration: After running the command, a window will open. Simply click "OK."
Now, when you run the game in Steam, it may prompt you to re-download WeMod. After reinstalling, the mods should work correctly with the 64-bit version of the game.
- If your game does not support a 64-bit version, WeMod may still block mods. In this case, you may need to reach out to the WeMod community for further support.
- This solution applies to games running on Steam with Proton or Wine on Linux systems. If you're not using Proton or Wine, other troubleshooting steps may be required.
This issue might be specific to WeMod's detection or configuration. Ensure you have the latest version of WeMod and that your system setup matches the game's requirements.