Jump to content

crashing upon death help please


Recommended Posts

Every time i die in the game it freezes on half a heart and then stops responding, making me have to force it to quit, and when i restart the game and go into my world it shows up on the respawn screen and then i have to hit respawn as fast as possible or it crashes again. 

 

everytime it crashes after i die and force quit i get this, 

 

"The game crashed whilst ticking player" 

this is the crash report

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.2.jar)
  pymtech (PymTech-1.12.2-1.0.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
Contact their authors BEFORE contacting forge

// Oh - I know what I did wrong!

Time: 7/1/19 11:35 AM
Description: Ticking player

java.lang.NullPointerException: Ticking player
    at slimeknights.tconstruct.tools.modifiers.ModBeheading.getBeheadingLevel(ModBeheading.java:74)
    at slimeknights.tconstruct.tools.modifiers.ModBeheading.playerDrop(ModBeheading.java:108)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_823_ModBeheading_playerDrop_LivingDeathEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:601)
    at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:474)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1016)
    at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1038)
    at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:645)
    at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:234)
    at net.minecraft.entity.Entity.func_70071_h_(Entity.java:389)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2089)
    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:252)
    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 slimeknights.tconstruct.tools.modifiers.ModBeheading.getBeheadingLevel(ModBeheading.java:74)
    at slimeknights.tconstruct.tools.modifiers.ModBeheading.playerDrop(ModBeheading.java:108)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_823_ModBeheading_playerDrop_LivingDeathEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:601)
    at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:474)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1016)
    at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1038)
    at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:645)
    at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:234)
    at net.minecraft.entity.Entity.func_70071_h_(Entity.java:389)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2089)
    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: 1227
    Entity Name: CWSUTTON03
    Entity's Exact location: 256.70, 59.97, 17.30
    Entity's Block location: World: (256,59,17), Chunk: (at 0,3,1 in 16,1; contains blocks 256,0,16 to 271,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: 0.00, -0.08, 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@6c99db07
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:252)
    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: Mac OS X (x86_64) version 10.11.6
    Java Version: 1.8.0_74, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 2734864280 bytes (2608 MB) / 5066719232 bytes (4832 MB) up to 5368709120 bytes (5120 MB)
    JVM Flags: 7 total; -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
    FML: MCP 9.42 Powered by Forge 14.23.5.2768 Optifine OptiFine_1.12.2_HD_U_E3 44 mods loaded, 44 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                                |
    |:--------- |:------------------- |:----------------- |:----------------------------------------------- |:---------------------------------------- |
    | UCHIJAAAA | minecraft           | 1.12.2            | minecraft.jar                                   | None                                     |
    | UCHIJAAAA | mcp                 | 9.42              | minecraft.jar                                   | None                                     |
    | UCHIJAAAA | FML                 | 8.0.99.99         | forge-1.12.2-14.23.5.2768.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | forge               | 14.23.5.2768      | forge-1.12.2-14.23.5.2768.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | jei                 | 4.15.0.268        | jei_1.12.2-4.15.0.268 9.03.18 AM.jar            | None                                     |
    | UCHIJAAAA | abyssalcraft        | 1.9.8             | AbyssalCraft-1.12.2-1.9.8.jar                   | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | UCHIJAAAA | baubles             | 1.5.2             | Baubles-1.12-1.5.2.jar                          | None                                     |
    | UCHIJAAAA | biomesoplenty       | 7.0.1.2439        | BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar   | None                                     |
    | UCHIJAAAA | carpentersblocks    | 3.4.0-poc.6       | Carpenter's Blocks v3.4.0-poc.6 - MC 1.12.2.jar | None                                     |
    | UCHIJAAAA | ctm                 | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar                       | None                                     |
    | UCHIJAAAA | chisel              | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar                    | None                                     |
    | UCHIJAAAA | forestry            | 5.8.1.322         | forestry_1.12.2-5.8.1.322.jar                   | None                                     |
    | UCHIJAAAA | ichunutil           | 7.1.4             | iChunUtil-1.12.2-7.1.4.jar                      | None                                     |
    | UCHIJAAAA | gravitygun          | 7.0.0             | GravityGun-1.12.2-7.0.1.jar                     | None                                     |
    | UCHIJAAAA | speedsterheroes     | 1.12.2-2.1.3      | SpeedsterHeroes-1.12.2-2.1.3.jar                | None                                     |
    | UCHIJAAAA | mantle              | 1.12-1.3.3.55     | Mantle-1.12-1.3.3.55.jar                        | None                                     |
    | UCHIJAAAA | thaumcraft          | 6.1.BETA26        | Thaumcraft-1.12.2-6.1.BETA26.jar                | None                                     |
    | UCHIJAAAA | twilightforest      | 3.8.689           | twilightforest-1.12.2-3.8.689-universal.jar     | None                                     |
    | UCHIJAAAA | tconstruct          | 1.12.2-2.12.0.156 | TConstruct-1.12.2-2.12.0.156.jar                | None                                     |
    | UCHIJAAAA | lucraftcore         | 1.12.2-2.4.2      | LucraftCore-1.12.2-2.4.2.jar                    | None                                     |
    | UCHIJAAAA | heroesexpansion     | 1.12.2-1.3.3      | HeroesExpansion-1.12.2-1.3.3.jar                | None                                     |
    | UCHIJAAAA | waila               | 1.8.26            | Hwyla-1.8.26-B41_1.12.2.jar                     | None                                     |
    | UCHIJAAAA | inventorypets       | 2.0.1             | inventorypets-1.12-2.0.1.jar                    | None                                     |
    | UCHIJAAAA | journeymap          | 1.12.2-5.5.4      | journeymap-1.12.2-5.5.4.jar                     | None                                     |
    | UCHIJAAAA | keepinginventory    | 2.4               | KeepingInventory-1.12.2-2.4.jar                 | None                                     |
    | UCHIJAAAA | thutcore            | 5.21.0            | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | pceditmod           | 1.0.0             | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | pokecube_aio        | 1.15.11           | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | pokecube            | 6.44.3            | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | thut_wearables      | 3.2.6             | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | thut_bling          | 2.3.4             | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | pokecube_adventures | 6.17.2            | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | pokecube_compat     | 1.0               | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | pokecube_legends    | 0.0.0             | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | pokecube_mno        | 4.17.0            | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | pokecube_mobs       | 4.17.0            | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | pokecube_ml         | 0.1.0             | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | pokecube_moves      | 4.17.0            | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | pokecube_origin     | 4.17.0            | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | pokeplayer          | 1.1.3             | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | thutcore_compat     | 1.0               | pokecube-aio-1.12.2-1.15.11.jar                 | None                                     |
    | UCHIJAAAA | portalgun           | 7.0.2             | PortalGun-1.12.2-7.0.2.jar                      | None                                     |
    | UCHIJAAAA | pymtech             | 1.12.2-1.0.2      | PymTech-1.12.2-1.0.2.jar                        | None                                     |
    | UCHIJAAAA | wawla               | 2.5.273           | Wawla-1.12.2-2.5.273.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |

    Loaded coremods (and transformers): 
LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.2.jar)
  lucraft.mods.lucraftcore.core.LCTransformer
pymtech (PymTech-1.12.2-1.0.2.jar)
  lucraft.mods.pymtech.core.PymTechClassTransformer
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  team.chisel.ctm.client.asm.CTMTransformer
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - chiselIntegration (Enabled/Not Forced)
        - wailaIntegration (Enabled/Not Forced)

    Profiler Position: N/A (disabled)
    Player Count: 1 / 8; [EntityPlayerMP['CWSUTTON03'/1227, l='Coleton', x=256.70, y=59.97, z=17.30]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'

Link to comment
Share on other sites

2 hours ago, coleyton556 said:

WARNING: coremods are present:
  LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.2.jar)
  pymtech (PymTech-1.12.2-1.0.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
Contact their authors BEFORE contacting forge

This is why I am a strong advocate of "read your fucking logs" and "learning to read your fucking logs."

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

  • 4 weeks later...
On 7/1/2019 at 9:01 PM, Draco18s said:

This is why I am a strong advocate of "read your fucking logs" and "learning to read your fucking logs."

I've had this issue when there have been no mod authors to contact. I keep crashing on death. No matter what.

 

I've only recently started getting into making modpacks, and thus don't have much experience. It would be appreciated.  if someone could explain what the issue may be/if they know a fix 

Link to comment
Share on other sites

Please do not hijack other people’s threads.

If you have an issue please make your own.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

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.