Hacking NeoGamma R8 beta test

Status
Not open for further replies.

WiiPower

Well-Known Member
OP
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
BionicSonic said:
The DOL works. Buffer strap screen, textures, music, etc are all working.

Thanks, the next version will shutdown the sd card before booting games then.

Sabin_Figaro said:
OFFTOPIC:

QUOTE(Sabin_Figaro @ Feb 18 2010, 03:13 AM) Hey WiiPower:

I tried to softmod a friend's wii, it has a modchip (But I don't know which) and whenever i try to run neogamma R8 RC3 any game (Resident Darkside, Smash Bros RIP, NMH2) from DVD-R it gives this error: DVD read error (1264)

Smash Bros works on Disc Channel.

IOS249 Rev 17 is installed.

Any suggestions?

Just a reminder about this case. Stuff works flawlessly on Softchiip and IOS222v4. So, guess Wanin's break some no name modchip.

Thx WiiPower for the suggestion (Never tried softchiip myself, it's not a very well advertised loader)

Ok, a read error using the cIOS with that modchip is a bit unusal, until now i only knew about 001 erros with cIOSrev14+. If your friend wants to use NeoGamma, i recommend trying other cIOS revisions, maybe 13a.
 

Luxiel

Member
Newcomer
Joined
Feb 18, 2009
Messages
5
Trophies
0
XP
50
Country
Brazil
cIOSX rev18 was release about 3 hours ago... w8ing for a RC to work with that version ^^

Hope it gets a FAT support since rev18 is better at it ^^
 

King Of Chaos

Well-Known Member
Member
Joined
Sep 12, 2009
Messages
189
Trophies
1
XP
178
Country
United States
Patience guys, let WiiPower access what he needs to do and let him get it done.
smile.gif
I wouldn't recommend upgrading to rev 18 yet until a fully compatible NeoGamma build is out (assuming there's going to be a compatible version).
 

WiiPower

Well-Known Member
OP
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
There seem to be issues with the cIOS. I'll wait until the disk is cleared and we know if it's the cIOS fault, or the apps need updates. I won't help with that, i'm busy with the new NeoGamma version.
 

WiiPower

Well-Known Member
OP
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
Updated(direct info from Waninkoko helps...):
Added support for the renamed ehci module, old: "/dev/usb/ehc", new: "/dev/usb2"
 

bula

Well-Known Member
Member
Joined
Feb 4, 2009
Messages
812
Trophies
0
XP
42
Country
United States
WiiPower said:
Updated(direct info from Waninkoko helps...):
Added support for the renamed ehci module, old: "/dev/usb/ehc", new: "/dev/usb2"
@wiipower
I am getting these errors when try to compile it. Any idea what may be? TY
 

longtom1

Keep an eye on my posts cause I quick edit frequen
Member
Joined
Jan 12, 2009
Messages
2,641
Trophies
0
Location
Honey Oils inc.
Website
Visit site
XP
186
Country
Did you make an autoboot mod for the dol as looked at the source and the main.c and apploader.c they were about the same as x-flak's autoboot mod
 

Oops

Well-Known Member
Member
Joined
Jun 13, 2008
Messages
117
Trophies
0
XP
188
Country
France
WiiPower said:
Updated(direct info from Waninkoko helps...):
Added support for the renamed ehci module, old: "/dev/usb/ehc", new: "/dev/usb2"

Please, how recommends you install the rev18 for better compatibility with NeoGamma and games? ios 37, ios 38, ios 57, ios 60 or ios 70?
 

FenrirWolf

Well-Known Member
Member
Joined
Nov 19, 2008
Messages
4,347
Trophies
0
Location
Sandy, UT
XP
603
Country
United States
The installer came with this nifty file called a "readme." It tells you to go with 57 unless you have some reason to use something else.
 

XFlak

Wiitired but still kicking
Member
Joined
Sep 12, 2009
Messages
13,349
Trophies
3
Age
37
Location
Cyprus, originally from Toronto
Website
modmii.github.io
XP
8,652
Country
Cyprus
longtom1 said:
I was looking at the source for both rc3 autoboot and rc3* and the autoboot sections in main.c are identical no commented out parts

I just downloaded the RC3* source and confirmed that the autoboot code is in fact commented/disabled... so i think u may be havign some difficulty distinguishing between what's a comment and what's not

in programmers notepad the comments will be highlighted green, if u r using a different program to view the code then just look for /* and */ (these mark the start and finish of a comment, it can work on multiple lines of code)... or just a double // marks that SINGLE line as a comment
 

longtom1

Keep an eye on my posts cause I quick edit frequen
Member
Joined
Jan 12, 2009
Messages
2,641
Trophies
0
Location
Honey Oils inc.
Website
Visit site
XP
186
Country
xflak40 said:
longtom1 said:
I was looking at the source for both rc3 autoboot and rc3* and the autoboot sections in main.c are identical no commented out parts

I just downloaded the RC3* source and confirmed that the autoboot code is in fact commented/disabled... so i think u may be havign some difficulty distinguishing between what's a comment and what's not

in programmers notepad the comments will be highlighted green, if u r using a different program to view the code then just look for /* and */ (these mark the start and finish of a comment, it can work on multiple lines of code)... or just a double // marks that SINGLE line as a comment
I've looked at the source you provided with your autoboot mods and all the autoboot commands are commented out on your autoboot source then
 

XFlak

Wiitired but still kicking
Member
Joined
Sep 12, 2009
Messages
13,349
Trophies
3
Age
37
Location
Cyprus, originally from Toronto
Website
modmii.github.io
XP
8,652
Country
Cyprus
i believe u are mistaken, i just downloaded my auto mod source to make sure i didn't accidentally upload the wrong source with it, but it was done correctly.

Here's an excerpt from the automod code, and u can see that the code is not commented out (albeit there are still some comments, but the actual automod code itself not commented)

CODEÂÂÂÂ// Autoboot code part 1
ÂÂÂÂtime_t t;
ÂÂÂÂt = time(NULL) + 1; // Wait 1 to finish wpad init process
ÂÂÂÂwhile (time(NULL) < t);

ÂÂÂÂ//DrawBackground(rmode); // Show banner
ÂÂÂÂVIDEO_WaitVSync();
ÂÂÂÂ
ÂÂÂÂ// Autoboot code part 2
ÂÂÂÂt = time(NULL) + 3; // Wait 3 seconds for button press to cancel autoboot
ÂÂÂÂbool autoboot = true;

ÂÂÂÂwhile (time(NULL) < t)
ÂÂÂÂ{
ÂÂÂÂÂÂÂÂWPAD_ScanPads();
ÂÂÂÂÂÂÂÂPAD_ScanPads();

ÂÂÂÂÂÂÂÂif (WPAD_ButtonsDown(0) || PAD_ButtonsDown(0))
ÂÂÂÂÂÂÂÂ{
ÂÂÂÂÂÂÂÂÂÂÂÂautoboot = false;
ÂÂÂÂÂÂÂÂÂÂÂÂbreak;
ÂÂÂÂÂÂÂÂ}
ÂÂÂÂ}
 

patrash

Member
Newcomer
Joined
Jul 17, 2009
Messages
18
Trophies
0
XP
23
Country
Gibraltar
FenrirWolf said:
The installer came with this nifty file called a "readme." It tells you to go with 57 unless you have some reason to use something else.

posted by Waninkono on twitter:
"For WAD Manager I recommed to use cIOS with IOS38 base (security issues)."

I don't think it's a correct info says that 57 was the best choice.

Finally If you need it I can offer a camomile tea to you
wink.gif


Bye bye
 
Status
Not open for further replies.
General chit-chat
Help Users
  • Skelletonike @ Skelletonike:
    3h left until work finishes, bah
  • Skelletonike @ Skelletonike:
    link doesn't work
    +2
  • Skelletonike @ Skelletonike:
    1H left, such a slow week.
  • Sonic Angel Knight @ Sonic Angel Knight:
    Okay, I had spaghetti :P
  • SylverReZ @ SylverReZ:
    Hope they made lots of spaget
  • K3N1 @ K3N1:
    Chill dog
  • SylverReZ @ SylverReZ:
    Chilli dog
  • Skelletonike @ Skelletonike:
    Damn, I'm loving the new zelda.
  • xtremegamer @ xtremegamer:
    loving the new zelda, i started a game, it was so fucking good, so i
    am waiting on my friend to get home so we can start a new one together
  • Skelletonike @ Skelletonike:
    I just dislike that they don't let me choose the voices before the game starts. Happened with botw as well, had to change to japanese and restart.
  • K3N1 @ K3N1:
    But the important question is can you choose gender
  • Skelletonike @ Skelletonike:
    Same way you can choose Gerald's gender.
  • Skelletonike @ Skelletonike:
    *Geralt, damn autocorrect.
  • Psionic Roshambo @ Psionic Roshambo:
    But can he be trans? Lol
  • K3N1 @ K3N1:
    Zelda transforms into link
  • Psionic Roshambo @ Psionic Roshambo:
    Link I'm not the princess your looking for.... *Pulls a crying game*
  • K3N1 @ K3N1:
    *skirt up* it's exactly what I always wanted
  • Skelletonike @ Skelletonike:
    Just scanned all my zelda amiibos, took a while but didn't get anything that cool, did get the lon lon ranch hylian fabrics though.
  • Skelletonike @ Skelletonike:
    It was pretty funny when I scanned wolf link and got a shit load of meat.
  • K3N1 @ K3N1:
    @Skelletonike, btw I ran that custom for mgs4 on the deck I'm amazed it got that far in game
  • K3N1 @ K3N1:
    Plug in*
    Psionic Roshambo @ Psionic Roshambo: Butt