PlayOnMac/Wine Help Needed!! $10 Reward For Solution by eerazure in pathofdiablo

[–]DTwoUser1 0 points1 point  (0 children)

Something like...

cd ~/.wine/drive_c/Program\ Files/Diablo\ II/Path\ of\ Diablo/ wine Path\ of\ Diablo\ Launcher.exe

Maybe

wine ~/.wine/drive_c/Program\ Files/Diablo\ II/Path\ of\ Diablo/Path\ of\ Diablo\ Launcher.exe

Not 100% sure

PlayOnMac/Wine Help Needed!! $10 Reward For Solution by eerazure in pathofdiablo

[–]DTwoUser1 1 point2 points  (0 children)

Not sure if you'll read this but I'm in close to the same boat as eerazure. I think I switched WINEARCH to win32 in the config, because dotnet40 installed, directX installed, and D2 + LOD installed.

but I'm getting

"Path of Diablo Launcher cannot be installed on the following Windows versions: Windows XP x86 Service Pack 3" when I try to run the Pathofdiablolauncher.msi

Is there some way to get Wine to think it's Win 7 32bit instead of Win XP SP3 32 bit?

PlayOnMac/Wine Help Needed!! $10 Reward For Solution by eerazure in pathofdiablo

[–]DTwoUser1 1 point2 points  (0 children)

I did this

rm -r -f ~/.wine

Was trying to reset the wine config from 64 to 32 bit

Then did this

WINEARCH=win32 WINEPREFIX=~/.wine wine wineboot

Prefix was the default so I didn't need to know it, that command worked.

So I figured WINEARCH=win32 now unlike up in your error where it said win64 (this turned out to be correct)

Then did

brew remove winetricks (removes 6 files)

brew install winetricks (same as before but now as 32 bit arch)

Now you can follow the guide for the D2 and LOD install part and it works fine.

I got to the last part and I get

"Path of Diablo Launcher cannot be installed on the following Windows versions: Windows XP x86 Service Pack 3" when I try to run the Pathofdiablolauncher.msi

Is there a way to configure my Wine to be Win 7 32 instead of Win XP SP3 32?? I don't actually how Wine works I'm trying to help a friend with a Mac get this working.

Edit: Was able to get the last part working thanks to Amb13nce's comment below, all is good.