Caused by: java.lang.NoSuchMethodError: argo.jdom.JsonNode.getFieldList()Ljava/util/List; at openperipheral.common.definition.DefinitionJsonMethod.<init>(DefinitionJsonMethod.java:79) at openperipheral.common.definition.DefinitionJsonClass.<init>(DefinitionJsonClass.java:29) at openperipheral.common.definition.DefinitionJsonMod.<init>(DefinitionJsonMod.java:25) at openperipheral.common.definition.DefinitionManager.load(DefinitionManager.java:26) at openperipheral.OpenPeripheral.init(OpenPeripheral.java:167) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
- ComputerCraft | Programmable Computers for Minecraft
- → macdude's Content
macdude's Content
There have been 6 items by macdude (Search limited from 01-April 22)
#135883 [mc 1.6.x] Openperipheral
Posted by
macdude
on 25 July 2013 - 12:20 PM
in
Peripherals and Turtle Upgrades
I get an error when trying to install/run the mod like the following:
#137478 [mc 1.6.x] Openperipheral
Posted by
macdude
on 01 August 2013 - 11:58 AM
in
Peripherals and Turtle Upgrades
Mikeemoo, on 01 August 2013 - 11:58 AM, said:
OpenPeripheral both SMP and SSP
I thought so. Any ideas what might cause the error?
Caused by: java.lang.NoSuchMethodError: argo.jdom.JsonNode.getFieldList()Ljava/util/List; at openperipheral.common.definition.DefinitionJsonMethod.<init>(DefinitionJsonMethod.java:79) at openperipheral.common.definition.DefinitionJsonClass.<init>(DefinitionJsonClass.java:29) at openperipheral.common.definition.DefinitionJsonMod.<init>(DefinitionJsonMod.java:25) at openperipheral.common.definition.DefinitionManager.load(DefinitionManager.java:26) at openperipheral.OpenPeripheral.init(OpenPeripheral.java:167) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
#137432 [mc 1.6.x] Openperipheral
Posted by
macdude
on 01 August 2013 - 07:57 AM
in
Peripherals and Turtle Upgrades
Mikeemoo, on 25 July 2013 - 07:16 PM, said:
macdude, on 25 July 2013 - 12:20 PM, said:
I get an error when trying to install/run the mod like the following:
Caused by: java.lang.NoSuchMethodError: argo.jdom.JsonNode.getFieldList()Ljava/util/List; at openperipheral.common.definition.DefinitionJsonMethod.<init>(DefinitionJsonMethod.java:79) at openperipheral.common.definition.DefinitionJsonClass.<init>(DefinitionJsonClass.java:29) at openperipheral.common.definition.DefinitionJsonMod.<init>(DefinitionJsonMod.java:25) at openperipheral.common.definition.DefinitionManager.load(DefinitionManager.java:26) at openperipheral.OpenPeripheral.init(OpenPeripheral.java:167) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
Are you trying to install a 1.5.2 mod on 1.6.2 minecraft?
Nope it is definitely 1.5.2 with a ftbserver.jar file.
#137449 [mc 1.6.x] Openperipheral
Posted by
macdude
on 01 August 2013 - 09:20 AM
in
Peripherals and Turtle Upgrades
#137444 [mc 1.6.x] Openperipheral
Posted by
macdude
on 01 August 2013 - 09:10 AM
in
Peripherals and Turtle Upgrades
#137494 [mc 1.6.x] Openperipheral
Posted by
macdude
on 01 August 2013 - 12:53 PM
in
Peripherals and Turtle Upgrades
Mikeemoo, on 01 August 2013 - 12:44 PM, said:
Are you actually running an FTB pack?
argo.jdom.JsonNode is distributed with forge/fml, and used by then I believe.
Can you tell me exactly which version of forge and which version of OpenPeripheral you're using?
argo.jdom.JsonNode is distributed with forge/fml, and used by then I believe.
Can you tell me exactly which version of forge and which version of OpenPeripheral you're using?
Yes most recent ftb server pack, forge:
Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2
and OpenPeripheral 0.1.9.
- ComputerCraft | Programmable Computers for Minecraft
- → macdude's Content