You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, thank you for this tool I appreciate it I was having trouble setting up this mod manager by hand.
--steam does not work if you have never set up a steam shortcut:
Traceback (most recent call last):
File "/home/zeb/Modding/BG3 Mod Manager/./linux.py", line 258, in <module>
main()
File "/home/zeb/Modding/BG3 Mod Manager/./linux.py", line 246, in main
add_to_steam()
File "/home/zeb/Modding/BG3 Mod Manager/./linux.py", line 173, in add_to_steam
with open(shortcuts_file, 'rb') as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/zeb/.steam/steam/userdata/75027093/config/shortcuts.vdf'```
Perhaps check for this and inform the user to create a new shortcut in steam, which then fixes this issue.
The text was updated successfully, but these errors were encountered:
Hi there, thank you for this tool I appreciate it I was having trouble setting up this mod manager by hand.
--steam does not work if you have never set up a steam shortcut:
The text was updated successfully, but these errors were encountered: