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,

  Quote
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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • When you name a method like that, with no return value, it is a constructor. The constructor must have the same name as the class it constructs, in this case, ModItems. I would strongly advise reading up on some basic Java tutorials, because you will definitely be running into a lot more issues as you go along without the basics. *I should also add that the Forge documentation is a reference, not a tutorial. Even following tutorials, you should know Java basics, otherwise the smallest of mistakes will trip you up as you copy someone elses code.
    • so, I'm starting modding and I'm following the official documantation for forge: https://docs.minecraftforge.net, but in the registries part it is not working as it is in the docs:   public class ModItems { private static final DeferredRegister<Item> ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, DarkStarvation.MOD_ID); public static final RegistryObject<Item> TEST_ITEM = ITEMS.register("test_item", () -> new Item(new Item.Properties())); public DarkStarvation(FMLJavaModLoadingContext context) { ITEMS.register(context.getModEventBus()); } } in 'public DarkStarvation(...' the DarkStarvation has this error: Invalid method declaration; return type required and the getModEventBus(): Cannot resolve method 'getModEventBus' in 'FMLJavaModLoadingContext' please help, I asked gpt but it is saying that I'm using an old method, but I'm following the latest version of Forge Docs???
    • I merged your second post with the original , there is no need to post a new thread asking for an answer. If someone sees your post and can help, they will reply. If you are seeking a quicker response, you could try asking in the Minecraft Forge diacord.
    • Create a new instance and start with cobblemon - if this works, add the rest of your mods in groups   Maybe another mod is conflicting - like Sodium/Iris or Radical Cobblemon Trainers
    • https://forums.minecraftforge.net/topic/157393-1201-forge-rocket-flame-particle-trail-moves-up-and-crashes-into-the-rocket-during-flight/#comment-584134
  • Topics

×
×
  • Create New...

Important Information

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