Jump to content

BlockPos class not found


BabaThom

Recommended Posts

Trying to run minecraft 1.12 with mod but the game crash while lunching. Here is the report.

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  ForgelinPlugin (Forgelin-1.8.3.jar)
  MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.68-core.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 9/1/19 11:46 AM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraft/util/BlockPos
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:400)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:595)
    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.minecraft.util.BlockPos
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 40 more
Caused by: java.lang.NullPointerException


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

-- Head --
Thread: Client thread
Stacktrace:
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:400)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:595)
    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 599073544 bytes (571 MB) / 1073741824 bytes (1024 MB) up to 12884901888 bytes (12288 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2838 73 mods loaded, 73 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                                | Version          | Source                                          | Signature                                |
    |:----- |:--------------------------------- |:---------------- |:----------------------------------------------- |:---------------------------------------- |
    | LC    | minecraft                         | 1.12.2           | minecraft.jar                                   | None                                     |
    | LC    | mcp                               | 9.42             | minecraft.jar                                   | None                                     |
    | LC    | FML                               | 8.0.99.99        | forge-1.12.2-14.23.5.2838.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | forge                             | 14.23.5.2838     | forge-1.12.2-14.23.5.2838.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | micdoodlecore                     |                  | minecraft.jar                                   | None                                     |
    | LC    | ic2                               | 2.8.170-ex112    | industrialcraft-2-2.8.170-ex112.jar             | de041f9f6187debbc77034a344134053277aa3b0 |
    | LC    | advanced_machines                 | 61.0.1           | Advanced+Machines-61.0.1.jar                    | None                                     |
    | LC    | advanced_solar_panels             | 4.3.0            | Advanced+Solar+Panels-4.3.0.jar                 | None                                     |
    | LC    | appliedenergistics2               | rv6-stable-7     | appliedenergistics2-rv6-stable-7.jar            | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LC    | endercore                         | 1.12.2-0.5.68    | EnderCore-1.12.2-0.5.68.jar                     | None                                     |
    | LC    | jei                               | 4.15.0.268       | jei_1.12.2-4.15.0.268.jar                       | None                                     |
    | LC    | codechickenlib                    | 3.2.3.357        | CodeChickenLib-1.12.2-3.2.3.357-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | redstoneflux                      | 2.1.0            | RedstoneFlux-1.12-2.1.0.6-universal.jar         | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | cofhcore                          | 4.6.3            | CoFHCore-1.12.2-4.6.3.27-universal.jar          | None                                     |
    | LC    | cofhworld                         | 1.3.1            | CoFHWorld-1.12.2-1.3.1.7-universal.jar          | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | thermalfoundation                 | 2.6.3            | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | thermalexpansion                  | 5.5.4            | ThermalExpansion-1.12.2-5.5.4.43-universal.jar  | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | enderio                           | 5.1.51           | EnderIO-1.12.2-5.1.51.jar                       | None                                     |
    | LC    | p455w0rdslib                      | 2.2.156          | p455w0rdslib-1.12.2-2.2.156.jar                 | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LC    | ae2wtlib                          | 1.0.30           | AE2WTLib-1.12.2-1.0.30.jar                      | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LC    | aether_legacy                     | 1.4.4            | aether_legacy-1.12.2-v1.4.4.jar                 | None                                     |
    | LC    | bibliocraft                       | 2.4.5            | BiblioCraft[v2.4.5][MC1.12.2].jar               | None                                     |
    | LC    | bonsaitrees                       | 1.1.3            | bonsaitrees-1.1.3-b156.jar                      | None                                     |
    | LC    | cctweaked                         | 1.83.1           | cc-tweaked-1.12.2-1.83.1.jar                    | None                                     |
    | L     | computercraft                     | 1.83.1           | cc-tweaked-1.12.2-1.83.1.jar                    | None                                     |
    | L     | chameleon                         | 1.12-4.1.3       | Chameleon-1.12-4.1.3.jar                        | None                                     |
    | L     | chickens                          | 6.0.4            | chickens-6.0.4.jar                              | None                                     |
    | L     | elevatorid                        | 1.3.11           | ElevatorMod-1.12.2-1.3.11.jar                   | None                                     |
    | L     | enderiointegrationtic             | 5.1.51           | EnderIO-1.12.2-5.1.51.jar                       | None                                     |
    | L     | enderiobase                       | 5.1.51           | EnderIO-1.12.2-5.1.51.jar                       | None                                     |
    | L     | enderioconduits                   | 5.1.51           | EnderIO-1.12.2-5.1.51.jar                       | None                                     |
    | L     | enderioconduitsappliedenergistics | 5.1.51           | EnderIO-1.12.2-5.1.51.jar                       | None                                     |
    | L     | enderioconduitsopencomputers      | 5.1.51           | EnderIO-1.12.2-5.1.51.jar                       | None                                     |
    | L     | enderioconduitsrefinedstorage     | 5.1.51           | EnderIO-1.12.2-5.1.51.jar                       | None                                     |
    | L     | forestry                          | 5.8.1.322        | forestry_1.12.2-5.8.1.322.jar                   | None                                     |
    | L     | enderiointegrationforestry        | 5.1.51           | EnderIO-1.12.2-5.1.51.jar                       | None                                     |
    | L     | enderiointegrationticlate         | 5.1.51           | EnderIO-1.12.2-5.1.51.jar                       | None                                     |
    | L     | enderiomachines                   | 5.1.51           | EnderIO-1.12.2-5.1.51.jar                       | None                                     |
    | L     | enderiopowertools                 | 5.1.51           | EnderIO-1.12.2-5.1.51.jar                       | None                                     |
    | L     | enderstorage                      | 2.4.6.137        | EnderStorage-1.12.2-2.4.6.137-universal.jar     | None                                     |
    | L     | extrautils2                       | 1.0              | extrautils2-1.12-1.9.9.jar                      | None                                     |
    | L     | zerocore                          | 1.12.2-0.1.2.8   | zerocore-1.12.2-0.1.2.8.jar                     | None                                     |
    | L     | bigreactors                       | 1.12.2-0.4.5.67  | ExtremeReactors-1.12.2-0.4.5.67.jar             | None                                     |
    | L     | fastleafdecay                     | v14              | FastLeafDecay-v14.jar                           | None                                     |
    | L     | mekanism                          | 1.12.2-9.8.1.383 | Mekanism-1.12.2-9.8.1.383.jar                   | None                                     |
    | L     | sonarcore                         | 5.0.19           | sonarcore-1.12.2-5.0.19-20.jar                  | None                                     |
    | L     | fluxnetworks                      | 3.0.19           | fluxnetworks-1.12.2-3.0.19-21.jar               | None                                     |
    | L     | forgelin                          | 1.8.3            | Forgelin-1.8.3.jar                              | None                                     |
    | L     | galacticraftcore                  | 4.0.1.181        | GalacticraftCore-1.12.2-4.0.1.181.jar           | None                                     |
    | L     | galacticraftplanets               | 4.0.1.181        | Galacticraft-Planets-1.12.2-4.0.1.181.jar       | None                                     |
    | L     | ichunutil                         | 7.2.1            | iChunUtil-1.12.2-7.2.1.jar                      | None                                     |
    | L     | teslacorelib                      | 1.0.15           | tesla-core-lib-1.12.2-1.0.15.jar                | None                                     |
    | L     | industrialforegoing               | 1.12.2-1.12.2    | industrialforegoing-1.12.2-1.12.13-237.jar      | None                                     |
    | L     | integrationforegoing              | 1.12.2-1.9       | IntegrationForegoing-1.12.2-1.9.jar             | None                                     |
    | L     | jeibees                           | 0.9.0.5          | jeibees-0.9.0.5-mc1.12.2.jar                    | None                                     |
    | L     | jeiintegration                    | 1.5.1.36         | jeiintegration_1.12.2-1.5.1.36.jar              | None                                     |
    | L     | jee                               | 1.0.7            | JustEnoughEnergistics-1.12.2-1.0.7.jar          | None                                     |
    | L     | magicbees                         | 1.0              | MagicBees-1.12.2-3.1.10.jar                     | None                                     |
    | L     | numina                            | 1.12.2-1.0.38    | Numina-1.12.2-1.0.38.jar                        | None                                     |
    | L     | powersuits                        | 1.12.2-1.0.46    | ModularPowersuits-1.12.2-1.0.46.jar             | None                                     |
    | L     | mystcraft                         | 0.13.7.04        | mystcraft-1.12.2-0.13.7.04.jar                  | None                                     |
    | L     | plethora-core                     | 1.2.2            | plethora-1.12.2-1.2.2.jar                       | None                                     |
    | L     | plethora                          | 1.2.2            | plethora-1.12.2-1.2.2.jar                       | None                                     |
    | L     | portalgun                         | 7.1.0            | PortalGun-1.12.2-7.1.0.jar                      | None                                     |
    | L     | storagedrawers                    | 1.12-5.3.5       | StorageDrawers-1.12.2-5.3.8.jar                 | None                                     |
    | L     | thermaldynamics                   | 2.5.5            | ThermalDynamics-1.12.2-2.5.5.21-universal.jar   | None                                     |
    | L     | torchmaster                       | 1.8.0.79         | torchmaster_1.12.2-1.8.0.79.jar                 | None                                     |
    | L     | treechopper                       | 1.2.4            | TreeChopper-1.12.2-1.2.4.jar                    | None                                     |
    | L     | wct                               | 3.12.93          | WirelessCraftingTerminal-1.12.2-3.12.93.jar     | None                                     |
    | L     | xaerominimap                      | 1.17.8           | Xaeros_Minimap_1.17.8_Forge_1.12.jar            | None                                     |
    | L     | xaeroworldmap                     | 1.4.8            | XaerosWorldMap_1.4.8_Forge_1.12.jar             | None                                     |
    | L     | xray                              | 2.0.0            | xray-1.12.2-1.6.0.jar                           | None                                     |
    | L     | teslacorelib_registries           | 1.0.15           | tesla-core-lib-1.12.2-1.0.15.jar                | None                                     |

    Loaded coremods (and transformers): 
ForgelinPlugin (Forgelin-1.8.3.jar)
  
MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
  mekanism.coremod.KeybindingMigrationHelper
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
  p455w0rdslib.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.68-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 430.39' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
    AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2838
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 430.39, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: vanilla, file/Faithful+1.13.2-rv2.zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz

Link to comment
Share on other sites

48 minutes ago, BabaThom said:

---- Minecraft Crash Report ----

WARNING: coremods are present:
  ForgelinPlugin (Forgelin-1.8.3.jar)
  MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.68-core.jar)
Contact their authors BEFORE contacting forge

 

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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