Homebrew RELEASE Noexs Remote Debugger

Lion Sora

Well-Known Member
Newcomer
Joined
Jan 13, 2017
Messages
73
Trophies
0
Age
26
Location
GB
Website
meettomy.site
XP
212
Country
Croatia
Hey guys I'm trying to get this program to work on my switch, but when I boot it up, it's unable to open any games I have installed on the console.

Hey guys I'm trying to get this program to work on my switch, but when I boot it up, it's unable to open any games I have installed on the console.
How did you get the following files?

loader.kip
sm.kip
noexs.kip1
nx-dreport.kip
 
Last edited by Lion Sora,

Lion Sora

Well-Known Member
Newcomer
Joined
Jan 13, 2017
Messages
73
Trophies
0
Age
26
Location
GB
Website
meettomy.site
XP
212
Country
Croatia
verything except noexs is not needed.
I got it working now, but I get this error when I press the search button.
upload_2020-7-1_9-49-12.png
 
Last edited by Lion Sora,

SilverBlade

Well-Known Member
Newcomer
Joined
Jan 8, 2012
Messages
73
Trophies
1
Age
28
XP
278
Country
United States
Hey all, like a few others here, I'm getting this error while trying to load noexs from Hekate. The error reads: "Error while loading kip1:
modules/kips/loader.kip
wrong ini cfg or missing files!
Failed to launch HOS!"

As far as I am aware, I've followed the guide including copying the noexs.kip1 file to the root of my SD card. My hekate_ipl looks like this

[Noexes]
debugmode=1
kip1=modules/kips/loader.kip
kip1=modules/kips/sm.kip
kip1=modules/kips/noexs.kip1
kip1=modules/kips/nx-dreport.kip

Copied directly from the github link. Any ideas?
 
Last edited by SilverBlade,

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,263
Trophies
3
XP
12,020
Country
Poland
Hey all, like a few others here, I'm getting this error while trying to load noexs from Hekate. The error reads: "Error while loading kip1:
modules/kips/loader.kip
wrong ini cfg or missing files!
Failed to launch HOS!"

As far as I am aware, I've followed the guide including copying the noexs.kip1 file to the root of my SD card. My hekate_ipl looks like this

[Noexes]
debugmode=1
kip1=modules/kips/loader.kip
kip1=modules/kips/sm.kip
kip1=modules/kips/noexs.kip1
kip1=modules/kips/nx-dreport.kip

Copied directly from the github link. Any ideas?
Well, it states clearly issue. You are doing config files without any knowledge what you are doing by following this very outdated tutorial.
 

SilverBlade

Well-Known Member
Newcomer
Joined
Jan 8, 2012
Messages
73
Trophies
1
Age
28
XP
278
Country
United States
Well, it states clearly issue. You are doing config files without any knowledge what you are doing by following this very outdated tutorial.

You're right that I don't have any knowledge of how to do this, hence me following this apparently outdated tutorial. In which case, what do I do to fix my issue, or at least where do I go to find a proper tutorial if not on here or on GitHub?
 
  • Like
Reactions: Biggles

Biggles

Active Member
Newcomer
Joined
Jun 13, 2020
Messages
27
Trophies
0
XP
120
Country
United States
You're right that I don't have any knowledge of how to do this, hence me following this apparently outdated tutorial. In which case, what do I do to fix my issue, or at least where do I go to find a proper tutorial if not on here or on GitHub?
I'm having the same problem. There aren't any clear tutorials on how to do this.
 
  • Like
Reactions: SilverBlade

SilverBlade

Well-Known Member
Newcomer
Joined
Jan 8, 2012
Messages
73
Trophies
1
Age
28
XP
278
Country
United States
I'm having the same problem. There aren't any clear tutorials on how to do this.

I literally copied and pasted what OPs hekate_ipl looks likes, and when that didn't work, I tried the one on GitHub. Still no dice. I even tried the updated noexs.kip1 file on GitHub.

So I'm currently at a loss on what is apparently a "a clearly stated issue".
 

M7L7NK7

Well-Known Member
Member
Joined
Oct 16, 2017
Messages
3,894
Trophies
1
Website
youtube.com
XP
5,960
Country
Australia
Hey all, like a few others here, I'm getting this error while trying to load noexs from Hekate. The error reads: "Error while loading kip1:
modules/kips/loader.kip
wrong ini cfg or missing files!
Failed to launch HOS!"

As far as I am aware, I've followed the guide including copying the noexs.kip1 file to the root of my SD card. My hekate_ipl looks like this

[Noexes]
debugmode=1
kip1=modules/kips/loader.kip
kip1=modules/kips/sm.kip
kip1=modules/kips/noexs.kip1
kip1=modules/kips/nx-dreport.kip

Copied directly from the github link. Any ideas?

Your ini is saying kips are in the module folder, if you have the kip on the sd root it has to be
kip1=noexs.kip1
 

SilverBlade

Well-Known Member
Newcomer
Joined
Jan 8, 2012
Messages
73
Trophies
1
Age
28
XP
278
Country
United States
Your ini is saying kips are in the module folder, if you have the kip on the sd root it has to be
kip1=noexs.kip1

I changed that, and then the error I'd get is that it failed to load the "kip1=modules/kips/loader.kip" or
"kip1=modules/kips/sm.kip". So I got rid of those lines in the ini since I didn't have those files. And now, I get the error that there's no secmon or warmboot provided. I guess I need the loader.kip and/or the sm.kip, but I have no idea how to obtain those.

I'm sorry that I'm just not understanding what I'm doing wrong, and I appreciate your help
 

Biggles

Active Member
Newcomer
Joined
Jun 13, 2020
Messages
27
Trophies
0
XP
120
Country
United States
@Milenko and @SilverBlade

Hey, I got it to work and I posted a tutorial on it. Go check it out and let me know on the thread if it works for you or not.

https://gbatemp.net/threads/tutoria...-debugger-on-switch-hekate-atmosphere.569079/

But to solve your problem SilverBlade, which is what I was getting, I set up my hekate_ipl.ini like this:

[Noexs]
fss0=atmosphere/fusee-secondary.bin
kip1=atmosphere/kips/noexs.kip1
kip1patch=nosigchk
logopath=bootloader/bootlogo.bmp
atmosphere=1

and I save the noexs.kip1 in atmosphere > kips. This set up works for me.
This will boot into your emuNAND and run the .kip1 file so you don't have to run it separately.
 
Last edited by Biggles,
  • Like
Reactions: SilverBlade

MichiS97

"Leftist snowflake milennial"
Member
Joined
Jun 14, 2011
Messages
1,814
Trophies
2
Age
26
Location
Munich
XP
3,593
Country
Germany
Yeah. It's a .jar file so as long as you have the right java installed you should be fine.
That's the thing. I don't think it's that simple. I tried installing OpenJDK-11 and using the Java 11 fork of Noexs but that doesn't work and I can't seem to find an open version of Java 10 for Linux.
 

Biggles

Active Member
Newcomer
Joined
Jun 13, 2020
Messages
27
Trophies
0
XP
120
Country
United States
That's the thing. I don't think it's that simple. I tried installing OpenJDK-11 and using the Java 11 fork of Noexs but that doesn't work and I can't seem to find an open version of Java 10 for Linux.
Here's my guide. If you go to the java information section in step 1, you'll get this info. But, you should delete all other versions of Java and download 10.0.2 java SE runtime environment. Also, I'm not sure about linux, but it works better on my pc when I run the program through a console command.
I had this problem too and couldn't seem to figure out how to run a specific version of java.
 

Ro_

Member
Newcomer
Joined
Apr 18, 2020
Messages
10
Trophies
0
Age
21
XP
178
Country
Brazil
For every game, I try searching floats but I always have no results, it worked once, but never anymore. Please help!

Edit: I can't believe I have been having this issue for 3 months just because I'm dumb, I was doing start & end on MAIN instead of start in MAIN and end before SDK.
 
Last edited by Ro_,
  • Like
Reactions: essence25

DarkFlare69

Well-Known Member
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,749
Country
United States
I am having a problem where the search will remove perfectly valid results in Minecraft. I have suspected this issue for about a week now, but I have been able to confirm without a doubt that it is happening. The first time I have been able to prove it was when I had 2 results left. Searching "not equal" will return 0 results, and undoing to search "equal" will also return 0 results, which is logically impossible (process paused the whole time).

The same thing happened to me today. I had a few results left in my search, the value in memory should be equal to 41F00000, search for 41F00000, 0 results. Undo search, manually check each address, and one of them is indeed equal to 41F00000, so it should have shown up in the search. But it was invalidated for some reason.
 
  • Like
Reactions: essence25
D

Deleted User

Guest
How do I use the USB to dump the data? Network takes too long even with mobile hotspot. Speed is random with the same game when much wasnt even done
 
Last edited by ,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • DinohScene @ DinohScene:
    I'm much more on the killing floor :x
  • SylverReZ @ SylverReZ:
    Imagine that every Pokemon game is the exact same but with slight tweaks.
  • SylverReZ @ SylverReZ:
    @DinohScene, I'm not much of a gaymer, more-so a creator.
  • Maximumbeans @ Maximumbeans:
    @SylverReZ Syl my beloved :bow: gm
    +1
  • Maximumbeans @ Maximumbeans:
    It is friday
  • SylverReZ @ SylverReZ:
    Last time I played a game was hmmm... can't exactly recall. :wacko:
  • Maximumbeans @ Maximumbeans:
    I can't believe you got me with that
    +1
  • SylverReZ @ SylverReZ:
    I haven't been gaming for such a long time. Been mostly busy with sleep, hardware tinkering and checking GBAtemp frequently.
  • SylverReZ @ SylverReZ:
    Hope you've had a good morning.
  • Maximumbeans @ Maximumbeans:
    It's going alright thanks :) I know what you mean with gaming time. It's precious where I can get it these days.
    +1
  • Maximumbeans @ Maximumbeans:
    I think that's why I focus on just enjoying single player experiences that aren't too competitive
  • Maximumbeans @ Maximumbeans:
    How are you doing?
  • SylverReZ @ SylverReZ:
    There's also this thing where I'm hyperfocused at night and cannot get to sleep.
  • SylverReZ @ SylverReZ:
    @Maximumbeans, I'm doing alright, thanks.
    +1
  • Maximumbeans @ Maximumbeans:
    That must be rough. Productive I'm sure but hard to balance with daily life
    +1
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Indeed. I've been working on getting this Infecutus chip to work on my PS2. But after soldering, I realised that a plastic piece was missing from the power ribbon cable to the power and eject buttons.
  • SylverReZ @ SylverReZ:
    Now I could go with soldering the contacts from the cable to the connector on the mobo, but doesn't sound like a good permanent solution.
  • Maximumbeans @ Maximumbeans:
    Man, that's beyond my brain :rofl: I'm no good with hardware for now. I'd like to get into hardmods in future though
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Maybe start practice soldering. Get a cheap-ass soldering iron and follow some good YouTube tutorials.
    +1
  • SylverReZ @ SylverReZ:
    Least my experience has gotten better than over a decade ago. My iron would constantly bump into components and break them.
  • Maximumbeans @ Maximumbeans:
    Sounds good. I actually did soldering but like 16 years ago for school so uuuuh probably rusty haha
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Same here. I did soldering at school from a teacher who I honestly liked since he had plenty of good electronics experience.
    +1
    SylverReZ @ SylverReZ: @Maximumbeans, Same here. I did soldering at school from a teacher who I honestly liked since he... +1