Hacking 5.4.0 progress

  • Thread starter Thread starter BootsLoader
  • Start date Start date
  • Views Views 477,946
  • Replies Replies 3,092
  • Likes Likes 13
What programming language does the Wii U use? Can I use 'echo' instead of 'OSFatal'?
No you can't. You programm Homebrew for the Wii U in C. Also note that using OSFatal prints out the text, but also terminates everything else, and you have to force poweroff your wii u.
 
  • Like
Reactions: Irastris and ant888
What programming language does the Wii U use? Can I use 'echo' instead of 'OSFatal' for example?
OSFatal intiates a kernel panic and calls an intentional system crash. echo....takes shit from stdin and redirects to stdout, their not even closely related to each other.

--------------------- MERGED ---------------------------

I have sucessfully run Hyrule Warriors though Loadiine v2 on my spoofed wiiu.Just stating that its working already perfectly

Loadiine V2 had a pretty good compat list..most everything under 25mb in size rpx+rpl could run with some notable exceptions like WindWaker
 
OSFatal intiates a kernel panic and calls an intentional system crash. echo....takes shit from stdin and redirects to stdout, their not even closely related to each other.

--------------------- MERGED ---------------------------



Loadiine V2 had a pretty good compat list..most everything under 25mb in size rpx+rpl could run with some notable exceptions like WindWaker

Oh hey, good morning. Do you have an idea yet on what could be causing that installation issue with Loadiine?
 
OSFatal intiates a kernel panic and calls an intentional system crash. echo....takes shit from stdin and redirects to stdout, their not even closely related to each other.

--------------------- MERGED ---------------------------



Loadiine V2 had a pretty good compat list..most everything under 25mb in size rpx+rpl could run with some notable exceptions like WindWaker

You're back ! Good luck for Loadiine v3 on 5.4.0 !
 
  • Like
Reactions: iStormZ
OSFatal intiates a kernel panic and calls an intentional system crash. echo....takes shit from stdin and redirects to stdout, their not even closely related to each other.

Umm, they both print text on screen. [emoji14]
I want to print something without using OSFatal, cause it crashes the Wii U...
At least that's how Hello World always crashed the Wii U.
 
You can use this

Code:
// Print message
PRINT_TEXT1(24, 1, "-- LOADIINE --");
PRINT_TEXT1(0, 5, "1. Press A to install loadiine");
 
Code:
PRINT_TEXT1(x, y, message);

--------------------- MERGED ---------------------------

Sorry, i mean
Code:
OSScreenPutFontEx(1, x, y, str);
 

Site & Scene News

Popular threads in this forum