-
Notifications
You must be signed in to change notification settings - Fork 89
Description
Bug Report
Summary of Current behaviour
Launching the app from the terminal results in infinite exceptions being thrown from the UI. Double clicking the AppImage executable from a file explorer or desktop work as expected.
Steps to reproduce
Run the AppImage executable from the terminal:
./NexusMods.App.X86_64.AppImage
Note
While writing this issue I saw that in the .desktop
file that %u
is supplied as a flag for the execution and running ./NexusMods.App.X86_64.AppImage %u
does indeed work, but it is not intuitive. Also the log to the console claims Unrecognized command or argument '%u'.
so I think this might just be a happy accident.
What is the expected behaviour?
Running the app from the terminal should run the same as running it from the desktop
Other information
Logs:
nexusmods.app.main
:
nexusmods.app.main.current.log
nexusmods.app.slim
:
nexusmods.app.slim.current.log
There is more information if I enable logging to console when I run it from the terminal:
Operating system:
- Windows 10
- Windows 11
- Linux (Pop_OS! 22.04 LTS)
App version: 0.14.3.0
NexusMods account type:
- Premium
- Free
QA Checklist:
- Add QA label if relevant
- Add repro steps
- Add expected behaviour
- Add known limitations with the fix or issues
- QA test Windows
- QA test Linux