Linux Standalone Median XL Launcher

Need help installing the mod?
VlaDx
Dark Huntress
11 | 0
Legendary Supporter Badge
Donated 25 times
murkl wrote:Hmm, than you need to "debug" the error. You can comment the line 837 (to this: #show_gui_menu_main) to look if the script startups well. This script isnt optimized for macos (and I do not have any skills on mac). Maybe its related to your zenity (alternative?)
Do you have any skills ins scripting on mac?



I don't have the line 837, the script ends at 712. I am using zenity, installed it with homebrew aswell as all the other programs needed like 7zip.
Have no skills whatsoever, just what I picked up over the internet because of the necessity :)
murkl
Stone Warrior
31 | 12
Great Popularity Badge
Has a thread with over 50.000 views
In version 3.2.3 the script should have 838 lines:
https://github.com/murkl/d2launcher/archive/3.2.3.zip
VlaDx
Dark Huntress
11 | 0
Legendary Supporter Badge
Donated 25 times
murkl wrote:In version 3.2.3 the script should have 838 lines:
https://github.com/murkl/d2launcher/archive/3.2.3.zip


You were right, I switched it but same result. Thanks a lot mate, would have really loved to play on my mac since this looks like it can work with d2stats.
Was worth a try, thanks again :)
murkl
Stone Warrior
31 | 12
Great Popularity Badge
Has a thread with over 50.000 views
I do not any magic with the script so you should able to do this steps manually:

1. First Download D2Stats (https://github.com/Kyromyr/D2Stats/rele ... 3.11.0.rar) (in script I storred this files outside from d2 dir and outside from wineprefix dir)
2. Download sigma-loader.exe and copy into your d2 dir (https://github.com/SyndromeDayna/diablo ... loader.exe)
After that i run sigma-loader.exe with the wine recommended to use version 5)

Thats it ;)
VlaDx
Dark Huntress
11 | 0
Legendary Supporter Badge
Donated 25 times
murkl wrote:I do not any magic with the script so you should able to do this steps manually:

1. First Download D2Stats (https://github.com/Kyromyr/D2Stats/rele ... 3.11.0.rar) (in script I storred this files outside from d2 dir and outside from wineprefix dir)
2. Download sigma-loader.exe and copy into your d2 dir (https://github.com/SyndromeDayna/diablo ... loader.exe)
After that i run sigma-loader.exe with the wine recommended to use version 5)

Thats it ;)


Tried that aswell, didn't work for me. Sigma runs fine and also d2stats, just separately. The moment i enter a game Sigma crashes.
syndrome
Prowler
18 | 0
Common Popularity Badge
Has a thread with over 10.000 views
VlaDx you may try recommended settings:
1. Set wine version to windows 10
2. Run glide-init.exe in the game directory and set texture memory to 108 MB (Max).
3. Run glide-init.exe in the game directory and disable windowed mode.
4. Launch sigma-loader.exe with -3dfx command line argument. (do not use -w)

D2Stats crashes my game unless i apply these settings. They may help you too.
VlaDx
Dark Huntress
11 | 0
Legendary Supporter Badge
Donated 25 times
syndrome wrote:VlaDx you may try recommended settings:
1. Set wine version to windows 10
2. Run glide-init.exe in the game directory and set texture memory to 108 MB (Max).
3. Run glide-init.exe in the game directory and disable windowed mode.
4. Launch sigma-loader.exe with -3dfx command line argument. (do not use -w)

D2Stats crashes my game unless i apply these settings. They may help you too.


First, thank you for the follow-up.

I applied those settings, it didn’t work... I played a lot with the settings and it seems no combination keeps the game from not crashing. Am willing to try things though :)
Kiesel
Skeleton
2 | 0
Disabling the notifier in the D2Stats options solved the crashes I had. You can enable the notifier once you are ingame with your character. (No notifier has to be disabled every time you join a game though)
User avatar
Sprow
Core Lord
358 | 20
Common Love Badge
Earned over 20 cookies
Common Auction Badge
Won 50 auctions
on Ubuntu 20.04 after
sudo apt install zenity curl p7zip unrar jq wmctrl
and this
./d2launcher

got error "p7zip not installed"

Use "sudo apt-get install p7zip-full" to solve this
murkl
Stone Warrior
31 | 12
Great Popularity Badge
Has a thread with over 50.000 views
Thanks Sprow, i updated the Readme :)