Dolphin, the GameCube and Wii emulator - Forums

Full Version: Got the "23934" error code on Wiimmfi. How can I fix this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So as I said in my previous post, for a long time I wasn't able to get Wiimmfi (unbanner) to work on dolphin correctly.

Today I tried moving the entire "UnBanMii" folder into my wii folders and launching it, and I got the "23934" error code.

Every mention of it on the internet just describes it as "Invalid login parameter", with no mention whatsoever of how to fix it.

By the way, I was trying to get the "Wiimmfi unbanner" to work, but I couldn't, so I switched to "UnBanMii" by 'RachelB' and got some results. However, I'm not sure if it's still working or not, since a popup that says "ID Successfully Generated" pops up for a split second then immediately turns off. Up until now I was not able to get any error code other than "23918".

How can I fix this? And if the "23934" code isn't fixable, can someone please get me the .exe for UnBanMii (by RachelB)?? I created my own .exe from the files because the dropbox link wasn't available.. Here's the link: https://forums.dolphin-emu.org/Thread-is...#pid331030

EDIT: Now the code changed back to "23918". I'm getting very frustrated with this..
(07-04-2018, 11:14 PM)BeardWix Wrote: [ -> ]So as I said in my previous post, for a long time I wasn't able to get Wiimmfi (unbanner) to work on dolphin correctly.

Today I tried moving the entire "UnBanMii" folder into my wii folders and launching it, and I got the "23934" error code.

Every mention of it on the internet just describes it as "Invalid login parameter", with no mention whatsoever of how to fix it.

By the way, I was trying to get the "Wiimmfi unbanner" to work, but I couldn't, so I switched to "UnBanMii" by 'RachelB' and got some results. However, I'm not sure if it's still working or not, since a popup that says "ID Successfully Generated" pops up for a split second then immediately turns off. Up until now I was not able to get any error code other than "23918".

How can I fix this? And if the "23934" code isn't fixable, can someone please get me the .exe for UnBanMii (by RachelB)?? I created my own .exe from the files because the dropbox link wasn't available.. Here's the link: https://forums.dolphin-emu.org/Thread-is...#pid331030

EDIT: Now the code changed back to "23918". I'm getting very frustrated with this..


Did you make a copy of your Wii's NAND? because according to this: https://wiimmfi.de/error?e=23918 Error 23918 means you are using the default Dolphin NAND, which doesn't work.
https://wiimmfi.de/error?e=23918 Wrote:Error 23918
Type Code Description
Class 2xxxx NAS/NASWII (login server) error codes.
Section 23xxx NAS/NASWII returned HTTP status code xxx during login.
Error 23918 Wiimmfi: Wiimmfi access denied (maybe standard NAND of Dolphin).
Note 23918 Too many users share the same Dolphin configuration. So consoles are not unique.
Solution 23918 For Dolphin users: Use a copy of your Wii NAND.


Errorcode: 23934 means that you haven't patched your game not to use HTTPS according to this: https://wiimmfi.de/error?e=23934
https://wiimmfi.de/development#nas Wrote:NAS : Login server

NAS is the Nintendo Authentication Server, using HTTP/POST. Original Wii games use HTTPS, as do most DS, DSiWare and WiiWare games. Because Wiimmfi can not serve certificates signed by Nintendo, Wii games must be patched to login to Wiimmfi with HTTP and without SSL, by either a RAM patch (i.e. MrBean35000vr's patcher), or a permanent file patch (via ISO patcher).
The NAS server is written as a PHP script, run by an Apache web server. The devices send their request for authentication as POST data, and NAS replies in the usual way.
On login NAS checks parameters, maintenance mode and login restrictions like disabled games or bans. It also manages new consoles and new profiles. Login data needed by the other servers is stored into the database.