Skip to content
#

nintendo-switch

Here are 333 public repositories matching this topic...

richardsedai
richardsedai commented Aug 3, 2019

I've tried launching this from the .exe in the zip file download and by installing it via the Installer.msi both keep giving me the "not a valid Win32 application" message shown in the screenshot attached here. I'm running Windows XP on Parallels Desktop 14 on a Mac Mini with a 3GHz Intel Core i7 and 16GB of RAM so it isn't an issue of hardware compatibility or at least it shouldn't be. If anyone

TechGeekGamer
TechGeekGamer commented Dec 19, 2019

Describe the bug
When trying to dump games on a secondary console, it would give an error

To Reproduce
Steps to reproduce the behavior:

  1. Go to Dump installed SD card / eMMC content
  2. Click on Any of the games downloaded from the eShop
  3. Click on Nintendo Submission Package (NSP) dump
  4. Click on Dump base application (if updates are installed)
  5. Click on `Start NSP d
Orycterope
Orycterope commented Aug 28, 2019

display_bsod internally calls the map_framebuffer syscall to map the framebuffer, because we . were lazy and didn't want to duplicate code. However this syscall retrieves the current process to map it in its process memory.

When we're panicking during early boot, CURRENT_PROCESS is None and this panics in the panic handler.

We should instead do a second function that maps it in the k

Improve this page

Add a description, image, and links to the nintendo-switch topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nintendo-switch topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.