Jump to content

Recommended Posts

Posted

This:

 

2012-10-01 16:57:53 [iNFO] [sTDERR] java.lang.NoSuchMethodError: rh.getStrVsBlock(Lrj;Laig;I)F

2012-10-01 16:57:53 [iNFO] [sTDERR] at mod_AutoSwitch.getStrVsBlock(mod_AutoSwitch.java:1202)

2012-10-01 16:57:53 [iNFO] [sTDERR] at mod_AutoSwitch.isToolBetter(mod_AutoSwitch.java:830)

2012-10-01 16:57:53 [iNFO] [sTDERR] at mod_AutoSwitch.getBestTool(mod_AutoSwitch.java:804)

2012-10-01 16:57:53 [iNFO] [sTDERR] at mod_AutoSwitch.switchIfNecessary(mod_AutoSwitch.java:749)

2012-10-01 16:57:53 [iNFO] [sTDERR] at mod_AutoSwitch.clickMouse(mod_AutoSwitch.java:530)

2012-10-01 16:57:53 [iNFO] [sTDERR] at mod_AutoSwitch.onTickInGame(mod_AutoSwitch.java:511)

2012-10-01 16:57:53 [iNFO] [sTDERR] at BaseMod.doTickInGame(BaseMod.java:37)

2012-10-01 16:57:53 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:104)

2012-10-01 16:57:53 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:84)

2012-10-01 16:57:53 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:58)

2012-10-01 16:57:53 [iNFO] [sTDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:22)

2012-10-01 16:57:53 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:126)

2012-10-01 16:57:53 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:356)

2012-10-01 16:57:53 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.J(Minecraft.java:760)

2012-10-01 16:57:53 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:654)

2012-10-01 16:57:53 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

Posted

I just checked, this functions exists in the latest forge, so it seems to me like your instillation is screwey.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

  • 2 weeks later...
Posted

I'm running fml-universal-3.1.35.394 with AutoSwitch v2.3.0 and have this same exact problem,

2012-10-11 14:11:34 [iNFO] [sTDERR] java.lang.NoSuchMethodError: rh.getStrVsBlock(Lrj;Laig;I)F

2012-10-11 14:11:34 [iNFO] [sTDERR]    at mod_AutoSwitch.getStrVsBlock(mod_AutoSwitch.java:1321)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at mod_AutoSwitch.isToolBetter(mod_AutoSwitch.java:834)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at mod_AutoSwitch.getBestTool(mod_AutoSwitch.java:805)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at mod_AutoSwitch.switchIfNecessary(mod_AutoSwitch.java:750)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at mod_AutoSwitch.clickMouse(mod_AutoSwitch.java:531)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at mod_AutoSwitch.onTickInGame(mod_AutoSwitch.java:512)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at BaseMod.doTickInGame(BaseMod.java:37)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:104)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:84)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:58)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:22)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:137)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:367)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.J(Minecraft.java:760)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:654)

2012-10-11 14:11:34 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

 

EDIT:

Interesting, when I run the mod with Risugami's ModLoader it works fine, but with FML it fails. 

 

@thebombzen: I notice ModLoader has no rh.getStrVsBlock, so I'm assuming you're doing some kind of check to see if the user is running ModLoader or Forge, and issue further checks differently because of that.  My guess is the use of FML is throwing some check off to think the user is running full Forge, and trying to access the edited rh (which FML doesn't come with).

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.