Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Diamondman121314/1c927ff3bb8234c7d59b5e5eb8330d5f to your computer and use it in GitHub Desktop.
Save Diamondman121314/1c927ff3bb8234c7d59b5e5eb8330d5f to your computer and use it in GitHub Desktop.
Another Crash... Yay!
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 3/24/19 12:40 AM
Description: Ticking entity
java.lang.NoSuchFieldError: field_5967
at net.minecraft.entity.LivingEntity.handler$resetVelocity$zdg000(class_1309.java:3927)
at net.minecraft.entity.LivingEntity.updateMovement(class_1309.java:2197)
at net.minecraft.entity.player.PlayerEntity.updateMovement(class_1657.java:562)
at net.minecraft.client.network.ClientPlayerEntity.updateMovement(class_746.java:788)
at net.minecraft.entity.LivingEntity.update(class_1309.java:2051)
at net.minecraft.entity.player.PlayerEntity.update(class_1657.java:266)
at net.minecraft.client.network.ClientPlayerEntity.update(class_746.java:195)
at net.minecraft.client.world.ClientWorld.method_18646(class_638.java:168)
at net.minecraft.world.World.tickEntity(class_1937.java:668)
at net.minecraft.client.world.ClientWorld.method_18116(class_638.java:137)
at net.minecraft.client.MinecraftClient.update(class_310.java:1447)
at net.minecraft.client.MinecraftClient.render(class_310.java:942)
at net.minecraft.client.MinecraftClient.start(class_310.java:412)
at net.minecraft.client.main.Main.main(Main.java:154)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.fabricmc.loader.launch.knot.Knot.initialize(Knot.java:347)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.minecraft.entity.LivingEntity.handler$resetVelocity$zdg000(class_1309.java:3927)
at net.minecraft.entity.LivingEntity.updateMovement(class_1309.java:2197)
at net.minecraft.entity.player.PlayerEntity.updateMovement(class_1657.java:562)
at net.minecraft.client.network.ClientPlayerEntity.updateMovement(class_746.java:788)
at net.minecraft.entity.LivingEntity.tick(class_1309.java:2051)
at net.minecraft.entity.player.PlayerEntity.tick(class_1657.java:266)
at net.minecraft.client.network.ClientPlayerEntity.tick(class_746.java:195)
at net.minecraft.client.world.ClientWorld.method_18646(class_638.java:168)
-- Entity being ticked --
Details:
Entity Type: minecraft:player (net.minecraft.class_746)
Entity ID: 161
Entity Name: Diamondman121314
Entity's Exact location: -81.80, 73.17, -136.12
Entity's Block location: World: (-82,73,-137), Chunk: (at 14,4,7 in -6,-9; contains blocks -96,0,-144 to -81,255,-129), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Entity's Momentum: 0.00, 0.23, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.tickEntity(class_1937.java:668)
at net.minecraft.client.world.ClientWorld.method_18116(class_638.java:137)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [class_746['Diamondman121314'/161, l='MpServer', x=-81.80, y=73.17, z=-136.12]]
Chunk stats: MultiplayerChunkCache: 289, 225
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options: {}
Level spawn location: World: (-80,69,-144), Chunk: (at 0,4,0 in -5,-9; contains blocks -80,0,-144 to -65,255,-129), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 4705 game time, 4705 day time
Level dimension: 0
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: fabric
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(class_638.java:447)
at net.minecraft.client.MinecraftClient.populateCrashReport(class_310.java:1937)
at net.minecraft.client.MinecraftClient.start(class_310.java:420)
at net.minecraft.client.main.Main.main(Main.java:154)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.fabricmc.loader.launch.knot.Knot.initialize(Knot.java:347)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
-- System Details --
Details:
Minecraft Version: 19w12b
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_202, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3850921632 bytes (3672 MB) / 5622988800 bytes (5362 MB) up to 5622988800 bytes (5362 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx6016m
Fabric Mods:
animalnet: 1.3 Fabric 19w11b
anvil_fix: 1.1.2
aquarius: 1.2.0
autoplant: 1.0.0
bambooladders: 1.0.0
battle-towers: 1.0.1
biom4st3rpokeballs: 1.1.5
biomeinfo: v1.1
blockus: 1.1.4
brokenxp: 1.0.2
classycreepers: 1.0.0
cleanview: v1-fabric
cleardespawn: 1.0.2
clientcommands: 0.1.0
cloth: 0.1.3
clothesline-fabric: 0.0.12.0
coalnugget: 1.0.0.1
cookies: 1.0.0
couplings: 0.2.0
craftier-crashes: 1.0
craftingpad: 1.0.2
crafty: 0.2.0
cursedchests: 1.0.4
customtooltip: 1.0.0
datapack-loader: 1.0.0
deathmaps: 1.0.1
developer-mode: 1.0.8
ding: 1.0.0
dingdong: 1.1.0
dumpster: 0.2.0
dwarfcoal: 1.1.1
earlgray: 0.1
easyexcavate: 1.2.0
fabriblocks: 1.1.2
fabric: 0.2.3
fabric-furnaces: 1.0.1
fabric-language-kotlin: 1.3.21-4
fabric-language-scala: $version
fabricloader: 0.3.7
farlands: 1.4-beta.9
fencejumper: 1.0.1
fmagnet: ${version}
foamfix: 0.12.0
forgetfulvillagers: 1.0.0
gamemodenumbers: 1.0.0
gud_glitter: 1.0.0
harvest: 1.0.4
healthoverlay: 1.0.3
illuminations: 0.1.3
inertiadampening: 1.0.0
insanj_supercharge: 1.0.0
knit: 1.2.0
ladderapi: 1.14-snapshot-1.2.0
leathercows: 1.0.0
legacycombat: 1.0.0
lightoverlay: 1.0.2
lil-tater: 1.0.2
locky: 1.0.0
mambience: 0.4.2
materialtooltip: 1.1.1
ml: 2.1.0
modded_items: 1.0.0
modid: 1.0.0
modmenu: 1.1.4-28
moreberries: 1.1.2
multiblockapi: 1.0
nbtcrafting: 1.1.4
nifty: 1.0.2
palette: 0.1.0
peacefulsurface: v1-fabric
persistentcake: 0.1.1-fabric
ping: 1.0.0
playergraves: 1.0.0
playerplates: 1.0.0
pluginloader: 1.0.6
reloadannouncer: 1.0.0
retroexchange: 1.0.0
rgbblocks: 2.0.2
roughlyenoughitems: 2.5
silk: 1.2.2-37
silkyspawners: 1.0.2
simplefireworks: 1.0.0
simplezombies: 1.0.0
simplezoom: 1.1.0
skillworks: 1.0.0
smokeextender: 1.1.0
sodden: 1.0.0.0
stockpile: 0.5.2-bump-to-19w11b+19w11b
target-dummy: 1.0.0
themodthatletsyoupunchwooloffsheep: 1.0.0
torcherino: 0.6.41
towelette: 1.4.0
tramplestopper: 1.1.0
trapexpansion: 1.0.1
traverse: 0.1.0-19
treestumps: 4.0.0
trident_fixer: 1.0.0
trophyslots: 1.2.0
tsb: 1.0.2
umollu_ash: 1.1.0
unimod: 0.1.0
vanilla-hammers: 1.0.0
vanilla-toolsets: 1.1.0
vanilladeathchest: 1.14-1.8.1.0-Fabric
verticality: 0.2.0
viafabric: 0.1.0-SNAPSHOT+ff351bc.dirty
waila: 1.9.13
watereddown: 0.3.1
whilewewait: 1.1.0
wool: 1.1.5
xflatbedrock: 1.0
Launched Version: MultiMC5
LWJGL: 3.2.1 build 12
OpenGL: AMD Radeon HD 7660G GL version 4.5.13399 Compatibility Profile Context 15.200.1065.0, ATI Technologies Inc.
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 'fabric'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
CPU: 4x AMD A10-4600M APU with Radeon(tm) HD Graphics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment