Jump to content


macdude's Content

There have been 6 items by macdude (Search limited from 29-March 23)


By content type

See this member's

Sort by                Order  

#137478 [mc 1.6.x] Openperipheral

Posted by macdude on 01 August 2013 - 11:58 AM in Peripherals and Turtle Upgrades

View PostMikeemoo, 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)



#137494 [mc 1.6.x] Openperipheral

Posted by macdude on 01 August 2013 - 12:53 PM in Peripherals and Turtle Upgrades

View PostMikeemoo, 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?

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.




#137449 [mc 1.6.x] Openperipheral

Posted by macdude on 01 August 2013 - 09:20 AM in Peripherals and Turtle Upgrades

View PostKaoS, on 01 August 2013 - 09:18 AM, said:

uh ftbserver==SMP right?

Yes it is indeed multiplayer but OpenPeripheral works on servers does it not?



#137444 [mc 1.6.x] Openperipheral

Posted by macdude on 01 August 2013 - 09:10 AM in Peripherals and Turtle Upgrades

View PostKaoS, on 01 August 2013 - 08:23 AM, said:

I don't think it's meant to be used in SMP. Odds are I'm wrong though, too tired to think

Why might that make a difference?



#137432 [mc 1.6.x] Openperipheral

Posted by macdude on 01 August 2013 - 07:57 AM in Peripherals and Turtle Upgrades

View PostMikeemoo, on 25 July 2013 - 07:16 PM, said:

View Postmacdude, 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.



#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:

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)