Homebrew [DISCUSSION] New Super Ultimate Injector (NSUI)

Aoba

Member
Newcomer
Joined
Feb 4, 2021
Messages
12
Trophies
0
XP
1,000
Country
United States
@MultiKoopa unfortunately I can't hyperlink it due to being too new to the forum, but if you go to @Asdolo 's profile page and look under postings, his 3rd most recent posting is a Dropbox link to a debug build of beta 28. As far as I've been able to find online that's the newest version available anywhere.
 

UlisesAR

New Member
Newbie
Joined
Jun 17, 2016
Messages
4
Trophies
0
Age
40
XP
488
Country
Mexico
Hello! Until the SSL/TLS error that restricts the auto download of Covers and Images is solved... What could be the fastest manual route to add that images to the project and create the CIAs? It consumes a lot more time.
 
Last edited by UlisesAR,

TheRaven81

Active Member
Newcomer
Joined
Mar 24, 2018
Messages
40
Trophies
0
Age
42
XP
217
Country
United States
I'm using beta 28 and I'm having problems with the banners - so far only for SNES games. NSUI won't download the images, so I use SNES9x on my PC, take a screenshot of the title screen, and upload that in for both the icon and the banner. It looks fine in the injector, but after I make the .CIA and install it, it looks like maybe the image wasn't big enough? The icon is fine, but on the TV in the banner, it just sticks it up in the corner, and the rest is all red. I've tried making the image bigger(@ 2x, 3x and 4x), but the same thing happens.
EDIT: It also doesn't play. I run it, and after the initial 3DS screen it just goes to all black screens and locks up the system. I have to turn the 3DS off and back on again.
 
Last edited by TheRaven81,

UgaAga

Active Member
Newcomer
Joined
Mar 10, 2021
Messages
42
Trophies
0
Age
74
XP
148
Country
Austria
Is the 3DS emulator very different from the Wii VC Emulator? Or would it be possible to write a ultimate injector for the wii too?
 

TheRaven81

Active Member
Newcomer
Joined
Mar 24, 2018
Messages
40
Trophies
0
Age
42
XP
217
Country
United States
Is the 3DS emulator very different from the Wii VC Emulator? Or would it be possible to write a ultimate injector for the wii too?
The Wii VC stuff is in .wad format, so you would need a WAD injector. TBH as old as the Wii is, I wouldn't doubt it if one already exists.

EDIT: Here's one, but it's only in alpha state, and the post is quite old, so I don't know what has become of it since. But it's something at least.
https://gbatemp.net/threads/release-wiivc-injector-script-gc-wii-homebrew-support.483577/
 
Last edited by TheRaven81,

ITZZOM

Active Member
Newcomer
Joined
Dec 7, 2018
Messages
33
Trophies
0
Age
23
XP
493
Country
Poland
Does anyone know if adding a new Injection method (specifically Genesis Plus GX Wide) is possible? Ah and also is there any way to make Sega CD injections in NSUI that work with chd format?
 

LuIgI tHe SaTuRn

Member
Newcomer
Joined
May 14, 2011
Messages
8
Trophies
1
XP
208
Country
United States
I'm having an odd issue when installing Super Nintendo .cias on Beta 28. Everything looks fine in the Injector, but when I install the .cia to either of the N3DSs I own, the banner and sound don't appear. The game plays fine, though. I've tried multiple roms (from NoIntro), multiple forwarders (VC, CatSFC, stuff like that), and tried it without a banner sound, but nothing seems to work. Also, the "cartridge image" function is broken, but you probably already knew that.

I hope this is helpful!
 

bmaupin

Member
Newcomer
Joined
Mar 16, 2021
Messages
7
Trophies
0
Age
124
XP
117
Country
Antarctica
I've found a fix for the SSL error. First of all, the exact error message:
The request was aborted: Could not create SSL/TLS secure channel.

Here's the fix:
  1. Install .NET 4.6 (a later version may work, an earlier version such as .NET 4.5 will not)

  2. Create a file with a .reg extension (for example, sslfix.reg) with this content:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319]
    "SchUseStrongCrypto"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
    "SchUseStrongCrypto"=dword:00000001

  3. Double-click the .reg file to apply the registry fix
Alternatively, it looks like someone has created a patcher here: https://github.com/TheLevelUp/pos-tls-patcher

Otherwise, you could download the cover/title images manually from https://github.com/libretro-thumbnails

The cause of this error is NSUI was built with .NET 4.0, which defaults to SSL 3.0. It gets cover/title images from https://github.com/libretro-thumbnails which only supports TLS 1.2. .NET 4.6 combined with the registry fix will allow NSUI to use TLS 1.2 without needing to make any changes to the NSUI application itself.

Hope that helps!
 
Last edited by bmaupin,

DeadTiredGhost

New Member
Newbie
Joined
Mar 18, 2021
Messages
1
Trophies
0
Age
24
XP
38
Country
United States
Hey, I'm new to 3ds emulation and I just wanted to know, is there a rewind feature or button for SNES9x or RetroArch PocketSNES? I'm using beta 28 and I found the fast forward button in change default button layout along with open emulator menu but nothing about rewinding.
 

bmaupin

Member
Newcomer
Joined
Mar 16, 2021
Messages
7
Trophies
0
Age
124
XP
117
Country
Antarctica
Will there ever be a version of this for macOS?

I highly doubt it. The app was written in .NET way before .NET was cross-platform. It would require a significant rewrite of the UI with a cross-platform framework.

It does run great in Wine on Linux: https://gist.github.com/bmaupin/93d31e1b2d738ae656b9d3617e19622b

It's possible you could use those same steps to get it to run on macOS, although it might be tricky unless you're running an old version of macOS since I seem to remember reading something about macOS dropping support for 32-bit applications a while back.

There are two distributions of Wine for macOS that seem to support 32-bit applications:
 
Last edited by bmaupin,

MarianoKaz

Member
Newcomer
Joined
Jan 20, 2021
Messages
11
Trophies
0
Age
21
XP
49
Country
Mexico
I downloaded Beta 28 and replaced all my original injector files but their date didn't change from 2019 and my computer won't allow me to run it since it thinks it might damage it.
upload_2021-3-20_16-42-22.png
 

hn9090

Member
Newcomer
Joined
Mar 12, 2021
Messages
12
Trophies
0
Age
28
XP
111
Country
United States
While @bmaupin 's above method for fixing the banner problem worked for the most part, I'm now getting this error when trying to generate covers for some GBC games:

Capture1.PNG
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    The Real Jdbye @ The Real Jdbye: you can fap to your favorite character without it being gay