Hacking Best Way to Mod Any Wii: ModMii for Windows: Official Support Thread

  • Thread starter XFlak
  • Start date
  • Views 3,135,556
  • Replies 9,938
  • Likes 79

Did ModMii work for you?

  • Yes!

    Votes: 829 81.9%
  • No, and I won't report what went wrong because I am a troll

    Votes: 63 6.2%
  • No, and I posted what went wrong

    Votes: 120 11.9%

  • Total voters
    1,012

shortz1994

Well-Known Member
Member
Joined
Jan 21, 2011
Messages
1,340
Trophies
0
XP
369
Country
United States
not sure? i have my nand for neek2o save on my desktop (c) an when i do the drag/drop into nand mod. it says not a valid path?, is this just for harddrive acc? (kids watching movie so not able to test with hdd right now).
an never played with wiimod,(always used dop-mii). but if in mod mii it must be better, i hate mmm.
 

misteromar

Well-Known Member
Member
Joined
May 17, 2009
Messages
257
Trophies
0
Website
Visit site
XP
70
Country
@misteromar,
can you tell me exactly what happens when u load your syscheck log in ModMii? If there's nothing to update, ModMii should tell u that. It's possible it's screwing ModMii up cuz I noticed the formatting of your syscheck is weird. Can you upload your syscheck.csv somewhere for me so I can test it out personally?

http://www.mediafire...ihijl3pd31b44ug

I drag and drop the file, press enter, a few lines flash to fast too read, it stays at the page for adding the csv.

Tried getting new csv from syscheck a couple times same result.

Thanks man.
 

misteromar

Well-Known Member
Member
Joined
May 17, 2009
Messages
257
Trophies
0
Website
Visit site
XP
70
Country
I just loaded your syscheck in ModMii and it works fine for me.
What language settings do u have on your PC?
Try using notepad to add "chcp 1252" to the fourth line of support\ModMii.bat (just underneath ":top") and see if that fixes your problem
PC is set to English, Windows 7 x64.

I deleted all the ModMii files (installed c:) then I ran the installer again, to see if a fresh install fixed it. Seeing as the csv works fine for you, but it is still the same.

Editing the batch script, after typing I agree, it checks for updates, then the window disappears. I will paste what change I made because it is highly possible I didnt following your instructions correctly.

Original:
@echo off
setlocal
:top
set currentversion=4.7.6
set currentversioncopy=%currentversion%
set agreedversion=
if exist Support\settings.bat call Support\settings.bat

Edited to
@echo off
setlocal
:top
set currentversion=4.7.6 chcp 1252
set currentversioncopy=%currentversion%
set agreedversion=
if exist Support\settings.bat call Support\settings.bat

Also tried removing 4.7.6 and replacing with chcp 1252

I have used syscheck before on this exact computer and Wii, dunno whats gone wrong....

Cheers
 

goku1980

Well-Known Member
Member
Joined
Oct 20, 2008
Messages
638
Trophies
0
XP
139
Country
United States
odd problem went to play cod mw3 and theres an update???

it tells me i need to go to shop channel and of corse i do when i go to load the shop channel it gives me a 002 error
im on 4.2 with version 20 of the shop channel installed on real nand. so i went to update real nand to 4.3 but keep geting kicked off when updating the system menu.yes all of the stop update hacks in priiloader are off.
i did how ever get it to work threw neek2o(new fav toy ) and it updated every thing so i have a nand on 4.3 with current shop channel and it loads all the way to multi player and downloading the update


edit : has nintendo just stoped trying????? ok i updatef every thing on my wii after installing system menu 4.3 i should have no access to my homebrew. well i do and they didnt even bother unhacking my wii.all ios's from 236 to 250 are still there
 

person66

If it isn't edited, it isn't a true person66 post
Member
Joined
Jun 16, 2009
Messages
1,108
Trophies
0
Location
Canada
XP
415
Country
Canada
I just loaded your syscheck in ModMii and it works fine for me.
What language settings do u have on your PC?
Try using notepad to add "chcp 1252" to the fourth line of supportModMii.bat (just underneath ":top") and see if that fixes your problem
PC is set to English, Windows 7 x64.

I deleted all the ModMii files (installed c:) then I ran the installer again, to see if a fresh install fixed it. Seeing as the csv works fine for you, but it is still the same.

Editing the batch script, after typing I agree, it checks for updates, then the window disappears. I will paste what change I made because it is highly possible I didnt following your instructions correctly.

Original:
@echo off
setlocal
:top
set currentversion=4.7.6
set currentversioncopy=%currentversion%
set agreedversion=
if exist Supportsettings.bat call Supportsettings.bat

Edited to
@echo off
setlocal
:top
set currentversion=4.7.6 chcp 1252
set currentversioncopy=%currentversion%
set agreedversion=
if exist Supportsettings.bat call Supportsettings.bat

Also tried removing 4.7.6 and replacing with chcp 1252

I have used syscheck before on this exact computer and Wii, dunno whats gone wrong....

Cheers
Try it like this:
@echo off
setlocal
:top
chcp 1252
set currentversion=4.7.6
set currentversioncopy=%currentversion%
set agreedversion=
if exist Supportsettings.bat call Supportsettings.bat
 

buckweed187

Well-Known Member
Newcomer
Joined
Feb 24, 2008
Messages
58
Trophies
0
XP
163
Country
Thanks XFlax work like a dream mate. B-)

Having an error when trying to copy from disc drive,not really looked into it yet,will ask google later..
Wasn't sure i had a new wii or old one.

'Buying' some games now will report if if i find any issue's later.

THANKS AGAIN will hit your paypal after the 28th mate.
 

misteromar

Well-Known Member
Member
Joined
May 17, 2009
Messages
257
Trophies
0
Website
Visit site
XP
70
Country
Try it like this:
@echo off
setlocal
:top
chcp 1252
set currentversion=4.7.6
set currentversioncopy=%currentversion%
set agreedversion=
if exist Supportsettings.bat call Supportsettings.bat

Same deal as before, flashes some text real quick then back to the prompt.
 

XFlak

Wiitired but still kicking
OP
Member
Joined
Sep 12, 2009
Messages
13,859
Trophies
3
Age
38
Location
Cyprus, originally from Toronto
Website
modmii.github.io
XP
9,887
Country
Cyprus
@misteromar,
open ModMii.bat in notepad and find the line with this:
:sysCheckAnalyzer

underneath that line write:
echo 1
pause

and a few lines lower (doesn't matter where exactly) write:
echo 2
pause

then repeat the process until you are able to isolate where the error happens. For example, if you have something like:

echo 1
pause
{bunch of ModMii code}
echo 2
pause

then u run ModMii, if the error occurs after the first pause but before the second pause, you know the error is somewhere in the code inbetween.

Also, search for a line that says ":sysCheckName", then beneath it delete the "cls" line (this will prevent it from clearing the screen so hopefully u can read the text that flashes on screen). Also remove the "cls" line just beneath the ":sysCheckAnalyzer" line.

I know I know, debugging a batch file is tough, u can't even begin to imagine how tedious it was to debug some of ModMii's older problems.

One other questions, where exactly do u have your syscheck.csv file saved on your computer (full path please).
 

jlhc87

Member
Newcomer
Joined
Sep 3, 2006
Messages
7
Trophies
0
XP
114
Country
@jlhc87,
Those games should work using ModMii's recommended cIOS249 (d2x v6 base 56). If they're not working using that cIOS, you can also try cIOS223. I would also try re-ripping the game, if that still doesn't fix it, let davebaol know, he's the cIOS expert in the d2x cIOS team :D

Thanks, but I have spent more than a week on this and I've redone all the modmii steps over using those cIOS and yet the guitar hero games always freeze at loading and rock band games always get a black screen. So I'm suspecting something else that's causing the problem as none of my other games so far has problems loading yet. It doesn't make sense to be a ripping problem either as it's only these music games that's problematic. Maybe I have a corrupted base ISO or something? Do these games have different hardware requirements? Can anyone help me glance through my syscheck and see if anything is particularly out of place?

Region: NTSC-U
System Menu 4.1U (v449)
Hollywood v0x11
Console ID: 34764039
Boot2 v2
Found 159 titles.
Found 53 IOS on this console. 4 of them are stub.
IOS4 (rev 65280): Stub
IOS9 (rev 1034): No Patches
IOS10 (rev 768): Stub
IOS11 (rev 16174): Trucha Bug
NAND Access
IOS12 (rev 526): No Patches
IOS13 (rev 1032): No Patches
IOS14 (rev 1032): No Patches
IOS15 (rev 1032): No Patches
IOS16 (rev 512): Stub
IOS17 (rev 1032): No Patches
IOS20 (rev 16174): Trucha Bug
NAND Access
IOS21 (rev 1039): No Patches
IOS22 (rev 1294): No Patches
IOS28 (rev 1807): No Patches
IOS30 (rev 16174): Trucha Bug
NAND Access
IOS31 (rev 3608): No Patches
IOS33 (rev 3608): No Patches
IOS34 (rev 3608): No Patches
IOS35 (rev 3608): No Patches
IOS36 (rev 3608): No Patches
IOS37 (rev 5663): No Patches
IOS38 (rev 4124): No Patches
IOS40 (rev 16174): Trucha Bug
NAND Access
IOS41 (rev 3607): No Patches
IOS43 (rev 3607): No Patches
IOS45 (rev 3607): No Patches
IOS46 (rev 3607): No Patches
IOS48 (rev 4124): No Patches
IOS50 (rev 16174): Trucha Bug
NAND Access
IOS51 (rev 4864): Stub
IOS52 (rev 16174): Trucha Bug
NAND Access
IOS53 (rev 5663): No Patches
IOS55 (rev 5663): No Patches
IOS56 (rev 5662): No Patches
IOS57 (rev 5919): No Patches
IOS58 (rev 6176): No Patches
IOS60 (rev 16174): Trucha Bug
NAND Access
IOS61 (rev 5662): No Patches
IOS70 (rev 16174): Trucha Bug
NAND Access
IOS80 (rev 16174): Trucha Bug
NAND Access
IOS202 (rev 65535): Trucha Bug
NAND Access
IOS222 (rev 4): Trucha Bug
ES Identify
IOS223 (rev 4): Trucha Bug
ES Identify
IOS224 (rev 65535): Trucha Bug
NAND Access
IOS236 (rev 65535): Trucha Bug
ES Identify
IOS245 (rev 21007): Trucha Bug
NAND Access
IOS246 (rev 21007): Trucha Bug
ES Identify
IOS247 (rev 21007): Trucha Bug
NAND Access
IOS248 (rev 21007): Trucha Bug
NAND Access
IOS249 (rev 21006): Trucha Bug
NAND Access
IOS250 (rev 21006): Trucha Bug
NAND Access
IOS251 (rev 21007): Trucha Bug
NAND Access
IOS254 (rev 65281): BootMii
BC v5
MIOS v10
Report generated on 2011/11/19.
 

misteromar

Well-Known Member
Member
Joined
May 17, 2009
Messages
257
Trophies
0
Website
Visit site
XP
70
Country
@misteromar,
open ModMii.bat in notepad and find the line with this:
:sysCheckAnalyzer

underneath that line write:
echo 1
pause

and a few lines lower (doesn't matter where exactly) write:
echo 2
pause

then repeat the process until you are able to isolate where the error happens. For example, if you have something like:

echo 1
pause
{bunch of ModMii code}
echo 2
pause

then u run ModMii, if the error occurs after the first pause but before the second pause, you know the error is somewhere in the code inbetween.

Also, search for a line that says ":sysCheckName", then beneath it delete the "cls" line (this will prevent it from clearing the screen so hopefully u can read the text that flashes on screen). Also remove the "cls" line just beneath the ":sysCheckAnalyzer" line.

I know I know, debugging a batch file is tough, u can't even begin to imagine how tedious it was to debug some of ModMii's older problems.

One other questions, where exactly do u have your syscheck.csv file saved on your computer (full path please).
capture2yv.png


I know if I try and ping from a cmd that is not run as administrator it will not work.

So I went to C:\ModMii\ModMii.exe and made it run as administrator and it will process the SysCheck.csv, I some how broke the drag and drop but if I type the path name it now processes.

So all the code in the ModMii.bat must be correct and it just needed admin privileges?
 

misteromar

Well-Known Member
Member
Joined
May 17, 2009
Messages
257
Trophies
0
Website
Visit site
XP
70
Country
Ahh ok I got it sussed, it was definitely a windows problem.

The fix:
right click My Computer
select properties
advanced system settings
environment variables button

Under the "system variable", there is a varibable called "path", highlight it and click edit and change the "variable value:" to %SystemRoot%\system32.

Now the ping command works from a normal cmd and ModMii works brilliantly (even drag and drop is fixed)

Thanks for all the help XFlak, much appreciated.
 

Hielkenator

Well-Known Member
Member
Joined
Feb 7, 2010
Messages
4,210
Trophies
0
XP
679
Country
Netherlands
Ahh ok I got it sussed, it was definitely a windows problem.

The fix:
right click My Computer
select properties
advanced system settings
environment variables button

Under the "system variable", there is a varibable called "path", highlight it and click edit and change the "variable value:" to %SystemRoot%\system32.

Now the ping command works from a normal cmd and ModMii works brilliantly (even drag and drop is fixed)

Thanks for all the help XFlak, much appreciated.

Having this problem too now....I don't think this is the solution for Windows 7 users as it did't work for me..
I am unable to install or use modmii.

Translated from dutch:
"internal or external batch file not reqonised"

The windows cmd prompt works fine...
Can somebody help me with this?

Syntax error upon installing...
 

gemeux

New Member
Newbie
Joined
Sep 25, 2010
Messages
1
Trophies
0
XP
45
Country
United States
Ahh ok I got it sussed, it was definitely a windows problem.

The fix:
right click My Computer
select properties
advanced system settings
environment variables button

Under the "system variable", there is a varibable called "path", highlight it and click edit and change the "variable value:" to %SystemRoot%\system32.

Now the ping command works from a normal cmd and ModMii works brilliantly (even drag and drop is fixed)

Thanks for all the help XFlak, much appreciated.


Thanks, it works for me, but i use ModMii.bat in support file!!
 

XFlak

Wiitired but still kicking
OP
Member
Joined
Sep 12, 2009
Messages
13,859
Trophies
3
Age
38
Location
Cyprus, originally from Toronto
Website
modmii.github.io
XP
9,887
Country
Cyprus
ModMii for Windows
Version 4.8.0 Released!
by XFlak



Download ModMii Installer Here

Download Spanish ModMii Installer Here
Spanish version not updated yet, still at v4.7.5

Download French ModMii Installer Here
French version not updated yet, still at v4.6.1

Download Italian ModMii Installer Here
Italian version not updated yet, still at v4.7.1

Download Dutch ModMii Installer Here
Dutch version not updated yet, still at v4.6.1

See first post for more info.
4.8.0 Changelog
  • New Feature: Emulated NAND Modifer (See ModMii's SNEEK Menu)
    You can now use ModMii to modify your existing Emulated NANDs.
    Add your choice of the following to your Emulated NANDs:
    Homebrew Filter Channel, cIOS249v14, DML, NMM, Priiloader,
    JoyFlow, Themes, Wii Channels and a custom folder of WADs.
    The Emulated NAND Modifer is also able to detect and uninstall
    Priiloader, DML and NMM. It's also able to restore the original
    Wii Theme to Emulated NANDs. If the neek2o option is disabled you
    can choose to install switch2uneek to Emulated NANDs. When
    switch2uneek is not selected ModMii will install the nswitch
    channel if it's missing from the Emulated NAND.
    Currently there is not cmd-line mode support for this feature.
  • SD access option now available for neek2o as well as for the original s\uneek.
  • nswitch channel installed to all emulated nands except when building
    the original s\uneek and users have also opted to install switch2uneek.
  • ModMii now uses a different installer for Priiloader v0.7 which instead
    of IOS236 uses davebaol's solution to the ahbprot connection issue.
  • WiiMod is now used instead of MMM in ModMii Guides.
    MMM is still available via ModMii's Download Page 2.
  • Removed a step from the softmod process. IOS236 is now installed as
    part of the Install WADs Step instead of having its own step.
  • Updated Wii Backup Manager to v0.4.4 build 73.
    Shortcuts to the 64-bit version will be made on 64-bit PCs.
  • Updated JoyFlow to v2.3 which supports the original version of neek AND neek2o.
  • Further modification of Ascii2hex.bat to enhance multi-language support.
    Thanks to geovalley for his solution to this problem.
  • Lifted region\firmware restrictions for building emunands with s\uneek+di.
  • Fixed sysCheck Updater to install a clean IOS58 if it's patched.
  • Added WiiMod and nswitch channel to Download Page 2.
  • In Soviet Russia, ModMii programs you!
  • other minor changes
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Veho @ Veho: Freedom* *(terms and conditions apply)