Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • SanAndreasP's Mods
  • Unknown Java Error: Not on the EAQ
The update for 1.13 is being worked on - please be patient. (Updated 02/19/19)
Sign in to follow this  
Followers 0
IcyFlames11

Unknown Java Error: Not on the EAQ

Started by IcyFlames11, January 15, 2013

6 posts in this topic

IcyFlames11    0

IcyFlames11

IcyFlames11    0

  • Tree Puncher
  • IcyFlames11
  • Members
  • 0
  • 6 posts
  • Report post
Posted January 15, 2013

As the title has informed you, I've gotten an error that I didn't see on the EAQ for the bug reports in my forgemodloader-client-0 file.

 

I've copied and pasted the section of script including the error, and it's below here. If you know how to fix it, please leave a post.

 

Thanks alot for the help.

 

There's a part at the top that doesn't involve the error. It's pretty easy to discriminate the two.

 

 

 

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Activating mod FML

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Activating mod Forge

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Enabling mod SAP_Man

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Activating mod SAP_Man

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Enabling mod ClaySoldiersMod

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Activating mod ClaySoldiersMod

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied

2013-01-15 16:32:17 [FINE] [ForgeModLoader] All mod requirements are satisfied

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Sorting mods into an ordered list

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Mod sorting completed successfully

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Mod sorting data:

2013-01-15 16:32:17 [FINE] [ForgeModLoader] SAP_Man(SanAndreasPs Managers:1.1): 0_SAPManPack_v11_01.jar ()

2013-01-15 16:32:17 [FINE] [ForgeModLoader] ClaySoldiersMod(Clay Soldiers Mod:9.0_02): CSM_v9_03.jar ()

2013-01-15 16:32:17 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp

2013-01-15 16:32:17 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp

2013-01-15 16:32:17 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML

2013-01-15 16:32:17 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML

2013-01-15 16:32:17 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge

2013-01-15 16:32:17 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge

2013-01-15 16:32:17 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod SAP_Man

2013-01-15 16:32:17 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.NoSuchFieldError: e

2013-01-15 16:32:17 [iNFO] [sTDERR] at SanAndreasP.mods.managers.SAP_ManagerRegistry.<clinit>(SAP_ManagerRegistry.java:22)

2013-01-15 16:32:17 [iNFO] [sTDERR] at java.lang.Class.forName0(Native Method)

2013-01-15 16:32:17 [iNFO] [sTDERR] at java.lang.Class.forName(Unknown Source)

2013-01-15 16:32:17 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:416)

2013-01-15 16:32:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-01-15 16:32:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-01-15 16:32:17 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-01-15 16:32:17 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2013-01-15 16:32:17 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

2013-01-15 16:32:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-01-15 16:32:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-01-15 16:32:17 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-01-15 16:32:17 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2013-01-15 16:32:17 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

2013-01-15 16:32:17 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:479)

2013-01-15 16:32:17 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)

2013-01-15 16:32:17 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:410)

2013-01-15 16:32:17 [iNFO] [sTDERR] at asq.a(SourceFile:56)

2013-01-15 16:32:17 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:744)

2013-01-15 16:32:17 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

 

A quick note: I didn't know how to change the tag from "Hidden". The rules said to change it, ot at least that's what I got from it. Sorry about that.

 

 

Near the end of the first line of the [sTDERR] section of text, Java gives a "NoSuchFieldError".

Please tell me how to fix this.

And thanks. :)

 

Also, ahead of time:

If the EAQ did show how specifically how to fix an error labeled "NoSuchFieldError", I'm sorry for my stupidity.

Share this post


Link to post
Share on other sites

luacs1998    269

luacs1998

luacs1998    269

  • World Shaper
  • luacs1998
  • Members
  • 269
  • 2133 posts
  • Report post
Posted January 16, 2013

Blame SanAndreasP.

Moving to his forum.

Share this post


Link to post
Share on other sites

SanAndreasP    401

SanAndreasP

SanAndreasP    401

  • World Shaper
  • SanAndreasP
  • Forge Modder
  • 401
  • 1689 posts
  • Report post
Posted January 16, 2013

Blame SanAndreasP.

Moving to his forum.

 

Thanks :)

 

As the title has informed you, I've gotten an error that I didn't see on the EAQ for the bug reports in my forgemodloader-client-0 file.

 

I've copied and pasted the section of script including the error, and it's below here. If you know how to fix it, please leave a post.

 

Thanks alot for the help.

 

There's a part at the top that doesn't involve the error. It's pretty easy to discriminate the two.

 

 

 

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Activating mod FML

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Activating mod Forge

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Enabling mod SAP_Man

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Activating mod SAP_Man

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Enabling mod ClaySoldiersMod

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Activating mod ClaySoldiersMod

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied

2013-01-15 16:32:17 [FINE] [ForgeModLoader] All mod requirements are satisfied

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Sorting mods into an ordered list

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Mod sorting completed successfully

2013-01-15 16:32:17 [FINE] [ForgeModLoader] Mod sorting data:

2013-01-15 16:32:17 [FINE] [ForgeModLoader] SAP_Man(SanAndreasPs Managers:1.1): 0_SAPManPack_v11_01.jar ()

2013-01-15 16:32:17 [FINE] [ForgeModLoader] ClaySoldiersMod(Clay Soldiers Mod:9.0_02): CSM_v9_03.jar ()

2013-01-15 16:32:17 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp

2013-01-15 16:32:17 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp

2013-01-15 16:32:17 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML

2013-01-15 16:32:17 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML

2013-01-15 16:32:17 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge

2013-01-15 16:32:17 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge

2013-01-15 16:32:17 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod SAP_Man

2013-01-15 16:32:17 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.NoSuchFieldError: e

2013-01-15 16:32:17 [iNFO] [sTDERR] at SanAndreasP.mods.managers.SAP_ManagerRegistry.<clinit>(SAP_ManagerRegistry.java:22)

2013-01-15 16:32:17 [iNFO] [sTDERR] at java.lang.Class.forName0(Native Method)

2013-01-15 16:32:17 [iNFO] [sTDERR] at java.lang.Class.forName(Unknown Source)

2013-01-15 16:32:17 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:416)

2013-01-15 16:32:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-01-15 16:32:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-01-15 16:32:17 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-01-15 16:32:17 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2013-01-15 16:32:17 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

2013-01-15 16:32:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-01-15 16:32:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-01-15 16:32:17 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-01-15 16:32:17 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2013-01-15 16:32:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2013-01-15 16:32:17 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

2013-01-15 16:32:17 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:479)

2013-01-15 16:32:17 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)

2013-01-15 16:32:17 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:410)

2013-01-15 16:32:17 [iNFO] [sTDERR] at asq.a(SourceFile:56)

2013-01-15 16:32:17 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:744)

2013-01-15 16:32:17 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

 

A quick note: I didn't know how to change the tag from "Hidden". The rules said to change it, ot at least that's what I got from it. Sorry about that.

 

 

Near the end of the first line of the [sTDERR] section of text, Java gives a "NoSuchFieldError".

Please tell me how to fix this.

And thanks. :)

 

Also, ahead of time:

If the EAQ did show how specifically how to fix an error labeled "NoSuchFieldError", I'm sorry for my stupidity.

 

Easy solution: You're using ancient versions of my mods so update your stuff! Both mods are updated.

Share this post


Link to post
Share on other sites

IcyFlames11    0

IcyFlames11

IcyFlames11    0

  • Tree Puncher
  • IcyFlames11
  • Members
  • 0
  • 6 posts
  • Report post
Posted January 16, 2013

Nice to know that this community actively helps its members like this :D

This mod sounded so awesome but I couldn't get to it, I dreamed about it last night xD

Thanks, SanAndreasP, for the help

I thought I got the newest version though...

I'll go try again.

Share this post


Link to post
Share on other sites

IcyFlames11    0

IcyFlames11

IcyFlames11    0

  • Tree Puncher
  • IcyFlames11
  • Members
  • 0
  • 6 posts
  • Report post
Posted January 16, 2013

SanAndreasP,

Being the creator of the mod,

Do you have any reccomendations on where to get the correct mod as well as the manager?

I'm looking for the most recent version of the Clay Soldiers Mod.

Thanks :D

Share this post


Link to post
Share on other sites

SanAndreasP    401

SanAndreasP

SanAndreasP    401

  • World Shaper
  • SanAndreasP
  • Forge Modder
  • 401
  • 1689 posts
  • Report post
Posted January 16, 2013

SanAndreasP,

Being the creator of the mod,

Do you have any reccomendations on where to get the correct mod as well as the manager?

I'm looking for the most recent version of the Clay Soldiers Mod.

Thanks :D

 

Actual downloads for CSM can be found here:

http://www.minecraftforum.net/topic/964897-147-spmplan-clay-soldiers-mod-v-90-05/

 

The newest Manager pack is linked there, too, but you can get it also here:

http://www.minecraftforge.net/forum/index.php/topic,2828.0.html

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0
Go To Topic Listing SanAndreasP's Mods

  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • DaemonUmbra
      Confused about files...

      By DaemonUmbra · Posted 9 minutes ago

      Sorry, I'm the one who's behind, I forgot to update the announcement.
    • DavidM
      [1.13.2] Registries limits?

      By DavidM · Posted 11 minutes ago

      1. Stop using BlockBase. 2. Stop using ItemBase. 3. Where did you register your registerBlocks and registerItems method? Are they being called?
    • Eladath
      Confused about files...

      By Eladath · Posted 30 minutes ago

      Hallo,     I'm rather confused.  The announcement at the top says 1.13 is being worked on, and if you read it you aren't supposed to download any Forge 1.13 as it may contain malware.  However the link that says it goes to what patches still need to be ported 404s, and in the files section on www.minecraftforge.net has a section to download 1.13.2.  I've tried this download and it seems to work.  Soo... am I behind?  I don't see it being mentioned in the Releases forum.  It says 1.13.2 - 25.0.42 on the download page.
    • DavidM
      [1.13.2] How do i setup a block propertys constructor in a blockbase?

      By DavidM · Posted 1 hour ago

      1. Drachenbauer is facing a compile time problem. He is not missing a material. 2. The HarvestLevel is in the block property.
    • DavidM
      [1.13.2] How do i setup a block propertys constructor in a blockbase?

      By DavidM · Posted 1 hour ago

      1. STOP using ItemBase. 2. STOP using BlockBase. 3. This should be basic java though. Your compiler is telling you what's wrong. In a class, you cannot create a constructor to another class.   4. STOP using ItemBase. 5. STOP using BlockBase.
  • Topics

    • Eladath
      1
      Confused about files...

      By Eladath
      Started 29 minutes ago

    • Krevik
      1
      [1.13.2] Registries limits?

      By Krevik
      Started 5 hours ago

    • Drachenbauer
      3
      [1.13.2] How do i setup a block propertys constructor in a blockbase?

      By Drachenbauer
      Started 7 hours ago

    • BossOfTheLost
      3
      (1.12.2) Pixelmon Not Working - Unsupported Version of the game - The game crashed whilst exception while updating neighbours

      By BossOfTheLost
      Started 19 hours ago

    • Kamikaze_Bear47
      2
      It's an... ocean?

      By Kamikaze_Bear47
      Started Sunday at 06:51 PM

  • Who's Online (See full list)

    • DaemonUmbra
    • Sana36
    • Fluffy Doggo
    • Eladath
    • DavidM
    • joshdogg01
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • SanAndreasP's Mods
  • Unknown Java Error: Not on the EAQ
  • Theme
  • Contact Us

Copyright © 2017 ForgeDevelopment LLC Powered by Invision Community