Worms W.M.D

Worms W.M.D

View Stats:
dsa83 Feb 3, 2021 @ 11:06am
Won't launch in Linux Mint 20.1
I tried to launch using Run.sh, the game open but goes till "Fort Mode" and then crashes. The following error is report:
./Run.sh
GetCurrentDirectoryA
buffer /home/dsa83/.steam/debian-installation/steamapps/common/WormsWMD
GetCurrentDirectoryA
buffer /home/dsa83/.steam/debian-installation/steamapps/common/WormsWMD
GetCurrentDirectoryA
buffer /home/dsa83/.steam/debian-installation/steamapps/common/WormsWMD
Setting breakpad minidump AppID = 327030
Steam_SetMinidumpSteamID: Caching Steam ID: 76561198113975620 [API loaded no]
dbus[17172]: arguments to dbus_connection_unref() were incorrect, assertion "connection->generation == _dbus_current_generation" failed in file ../../../dbus/dbus-connection.c line 2823.
This is normally a bug in some application using the D-Bus library.

D-Bus not built with -rdynamic so unable to print a backtrace
./Run.sh: line 6: 17172 Aborted (core dumped) ./Worms\ W.M.Dx64

I wanted to upload the hardinfo file but I'm new to this.
< >
Showing 1-5 of 5 comments
Team17_Assist  [developer] Feb 4, 2021 @ 2:10am 
Hi dsa83,

Sorry to hear you're having this issue.

Could you please try the following:

Add an additional parameter DBUS_FATAL_WARNINGS=0 to Run.sh file in WormsWMD directory.
This may also help with the above parameter:
Launch steam, cd into your worms directory, and type:
DBUS_FATAL_WARNINGS=0 ./Run.sh

We hope this helps.

Regards,
Team17 Support.
dsa83 Feb 4, 2021 @ 9:45am 
Worked like a charm! Any chance to include this in a autoload icon instead of running in terminal?
Team17_Assistance  [developer] Feb 5, 2021 @ 1:42am 
Greetings dsa83,

We are unsure, but leaving the thread open in case someone can jump in and offer further advice!

Regards,

Team17 Support
dsa83 Feb 5, 2021 @ 11:43am 
I've created a second script which call Run.sh with the following code:

#!/bin/bash DBUS_FATAL_WARNINGS=0 ./Run.sh
Made: chmod u+x Run2.sh

And managed to run by double click but what I want is to make a link to Run2.sh to the Desktop.

I managed to create the link but it does not run by double click ...

Then I remembered that I could change the original desktop WormsWMD file but I'm not sure what to change in order to call Run2.sh:

[Desktop Entry] Name=Worms W.M.D Comment=Play this game on Steam Exec=steam steam://rungameid/327030 Icon=steam_icon_327030 Terminal=false Type=Application Categories=Game;

Any idea?

Thanks for all the support!
Last edited by dsa83; Feb 6, 2021 @ 4:54am
dsa83 Feb 10, 2021 @ 1:08pm 
Finally managed to put the desktop shortcut to work.

So first create a second Run.sh script, I've named it Run2.sh:
#!/bin/bash cd "${0%/*}" DBUS_FATAL_WARNINGS=0 ./Run.sh

Make sure the file is executable by running "sudo chmod u+x Run2.sh".

Then create a desktop entry file, for instance "Worms W.M.D 2.desktop", with the following code:

[Desktop Entry] Name=Worms W.M.D Comment=Play Worms Exec=/home/dsa83/.steam/debian-installation/steamapps/common/WormsWMD/Run2.sh Icon=steam_icon_327030 Terminal=false Type=Application Categories=Game; Name[en_US]=Worms W.M.D 2

Et Voilá
< >
Showing 1-5 of 5 comments
Per page: 1530 50