Homebrew RELEASE TinWoo Installer

Status
Not open for further replies.

ShadowbannedAllstar

Well-Known Member
Newcomer
Joined
Dec 5, 2020
Messages
55
Trophies
0
Age
44
XP
270
Country
United States
Everything in the Tinwoo app. The selected language option says "En", but pretty much everything else, meaning almost every other word in the app, is displaying Chinese characters instead of English letters or words.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,426
Trophies
3
Age
46
Location
At my chair.
XP
19,112
Country
Colombia
Everything in the Tinwoo app. The selected language option says "En", but pretty much everything else, meaning almost every other word in the app, is displaying Chinese characters instead of English letters or words.
ok, you are right, but the latest release is from 2020, you can raise a ticket on github.

I do recommend you to use DBI or AtmoXL-Titel-Installer they has been updated recently.

https://github.com/rashevskyv/dbi
https://github.com/dezem/AtmoXL-Titel-Installer/releases
 

ShadowbannedAllstar

Well-Known Member
Newcomer
Joined
Dec 5, 2020
Messages
55
Trophies
0
Age
44
XP
270
Country
United States

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,237
Sooo.... I love this app/plugin/whatever you want to call it; it's my default installer.

However, right after I installed the latest update, all the text is in Chinese. And I have English as the selected language.

WTF happened?
Delete the config.json file from your switch/tinwoo folder. I changed some of the code for languages. Your config file is pointing to 99, it should be 0 now. Just delete that file and restart tinwoo and it will go to English.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,426
Trophies
3
Age
46
Location
At my chair.
XP
19,112
Country
Colombia
Delete the config.json file from your switch/tinwoo folder. I changed some of the code for languages. Your config file is pointing to 99, it should be 0 now. Just delete that file and restart tinwoo and it will go to English.
nothing buddy, That what I did:

via FTP transfer the latest TinWoo-Installer.zip just downloaded from GitHub (ea925ea10a5e76b933b32a32f9e8b893a4b55fb079da4dbca0e88fc9fa20c9bf *TinWoo-Installer_1_0_18.zip) to my console:
1694917836748.png


my console is setting like:
1694916304535.png


then run tinwoo for the first time on title override mode:

1694917974559.png


1694917988362.png


As you can see the Japanese language is the default one, after exiting this is the content of the SD:/switch/tinwoo/config.json file

1694918058816.png

selecting any of other languages, (JP, FR, DE, IT, RU, ES or TW) the language changes correclty:

1694918901687.png

But if I select "System" language or English:

1694918574103.png


1694918753335.png

as you can see the language is "En" and the flag is England one, but the interface is on Japanese.
the config.json file
1694919164260.png


so far now I was unable to put English language ;(
 

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,237
nothing buddy, That what I did:

via FTP transfer the latest TinWoo-Installer.zip just downloaded from GitHub (ea925ea10a5e76b933b32a32f9e8b893a4b55fb079da4dbca0e88fc9fa20c9bf *TinWoo-Installer_1_0_18.zip) to my console:
View attachment 394328

my console is setting like:
View attachment 394326

then run tinwoo for the first time on title override mode:

View attachment 394329

View attachment 394330

As you can see the Japanese language is the default one, after exiting this is the content of the SD:/switch/tinwoo/config.json file

View attachment 394331
selecting any of other languages, (JP, FR, DE, IT, RU, ES or TW) the language changes correclty:

View attachment 394335
But if I select "System" language or English:

View attachment 394333

View attachment 394334
as you can see the language is "En" and the flag is England one, but the interface is on Japanese.
the config.json file
View attachment 394336

so far now I was unable to put English language ;(
Ok I'll have another look at it tomorrow, it's weird how it works fine for me though. Paste your config file.
 
  • Haha
Reactions: impeeza

Wombo Combo

That Ain't Falco
Member
Joined
Mar 17, 2010
Messages
822
Trophies
1
XP
1,312
Country
United States
Delete the config.json file from your switch/tinwoo folder. I changed some of the code for languages. Your config file is pointing to 99, it should be 0 now. Just delete that file and restart tinwoo and it will go to English.
Hi I did everything you said and it still stays on Japanese I reverted to version 1.0.12 and it went back to English but if I update via update in app to new version it forces Japanese language. So I am guessing it is something in the new update?
 

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,237
sometimes happen, don't worry.
I've just formatted an sd card, done a fresh install of atmospherenx and hekate, downloaded tinwoo from github and that's the only app in the switch/tinwoo folder I installed. Ran Tinwoo and instantly it goes to English.
 
  • Haha
Reactions: impeeza

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,237
things what happen.
Well I can't fix it if I don't get an error, everything is working fine for me. I am using a version 1 patchable switch, System language is set to English although this shouldn't matter as it gets that language file from romfs, in the code the default value of 0 is set to English.

Also your config file is wrong, it should have list override in it:

Code:
{
    "autoUpdate": true,
    "deletePrompt": true,
    "fixticket": true,
    "gAuthKey": "AIzaSyBMqv4dXnTJOGQtZZS3CBjvf748QvxSzF0",
    "gayMode": false,
    "httpIndexUrl": "http://",
    "httpkeyboard": false,
    "httplastUrl": "http://",
    "ignoreReqVers": true,
    "languageSetting": 0,
    "listoveride": false,
    "overClock": true,
    "sigPatchesUrl": "https://github.com/mrdude2478/patches/releases/download/1/patches.zip",
    "usbAck": false,
    "useSound": true,
    "validateNCAs": true
}

You aren't generating a proper config file and that's why you are having issues. Mine got generated by the program as I deleted it.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,426
Trophies
3
Age
46
Location
At my chair.
XP
19,112
Country
Colombia
Well I can't fix it if I don't get an error, everything is working fine for me. I am using a version 1 patchable switch, System language is set to English although this shouldn't matter as it gets that language file from romfs, in the code the default value of 0 is set to English.
I also have a V1 unpatched, using EmuNAND file based, there is any way to test the code which get the language and "sense" the system language?
 

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,237
I also have a V1 unpatched, using EmuNAND file based, there is any way to test the code which get the language and "sense" the system language?
Try this, it works perfect for me. The language is set by reading that config file - 0 means English, then it reads a json file from romfs.
 

Wombo Combo

That Ain't Falco
Member
Joined
Mar 17, 2010
Messages
822
Trophies
1
XP
1,312
Country
United States
I haven't the check on that setting, but even after put the check still on JP language.
I have same setup (V1 unpatched, EmuNAND file based) and tried all what you tried and still have Japanese language also.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • realtimesave @ realtimesave:
    I tried to get a slim on a black friday once, but they ran out of stock for the $100 one
  • realtimesave @ realtimesave:
    many ages ago
  • BigOnYa @ BigOnYa:
    You can find them $50-75 nowdays if catch a deal
  • K3Nv2 @ K3Nv2:
    Still remember grabbing this ps4 slim on black Friday for $200 when the msrp was still around 300
    +1
  • BigOnYa @ BigOnYa:
    I went to auction at a mom/pops video game store few months ago that was closing, and bought 11 slims for $200, 1 was DOA but 10 work fine. so hella deal. Already rgh3'ed 8 of them. But most younger kids don't even want anymore, unless it plays stupid "fortnight", or newer shit.
  • K3Nv2 @ K3Nv2:
    Think I'm gonna use my giftcard balance on a nice pair of headphones but $100 is still limited
  • K3Nv2 @ K3Nv2:
    Soundcore q30s are nice but they leak so much sound it sounds like speakers
  • Psionic Roshambo @ Psionic Roshambo:
    Ken spend the 100 on a gun and skii mask, wait for a jogger at the park jewelry money and headphones!
    +1
  • K3Nv2 @ K3Nv2:
    If only Amazon sold guns
  • K3Nv2 @ K3Nv2:
    Fucking dick heads think it's a bad idea to get a gun 2 days later
  • BigOnYa @ BigOnYa:
    Wait, I thought you were the dickhe...nvm
  • K3Nv2 @ K3Nv2:
    I got balls on my chin and two dicks on my forehead sir
    +1
  • BigOnYa @ BigOnYa:
    Sorry, no offense there double dickhead chinballs.
  • K3Nv2 @ K3Nv2:
    Chicks still love it
    +1
  • BigOnYa @ BigOnYa:
    "Mommy, look, what is that?". "That's your soon to be daddy."
    +1
  • K3Nv2 @ K3Nv2:
    That you'll only see once
    +2
  • Veho @ Veho:
    Double dickhead chinballs is still better than double dickhead eyeballs.
  • Veho @ Veho:
    As in, the balls will grow in your eye sockets.
  • K3Nv2 @ K3Nv2:
    I paid 5 grand to get them moved to my chin
    +1
  • Veho @ Veho:
    This you?
  • K3Nv2 @ K3Nv2:
    My hair can't be that cool
    Sonic Angel Knight @ Sonic Angel Knight: JOE! :P