Jump to content

[1.7.2 -- SOLVED] ClassNotFoundException and some other errors


Bektor

Recommended Posts

After I setup everything, this error appears every time in my console from eclipse if I'm starting Minecraft and in the ExampleMod class many things are red marked.

 

Here is the error:

[18:03:55] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[18:03:55] [main/ERROR]: Unable to launch
java.lang.ClassNotFoundException: cpw.mods.fml.common.launcher.FMLTweaker
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:104) ~[launchwrapper-1.9.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:97) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]

 

I have created three screenshots, so you can see what I mean:

https://www.dropbox.com/s/119ax80mr032wrt/Error1.jpg

https://www.dropbox.com/s/qdk3g841lzexerc/Error2.jpg

https://www.dropbox.com/s/oz3c8lpvisk7vvx/Error3.jpg

 

I hope that you can help me.

Bektor

Developer of Primeval Forest.

Link to comment
Share on other sites

Looks like you didn't run either gradel setupDevWorkspace (sp?) or gradel eclipse

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

There is currently a bug in ForgeGradle so you have to run them separately:

 

gradle setupDecompWorkspace (let this finish)

and then: gradle eclipse

 

This didn't help!

Now I get a new error:

[18:57:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[18:57:41] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[18:57:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[18:57:41] [main/INFO] [FML]: Forge Mod Loader version 7.2.116.1024 for Minecraft 1.7.2 loading
[18:57:41] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.7.0_51, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre7
[18:57:41] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[18:57:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:57:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:57:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:57:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:57:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:57:42] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[18:57:42] [main/ERROR] [FML]: The minecraft jar file:/C:/Users/Benutzer/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.0.1024/forgeSrc-1.7.2-10.12.0.1024.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again!
[18:57:42] [main/ERROR] [FML]: FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
[18:57:42] [main/ERROR] [FML]: Technical information: ClientBrandRetriever was at jar:file:/C:/Users/Benutzer/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.0.1024/forgeSrc-1.7.2-10.12.0.1024.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it
[18:57:42] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[18:57:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:57:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:57:42] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[18:57:42] [main/INFO]: Setting user: Player744
[18:57:42] [Client thread/INFO]: LWJGL Version: 2.9.0
[18:57:42] [Client thread/ERROR]: Couldn't set icon
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(Unknown Source) ~[?:1.7.0_51]
at net.minecraft.client.Minecraft.readImage(Minecraft.java:680) ~[Minecraft.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:509) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
[18:57:43] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[18:57:43] [Client thread/INFO] [FML]: MinecraftForge v10.12.0.1024 Initialized
[18:57:43] [Client thread/INFO] [FML]: Replaced 128 ore recipies
[18:57:43] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[18:57:43] [Client thread/INFO] [FML]: Config directory created successfully
[18:57:43] [Client thread/INFO] [FML]: Searching D:\Patrick\ForgeVersions\Forge_1.7.2\mods for mods
[18:57:44] [Client thread/ERROR] [FML]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error.  There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
[18:57:45] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[18:57:45] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Example Mod
[18:57:45] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0

Starting up SoundSystem...
Initializing LWJGL OpenAL
    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
OpenAL initialized.
[18:57:45] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[18:57:45] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[18:57:45] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
[18:57:45] [Client thread/ERROR] [FML]: 
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.2.116.1024} [Forge Mod Loader] (forgeSrc-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.12.0.1024} [Minecraft Forge] (forgeSrc-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized->Initialized
examplemod{1.0} [Example Mod] (bin) Unloaded->Constructed->Pre-initialized->Errored
[18:57:45] [Client thread/ERROR] [FML]: The following problems were captured during this phase
[18:57:45] [Client thread/ERROR] [FML]: Caught exception from examplemod
java.lang.Error: Unresolved compilation problem: 
The method func_149739_a() is undefined for the type Block

at com.example.examplemod.ExampleMod.init(ExampleMod.java:18) ~[ExampleMod.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:536) ~[FMLModContainer.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[guava-15.0.jar:?]
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[guava-15.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[guava-15.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[guava-15.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[guava-15.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209) ~[LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[guava-15.0.jar:?]
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[guava-15.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[guava-15.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[guava-15.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[guava-15.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:260) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:624) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
---- Minecraft Crash Report ----
// Don't do that.

Time: 10.02.14 18:57
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.Error: Unresolved compilation problem: 
The method func_149739_a() is undefined for the type Block

at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:677)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:260)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:624)
at net.minecraft.client.Minecraft.run(Minecraft.java:931)
at net.minecraft.client.main.Main.main(Main.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.Error: Unresolved compilation problem: 
The method func_149739_a() is undefined for the type Block

at com.example.examplemod.ExampleMod.init(ExampleMod.java:18)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:536)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676)
... 10 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 26385784 bytes (25 MB) / 120246272 bytes (114 MB) up to 259522560 bytes (247 MB)
JVM Flags: 0 total; 
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.01-pre FML v7.2.116.1024 Minecraft Forge 10.12.0.1024 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.2.116.1024} [Forge Mod Loader] (forgeSrc-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.12.0.1024} [Minecraft Forge] (forgeSrc-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized->Initialized
examplemod{1.0} [Example Mod] (bin) Unloaded->Constructed->Pre-initialized->Errored
#@!@# Game crashed! Crash report saved to: #@!@# D:\Patrick\ForgeVersions\Forge_1.7.2\.\crash-reports\crash-2014-02-10_18.57.45-client.txt
AL lib: (EE) alc_cleanup: 1 device not closed

 

Oh and here is one new screenshots:

https://www.dropbox.com/s/nns2qig3n8mm9jd/error4.jpg

 

Bektor

Developer of Primeval Forest.

Link to comment
Share on other sites

The example mod is broken atm. Remove it.

 

Thanks! Now I can start Minecraft and test it :D

But what did this mean:

[19:13:19] [Client thread/ERROR]: Couldn't set icon
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(Unknown Source) ~[?:1.7.0_51]
at net.minecraft.client.Minecraft.readImage(Minecraft.java:680) ~[Minecraft.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:509) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
[19:13:19] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization

??

 

Oh and there is no sound. :(

 

Bektor

Developer of Primeval Forest.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • https://www.reddit.com/r/NcAAf4Reddit/comments/16q2ss7/𝚁edditstreams_smu_vs_tcu_live_stream_free𝚁eddit/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q2ux9/𝚁edditstreams_tcu_vs_smu_live_stream_free𝚁eddit/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q2vgt/𝚁edditstreams_northern_illinois_vs_tulsa_live/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q2w1t/𝚁edditstreams_tulsa_vs_northern_illinois_live/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q2y1t/𝚁edditstreams_western_michigan_vs_toledo_live/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q2z5b/𝚁edditstreams_toledo_vs_western_michigan_live/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q2zzw/𝚁edditstreams_georgia_southern_vs_ball_state_live/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q30oo/𝚁edditstreams_ball_state_vs_georgia_southern_live/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q31z2/𝚁edditstreams_colorado_vs_oregon_live_stream/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q32qx/𝚁edditstreams_oregon_vs_colorado_live_stream/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q33am/𝚁edditstreams_ucla_vs_utah_live_stream_free𝚁eddit/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q344h/𝚁edditstreams_utah_vs_ucla_live_stream_free𝚁eddit/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q34ot/𝚁edditstreams_ole_miss_vs_alabama_live_stream/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q35lq/𝚁edditstreams_alabama_vs_ole_miss_live_stream/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q3666/𝚁edditstreams_duke_vs_uconn_live_stream/ https://www.reddit.com/r/NcAAf4Reddit/comments/16q36ss/𝚁edditstreams_uconn_vs_duke_live_stream/ https://paiza.io/projects/cuIJ_ExWsr7JZ2Vl-kjXfA https://paiza.io/projects/Hi2wNuh2Zp-FOmUtWmVo_Q https://forum.contentos.io/topic/276440/sadsad-sad-sa  
    • UPDATE -   Got the game to work, but when I tried to make a new world it would crash. I had not enough crashes on and tried it with off, gave the same result. it would save my world and crash.   Logs: https://crashy.net/3f543731-629c-482d-9772-4e5fbc95a37a  
    • https://www.reddit.com/r/NCaaFredit4/comments/16q1svw/%F0%9D%9A%81edditstreams_rutgers_vs_michigan_live_stream/ https://www.reddit.com/r/NCaaFredit4/comments/16q1tjc/%F0%9D%9A%81edditstreams_florida_state_vs_clemson_live/ https://www.reddit.com/r/NCaaFredit4/comments/16q1u9k/%F0%9D%9A%81edditstreams_oklahoma_vs_cincinnati_live_stream/ https://www.reddit.com/r/NCaaFredit4/comments/16q1urg/%F0%9D%9A%81edditstreams_army_vs_syracuse_live_stream/ https://www.reddit.com/r/NCaaFredit4/comments/16q1w18/%F0%9D%9A%81edditstreams_auburn_vs_texas_am_live_stream/ https://www.reddit.com/r/NCaaFredit4/comments/16q1ysa/%F0%9D%9A%81edditstreamswestern_kentucky_vs_troy_live_stream/ https://www.reddit.com/r/NCaaFredit4/comments/16q1zwh/%F0%9D%9A%81edditstreams_kentucky_vs_vanderbilt_live_stream/ https://www.reddit.com/r/NCaaFredit4/comments/16q20qo/%F0%9D%9A%81edditstreams_virginia_tech_vs_marshall_live/ https://www.reddit.com/r/NCaaFredit4/comments/16q21tu/%F0%9D%9A%81edditstreams_rutgers_vs_michigan_live_stream/ https://www.reddit.com/r/NCaaFredit4/comments/16q22hu/%F0%9D%9A%81edditstreams_florida_state_vs_clemson_live/ https://www.reddit.com/r/NCaaFredit4/comments/16q2393/%F0%9D%9A%81edditstreams_oklahoma_vs_cincinnati_live_stream/ https://www.reddit.com/r/NCaaFredit4/comments/16q246i/%F0%9D%9A%81edditstreams_army_vs_syracuse_live_stream/ https://www.reddit.com/r/NCaaFredit4/comments/16q24rw/%F0%9D%9A%81edditstreams_auburn_vs_texas_am_live_stream/ https://www.reddit.com/r/NCaaFredit4/comments/16q25mf/%F0%9D%9A%81edditstreams_western_kentucky_vs_troy_live/ https://www.reddit.com/r/NCaaFredit4/comments/16q26k5/%F0%9D%9A%81edditstreams_kentucky_vs_vanderbilt_live_stream/ https://www.reddit.com/r/NCaaFredit4/comments/16q27af/%F0%9D%9A%81edditstreams_virginia_tech_vs_marshall_live/  
    • I was trying to play minecraft with MrCrayfish's Furniture Mod, but when I launch the game, after the MOJANG screen charges, it tells me that the mod couldn't load correctly. This is the crash report:   ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 23/9/23 12:55 Description: Mod loading error has occurred java.lang.Exception: Mod Loading has failed     at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:55) ~[forge-1.19-41.1.0-universal.jar%23155!/:?] {re:classloading}     at net.minecraftforge.client.loading.ClientModLoader.completeModLoading(ClientModLoader.java:167) ~[forge-1.19-41.1.0-universal.jar%23155!/:?] {re:classloading,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.lambda$new$1(Minecraft.java:561) ~[client-1.19-20220607.102129-srg.jar%23150!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}     at net.minecraft.Util.m_137521_(Util.java:432) ~[client-1.19-20220607.102129-srg.jar%23150!/:?] {re:classloading}     at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:555) ~[client-1.19-20220607.102129-srg.jar%23150!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}     at net.minecraft.client.gui.screens.LoadingOverlay.m_6305_(LoadingOverlay.java:135) ~[client-1.19-20220607.102129-srg.jar%23150!/:?] {re:classloading,pl:runtimedistcleaner:A}     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:885) ~[client-1.19-20220607.102129-srg.jar%23150!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1084) ~[client-1.19-20220607.102129-srg.jar%23150!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:669) ~[client-1.19-20220607.102129-srg.jar%23150!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}     at net.minecraft.client.main.Main.main(Main.java:206) ~[client-1.19-20220607.102129-srg.jar%23150!/:?] {re:classloading,pl:runtimedistcleaner:A}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}     at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19-41.1.0.jar%2399!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2387!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2387!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2387!/:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2387!/:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2387!/:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2387!/:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2387!/:?] {}     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace:     at com.mrcrayfish.furniture.core.ModEntities.<clinit>(ModEntities.java:14) ~[cfm-7.0.0-pre31-1.19.jar%23149!/:7.0.0-pre31-1.19] {re:classloading} -- MOD cfm -- Details:     Caused by 0: java.lang.reflect.InvocationTargetException         at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}         at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}         at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}         at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}         at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}         at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19-41.1.0.jar%23152!/:?] {}         at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19-41.1.0.jar%23151!/:?] {}         at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}         at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}         at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}         at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}         at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {}         at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {}         at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}     Mod File: /C:/Users/ivanc/AppData/Roaming/.minecraft/mods/cfm-7.0.0-pre31-1.19.jar     Failure message: MrCrayfish's Furniture Mod (cfm) has failed to load correctly         java.lang.reflect.InvocationTargetException: null     Mod Version: 7.0.0-pre31     Mod Issue URL: https://github.com/MrCrayfish/MrCrayfishFurnitureMod/issues     Exception message: java.lang.NoSuchFieldError: ENTITIES Stacktrace:     at com.mrcrayfish.furniture.core.ModEntities.<clinit>(ModEntities.java:14) ~[cfm-7.0.0-pre31-1.19.jar%23149!/:7.0.0-pre31-1.19] {re:classloading}     at com.mrcrayfish.furniture.FurnitureMod.<init>(FurnitureMod.java:42) ~[cfm-7.0.0-pre31-1.19.jar%23149!/:7.0.0-pre31-1.19] {re:classloading}     at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}     at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}     at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}     at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}     at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}     at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19-41.1.0.jar%23152!/:?] {}     at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19-41.1.0.jar%23151!/:?] {}     at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}     at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}     at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}     at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}     at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {}     at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {}     at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {} -- System Details -- Details:     Minecraft Version: 1.19     Minecraft Version ID: 1.19     Operating System: Windows 10 (amd64) version 10.0     Java Version: 17.0.8, Microsoft     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft     Memory: 289740656 bytes (276 MiB) / 536870912 bytes (512 MiB) up to 2147483648 bytes (2048 MiB)     CPUs: 12     Processor Vendor: GenuineIntel     Processor Name: Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz     Identifier: Intel64 Family 6 Model 165 Stepping 3     Microarchitecture: unknown     Frequency (GHz): 2,90     Number of physical packages: 1     Number of physical CPUs: 6     Number of logical CPUs: 12     Graphics card #0 name: AMD Radeon RX 6500 XT     Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)     Graphics card #0 VRAM (MB): 4080,00     Graphics card #0 deviceId: 0x743f     Graphics card #0 versionInfo: DriverVersion=31.0.12027.9001     Memory slot #0 capacity (MB): 8192,00     Memory slot #0 clockSpeed (GHz): 2,67     Memory slot #0 type: DDR4     Memory slot #1 capacity (MB): 8192,00     Memory slot #1 clockSpeed (GHz): 2,67     Memory slot #1 type: DDR4     Virtual memory max (MB): 32506,63     Virtual memory used (MB): 16019,42     Swap memory total (MB): 16253,32     Swap memory used (MB): 40,93     JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M     ModLauncher: 10.0.8+10.0.8+main.0ef7e830     ModLauncher launch target: forgeclient     ModLauncher naming: srg     ModLauncher services:          mixin-0.8.5.jar mixin PLUGINSERVICE          eventbus-6.0.0.jar eventbus PLUGINSERVICE          fmlloader-1.19-41.1.0.jar slf4jfixer PLUGINSERVICE          fmlloader-1.19-41.1.0.jar object_holder_definalize PLUGINSERVICE          fmlloader-1.19-41.1.0.jar runtime_enum_extender PLUGINSERVICE          fmlloader-1.19-41.1.0.jar capability_token_subclass PLUGINSERVICE          accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE          fmlloader-1.19-41.1.0.jar runtimedistcleaner PLUGINSERVICE          modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE          modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE      FML Language Providers:          minecraft@1.0         lowcodefml@null         javafml@null     Mod List:          client-1.19-20220607.102129-srg.jar               |Minecraft                     |minecraft                     |1.19                |COMMON_SET|Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f         forge-1.19-41.1.0-universal.jar                   |Forge                         |forge                         |41.1.0              |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90         cfm-7.0.0-pre31-1.19.jar                          |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre31         |ERROR     |Manifest: NOSIGNATURE     Crash Report UUID: 650ed299-9cf5-4897-9104-78582aa38c00     FML: 41.1     Forge: net.minecraftforge:41.1.0
    • I have years of experience programming, even have a degree in computer science, but the whole gradle thing is quite new to me. My objective is to create a "moon-like" gravity. Slow falling, bigger jumps, etc. I have never done anything with forge prior to this, so I did lots of reading of the documentation and have a decent general understanding of things. I am able to do things such as,   @SubscribeEvent public void onJump(LivingEvent.LivingJumpEvent event) { if(event.getEntity() instanceof Player) { Player player = (Player) event.getEntity(); player.setHealth(player.getHealth() - 1); } } Reading the docs I see a player#setMotion I would like to do this - which should be possible based on docs player.setMotion(player.getMotion().x, player.getMotion().y * MOON_GRAVITY_FACTOR, player.getMotion().z); but this method, and some other classes and methods do not appear to exist. At first I thought it was a version related issue, but that was proven untrue when I went back all the way to 1.17.1 and the issues persisted. This project is on 1.20.2 and the only thing I did in the project was changing the mod id and versions. Nothing to do with mappings or anything of the sort. Is there changes that I am unaware of? or is there an issue with my project setup? It is currently a default project straight from the website. I really am entirely confused, I am sure it is something simple. I tried my hardest to find the answer prior to asking.
  • Topics

×
×
  • Create New...

Important Information

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