madsciencecoder / shticker-book-rewritten

Custom launcher and tool for the Toontown Rewritten MMORPG
GNU General Public License v3.0
33 stars 9 forks source link

Launcher downloads empty Phase files #17

Closed adamf30 closed 7 years ago

adamf30 commented 7 years ago

Since version 1.14.0, I cannot get the game to run. I only get Phase files that are 0 bytes.

madsciencecoder commented 7 years ago

Toontown Rewrittten has changed their API for downloading updates. The API is not publically documented anywhere so it is difficult to fix the issues.

I have been able to figure out part of the puzzle, the download URL for the patches has changed from https://cdn.toontownrewritten.com/content/ to https://cdn.toontownrewritten.com/content/patches/. However, I cannot figure out where they put the original files yet.

Everything (patch manifest, patches, and original files) used to be in https://cdn.toontownrewritten.com/content/

madsciencecoder commented 7 years ago

Seems like they have put the original files in the same patches directory, I just overlooked a filename change. I should be able to get this working soon then.

madsciencecoder commented 7 years ago

I have pushed the update that should fix it, just a simple change in the download URL. The OBS repositories for Linux are updating right now, the builds are done but it may take a while for them to be published.

If you are on Windows I won't be able to make an updated installer for a while since that process is a lot more complicated and I'm very busy right now.

Note that the game is currently broken for me (on Arch Linux). It gives an error of:

connect(2) call to /dev/shm/jack-1000/default/jack_0 failed (err=No such file or directory)
attempt to connect to server failed
Exception AttributeError: 'C++ object is not yet constructed, or already destructed.' in 'garbage collection' ignored
Fatal Python error: unexpected exception during garbage collection

That is a problem with their engine and there is nothing I can do about that.

AskAlice commented 7 years ago

I get that it's only been an hour since you release fix, but if you release an installer in the past dont expect us to build on our own in the future. That being said love what you do and thanks for you work.

~Ask Alice

madsciencecoder commented 7 years ago

I will release a windows build when I have time to but my free time is pretty limited.

I would expect to be able to have one out by next weekend at the latest but I will try to get one out sooner. In the meantime you can always use the official launcher since it does mostly work on windows unlike it does on linux.

AskAlice commented 7 years ago

the official launcher actually shows the news on linux. It's so broken on windows :joy: But yeah, no biggie to wait.

madsciencecoder commented 7 years ago

Hello, sorry about the wait but I have uploaded a new windows installer.