jaydenmilne / steamsync

Tool to automatically add games from the Epic Games Launcher to Steam
GNU Affero General Public License v3.0
157 stars 17 forks source link

Forgive me my ineptitude #30

Closed Xenogor closed 1 year ago

Xenogor commented 1 year ago

Please help. I'm trying to figure all this out, but (despite pushing 30) I'm kinda very new at this. Trying to learn, know a little java and a little HTML, but more than a bit rusty on both of those. Want to learn as much as I can through modding, not sure what language I'm working with or how to dig into all of it proper to fix whatever this issue is. At a precursory glance, I don't notice anything amiss. Here's what I'm looking at.

Immediate edit: I placed shortcuts.vdf in the indicated folder earlier and got this, it was originally a much larger block before I gleaned that bit of information. I'm sure I'm just overlooking something and need a pair of trained eyes to find it for me.



steamsync v0.3.0 -  Encountered An Error. Please submit a bug report at https://github.com/jaydenmilne/steamsync/issues with this log!
Traceback (most recent call last):

  File "main.py", line 150, in add_shortcuts

  File "steamsync.py", line 367, in add_games_to_shortcut_file

KeyError: 'shortcuts'

Log:

steampath C:\Program Files (x86)\Steam
manifestPath C:\ProgramData\Epic\EpicGamesLauncher\Data\Manifests
Scanning EGS manifest store (C:\ProgramData\Epic\EpicGamesLauncher\Data\Manifests)...
Collected 3 games from the EGS manifest store

⚠ ⚠ NOTICE: ⚠ ⚠
Using the path to the executable instead of the Epic Games Launcher URI
You may experience issues with online games (eg GTAV!)

Exception!!!
jaydenmilne commented 1 year ago

This can happen if there isn’t already some shortcuts in the UI. Try manually making one (press the + button at the bottom of the library screen).

On Sep 3, 2022, at 03:32, Xenogor @.***> wrote:

 Please help. I'm trying to figure all this out, but (despite pushing 30) I'm kinda very new at this. Trying to learn, know a little java and a little HTML, but more than a bit rusty on both of those. Want to learn as much as I can through modding, not sure what language I'm working with or how to dig into all of it proper to fix whatever this issue is. At a precursory glance, I don't notice anything amiss. here's what I'm looking at.

steamsync v0.3.0 - Encountered An Error. Please submit a bug report at https://github.com/jaydenmilne/steamsync/issues with this log! Traceback (most recent call last):

File "main.py", line 150, in add_shortcuts

File "steamsync.py", line 367, in add_games_to_shortcut_file

KeyError: 'shortcuts'

Log:

steampath C:\Program Files (x86)\Steam manifestPath C:\ProgramData\Epic\EpicGamesLauncher\Data\Manifests Scanning EGS manifest store (C:\ProgramData\Epic\EpicGamesLauncher\Data\Manifests)... Collected 3 games from the EGS manifest store

⚠ ⚠ NOTICE: ⚠ ⚠ Using the path to the executable instead of the Epic Games Launcher URI You may experience issues with online games (eg GTAV!)

Exception!!! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

Xenogor commented 1 year ago

Sick. Got it working. Thanks, man!

jaydenmilne commented 1 year ago

Cool