Draconic Evolution

Draconic Evolution

77M Downloads

the game crache when i use the draconic capaciitor

doum855 opened this issue ยท 6 comments

commented

Base information

  • Minecraft version:1.12.2
  • Mod version:latest
  • Minecraft Forge version:14.23.5.2838
  • Mod Pack: (if applicable)

Crash report

CRASH REPORT HERE
[crash-2019-10-25_01.44.05-server.txt](https://github.com/brandon3055/Draconic-Evolution/files/3769848/crash-2019-10-25_01.44.05-server.txt)

Please note assuming the issue is a crash something like this

Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Some Mod

Is NOT a crash report!

Attach the crash report as a txt file to your issue or use a link service like pastebin.

I need the full crash report which you can find in the crash-reports folder in the minecraft folder.

Failing that please give me your entire minecraft log from the session when the crash occurred.

If you do not provide these your issue will be insta-closed.

commented

We will need the log or there is nothing we can do

commented

ist fixed it was a mos conflic thanks for trying to help me ๐Ÿ‘ :)

commented

Please post up your fix so others can benefit from it as well if they search out this same issue.

commented

i dont kown how i fix it but i think thats a mod clonflic but ii dont know whicht mod it was but i still have the crach log

commented

but i dont know how to know witchmod was craching my game :/

commented

here the crache log uin case that can help ---- Minecraft Crash Report ----

WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
LoadingPlugin (Blood-Moon-Mod-1.12.2.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.69-core.jar)
ForgelinPlugin (Shadowfacts-Forgelin-1.12.2.jar)
LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.8.jar)
Contact their authors BEFORE contacting forge

// Why is it breaking :(

Time: 10/25/19 1:44 AM
Description: Ticking player

java.lang.UnsupportedOperationException
at java.util.AbstractList.add(AbstractList.java:148)
at java.util.AbstractList.add(AbstractList.java:108)
at java.util.AbstractCollection.addAll(AbstractCollection.java:344)
at com.brandon3055.draconicevolution.items.tools.DraconiumCapacitor.updateEnergy(DraconiumCapacitor.java:212)
at com.brandon3055.draconicevolution.items.tools.DraconiumCapacitor.func_77663_a(DraconiumCapacitor.java:195)
at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:526)
at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:363)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:511)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:234)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)

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

-- Head --
Thread: Server thread
Stacktrace:
at java.util.AbstractList.add(AbstractList.java:148)
at java.util.AbstractList.add(AbstractList.java:108)
at java.util.AbstractCollection.addAll(AbstractCollection.java:344)
at com.brandon3055.draconicevolution.items.tools.DraconiumCapacitor.updateEnergy(DraconiumCapacitor.java:212)
at com.brandon3055.draconicevolution.items.tools.DraconiumCapacitor.func_77663_a(DraconiumCapacitor.java:195)
at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:526)
at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:363)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:511)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:234)

-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 628
Entity Name: doum855
Entity's Exact location: 10032.23, 129.67, 10129.75
Entity's Block location: World: (10032,129,10129), Chunk: (at 0,8,1 in 627,633; contains blocks 10032,0,10128 to 10047,255,10143), Region: (19,19; contains chunks 608,608 to 639,639, blocks 9728,0,9728 to 10239,255,10239)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)

-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@3ac7bea6
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)

-- 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: 219513712 bytes (209 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.5.2838 61 mods loaded, 61 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                                |
|:------ |:--------------------------------- |:----------------- |:--------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft                         | 1.12.2            | minecraft.jar                                 | None                                     |
| LCHIJA | mcp                               | 9.42              | minecraft.jar                                 | None                                     |
| LCHIJA | FML                               | 8.0.99.99         | forge-1.12.2-14.23.5.2838.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge                             | 14.23.5.2838      | forge-1.12.2-14.23.5.2838.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | appliedenergistics2               | rv6-stable-7      | appliedenergistics2-rv6-stable-7.jar          | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LCHIJA | bdlib                             | 1.14.3.12         | BdLib-1.12.2.jar                              | None                                     |
| LCHIJA | ae2stuff                          | 0.7.0.4           | ae2stuff-0.7.0.4-mc1.12.2.jar                 | None                                     |
| LCHIJA | kagic                             | X11p13            | kagic-X11p13.jar                              | None                                     |
| LCHIJA | allthesingleladies                | 1.4.5             | allthesingleladies-1.4.5.jar                  | None                                     |
| LCHIJA | amalgam                           | 1.0               | amalgam-1.0n11.jar                            | None                                     |
| LCHIJA | amulet_stone                      | REV-2.2           | amulet_stone-REV-2.3.jar                      | None                                     |
| LCHIJA | betteranimals                     | 5.2.1             | betteranimals-5.2.1.jar                       | None                                     |
| LCHIJA | biomesoplenty                     | 7.0.1.2427        | BiomesOPlenty-1.12.2-7.0.1.2427-universal.jar | None                                     |
| LCHIJA | bloodmoon                         | 1.5.3             | Blood-Moon-Mod-1.12.2.jar                     | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LCHIJA | bouncy_creepers                   | 0.0.4             | BouncyCreepers-0.0.4.jar                      | None                                     |
| LCHIJA | codechickenlib                    | 3.2.3.357         | CodeChickenLib-1.12.2-3.2.3.357-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | redstoneflux                      | 2.1.0             | RedstoneFlux-1.12.2.jar                       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | brandonscore                      | 2.4.12            | Brandons-Core-1.12.2.jar                      | None                                     |
| LCHIJA | chameleon                         | 1.12-4.1.3        | Chameleon-1.12-4.1.3.jar                      | None                                     |
| LCHIJA | champions                         | 1.12.2-1.0.10.1   | champions-1.12.2-1.0.10.1.jar                 | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCHIJA | cucumber                          | 1.1.3             | Cucumber-1.12.2-1.1.3.jar                     | None                                     |
| LCHIJA | draconicevolution                 | 2.3.22            | Draconic-Evolution-Mod-1.12.2.jar             | None                                     |
| LCHIJA | endercore                         | 1.12.2-0.5.69     | EnderCore-1.12.2.jar                          | None                                     |
| LCHIJA | jei                               | 4.15.0.288        | jei_1.12.2-4.15.0.288.jar                     | None                                     |
| LCHIJA | enderio                           | 5.1.51            | Ender-IO-Mod-1.12.2.jar                       | None                                     |
| LCHIJA | enderiointegrationtic             | 5.1.51            | Ender-IO-Mod-1.12.2.jar                       | None                                     |
| LCHIJA | enderiobase                       | 5.1.51            | Ender-IO-Mod-1.12.2.jar                       | None                                     |
| LCHIJA | enderioconduits                   | 5.1.51            | Ender-IO-Mod-1.12.2.jar                       | None                                     |
| LCHIJA | enderioconduitsappliedenergistics | 5.1.51            | Ender-IO-Mod-1.12.2.jar                       | None                                     |
| LCHIJA | enderioconduitsopencomputers      | 5.1.51            | Ender-IO-Mod-1.12.2.jar                       | None                                     |
| LCHIJA | enderioconduitsrefinedstorage     | 5.1.51            | Ender-IO-Mod-1.12.2.jar                       | None                                     |
| LCHIJA | enderiointegrationforestry        | 5.1.51            | Ender-IO-Mod-1.12.2.jar                       | None                                     |
| LCHIJA | enderiointegrationticlate         | 5.1.51            | Ender-IO-Mod-1.12.2.jar                       | None                                     |
| LCHIJA | enderiomachines                   | 5.1.51            | Ender-IO-Mod-1.12.2.jar                       | None                                     |
| LCHIJA | enderiopowertools                 | 5.1.51            | Ender-IO-Mod-1.12.2.jar                       | None                                     |
| LCHIJA | enhancedarmaments                 | 1.3.16            | enhancedarmaments-1.3.16.jar                  | None                                     |
| LCHIJA | extrautils2                       | 1.0               | extrautils2-1.12-1.9.9.jar                    | None                                     |
| LCHIJA | fastleafdecay                     | v14               | FastLeafDecay-Mod-1.12.1.jar                  | None                                     |
| LCHIJA | gravelminer                       | 6.1.2             | GravelMiner_1.12.1-6.1.2.jar                  | None                                     |
| LCHIJA | lucraftcore                       | 1.12.2-2.4.8      | LucraftCore-1.12.2-2.4.8.jar                  | None                                     |
| LCHIJA | heroesexpansion                   | 1.12.2-1.3.5      | HeroesExpansion-1.12.2-1.3.5.jar              | None                                     |
| LCHIJA | llibrary                          | 1.7.18            | llibrary-1.7.18-1.12.2.jar                    | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHIJA | iceandfire                        | 1.8.1             | iceandfire-1.8.1.jar                          | None                                     |
| LCHIJA | infernalmobs                      | 1.7.5             | InfernalMobs-1.12.jar                         | None                                     |
| LCHIJA | infinity                          | 1.10              | infinity-1.10.jar                             | None                                     |
| LCHIJA | ironchest                         | 1.12.2-7.0.67.844 | Iron-Chests-Mod-1.12.2.jar                    | None                                     |
| LCHIJA | elm                               | 0.1               | KagicEasyLiving-1.12.2-1.0-x11p13.jar         | None                                     |
| LCHIJA | mantle                            | 1.12-1.3.3.55     | Mantle-1.12-1.3.3.55.jar                      | None                                     |
| LCHIJA | mekanism                          | 1.12.2-9.7.2.373  | Mekanism-Mod-Core-1.12.2.jar                  | None                                     |
| LCHIJA | mekanismgenerators                | 1.12.2-9.7.2.373  | Mekanism-Mod-Generators-1.12.2.jar            | None                                     |
| LCHIJA | mekanismtools                     | 1.12.2-9.7.2.373  | Mekanism-Mod-Tools-1.12.2.jar                 | None                                     |
| LCHIJA | mubble                            | 1.3               | Mubble-1.3-(1.12.2).jar                       | None                                     |
| LCHIJA | neat                              | 1.4-17            | Neat+1.4-17.jar                               | None                                     |
| LCHIJA | nei                               | 2.4.3             | NotEnoughItems-1.12.2-2.4.3.245-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | ore_biome                         | 1.0.1             | ore-biome-1.12.2-1.0.1.jar                    | None                                     |
| LCHIJA | projecte                          | 1.12.2-PE1.4.1    | ProjectE-1.12.2-PE1.4.1.jar                   | None                                     |
| LCHIJA | projectex                         | 1.2.0.36          | ProjectEX-1.2.0.36.jar                        | None                                     |
| LCHIJA | scp                               | 2.1.1             | SCP+Lockdown-1.12.2-2.1.1-beta.jar            | None                                     |
| LCHIJA | forgelin                          | 1.8.2             | Shadowfacts-Forgelin-1.12.2.jar               | None                                     |
| LCHIJA | shadowmc                          | 3.8.0             | ShadowMC-1.12.jar                             | None                                     |
| LCHIJA | yukarilib                         | 1.3.0             | YukariLib-1.12-1.3.0.jar                      | None                                     |

Loaded coremods (and transformers): 

llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
LoadingPlugin (Blood-Moon-Mod-1.12.2.jar)
lumien.bloodmoon.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.69-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
ForgelinPlugin (Shadowfacts-Forgelin-1.12.2.jar)

LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.8.jar)
lucraft.mods.lucraftcore.core.LCTransformer
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
List of loaded APIs:
* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-Mod-1.12.2.jar
* enderioapi (4.0.0) from Ender-IO-Mod-1.12.2.jar
* enderioapi|addon (4.0.0) from Ender-IO-Mod-1.12.2.jar
* enderioapi|capacitor (4.0.0) from Ender-IO-Mod-1.12.2.jar
* enderioapi|conduits (4.0.0) from Ender-IO-Mod-1.12.2.jar
* enderioapi|farm (4.0.0) from Ender-IO-Mod-1.12.2.jar
* enderioapi|redstone (4.0.0) from Ender-IO-Mod-1.12.2.jar
* enderioapi|teleport (4.0.0) from Ender-IO-Mod-1.12.2.jar
* enderioapi|tools (4.0.0) from Ender-IO-Mod-1.12.2.jar
* enderioapi|upgrades (4.0.0) from Ender-IO-Mod-1.12.2.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.288.jar
* MekanismAPI|core (9.7.2) from Mekanism-Mod-Core-1.12.2.jar
* MekanismAPI|energy (9.7.2) from Mekanism-Mod-Core-1.12.2.jar
* MekanismAPI|gas (9.7.2) from Mekanism-Mod-Core-1.12.2.jar
* MekanismAPI|infuse (9.7.2) from Mekanism-Mod-Core-1.12.2.jar
* MekanismAPI|laser (9.7.2) from Mekanism-Mod-Core-1.12.2.jar
* MekanismAPI|transmitter (9.7.2) from Mekanism-Mod-Core-1.12.2.jar
* MekanismAPI|util (9.0.0) from Mekanism-Mod-Core-1.12.2.jar
* projecteapi (1.12.2-1.2.0) from ProjectE-1.12.2-PE1.4.1.jar
* redstonefluxapi (2.1.0) from RedstoneFlux-1.12.2.jar
Ender IO: No known problems detected.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash.       !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:OFF, JEI:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:OFF
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['doum855'/628, l='le dooooooooooooog creatife', x=10032.23, y=129.67, z=10129.75]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'