Outdated19.0 Mod Selector - Now works under Mac and Linux!

Posts 6175 of 175 · Page 5 of 12
Quote Originally Posted by kaandom View Post
There is still a problem with auto aim. I am on mac and I run the .swf in Adobe's official standalone player. All mods work correctly except inventory viewer and auto aim; when I build the mod client with auto aim I can't even shoot by clicking and pressing "I" does nothing as well. I have to build without auto aim and shoot manually [Not that it's a problem or anything, I don't mind. I just hate manual shooting getting from 1-20 because dex is so low lol]

Edit: Before you ask, yes I did replace the 2 with the 'fixed' mods but they're still not working for me.
Quote Originally Posted by FainTMako View Post
Hello, the auto aim does not work for me as well. I replaced the old files with the new files you posted and mod selector did not generate an error upon compilation.
Thanks for your time.
Well make sure you get rid of the old auto-aim/inv viewer otherwise you'll have two listings and not know which one is which. Then make sure you close the mod selector and reload it after replacing.
@nilly

I tried replacing your modSelector.jar with @MaohNoRaiden 1.6(?) java one, it works in the sense that it opens the mod selector but when I try to build I get
Code:
 Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: java/nio/charset/StandardCharsets
	at com.nilly****tmg.modifier.gui.MainWindow.applyModifications(MainWindow.java:364)
	at com.nilly****tmg.modifier.gui.MainWindow.access$6(MainWindow.java:363)
	at com.nilly****tmg.modifier.gui.MainWindow$3.buildClient(MainWindow.java:149)
	at com.nilly****tmg.modifier.gui.MainWindow$3.actionPerformed(MainWindow.java:135)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
	at java.awt.Component.processMouseEvent(Component.java:6414)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3275)
	at java.awt.Component.processEvent(Component.java:6179)
	at java.awt.Container.processEvent(Container.java:2084)
	at java.awt.Component.dispatchEventImpl(Component.java:4776)
	at java.awt.Container.dispatchEventImpl(Container.java:2142)
	at java.awt.Component.dispatchEvent(Component.java:4604)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4279)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4209)
	at java.awt.Container.dispatchEventImpl(Container.java:2128)
	at java.awt.Window.dispatchEventImpl(Window.java:2492)
	at java.awt.Component.dispatchEvent(Component.java:4604)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:717)
	at java.awt.EventQueue.access$400(EventQueue.java:82)
	at java.awt.EventQueue$2.run(EventQueue.java:676)
	at java.awt.EventQueue$2.run(EventQueue.java:674)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:690)
	at java.awt.EventQueue$3.run(EventQueue.java:688)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:687)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.ClassNotFoundException: java.nio.charset.StandardCharsets
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
	... 40 more
I have no idea what this means other than the build failed

Edit: This too
Code:
 Running exporter: ./abcexport.exe "client.swf"
[Stderr] ./abcexport.exe: ./abcexport.exe: cannot execute binary file
Running disassembler: ./rabcdasm.exe "client-1.abc"
[Stderr] ./rabcdasm.exe: ./rabcdasm.exe: cannot execute binary file
Quote Originally Posted by 1again View Post
@nilly

I tried replacing your modSelector.jar with @MaohNoRaiden 1.6(?) java one, it works in the sense that it opens the mod selector but when I try to build I get
Code:
 Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: java/nio/charset/StandardCharsets
	at com.nilly****tmg.modifier.gui.MainWindow.applyModifications(MainWindow.java:364)
	at com.nilly****tmg.modifier.gui.MainWindow.access$6(MainWindow.java:363)
	at com.nilly****tmg.modifier.gui.MainWindow$3.buildClient(MainWindow.java:149)
	at com.nilly****tmg.modifier.gui.MainWindow$3.actionPerformed(MainWindow.java:135)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
	at java.awt.Component.processMouseEvent(Component.java:6414)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3275)
	at java.awt.Component.processEvent(Component.java:6179)
	at java.awt.Container.processEvent(Container.java:2084)
	at java.awt.Component.dispatchEventImpl(Component.java:4776)
	at java.awt.Container.dispatchEventImpl(Container.java:2142)
	at java.awt.Component.dispatchEvent(Component.java:4604)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4279)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4209)
	at java.awt.Container.dispatchEventImpl(Container.java:2128)
	at java.awt.Window.dispatchEventImpl(Window.java:2492)
	at java.awt.Component.dispatchEvent(Component.java:4604)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:717)
	at java.awt.EventQueue.access$400(EventQueue.java:82)
	at java.awt.EventQueue$2.run(EventQueue.java:676)
	at java.awt.EventQueue$2.run(EventQueue.java:674)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:690)
	at java.awt.EventQueue$3.run(EventQueue.java:688)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:687)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.ClassNotFoundException: java.nio.charset.StandardCharsets
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
	... 40 more
I have no idea what this means other than the build failed

Edit: This too
Code:
 Running exporter: ./abcexport.exe "client.swf"
[Stderr] ./abcexport.exe: ./abcexport.exe: cannot execute binary file
Running disassembler: ./rabcdasm.exe "client-1.abc"
[Stderr] ./rabcdasm.exe: ./rabcdasm.exe: cannot execute binary file
It means you don't have java 1.7. Also, that old version will not work under any platform besides windows. Not to mention that some of the mods that needed to be changed for the new rabcdasm version will not work with the old mod selector.
Quote Originally Posted by nilly View Post
It means you don't have java 1.7. Also, that old version will not work under any platform besides windows. Not to mention that some of the mods that needed to be changed for the new rabcdasm version will not work with the old mod selector.
Guess I'll do it the old fashion way, manually.
Quote Originally Posted by 1again View Post
Guess I'll do it the old fashion way, manually.
It's possible to install java 1.7 on snow as pointed out here:

Quote Originally Posted by IziLife View Post
Code:
http://timhooker.blo gspot.fr/2013/05/install-java-jdk7-on-mac-osx-snow.html
Here you go
If I wanted to use the mod selector on snow, I would put effort into learning how to install java 1.7 from the above source. Now I'm not sure exactly how the process above works but as for the case of installing 1.7 on mountain lion, the 'java' command in the terminal still references java 1.6 which is why the modSelector.command script referenced that other directory '/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java'. You might need to find the right directory which points to the updated version. Other than that, there is not much more I can say. You'll just have to figure it out for yourself.
Quote Originally Posted by nilly View Post
It's possible to install java 1.7 on snow as pointed out here:



If I wanted to use the mod selector on snow, I would put effort into learning how to install java 1.7 from the above source. Now I'm not sure exactly how the process above works but as for the case of installing 1.7 on mountain lion, the 'java' command in the terminal still references java 1.6 which is why the modSelector.command script referenced that other directory '/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java'. You might need to find the right directory which points to the updated version. Other than that, there is not much more I can say. You'll just have to figure it out for yourself.
Yea I have 1.7 installed from following the tut, but doesn't seem to install 'Java 7 (system)'
Quote Originally Posted by 1again View Post
Yea I have 1.7 installed from following the tut, but doesn't seem to install 'Java 7 (system)'
Well the java program is on your system somewhere. Find out where it is at (maybe do a search for java on your file system) and update the modSelector.command script with the location of it.
Quote Originally Posted by nilly View Post
Well the java program is on your system somewhere. Find out where it is at (maybe do a search for java on your file system) and update the modSelector.command script with the location of it.

Is this the one I should be looking for?
Edit: Eh probably not, I need JavaAppletPlugin.plugin if Im not mistaken which is no where to be found.
Quote Originally Posted by Warlordos View Post
i cant shoot oO
If you read the thread or even the op, you would know why. I won't bother telling you how to fix it if you can't bother yourself to read.
auto nexus didn't work. i died. fuck u nilly
Quote Originally Posted by yst33 View Post
auto nexus didn't work. i died. fuck u nilly
Your assumptions got you killed, my friend. Auto nexus doesn't always work. You can still die from shotguns.
@nilly
Found it at /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin and since I have a minuscule amount of knowledge in this I change the Shell script to
Code:
#!/bin/bash
ABSPATH=$(cd "$(dirname "$0")"; pwd)
cd "$ABSPATH"
chmod +x abcexport
chmod +x abcreplace
chmod +x rabcasm
chmod +x rabcdasm
/System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin/JavaAppletPlugin.plugin/Contents/Home/bin/java -jar "$ABSPATH"/modSelector.jar
But that leaves me with
Code:
 /Users/daniellecora/Desktop/modSelector_mpgh.net/modSelector.command: line 8: /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin/JavaAppletPlugin.plugin/Contents/Home/bin/java: No such file or directory
logout
In terminal.
Quote Originally Posted by 1again View Post
@nilly
Found it at /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin and since I have a minuscule amount of knowledge in this I change the Shell script to
Code:
#!/bin/bash
ABSPATH=$(cd "$(dirname "$0")"; pwd)
cd "$ABSPATH"
chmod +x abcexport
chmod +x abcreplace
chmod +x rabcasm
chmod +x rabcdasm
/System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin/JavaAppletPlugin.plugin/Contents/Home/bin/java -jar "$ABSPATH"/modSelector.jar
But that leaves me with
Code:
 /Users/daniellecora/Desktop/modSelector_mpgh.net/modSelector.command: line 8: /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin/JavaAppletPlugin.plugin/Contents/Home/bin/java: No such file or directory
logout
In terminal.
You try '/System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin/java -jar "$ABSPATH"/modSelector.jar'? What you want to put there is the directory the file 'java' is found at.
Quote Originally Posted by nilly View Post
You try '/System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin/java -jar "$ABSPATH"/modSelector.jar'? What you want to put there is the directory the file 'java' is found at.
Same deal again
Code:
 /Users/daniellecora/Desktop/modSelector_mpgh.net/modSelector.command ; exit;
Danielle-Coras-MacBook-Pro:~ daniellecora$ /Users/daniellecora/Desktop/modSelector_mpgh.net/modSelector.command ; exit;
/Users/daniellecora/Desktop/modSelector_mpgh.net/modSelector.command: line 8: /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin/java: No such file or directory
logout

[Process completed]
Posts 6175 of 175 · Page 5 of 12
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?