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