Jump to content

I'm crashing


Recommended Posts

I am also having a problem with it launching and then crashing. I have attached my crash report.

---- Minecraft Crash Report ----
// Why did you do that?

Time: 7/19/20 7:24 PM
Description: Unexpected error

java.lang.NullPointerException: Registry entry not present: create:turntable
    at java.util.Objects.requireNonNull(Objects.java:290) ~[?:1.8.0_51] {}
    at com.simibubi.create.repack.registrate.util.entry.RegistryEntry.get(RegistryEntry.java:78) ~[?:mc1.15.2_v0.2.4c] {re:classloading}
    at com.simibubi.create.repack.registrate.util.entry.RegistryEntry.is(RegistryEntry.java:118) ~[?:mc1.15.2_v0.2.4c] {re:classloading}
    at com.simibubi.create.repack.registrate.util.entry.BlockEntry.has(BlockEntry.java:20) ~[?:mc1.15.2_v0.2.4c] {re:classloading}
    at com.simibubi.create.content.contraptions.components.turntable.TurntableHandler.gameRenderTick(TurntableHandler.java:18) ~[?:mc1.15.2_v0.2.4c] {re:classloading}
    at com.simibubi.create.ClientEvents.onRenderTick(ClientEvents.java:160) ~[?:mc1.15.2_v0.2.4c] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_216_ClientEvents_onRenderTick_RenderTickEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.fml.hooks.BasicEventHooks.onRenderTickStart(BasicEventHooks.java:74) ~[?:?] {re:classloading}
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:922) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:204) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.2.0.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$425/1927776715.call(Unknown Source) [forge-1.15.2-31.2.0.jar:31.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at java.util.Objects.requireNonNull(Objects.java:290)
    at com.simibubi.create.repack.registrate.util.entry.RegistryEntry.get(RegistryEntry.java:78)
    at com.simibubi.create.repack.registrate.util.entry.RegistryEntry.is(RegistryEntry.java:118)
    at com.simibubi.create.repack.registrate.util.entry.BlockEntry.has(BlockEntry.java:20)
    at com.simibubi.create.content.contraptions.components.turntable.TurntableHandler.gameRenderTick(TurntableHandler.java:18)
    at com.simibubi.create.ClientEvents.onRenderTick(ClientEvents.java:160)
    at net.minecraftforge.eventbus.ASMEventHandler_216_ClientEvents_onRenderTick_RenderTickEvent.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)

-- Affected level --
Details:
    All players: 1 total; [ClientPlayerEntity['IpsumSalvator'/6686, l='MpServer', x=3492.14, y=69.00, z=-1020.98]]
    Chunk stats: Client Chunk Cache: 729, 441
    Level dimension: DimensionType{minecraft:overworld}
    Level name: MpServer
    Level seed: 3811284320786192591
    Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: false
    Level generator options: {}
    Level spawn location: World: (27,63,47), Chunk: (at 11,3,15 in 1,2; contains blocks 16,0,32 to 31,255,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 18618778 game time, 19557257 day time
    Known server brands: 
    Level was modded: false
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Server brand: forge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:611)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1763)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:572)
    at net.minecraft.client.main.Main.main(SourceFile:204)
    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.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$425/1927776715.call(Unknown Source)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
    Minecraft Version: 1.15.2
    Minecraft Version ID: 1.15.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: 6418968256 bytes (6121 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
    CPUs: 16
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 5.1.0+69+master.79f13f7
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar runtimedistcleaner PLUGINSERVICE 
        /preview_OptiFine_1.15.2_HD_U_G1_pre18.jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.15.2-31.2.0.jar fml TRANSFORMATIONSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.0
    FML Language Providers: 
        [email protected]
        minecraft@1
        [email protected]
    Mod List: 
        forge-1.15.2-31.2.0-client.jar Minecraft {[email protected] DONE}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] DONE}
        industrial-foregoing-1.15.2-2.3.0-6f57752.jar Industrial Foregoing {[email protected] DONE}
        useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] DONE}
        titanium-1.15.2-2.4.0.jar Titanium {[email protected] DONE}
        pamhc2trees-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version DONE}
        BiomesOPlenty-1.15.2-10.0.0.363-universal.jar Biomes O' Plenty {[email protected] DONE}
        pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version DONE}
        refinedpipes-0.4.2.jar Refined Pipes {[email protected] DONE}
        jei-1.15.2-6.0.0.3.jar Just Enough Items {[email protected] DONE}
        create-mc1.15.2_v0.2.4c-all.jar Create {[email protected]_v0.2.4c DONE}
        ForgeEndertech-1.15.2-6.0.3.0-build.0036.jar Forge Endertech {[email protected] DONE}
        pamhc2foodcore-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE}
        journeymap-1.15.2-5.7.0b2.jar Journeymap {[email protected] DONE}
        CookingForBlockheads_1.15.2-8.0.2.jar Cooking for Blockheads {[email protected] DONE}
        comforts-FORGE-1.15.2-2.0.0.2.jar Comforts {[email protected] DONE}
        StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] DONE}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE}
        themidnight-0.5.8.jar The Midnight {[email protected] DONE}
        rangedpumps-0.7.1.jar Ranged Pumps {[email protected] DONE}
        engineerstools-1.15.2-1.0.8-b2.jar Engineer's Tools {[email protected] DONE}
        u_team_core-1.15.2-2.11.0.156.jar U Team Core {[email protected] DONE}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] DONE}
        Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version DONE}
        forge-1.15.2-31.2.0-universal.jar Forge {[email protected] DONE}
        Bountiful-1.15.2-3.1.1.jar Bountiful {[email protected] DONE}
        Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {[email protected] DONE}
        More+Dogs+1.15.2-1.0.6.jar More Dog Breeds {[email protected] DONE}
        refinedstorage-1.8.4.jar Refined Storage {[email protected] DONE}
    Launched Version: 1.15.2-forge-31.2.0
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Radeon RX 570 Series GL version 4.6.14736 Compatibility Profile Context 20.7.2 27.20.2001.9003, ATI Technologies Inc.
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: mod_resources, vanilla, file/Dramatic+Sky+for+1.14+.zip, file/BLM-Banner.zip, file/Monsterley_128_15_200405.zip
    Current Language: English (US)
    CPU: 16x AMD Ryzen 7 2700X Eight-Core Processor 
    OptiFine Version: OptiFine_1.15.2_HD_U_G1_pre18
    OptiFine Build: 20200519-182630
    Render Distance Chunks: 20
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: SEUS-Renewed-v1.0.1.zip
    OpenGlVersion: 4.6.14736 Compatibility Profile Context 20.7.2 27.20.2001.9003
    OpenGlRenderer: Radeon RX 570 Series
    OpenGlVendor: ATI Technologies Inc.
    CpuCount: 16

Link to comment
Share on other sites

Your issue is not related to the thread you posted it in, I've split it into its own thread.

Please provide debug.log using one of the paste sites listed in the "Logs" section of my signature below

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.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • i actually wanted to post a video and will do so if possible, but, as it is now, it doesn't seem like i can, so i'll describe it.  the issue is: whenever i place water, it doesn't flow properly; it either stays still or, even if it flows, it doesn't go all the way, and it seems to wave up and down. when the water is inside a cave, or generated by a structure or something similar, it flows but keeps spreading itself for no reason. it also happens with lava. i do have some videos of it recorded and wanted to put in here a youtube video, but i don't know whether i can or cannot do it. this one aside, the rendering of things is also weird: i can place blocks normally and without lag, my game actually doesn't lag at all, but blocks are invisible when placed until i get really close to them and when something like a door is interacted with, although it opens, it takes a sec to update, becoming invisible and then going to the open or closed state. i'm playing on 1.20.1 with 200+ mods, with a lot of them being addons for other mods, such as create, apotheosis, jei addons and such. i'm running minecraft on graalvm's java 17 with minimal arg changes, if any, on forge 47.3.0.  since it doesn't crash my game, there's no crash report to post, it's only a minor gameplay thing. i wanted to at least post my modlist, but it seems like the website doesn't allow links?? i was gonna post a pastebin url
    • The server player instance isn't passed to the OnDatapackSyncEvent. It's impossible to sync with the client side using this command. package net.minecraft.server.players; ... public abstract class PlayerList { ... servergamepacketlistenerimpl.send(new ClientboundSetCarriedItemPacket(p_11263_.getInventory().selected)); net.minecraftforge.common.MinecraftForge.EVENT_BUS.post(new net.minecraftforge.event.OnDatapackSyncEvent(this, null)); servergamepacketlistenerimpl.send(new ClientboundUpdateRecipesPacket(this.server.getRecipeManager().getOrderedRecipes())); this.sendPlayerPermissionLevel(p_11263_); previous version passed player correctly   servergamepacketlistenerimpl.send(new ClientboundSetCarriedItemPacket(p_11263_.getInventory().selected)); net.minecraftforge.common.MinecraftForge.EVENT_BUS.post(new net.minecraftforge.event.OnDatapackSyncEvent(this, p_11263_)); servergamepacketlistenerimpl.send(new ClientboundUpdateRecipesPacket(this.server.getRecipeManager().getRecipes()));  
    • Also delete the curios-server.toml file If this is still not working, check the first lines of the crash-report - maybe some more toml files are broken
    • I have tried deleting those files, it didn't work. I also went through all the mods myself and it doesn't work. Now that I deleted the mod "Ars Nouvea" I can now create a single player world, but I still crash when trying to load into my existing world. This is the new crash report https://gist.github.com/Kiwimix/8f2d62a40539aacf1a46f0d80ad9fc4f. This time it says the Curios_Sever.toml . I assume my something is wrong with my files or my world just randomly got corrupted. I am still trying anything I can right now.
    • I have been trying to play an older modpack (Stoneblock 1) but the whenever I try to play the game it instantly crashes with exit code 1.  I have tried adding more ram and changing my jdk version to the one that I used to play the pack originally (~2 years ago) as well as repairing and reinstalling the pack in forge.  This error is occurring for all versions of forge 14.23.5 available in the launcher. ********* Solved: I downloaded the java 8 1.8 jdk and ran using that whereas I had been using 15 and 16.  it appears that my 1.8 instance had removed itself at some point or another.  
  • Topics

×
×
  • Create New...

Important Information

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