Closed bilditup1 closed 1 year ago
From my testing, 1.13 works on Windows just fine, try reextracting or redownloading the zip file again
Hi again,
While redownloading and reextraction did fix what seems like a corrupt libpsl-5.dll
, I found that the error persisted after I moved program root to where I usually keep them. The issue seems to be that if the root directory's path has a directory called bin in it, in other words:
some\path\bin\WiiUDownloader-root-directory
or
some\path\bin\subdir\WiiUDownloader-root-directory
the crash happens in precisely the manner I posted above, same logs and all. This happens regardless of what the name of the program's root directory is. I guess because something (Gtk?) thinks it's on a nix system as a result of checking that path at runtime? thus it ends up trying to load icons that don't exist from a location that doesn't exist? That's my best guess, I've never used GTK. The same error also occurs with 1.12, fwiw.
Don't store it in a path called bin then, not an issue I can really fix
1.12 works fine. Log has:
So looks like some dependency was inadvertently left out of the release? (That said even 1.12 has the first two lines of errors in the above log.) Diffing the unzipped 1.12 and 1.13 folders, the only thing different between the two besides the main binary is libpsl-5.dll, however replacing the 1.13 dll with the 1.12 dll doesn't allow it to run. The link to hi-color themes given in the log is a source link. There appear to be some changes related to Windows in the commit after this one, not sure if that was an attempt to address this or what