Search results

  1. K

    Doom shows error 2123-0011 after loading, only works in Flight Mode

    Yes, turn on airplane mode. If your switch is docked - undock it first.
  2. K

    Doom shows error 2123-0011 after loading, only works in Flight Mode

    Did you try it yourself with Doom 2016? My account is linked and the issue is the same 1725219093 Added screenshots to the first post 1725263251 I figured that it is possible to turn on flight mode and then turn back on Bluetooth. So it isn't too bad anymore.
  3. K

    Doom shows error 2123-0011 after loading, only works in Flight Mode

    The topic is about Doom 2017 (or 2016, dunno what name is correct is Switch context)
  4. K

    Doom shows error 2123-0011 after loading, only works in Flight Mode

    I do have empty prodinfo on emunand: blank_prodinfo_sysmmc=0 blank_prodinfo_emummc=1 Airplane mode cannot be enabled on the docked switch and I play Doom docked. It is possible to: remove switch from dock > enable flight mode > load game > wait till main menu > put switch back to dock. But I am...
  5. K

    Doom shows error 2123-0011 after loading, only works in Flight Mode

    Nintendo Switch V2, Picofly, Emunand, Doom 2017, firmware 18.1.0, Atmosphere 1.7.1, DNS.mitm with blocked Nintendo servers. When I try to start Doom 2017 connected to internet - I am getting error 2123-0011 after publisher's intro. Trick with Flight mode works, but a bit annoying because cannot...
  6. K

    Hacking Game & Wario Pictionary (Sketch) Minigame - Modding possible?

    Just create custom dictionary, do a backup of your saves and edit them on PC without any problems.
  7. K

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

    Small request: before generation of proposed cIOS updates based on SysCheck check if this is vWii or Wii. In case of vWii display a big warning.
  8. K

    Hacking Download Guitar Hero DLC from PC

    Hello, I have vWii with some purchased DLC for Guitar Hero. Is there any way to download DLC from PC and then just move downloaded files to vWii SD card? I found one way on the internet that use some tools and emunand. All that a bit complicated for me, I want use my SD card for that stuff. I...
  9. K

    Homebrew Settings Editor GUI

    Good work, thanks! Now I able enter Shop in the GH. My tracks from old wii didn't visible on current wii u, but this is different story.... Many thanks again!
  10. K

    Homebrew Settings Editor GUI

    Still no luck with that argument, same error here. Other thoughts? Also I tried remove other agrs - same error
  11. K

    Homebrew Settings Editor GUI

    Yes, no problem: Shop Channel Country: Russia (100) Full log:
  12. K

    Homebrew Settings Editor GUI

    Hello, Thanks for app, but I get following message on execution: Error 4104 getting Shopping Code. What I do wrong?
  13. K

    Homebrew Settings Editor GUI

    It will be very helpful for me because on my old Wii I have some DLC in Guitar Hero. I just changed my country to Britain for be able to download DLC, that unavailable in my country. But on Wii U I have Nintendo Network account, that linked to my actual country and DLC isn't available for me...
  14. K

    Homebrew Settings Editor GUI

    Is that possible to add feature to change Country of Wii/vWii with that tool? I ask about only country, not region of console
  15. K

    Hardware Band Hero Durm Set send signals to PC only when Wii Remote LEDs flashing

    I don't have any manual because I buy used Band Hero. Is there are anyone who already have following configuration: rock band drums + midi output + PC?
  16. K

    Hardware Band Hero Durm Set send signals to PC only when Wii Remote LEDs flashing

    Yes, I can pair device with something with bluetooth to get remote always powered up. But I find this very weird and think that there is will be issue with remote timeout. It just will disconnect after few minutes of inactivity (because I will not push any buttons on remote) Yes, I didn't see...
  17. K

    Hardware Band Hero Durm Set send signals to PC only when Wii Remote LEDs flashing

    Yes, drum set didn't work without WiiMote But this is sound ridiculous - have some bluetooth connection when I will use only MIDI connection on PC side. I have PC with Linux onboard and seems there is no support of wireless drum set connection. I just want have low latency midi connection...
  18. K

    Hardware Band Hero Durm Set send signals to PC only when Wii Remote LEDs flashing

    Hello, I have: Band Hero durm set with midi out Wii Remote MIDI2USB adapter (like that: http://www.goughanddavy.co.uk/admin1/image/6453midi2.jpg) PC I tried to connect my drums to pc and everything is fine unless leds on wii remote stop flashing. When leds on remote flashing (few seconds) -...
  19. K

    ROM Hack Developing EZ Flash IV client replacement, undocumented header patch? Help please.

    You can use some dll tracer and dll methods extractor utils for understanding EZ4Patch.dll lib. For example: DLL export viewer for getting methods signatures: and API Monitor for tracing EZ4Patch.dll calls and parameters:
  20. K

    ROM Hack Developing EZ Flash IV client replacement, undocumented header patch? Help please.

    Hello, Seems that algorithm of patching rom - commercial secret. You can try reverse engineer EZ4Patch.dll or just call some methods from that lib to patch rom. There are no documentation at all. There are few useful links: http://sosuke.com/ezflash/viewtopic.php?f=12&t=890 - thread about...