Homebrew RELEASE Noexs Remote Debugger

  • Thread starter Thread starter matt123337
  • Start date Start date
  • Views Views 189,664
  • Replies Replies 664
  • Likes Likes 25
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.
 
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
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
 
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
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.
 
Noob question: Do I need my switch connected to my computer with a cable at all times? Please help me
Doesn't need to be connected via usb at all,it all functions over your network. Before my computer died I was working on usb support though
 
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?
 
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
 
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?
 
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?
Cellphone and tablet lol. I should be able to get a new one up and running in late January/early Febuary.
 
thanks for your answer. I would like to see more of whatever you will come up with matt when you can return to programming
 
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)
 
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
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
 

Site & Scene News

Popular threads in this forum