Homebrew [Discontinued] TWLoader - CTR-mode NDS app

Status
Not open for further replies.

RocketRobz

Stylish TWiLight Hero
OP
Developer
Joined
Oct 1, 2010
Messages
16,574
Trophies
3
Age
24
XP
20,948
Country
United States
Hi. i can't boot games from my flashcard. i always get white screen when i select "add games", i used the forwarder program in my pc to put the bin on my sdcard, and when i try to boot Mario Kart, i get a wite screen again. All the files are correctly copied.

New 3DS XL Ver. 11.4
Luma nigthly updated
Flashcard: Original R4 Dual-Core

Note: i can load from my sd, but not from my flashcard.
Support for your flashcard is currently broken.
 
  • Like
Reactions: hinarufi

Alvin4500

Member
Newcomer
Joined
Apr 2, 2017
Messages
5
Trophies
0
Age
46
XP
53
Country
United States
I updated everything on twloader but when i open it it still downloads updates and closes even though im up to date
 

ChronoTrigger

Well-Known Member
Member
Joined
Jan 28, 2017
Messages
104
Trophies
0
XP
169
Country
United States
I've gotta say. It plays extremely well for 2D games. But not so well on 3D games. Super Princess Peach runs almost perfectly with only a few minor graphical bugs and some sound crackles. Super Mario 64 DS on the other hand has a lot of slowdown issues and plenty of crackles in the sound. I'm not really sure if this is fixed since I am using a slightly older version of TWLoader. Keep up the good work.
 

nooby89

A normal member with a stupid alias
Member
Joined
Aug 18, 2015
Messages
1,625
Trophies
0
XP
648
Country
Canada
I downgrade to 4.1.0 version to use my R4i SDHC 3DS RTS but I can only start one game. If I start another game I got white screen.
 

fmkid

Just another GBATemp's random guy
Member
Joined
Apr 23, 2015
Messages
1,911
Trophies
0
XP
1,424
Country
Colombia
Thanks @Robz8 (and other people involved) for this amazing tool, because with this I achieved something almost impossible: finally I could revive two fullbricked flashcards (both from http://r4igold.cc/product.asp), using the FC Loader tools on TWLoader latest version. :grog: Sometime on the past even I thougth about throwing them away, but now they're perfectlly working again! Thank you so much! :toot::yay3ds::bow:
 
  • Like
Reactions: zezzo

ponyboy837

Member
Newcomer
Joined
Dec 10, 2016
Messages
20
Trophies
0
Age
25
XP
85
Country
United States
Here's some games you can add to the working/non-working list.

NOTE: Some white screens may be due to lack of WIFI or a failure to connect to it for some odd reason. As any of the distribution roms that need WIFI will ALWAYS go white if there is no WIFI.

NTR-AAQE-USA - Pokemon Toys R US Darkrai - Cannot boot. (White Screen)
NTR-AARE-USA - Pokemon GameStop Deoxys - Boots with corrupted bottom screen graphics.
NTR-Y5XP-EUR - Pokemon Movie 11 Shaymin - Boots with corrupted bottom screen graphics.
NTR-Y6XE-USA - Pokemon Toys R Us Arceus - Cannot boot. (White Screen)
NTR-Y7YE-USA - Pokemon GameStop Jirachi & Shiny Pichu - Cannot boot. (White Screen)
NTR-Y8CE-USA - Pokemon Winter 2011 Celebi - Cannot boot. (White Screen)
NTR-Y8CP-EUR - Pokemon Winter 2011 Celebi - Cannot boot. (White Screen)
NTR-Y8KP-EUR - Pokemon Liberty Pass - Cannot boot. (White Screen)
NTR-Y8PE-USA - Pokemon GameStop Shiny Legendary Beasts - Cannot boot. (White Screen)
NTR-Y9JZ-USA - Pokemon GameStop Summer 2012 Keldeo - Cannot boot. (White Screen)
NTR-Y9OZ-EUR - Pokemon Summer 2013 Shiny Sinnoh Trio - Cannot boot. (White Screen)
NTR-Y58E-USA - Pokemon Toys R Us Secret Key - Cannot boot. (White Screen)
NTR-Y82E-USA - Pokemon Toys R Us Secret Eggs - Cannot boot. (White Screen)

EDIT: Added more games.
 
Last edited by ponyboy837,

GerbilSoft

Well-Known Member
Member
Joined
Mar 8, 2012
Messages
2,395
Trophies
2
Age
34
XP
4,249
Country
United States
So here's a new branch with some stuff I started a while back and then promptly forgot about:
https://github.com/GerbilSoft/TWLoader/tree/bugfix/sfillib-fixes.remove-wchar_t

Main changes:
  • Removed grayscale PNG fixes. I've submitted these fixes, along with a fix for JPEGs being off-by-one scanline, upstream: https://github.com/xerpi/sfillib/pull/4
  • Removed most of the wstring changes I added before. SFTD's 8-bit text support was limited to ANSI. The new Citro-based text renderer handles UTF-8 directly, so we don't need to use wide strings.
  • New function measureTextWidth(). Based on renderText(), this measures the width of a string. SFTD had a function for this before, and I previously used it to center-align text. I updated everything to use measureTextWidth() to center text again.
  • Other fixes.
This won't be ready for merging until upstream SFIL merges my bugfix branch.
 
  • Like
Reactions: Jubash

RocketRobz

Stylish TWiLight Hero
OP
Developer
Joined
Oct 1, 2010
Messages
16,574
Trophies
3
Age
24
XP
20,948
Country
United States
So here's a new branch with some stuff I started a while back and then promptly forgot about:
https://github.com/GerbilSoft/TWLoader/tree/bugfix/sfillib-fixes.remove-wchar_t

Main changes:
  • Removed grayscale PNG fixes. I've submitted these fixes, along with a fix for JPEGs being off-by-one scanline, upstream: https://github.com/xerpi/sfillib/pull/4
  • Removed most of the wstring changes I added before. SFTD's 8-bit text support was limited to ANSI. The new Citro-based text renderer handles UTF-8 directly, so we don't need to use wide strings.
  • New function measureTextWidth(). Based on renderText(), this measures the width of a string. SFTD had a function for this before, and I previously used it to center-align text. I updated everything to use measureTextWidth() to center text again.
  • Other fixes.
This won't be ready for merging until upstream SFIL merges my bugfix branch.
Except it might take a long while until it's merged.
Last commit was in Aug 2, 2016.
 

GerbilSoft

Well-Known Member
Member
Joined
Mar 8, 2012
Messages
2,395
Trophies
2
Age
34
XP
4,249
Country
United States
Except it might take a long while until it's merged.
Last commit was in Aug 2, 2016.
If all else fails, I guess I could always pull in a full copy of SFIL, so we wouldn't depend on it at all.

EDIT: The branch was merged, so update your local copy of SFIL to get the changes.
 
Last edited by GerbilSoft,

Arlis05

Wandering Crystal Chronicler
Newcomer
Joined
May 19, 2013
Messages
61
Trophies
0
XP
281
Country
Canada
I can't wait for this to get to the point where i can play Megaman Starforce 3 Red Joker. Please Robz8, Make it happen!!
 
  • Like
Reactions: zezzo

RocketRobz

Stylish TWiLight Hero
OP
Developer
Joined
Oct 1, 2010
Messages
16,574
Trophies
3
Age
24
XP
20,948
Country
United States
Can this make Pokémon NDS games be fully playable on the 3ds?

Sent from my SM-G903W using Tapatalk
You can use this to run ROMs from flashcard. That includes Pokémon.
Sadly, the mainstream Pokémon games don't work yet from SD card. Only Pokémon Trozei/Link and the Mystery Dungeon games work from SD card.
The backend of TWLoader which does the SD ROM loading, known as nds-bootstrap (developed by ahezard), will be worked on again soon.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: yawn