WiiLink24 / WiiLink24-Patcher

The repository containing patchers to help you download channels.
Mozilla Public License 2.0
145 stars 17 forks source link

Patcher crashes and gives an error after starting patching process #53

Closed gitandrew07 closed 1 year ago

gitandrew07 commented 1 year ago

When i start the patching process, it will instantly crash giving error code 60. (and no im not using powershell this time.)

PablosCorner commented 1 year ago

Can I get a screenshot of the error screen?

gitandrew07 commented 1 year ago

error

gitandrew07 commented 1 year ago

So, what can i do?

PablosCorner commented 1 year ago

image So when I looked up the error code, it says it might be an SSL thing. If you have the means, try testing out the patcher on a different network.

PablosCorner commented 1 year ago

Looking into it further, I might be able to bypass the issue in the next update, so stay tuned.

gitandrew07 commented 1 year ago

Pretty cool, Thank you!👍 Im gonna wait for the next update

PablosCorner commented 1 year ago

I pushed a nightly build, if you check out the nightly branch, see if that fixes your issue.

gitandrew07 commented 1 year ago

It appears i got another error, with the nightly build image

PablosCorner commented 1 year ago

Just curious, what is your locale set to? It seems like Batch is really picky and the script doesn't work right if the locale isn't "English (United States)"

PablosCorner commented 1 year ago

Okay I pushed another build where I changed around the formatting of some commands to hopefully make it not error out like that. It seemed to work on my end fine, but as I've learned lately, it might not be the case for everyone else, so please do report back if this fixed it.

gitandrew07 commented 1 year ago

image I already had my language set to English (United States), however with this new push, i get this giant lump of errors.

gitandrew07 commented 1 year ago

Also when i press any key to exit, like the patcher asks to, it gives more errors and then goes to the "What are we doing today?" screen.

PablosCorner commented 1 year ago

Oh my.. yeah I didn't expect that at all. I didn't think Batch would be this unpredictable when it comes to how Windows is set up in other regions. Honestly, it makes me want to remake this whole thing in a proper programming language so it'll at least work the same for everyone.

gitandrew07 commented 1 year ago

So... what can i do in conclusion?

PablosCorner commented 1 year ago

For now, I would say for now nothing much until I can port it to a proper programming language. Or you could try out the Unix Patcher on a Linux or macOS machine (or virtual machine for Linux), that one seems a lot more stable.

PablosCorner commented 1 year ago

If you're interested in trying a new (potential) replacement for the Batch script, check this branch out. https://github.com/WiiLink24/WiiLink24-Patcher/tree/csharp-ver

gitandrew07 commented 1 year ago

oh my god i think its working.

gitandrew07 commented 1 year ago

im running the C Sharp patcher now

gitandrew07 commented 1 year ago

image LETS GO IT WORKED!

gitandrew07 commented 1 year ago

Thank you Pablo!

PablosCorner commented 1 year ago

I'm glad to hear that! In that case, I'll consider this issue resolved.