User Tools

Site Tools


games:wine:grim_dawn

This is an old revision of the document!


Information

  • Grim Dawn 1)
  • GOG 2)
  • 32-bit 3)

Prerequisites

Notes

  • Enable Gallium Nine for AMD Open-Source Graphics
  • Enable CSMT for NVIDIA Proprietary Graphics

Install

Grim Dawn

  • Expects a .7z archive at ~/Downloads containing the setup executable and data bin files
  • Install to default directory when prompted
  • May present various errors at the end of installation due to VC++ Redist installation, these are safe to ignore
mkdir -p ~/'Wine Prefixes' ~/'Downloads/Grim Dawn' && cd ~/'Downloads/Grim Dawn' && 7za x ~/'Downloads/setup_grim_dawn_'*'.7z' && sync && WINEPREFIX=~/'Wine Prefixes/Grim Dawn' WINEARCH='win32' winetricks --unattended 'vcrun2010' 'vcrun2012' 'vcrun2015' && sync && WINEPREFIX=~/'Wine Prefixes/Grim Dawn' wine ~/'Downloads/Grim Dawn/setup_grim_dawn'*'.exe'

Sandbox

WINEPREFIX=~/'Wine Prefixes/Grim Dawn' winetricks 'sandbox'

CSMT/Gallium Nine

WINEPREFIX=~/'Wine Prefixes/Grim Dawn' winecfg

Clean Up

rm -Rf ~/'Downloads/setup_grim_dawn_'*'.7z' ~/'Downloads/Grim Dawn' ~/'Desktop/Grim Dawn.desktop' && sync

Desktop Launchers

Initial

rm -Rf ~/'.local/share/applications/wine/Programs/GOG.com' && mkdir -p ~/'.local/share/applications/wine/Programs/Grim Dawn'

Grim Dawn

nano ~/'.local/share/applications/wine/Programs/Grim Dawn/Grim Dawn.desktop'
[Desktop Entry]
Name=Grim Dawn
Comment=Enter an apocalyptic fantasy world where humanity is on the brink of extinction, iron is valued above gold and trust is hard earned. This ARPG features complex character development, hundreds of unique items, crafting and quests with choice & consequence.
Categories=Game;AdventureGame;RolePlaying
Exec=env WINEDEBUG='-all' WINEPREFIX='/home/CHANGEME/Wine Prefixes/Grim Dawn' wine '/home/CHANGEME/Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/Grim Dawn.exe' /d3d9
Type=Application
StartupNotify=true
Path=/home/CHANGEME/Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn
Icon=FDA1_Grim Dawn.0
Actions=Repair;

[Desktop Action Repair]
Exec=env WINEDEBUG='-all' WINEPREFIX='/home/CHANGEME/Wine Prefixes/Grim Dawn' wine '/home/CHANGEME/Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/Repair.exe'
Name=Check and Repair Data
sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/wine/Programs/Grim Dawn/Grim Dawn.desktop'

Quick Commands

Winecfg

WINEPREFIX=~/'Wine Prefixes/Grim Dawn' winecfg

Winetricks

WINEPREFIX=~/'Wine Prefixes/Grim Dawn' winetricks

Registry Editor

WINEPREFIX=~/'Wine Prefixes/Grim Dawn' regedit

Kill

WINEPREFIX=~/'Wine Prefixes/Grim Dawn' wineserver -k

Execute

Grim Dawn

cd ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn' && WINEPREFIX=~/'Wine Prefixes/Grim Dawn' wine ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/Grim Dawn.exe' /d3d9

Repair

cd ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn' && WINEPREFIX=~/'Wine Prefixes/Grim Dawn' wine ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/Repair.exe'

File Manager

Root

gio open ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn'
3)
Grim Dawn may get a 64-bit binary in the future since it has a x64 dll folder
/var/www/wiki/data/attic/games/wine/grim_dawn.1515266569.txt.gz · Last modified: 2018/01/06 14:22 by Sean Rhone