GameExtractor icon indicating copy to clipboard operation
GameExtractor copied to clipboard

no menu work

Open phil123456 opened this issue 7 months ago • 2 comments

I keep clicking on open archive menus here and there, no open window pops up no error , nothing

using jre : jre-8u411-windows-x64.exe

ran from the cmd line, with the bat file

==== Running Game Extractor ====
INFO: Load Plugin failed for org.watto.ge.plugin.archive.Plugin_BAG of type Archive
ERROR: java.lang.NoClassDefFoundError: org/watto/ge/plugin/viewer/Viewer_BAG_TEX
java.lang.NoClassDefFoundError: org/watto/ge/plugin/viewer/Viewer_BAG_TEX
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at org.watto.component.WSPluginManager.addPlugin(WSPluginManager.java:76)
        at org.watto.component.WSPluginManager.scanZip(WSPluginManager.java:422)
        at org.watto.component.WSPluginManager.loadPlugins(WSPluginManager.java:246)
        at org.watto.component.WSPluginManager.loadPlugins(WSPluginManager.java:194)
        at org.watto.WSProgram.buildProgram(WSProgram.java:103)
        at org.watto.WSProgram.<init>(WSProgram.java:61)
        at org.watto.ge.GameExtractor.<init>(GameExtractor.java:519)
        at org.watto.ge.GameExtractor.<clinit>(GameExtractor.java:377)
Caused by: java.lang.ClassNotFoundException: org.watto.ge.plugin.viewer.Viewer_BAG_TEX
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
INFO: [WSPluginManager] Plugin location plugins could not be found
INFO: [WSPluginManager] Plugin location bin/org/watto/ge/plugin could not be found
INFO: [WSPluginManager] Plugin location bin/org/watto/component could not be found

phil123456 avatar Jul 14 '24 20:07 phil123456