Hacking JNUSTool - NUSGrabber and CDecrypt combined!

  • Thread starter Thread starter Maschell
  • Start date Start date
  • Views Views 458,784
  • Replies Replies 419
  • Likes Likes 45
I got error "common key lenght is wrong" , I have the correct common key and 32 charts.... on the second line in the config...
 
So I tried this.
It lists the titles in listed the CSV fine but if I double click any line, it exits.
If I press the "Open FST" button, it exits.
If I press the Download META" it says "Finished" but I don't see any new file.

Using the latest java on windows 8.1 x64.
 
Give me a "main" exeption:

Exception in thread "main" java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:807)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:886)
at javax.swing.RepaintManager.<clinit>(RepaintManager.java:238)
at javax.swing.JComponent.repaint(JComponent.java:4792)
at java.awt.Component.repaint(Component.java:3313)
at javax.swing.text.JTextComponent.setEditable(JTextComponent.java:1758)
at javax.swing.text.JTextComponent.<init>(JTextComponent.java:309)
at javax.swing.JTextArea.<init>(JTextArea.java:204)
at javax.swing.JTextArea.<init>(JTextArea.java:164)
at de.mas.jnustool.gui.NUSGUI.<clinit>(NUSGUI.java:30)
at de.mas.jnustool.Logger.log(Logger.java:11)
at de.mas.jnustool.Starter.main(Starter.java:25)
 
So I tried this.
It lists the titles in listed the CSV fine but if I double click any line, it exits.
If I press the "Open FST" button, it exits.
If I press the Download META" it says "Finished" but I don't see any new file.

Using the latest java on windows 8.1 x64.
Open it with java -jar jnustool.jar and check the output
 
Just a Tip: Use an Editor like Notepad++ or Microsoft Visual Code to edit the config file. There are line breaks in the file, but they are not recognized by the windows editor, so that's the reason why you don't see them.
 
Open it with java -jar jnustool.jar and check the output
I was having problems with my proxy. It seems the java control panel connection settings are completely useless.
Worked fine after I added -Dhttp.proxyHost=x.x.x.x -Dhttp.proxyPort=x to the command line

It would be nice if it asked for the title key if the ticket wasn't found.
 
Last edited by piratesephiroth,
A tip for command line noobs, if you don't "cd /d" to the directory where JNUSTool.jar is, then using the command line to launch it won't work and will make you think something is wrong with your config file.
 
  • Like
Reactions: Maschell
Nice job re-writing and optimizing the decryption lib in java. We need more people like you who can work on implementing large projects from the ground up as opposed to just spitting out fancy GUI wrappers in C#.
 
  • Like
Reactions: BullyWiiPlaza
Awesome! Thank you so much for making this in Java, it's really nice to have cross-OS support on programs like this. Worked great on my mac with OS X 10.11
 
how do you add titles to csv file? everytime i try i get error broken update file msg? I see it says "required fields are TitleID, region and name (longnameEN) is required" can someone give an example of a game that is not in the list
?
 
how do you add titles to csv file? everytime i try i get error broken update file msg? I see it says "required fields are TitleID, region and name (longnameEN) is required" can someone give an example of a game that is not in the list
?
you need to fill in all columns, but only the 3 named will be read.

Use this as a template.
0005000E-10101B00;1;XXX;XXXX;XXX-X-XXXX;XXXXXX;LEGO® CITY UNDERCOVER

the 1 is the region:

1 JAP;
2 USA;
4 EUR;
 
Last edited by Maschell,

Site & Scene News

Popular threads in this forum