Jump to content

Recommended Posts

Posted (edited)

I got a new PC and I moved my whole .minecraft folder but sometimes my game crashes after 6 hours but this never happened to me before. Log:

---- Minecraft Crash Report ----

WARNING: coremods are present:
  PatcherTweaker (Patcher-1.8.0 (1.8.9).jar)
  Skytils On Top (Skytils-1.1.2.jar)
  FMLLoadingPlugin (Scrollable Tooltips-1.4 (1.8.9).jar)
  ModTweaker (Patcher-1.8.0 (1.8.9).jar)
  SkyblockAddonsLoadingPlugin (SkyblockAddons-1.7.0-beta.16934-for-MC-1.8.9.jar)
Contact their authors BEFORE contacting forge

// I bet Cylons wouldn't have this problem.

Time: 18/02/22 21:56
Description: Unexpected error

java.lang.IllegalArgumentException: Cannot get property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, south, west, east]} as it does not exist in BlockState{block=minecraft:air, properties=[]}
    at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:137)
    at net.minecraft.block.BlockWallSign.func_180654_a(SourceFile:20)
    at net.minecraft.block.BlockSign.func_180646_a(SourceFile:35)
    at me.aycy.blockoverlay.BlockOverlayRender.drawOverlay(BlockOverlayRender.java:65)
    at me.aycy.blockoverlay.BlockOverlayRender.onDrawBlockHighlight(BlockOverlayRender.java:33)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_103_BlockOverlayRender_onDrawBlockHighlight_DrawBlockHighlightEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
    at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:118)
    at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.optifine.reflect.Reflector.callBoolean(Reflector.java:557)
    at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1800)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1587)
    at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1377)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    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 gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:119)
    at gg.essential.loader.stage2.EssentialLoader.addToClasspath(EssentialLoader.java:86)
    at gg.essential.loader.stage2.EssentialLoaderBase.addToClasspath(EssentialLoaderBase.java:328)
    at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:143)
    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 gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:110)
    at gg.essential.loader.stage1.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:44)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at gg.essential.loader.stage0.EssentialSetupTweaker.loadStage1(EssentialSetupTweaker.java:111)
    at gg.essential.loader.stage0.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:34)
    at club.sk1er.oldanimations.loader.AnimationsTweak.<init>(AnimationsTweak.java:19)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at java.lang.Class.newInstance(Class.java:442)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Stacktrace:
    at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:137)
    at net.minecraft.block.BlockWallSign.func_180654_a(SourceFile:20)
    at net.minecraft.block.BlockSign.func_180646_a(SourceFile:35)
    at me.aycy.blockoverlay.BlockOverlayRender.drawOverlay(BlockOverlayRender.java:65)
    at me.aycy.blockoverlay.BlockOverlayRender.onDrawBlockHighlight(BlockOverlayRender.java:33)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_103_BlockOverlayRender_onDrawBlockHighlight_DrawBlockHighlightEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
    at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:118)
    at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.optifine.reflect.Reflector.callBoolean(Reflector.java:557)
    at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1800)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1587)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['Mght'/139798, l='MpServer', x=-23.50, y=32.00, z=21.50]]
    Chunk stats: MultiplayerChunkCache: 0, 0
    Level seed: 0
    Level generator: ID 01 - flat, ver 0. Features enabled: false
    Level generator options: 
    Level spawn location: 8.00,64.00,8.00 - World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 0 game time, 0 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
    Forced entities: 1 total; [EntityPlayerSP['Hayd5n'/139798, l='MpServer', x=-23.50, y=32.00, z=21.50]]
    Retry entities: 0 total; []
    Server brand: Hypixel BungeeCord (1.1.8) <- vanilla
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:402)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2536)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    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 gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:119)
    at gg.essential.loader.stage2.EssentialLoader.addToClasspath(EssentialLoader.java:86)
    at gg.essential.loader.stage2.EssentialLoaderBase.addToClasspath(EssentialLoaderBase.java:328)
    at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:143)
    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 gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:110)
    at gg.essential.loader.stage1.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:44)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at gg.essential.loader.stage0.EssentialSetupTweaker.loadStage1(EssentialSetupTweaker.java:111)
    at gg.essential.loader.stage0.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:34)
    at club.sk1er.oldanimations.loader.AnimationsTweak.<init>(AnimationsTweak.java:19)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at java.lang.Class.newInstance(Class.java:442)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.8.9
    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: 862677776 bytes (822 MB) / 1845493760 bytes (1760 MB) up to 4294967296 bytes (4096 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.19 Powered by Forge 11.15.1.2318 Optifine OptiFine_1.8.9_HD_U_M5 15 mods loaded, 15 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                                           |
    | ------ | -------------------- | ------------ | ------------------------------------------------ |
    | UCHIJA | mcp                  | 9.19         | minecraft.jar                                    |
    | UCHIJA | FML                  | 8.0.99.99    | forge-1.8.9-11.15.1.2318-1.8.9.jar               |
    | UCHIJA | Forge                | 11.15.1.2318 | forge-1.8.9-11.15.1.2318-1.8.9.jar               |
    | UCHIJA | essential            | 1.0.0        | Essential (forge_1.8.9).jar                      |
    | UCHIJA | autotip              | 3.0.1        | Autotip-3.0.1 [1.8-1.12.2].jar                   |
    | UCHIJA | blockoverlay         | 2.1          | [1.8.9] BlockOverlay-v2.1.jar                    |
    | UCHIJA | sidebarmod           | 2.0          | [1.8.9] Sidebar Mod Revamp.jar                   |
    | UCHIJA | notenoughupdates     | 2.0.0-REL    | NotEnoughUpdates-2.0.0.jar                       |
    | UCHIJA | sk1er_old_animations | 0.2.0        | OldAnimations_1.0.0_-_beta_10.1.jar              |
    | UCHIJA | orangesimplemod      | 1.0          | Orange's+Simple+Mods-1.2.jar                     |
    | UCHIJA | patcher              | 1.8.0        | Patcher-1.8.0 (1.8.9).jar                        |
    | UCHIJA | text_overflow_scroll | 1.4.0        | Scrollable Tooltips-1.4 (1.8.9).jar              |
    | UCHIJA | skyblockaddons       | 1.7.0-beta.1 | SkyblockAddons-1.7.0-beta.16934-for-MC-1.8.9.jar |
    | UCHIJA | SkyblockExtras       | 2.1.9.4      | SkyblockExtras-2.1.9.4.jar                       |
    | UCHIJA | skytils              | 1.1.2        | Skytils-1.1.2.jar                                |

    Loaded coremods (and transformers): 
PatcherTweaker (Patcher-1.8.0 (1.8.9).jar)
  club.sk1er.patcher.tweaker.ClassTransformer
Skytils On Top (Skytils-1.1.2.jar)
  skytils.skytilsmod.asm.SkytilsTransformer
FMLLoadingPlugin (Scrollable Tooltips-1.4 (1.8.9).jar)
  club.sk1er.mods.scrollabletooltips.forge.ClassTransformer
ModTweaker (Patcher-1.8.0 (1.8.9).jar)
  club.sk1er.patcher.tweaker.other.ModClassTransformer
SkyblockAddonsLoadingPlugin (SkyblockAddons-1.7.0-beta.16934-for-MC-1.8.9.jar)
  codes.biscuit.skyblockaddons.tweaker.SkyblockAddonsTransformer
    GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 27.20.100.9415' Renderer: 'Intel(R) UHD Graphics'
    Skytils Debug Info: {HasBetterFPS=false, BetterFPS Version=NONE, Disabled Start Checks=false}
    Launched Version: 1.8.9-forge1.8.9-11.15.1.2318-1.8.9
    LWJGL: 2.9.4
    OpenGL: Intel(R) UHD Graphics GL version 4.6.0 - Build 27.20.100.9415, Intel
    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: No
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: §b§l1.14 §r§bdefault textures.zip, Jade Overlay
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 12x 11th Gen Intel(R) Core(TM) i5-11400H @ 2.70GHz
    OptiFine Version: OptiFine_1.8.9_HD_U_M5
    OptiFine Build: 20210124-163719
    Render Distance Chunks: 4
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 - Build 27.20.100.9415
    OpenGlRenderer: Intel(R) UHD Graphics
    OpenGlVendor: Intel
    CpuCount: 12

Edited by KinDave
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Maybe some kind of bug with Pixelmon - something with Raids   Report it to the Creators
    • Did you make changes at the paper-global.yml file?   If not, delete this file and restart the server
    • My friends and I are playing a modified version of BMC4 and we're noticing stuff like passive mobs. (I think) like creatures/animals from Alex mobs, naturalist, let's do nature and even vanilla MC (sheep, cow, pigs, chickens, horses, donkeys) don't really spawn in, unlike the sea creatures and hostile monsters spawn in just fine and normal numbers. Here is a mod list from a crash report: https://pastebin.ubuntu.com/p/K9vJxxx6n4/ Just a quick copy and paste of the mod list from an unrelated crash report If anything please let me know if I should post pics of the mods from my mods folder I want to know how to increase their spawn rate/amount and if there are any mods that are causing the scarce appearances of these mobs
    • I'm locally hosting a server and when Connecting to it Me (and my friends) get disconnected with the Warning:  [00:55:21] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: butterrocker lost connection: Disconnected [00:55:21] [Server thread/INFO] [minecraft/MinecraftServer]: butterrocker left the game [00:55:21] [Server thread/WARN] [minecraft/Connection]: handleDisconnection() called twice Server latest.log Client latest.log This server is hosted locally, Minecraft ver 1.20.1 and forge ver 47.3.22 I can connect the the sever just fine locally, but when connecting to the IP Others and I cannot connect, I've changed "-Dfml.readTimeout=240" from 30 to 240, to no affect.  I've removed the client side config files, to No avail, Checked mod vers by moving around the files, still nothing. I'm at a loss currently. Yesterday 1/13/25 everything worked fine and My friends and I could all connect, but now we cannot. Any assistance would be greatly appreciated.  If any further information is required please let me know, Thanks!
    • pick a block to be the base. get the location of that block when placed use setPlacedBy to place the other blocks   when any of the blocks are delete again get the location a removed the other blocks  
×
×
  • Create New...

Important Information

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