Outdated19.0 Mod Selector - Now works under Mac and Linux!
@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
I have no idea what this means other than the build failed
Edit: This too
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
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'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.
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.
i cant shoot oO
auto nexus didn't work. i died. fuck u nilly
@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
But that leaves me with
In terminal.
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
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
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]
This thread is closed for replies.
Similar Threads
Realm of the Mad God Help & RequestsCan some one make me this? I would do it but I can't get mod selector to work.BL 5 Realm of the Mad God Hacks & CheatsMod Selector still works/ 8.0 Unmodified
33 Realm of the Mad God Private Servers HelpMod Selector wont work with private server client?
17 Realm of the Mad God DiscussionsMOD SELECTOR 6.0.0 IS OUTDATED. ***NOT WORKING***ZO 3 Combat Arms Mod DiscussionWhy some mods don't work now!!
5


