WoozyMasta / dayz-ctl

Command Line Linux Launcher for DayZ Standalone with Fuzzy Finding
http://dayz-ctl.woozymasta.ru/
Apache License 2.0
25 stars 5 forks source link

Not working, it close the program #18

Open Fe316 opened 3 weeks ago

Fe316 commented 3 weeks ago

Simply the program close if I select an option in the menu. No other messages.

Running on Arch

WoozyMasta commented 1 week ago

Run with debug:

exec 3>dayz-ctl.log
export BASH_XTRACEFD=3
bash -x dayz-ctl 

Afterwards you can study the problem yourself in the file dayz-ctl.log or share the log using pastebin or a similar service

lopdop commented 3 days ago

I encountered same on another Arch distribution. Downgraded gum 14.1 to 13 - and this corrected the issue.