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

    • Yes, Attapoll offers a $20 Sign-up bonus for new users using a code (AOVCQ). Enter the Attapoll Referral Code “AOVCQ” and submit. Yes, Attapoll offers $20 Referral Code {AOVCQ} For New Customers. If you are who wish to join Attapoll, then you should use this exclusive Attapoll referral code $20 Signup Bonus Use this Code (AOVCQ) and get $20 Welcome Bonus. You can get a $20 Signup bonus use this referral code {AOVCQ}. You can get a $20 Attpoll Referral Code {AOVCQ}. This Attapoll $20 Referral code is specifically for existing customers and can be redeemed to receive a $20. Enter $20 Attapoll Referral Code {AOVCQ} at checkout. Enjoy $20Welcome Bonus. Use the best Attapoll referral code $20 (AOVCQ) to get up to $20 first time survey as a new user. Complete the survey and get $20 credited on your Attapoll account. Plus, refer your friend to earn 10% commission on their earning If you're on the hunt for a little extra cash or some cool rewards without too much hassle, you've landed in the right place. Today, we're diving into the world of Attapoll referral codes, a nifty way to boost your earnings while taking surveys. Use this Attapoll Referral Link or code {{AOVCQ}} to get a $20 sign up bonus.
    • Yes, Attapoll offers a $20 Sign-up bonus for new users using a code (AOVCQ). Enter the Attapoll Referral Code “AOVCQ” and submit. Yes, Attapoll offers $20 Referral Code {AOVCQ} For New Customers. If you are who wish to join Attapoll, then you should use this exclusive Attapoll referral code $20 Signup Bonus Use this Code (AOVCQ) and get $20 Welcome Bonus. You can get a $20 Signup bonus use this referral code {AOVCQ}. You can get a $20 Attpoll Referral Code {AOVCQ}. This Attapoll $20 Referral code is specifically for existing customers and can be redeemed to receive a $20. Enter $20 Attapoll Referral Code {AOVCQ} at checkout. Enjoy $20Welcome Bonus. Use the best Attapoll referral code $20 (AOVCQ) to get up to $20 first time survey as a new user. Complete the survey and get $20 credited on your Attapoll account. Plus, refer your friend to earn 10% commission on their earning If you're on the hunt for a little extra cash or some cool rewards without too much hassle, you've landed in the right place. Today, we're diving into the world of Attapoll referral codes, a nifty way to boost your earnings while taking surveys. Use this Attapoll Referral Link or code {{AOVCQ}} to get a $20 sign up bonus.
    • Yes, Attapoll offers a $20 Sign-up bonus for new users using a code (AOVCQ). Enter the Attapoll Referral Code “AOVCQ” and submit. Yes, Attapoll offers $20 Referral Code {AOVCQ} For New Customers. If you are who wish to join Attapoll, then you should use this exclusive Attapoll referral code $20 Signup Bonus Use this Code (AOVCQ) and get $20 Welcome Bonus. You can get a $20 Signup bonus use this referral code {AOVCQ}. You can get a $20 Attpoll Referral Code {AOVCQ}. This Attapoll $20 Referral code is specifically for existing customers and can be redeemed to receive a $20. Enter $20 Attapoll Referral Code {AOVCQ} at checkout. Enjoy $20Welcome Bonus. Use the best Attapoll referral code $20 (AOVCQ) to get up to $20 first time survey as a new user. Complete the survey and get $20 credited on your Attapoll account. Plus, refer your friend to earn 10% commission on their earning If you're on the hunt for a little extra cash or some cool rewards without too much hassle, you've landed in the right place. Today, we're diving into the world of Attapoll referral codes, a nifty way to boost your earnings while taking surveys. Use this Attapoll Referral Link or code {{AOVCQ}} to get a $20 sign up bonus.
    • Yes, Attapoll offers a $20 Sign-up bonus for new users using a code (AOVCQ). Enter the Attapoll Referral Code “AOVCQ” and submit. Yes, Attapoll offers $20 Referral Code {AOVCQ} For New Customers. If you are who wish to join Attapoll, then you should use this exclusive Attapoll referral code $20 Signup Bonus Use this Code (AOVCQ) and get $20 Welcome Bonus. You can get a $20 Signup bonus use this referral code {AOVCQ}. You can get a $20 Attpoll Referral Code {AOVCQ}. This Attapoll $20 Referral code is specifically for existing customers and can be redeemed to receive a $20. Enter $20 Attapoll Referral Code {AOVCQ} at checkout. Enjoy $20Welcome Bonus. Use the best Attapoll referral code $20 (AOVCQ) to get up to $20 first time survey as a new user. Complete the survey and get $20 credited on your Attapoll account. Plus, refer your friend to earn 10% commission on their earning If you're on the hunt for a little extra cash or some cool rewards without too much hassle, you've landed in the right place. Today, we're diving into the world of Attapoll referral codes, a nifty way to boost your earnings while taking surveys. Use this Attapoll Referral Link or code {{AOVCQ}} to get a $20 sign up bonus.
    • Yes, Attapoll offers a $20 Sign-up bonus for new users using a code (AOVCQ). Enter the Attapoll Referral Code “AOVCQ” and submit. Yes, Attapoll offers $20 Referral Code {AOVCQ} For New Customers. If you are who wish to join Attapoll, then you should use this exclusive Attapoll referral code $20 Signup Bonus Use this Code (AOVCQ) and get $20 Welcome Bonus. You can get a $20 Signup bonus use this referral code {AOVCQ}. You can get a $20 Attpoll Referral Code {AOVCQ}. This Attapoll $20 Referral code is specifically for existing customers and can be redeemed to receive a $20. Enter $20 Attapoll Referral Code {AOVCQ} at checkout. Enjoy $20Welcome Bonus. Use the best Attapoll referral code $20 (AOVCQ) to get up to $20 first time survey as a new user. Complete the survey and get $20 credited on your Attapoll account. Plus, refer your friend to earn 10% commission on their earning If you're on the hunt for a little extra cash or some cool rewards without too much hassle, you've landed in the right place. Today, we're diving into the world of Attapoll referral codes, a nifty way to boost your earnings while taking surveys. Use this Attapoll Referral Link or code {{AOVCQ}} to get a $20 sign up bonus.
  • Topics

×
×
  • Create New...

Important Information

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