mtkennerly / ludusavi-playnite

Playnite plugin for save backups via Ludusavi
MIT License
141 stars 9 forks source link

Having issues with launching it? (see screenshots) #72

Closed MapleEmbers closed 6 days ago

MapleEmbers commented 1 month ago

Having issues with launching it? (see screenshots)

I am able to launch it fine manually but the button in Playnite throws this error

image image image

MapleEmbers commented 1 month ago

Just to clarify, the appdata folder is correct: image

mtkennerly commented 1 month ago

Hmm, in your screenshot of the Playnite folder, most of the files have extensions, but ludusavi doesn't. Is it just named ludusavi and not ludusavi.exe?

MapleEmbers commented 1 month ago

I have windows hiding extensions of knows file types, as you can see with license.txt showing as just license, it is in fact ludusavi.exe

mtkennerly commented 1 month ago

That's very strange. Could you please try with this build? It just adds an extra log message:

ludusavi-playnite-v0.14.0-issue-72-v1.zip

After installing it, try to use the launch option again, and then check %APPDATA%\Roaming\Playnite\extensions.log for a line like this and copy/paste it here:

24-05 17:23:38.299|DEBUG|LudusaviPlaynite#LudusaviPlaynite:Launching Ludusavi: 'C:\git\ludusavi\target\debug\ludusavi.exe', exists: True, siblings: C:\git\ludusavi\target\debug\.cargo-lock|C:\git\ludusavi\target\debug\ludusavi.d|C:\git\ludusavi\target\debug\ludusavi.exe|C:\git\ludusavi\target\debug\ludusavi.pdb
MapleEmbers commented 6 days ago

Hey, sorry your reply got lost in my notifications when it was flooded .-. I tried that and got this: https://pastebin.com/17RC8TE4

Thats the full log with the 0.14.0 that you sent in your last message, I also tried the v0.15.0 to the same result. I could not see a line like that in the log so i just sent the whole log from boot to after it threw the error message

mtkennerly commented 6 days ago

No worries about the delay!

That's strange that the log line doesn't appear. Just to confirm, did you try using the Ludusavi > Launch option to trigger the error first before copying the log file? (v0.15.0 doesn't have the log line, but the modified version of v0.14.0 above should.)

MapleEmbers commented 6 days ago

I tried both Tools> Ludu Savi and the quick launch button on the left bar

mtkennerly commented 6 days ago

Hmm, this extension doesn't add a quick launch button on the left.

Just to make sure we're talking about the same thing, I'm referring to this launch option:

image

MapleEmbers commented 6 days ago

image and image

MapleEmbers commented 6 days ago

as for addons: image image image

mtkennerly commented 6 days ago

Ah, okay, I wasn't aware of Playnite's "software tools" feature, but that's where this is coming from.

In Playnite, go to Library > Software Tools..., find the entry for Ludusavi, and update the path to match your executable's location. This extension doesn't configure anything in the software tools list, so that's out of my control 😅

MapleEmbers commented 6 days ago

image ah yes, thats the wrong path

MapleEmbers commented 6 days ago

yup, that fixed both of the buttons i used, thanks ^^