can someone please write a tutorial how to get it running in wine. I was able to make run till after character chreation but than it hangs
export WINEARCH=win32
export WINEPREFIX=....somepathto install
winetricks dotnet35sp1
winetricks --no-isolate steam
install game
cd $WINEPREFIX/drive_c/Program\ Files/Steam/SteamApps/common/Divinity\ -\ Original\ Sin/
mv _CommonRedist _CommonRedist_Backup
run the game
Once i'm after character creation basically the game uses 1 core @ 100% for a very very long time.
Not sure if i should wait even longer but i don't think it will help, if you checkout all the 32bit issues they have.
Tried to get a 64Bit wine running with dotnet 3.5 but i wasn't successfull.
[Edited]
I kinda get to the same result if i do the following
WINEPREFIX=....
winetricks corefonts msxml3 d3dx9 vcrun2008
winetricks --no-isolate steam
install game
winetricks --force d3dx9_43 d3dcompiler_43
cd $WINEPREFIX/drive_c/Program\ Files/Steam/SteamApps/common/Divinity\ -\ Original\ Sin/
mv _CommonRedist _CommonRedist_Backup
cd $WINEPREFIX/drive_c/Program\ Files/Steam/SteamApps/common/Divinity\ -\ Original\ Sin/Shipping
wine ./EoCApp.exe
not sure if msxml3 d3dx9 vcrun2008 corefonts is need but it seems like d3dx9_43 and d3dcompiler_43 is needed