Homebrew RELEASE Noexs Remote Debugger

JonJaded

Well-Known Member
Member
Joined
May 22, 2016
Messages
674
Trophies
0
XP
2,920
Country
United States
This means you don't have JavaFX. If you are running Java 11, you need to download JavaFX separately from https://gluonhq.com/products/javafx/ (path configuration instructions are here). You should then be able to run it with:
Code:
java --module-path $PATH_TO_FX --add-modules=javafx.controls JNoexsClient.jar
To avoid this mess just install Oracle Java 10, but I believe that has been discontinued.

Goodness gracious, I just did a full reinstall and was planning on doing this, when I literally just remembered I probably had JRE 10 still in my downloads folder. And it's there.

Thanks for the help though. Might just throw it on filehippo or sourceforge for others.
 

JonJaded

Well-Known Member
Member
Joined
May 22, 2016
Messages
674
Trophies
0
XP
2,920
Country
United States
I hope this help others.

I had lots of problems when I tried it. Java 11 does not work with opening the client.
Go HERE to get Java SE Development Kit 10.0.2.
For Win 10:
  1. Install jdk-10.0.2_windows-x64_bin.exe
  2. Open Control Panel
  3. Click on System
  4. Click on Advance system settings on the left side
  5. Click on Environment Variables.
  6. Select Path in System Variables.
  7. Click on Edit.
  8. Click on New
  9. Type in directory of Java 10.0.2 bin (Example: Mine is C:\Program Files\Java\jre-10.0.2\bin)
    Note: Make sure to delete other java entries.
  10. Click OK.
  11. Close all other windows.
  12. Open CMD.
  13. Navigate to directory of where JNoexsClient.jar is located (Example: cd C:\Downloads\JNoexsClient)
  14. Type java -jar JNoexsClient.jar

So I did this, and my client opens now but is there a reason why I can't just double click to open the .jar?

I made a bat file to open it, so it's not that horrible, but I'm still unsure why I can't open it regularly.
 
  • Like
Reactions: chefmario

Ntrack

Member
Newcomer
Joined
Jan 10, 2016
Messages
21
Trophies
0
Age
28
XP
450
Country
I am trying to find pointers for Titan Quest, I've made a dump of the main memory but when I am searching for pointers with 3 depth it freezes at 97% after about 1 hour.

I disconnected the Switch before searching, is that the problem ?

show.php
 

matt123337

Well-Known Member
OP
Member
Joined
Mar 25, 2014
Messages
151
Trophies
0
XP
623
Country
Canada
Hy @matt123337 any Update for your Amazing tool?
Not right now no, my power supply killed itself a couple weeks ago and took pretty much the rest of my computer with it. Once I get a new system setup I'll get back to working on Noexes, just may be a while.

I am trying to find pointers for Titan Quest, I've made a dump of the main memory but when I am searching for pointers with 3 depth it freezes at 97% after about 1 hour.

I disconnected the Switch before searching, is that the problem ?

show.php
Switch doesn't need to be connected when searching for pointers, and if that list gets filled the search is done, you encountered an edge case where the progress bar just doesn't fill to 100%. I'll try to fix that at some point.
 
  • Like
Reactions: Ntrack and Stoned

Deathwing Zero

Well-Known Member
Member
Joined
May 22, 2010
Messages
228
Trophies
0
Age
38
Location
Can-uh-duh
Website
Visit site
XP
409
Country
Canada
Just letting people know, Noexs now works perfectly with Atmosphere as of version 0.8.1. All you have to do to make it work is make a folder called kips inside your atmosphere folder on your SD card, copy the noexs.kip1 file to it and edit the BCT.ini and change
[exosphere]
debugmode = 0
debugmode_user = 0

to

[exosphere]
debugmode = 1
debugmode_user = 1

Debugmode_user = 1 may or may not be necessary, but I enabled it anyway.
 

MikeTheKnight2016

Well-Known Member
Member
Joined
Jul 26, 2016
Messages
765
Trophies
0
Age
46
XP
1,428
Country
United States
Wanting to use this to track down pointers on Portal Knights - anyone here using this tool with SX OS and FW 6.2? Just wanted to see if it would work with those stats?
 

merlin555

Master
Member
Joined
Oct 27, 2014
Messages
1,585
Trophies
1
XP
5,829
Country
Germany
The SX OS menu does not appear.
Got 2 SM. KIP versions:

117752 & 113764 bytes

My INI:

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

Zedroid

Member
Newcomer
Joined
Dec 8, 2018
Messages
17
Trophies
0
Age
28
XP
73
Country
Canada
sorry to hear about that matt. Thank you tons for your work. I hope you get a new computer soon. How do you survive without one?
 

Zedroid

Member
Newcomer
Joined
Dec 8, 2018
Messages
17
Trophies
0
Age
28
XP
73
Country
Canada
thanks for your answer. I would like to see more of whatever you will come up with matt when you can return to programming
 

merlin555

Master
Member
Joined
Oct 27, 2014
Messages
1,585
Trophies
1
XP
5,829
Country
Germany
I also have the same mistake in searching:

Have installed:

jdk-10.0.2_windows-x64_bin.exe

But no JAVA FX ..
Where can I find this for Windows for Java 10?
(with installer)

Error:
me.mdbell.noexs.core.ConnectionException: Result{mod=349, desc=9}
at me.mdbell.noexs.core.Debugger.readInfo(Debugger.java:525)
at me.mdbell.noexs.core.Debugger.query(Debugger.java:375)
at me.mdbell.noexs.dump.DumpRegionSupplier$2.init(DumpRegionSupplier.java:82)
at me.mdbell.noexs.dump.DumpRegionSupplier$2.getSize(DumpRegionSupplier.java:73)
at me.mdbell.noexs.ui.services.MemorySearchService$SearchTask.createDump(MemorySearchService.java:334)
at me.mdbell.noexs.ui.services.MemorySearchService$SearchTask.fullSearch(MemorySearchService.java:244)
at me.mdbell.noexs.ui.services.MemorySearchService$SearchTask.call(MemorySearchService.java:189)
at me.mdbell.noexs.ui.services.MemorySearchService$SearchTask.call(MemorySearchService.java:172)
at javafx.graphics/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at javafx.graphics/javafx.concurrent.Service.lambda$executeTask$6(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at javafx.graphics/javafx.concurrent.Service.lambda$executeTask$7(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
 

Zedroid

Member
Newcomer
Joined
Dec 8, 2018
Messages
17
Trophies
0
Age
28
XP
73
Country
Canada
I also have the same mistake in searching:

Have installed:

jdk-10.0.2_windows-x64_bin.exe

But no JAVA FX ..
Where can I find this for Windows for Java 10?
(with installer)

Error:
me.mdbell.noexs.core.ConnectionException: Result{mod=349, desc=9}
at me.mdbell.noexs.core.Debugger.readInfo(Debugger.java:525)
at me.mdbell.noexs.core.Debugger.query(Debugger.java:375)
at me.mdbell.noexs.dump.DumpRegionSupplier$2.init(DumpRegionSupplier.java:82)
at me.mdbell.noexs.dump.DumpRegionSupplier$2.getSize(DumpRegionSupplier.java:73)
at me.mdbell.noexs.ui.services.MemorySearchService$SearchTask.createDump(MemorySearchService.java:334)
at me.mdbell.noexs.ui.services.MemorySearchService$SearchTask.fullSearch(MemorySearchService.java:244)
at me.mdbell.noexs.ui.services.MemorySearchService$SearchTask.call(MemorySearchService.java:189)
at me.mdbell.noexs.ui.services.MemorySearchService$SearchTask.call(MemorySearchService.java:172)
at javafx.graphics/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at javafx.graphics/javafx.concurrent.Service.lambda$executeTask$6(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at javafx.graphics/javafx.concurrent.Service.lambda$executeTask$7(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
in case you havent found it its https://gluonhq.com/products/javafx/
 
  • Like
Reactions: merlin555

MikeTheKnight2016

Well-Known Member
Member
Joined
Jul 26, 2016
Messages
765
Trophies
0
Age
46
XP
1,428
Country
United States
Sorry if this is a super noob ? but I downloaded
noexs-1.1.2-release.zip

But when I try to run it I get the below error
c:\Test\Release\>java -jar JNoexsClient.jar
Error: Could not find or load main class me.mdbell.noexs.ui.NoexsApplication
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,687
Trophies
2
XP
6,230
Country

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    fluff663 @ fluff663: hello everyone