Toon1 boot issue

If your (rooted) Toon doesn't do what it's supposed to, post here. Dutch allowed / Posten in 't Nederlands toegestaan.

Moderators: marcelr, TheHogNL, Toonz

Post Reply
TheHogNL
Forum Moderator
Forum Moderator
Posts: 2125
Joined: Sun Aug 20, 2017 8:53 pm

Toon1 boot issue

Post by TheHogNL »

Hi all,
Due to github URL changes a script change was necessary yesterday. We regret that a bug was introduced causing the download of resource files on a toon1 to fail. This will then result in a toon1 not able to show the GUI anymore (the toon stops booting at about 33% of the GUI screen).

For now it seems that we can not provide a automatic fix for these affected toons. So you might need to fix it yourself.

Easiest way is to SSH into your toon and issue this command:

Code: Select all

rm /usr/bin/tsc ; reboot
This will remove the faulty tsc script and after a reboot a new tsc script will be downloaded automatically. This new script will then fix the resouce files. After about 8 mins you will notice a starting GUI again.

Another fix, without reboot:

Code: Select all

/usr/bin/curl -Nks --retry 5 --connect-timeout 2 https://raw.githubusercontent.com/ToonSoftwareCollective/tscSettings/main/tsc -o /usr/bin/tsc
killall -9 tsc
This downloads the new tsc script directly and then restarts it by killing the old version.
Member of the Toon Software Collective
Post Reply

Return to “Toon issues and support (Nederlands toegestaan)”