SuperMartijn642 / MovingElevators

22 stars 17 forks source link

[Crash] Moving Elevators 1.3.2a #101

Closed UtopianBublets closed 2 years ago

UtopianBublets commented 2 years ago

Version Info

Description of the Bug Worked for a minute and now it Crashes as soon as you load up into the world everytime Also It is the Mod i have took the 3 mods out in total for this mod and it loads up fine without them

Here is the report

---- Minecraft Crash Report ----

WARNING: coremods are present: CreativePatchingLoader (CreativeCore_v1.9.74_mc1.12.2.jar) NWRTweak (Redstone-Paste-Mod-1.12.1.jar) SuperMartijn642's Core Lib Plugin (supermartijn642corelib-1.0.16a-mc1.12.jar) Contact their authors BEFORE contacting forge

// But it works on my machine.

Time: 2/19/22 11:13 PM Description: Rendering Block Entity

java.lang.NullPointerException: Rendering Block Entity at com.supermartijn642.movingelevators.blocks.DisplayBlockEntityRenderer.render(DisplayBlockEntityRenderer.java:67) at com.supermartijn642.movingelevators.blocks.DisplayBlockEntityRenderer.func_192841_a(DisplayBlockEntityRenderer.java:25) at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_192854_a(TileEntityRendererDispatcher.java:201) at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:157) at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:1031) at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1808) at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1621) at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1390) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398) at net.minecraft.client.main.Main.main(SourceFile:123) 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)

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

-- Head -- Thread: Client thread Stacktrace: at com.supermartijn642.movingelevators.blocks.DisplayBlockEntityRenderer.render(DisplayBlockEntityRenderer.java:67) at com.supermartijn642.movingelevators.blocks.DisplayBlockEntityRenderer.func_192841_a(DisplayBlockEntityRenderer.java:25)

-- Block Entity Details -- Details: Name: movingelevators:displayblocktile // com.supermartijn642.movingelevators.blocks.DisplayBlockEntity Block type: ID #3754 (tile.movingelevators.display_block // com.supermartijn642.movingelevators.blocks.DisplayBlock // movingelevators:display_block) Block data value: 0 / 0x0 / 0b0000 Block location: World: (521,65,302), Chunk: (at 9,4,14 in 32,18; contains blocks 512,0,288 to 527,255,303), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511) Actual block type: ID #3754 (tile.movingelevators.display_block // com.supermartijn642.movingelevators.blocks.DisplayBlock // movingelevators:display_block) Actual block data value: 0 / 0x0 / 0b0000 Stacktrace: at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_192854_a(TileEntityRendererDispatcher.java:201) at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:157) at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:1031) at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1808) at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1621)

-- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['UtopianBublets'/29, l='MpServer', x=554.00, y=63.00, z=348.42]] Chunk stats: MultiplayerChunkCache: 520, 520 Level seed: 0 Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false Level generator options: Level spawn location: World: (-204,64,256), Chunk: (at 4,4,0 in -13,16; contains blocks -208,0,256 to -193,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 18972865 game time, 2176533 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: true), thunder time: 0 (now: true) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 10 total; [NPCTutor['Policeman'/33, l='MpServer', x=558.50, y=63.00, z=253.50], EntityCartChest['Chest Cart'/34, l='MpServer', x=530.50, y=43.06, z=220.50], EntityCartChest['Chest Cart'/35, l='MpServer', x=513.50, y=46.06, z=230.50], NPCTrader['Trader'/36, l='MpServer', x=623.19, y=63.00, z=315.39], EntityItem['item.tile.notGate'/37, l='MpServer', x=555.06, y=63.00, z=356.88], EntityItem['item.tile.notGate'/38, l='MpServer', x=555.88, y=59.00, z=359.24], EntityItem['item.item.redstone'/39, l='MpServer', x=553.13, y=59.00, z=360.83], BuilderEntityExisting['entity.mts_entity.name'/40, l='MpServer', x=618.38, y=53.79, z=459.46], EntityPlayerSP['UtopianBublets'/29, l='MpServer', x=554.00, y=63.00, z=348.42], BuilderEntityExisting['entity.mts_entity.name'/31, l='MpServer', x=554.00, y=63.00, z=348.42]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419) at net.minecraft.client.main.Main.main(SourceFile:123) 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)

-- System Details -- Details: Minecraft Version: 1.12.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: 9129774224 bytes (8706 MB) / 17381195776 bytes (16576 MB) up to 34359738368 bytes (32768 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx32G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 98 FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 54 mods loaded, 54 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                                |
|:------ |:------------------------ |:-------------- |:------------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft                | 1.12.2         | minecraft.jar                                     | None                                     |
| LCHIJA | mcp                      | 9.42           | minecraft.jar                                     | None                                     |
| LCHIJA | FML                      | 8.0.99.99      | forge-1.12.2-14.23.5.2860.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge                    | 14.23.5.2860   | forge-1.12.2-14.23.5.2860.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | creativecoredummy        | 1.0.0          | minecraft.jar                                     | None                                     |
| LCHIJA | arcademod                | 2.1.5          | arcademod-2.1.5-1.12.2.jar                        | None                                     |
| LCHIJA | architecturecraft        | @VERSION@      | ArchitectureCraft-Mod-1.12.2.jar                  | None                                     |
| LCHIJA | chiselsandbits           | 14.8           | Chisels-and-Bits-Mod-1.12.1.jar                   | None                                     |
| LCHIJA | compactstorage           | 2.2            | Compact-Storage-Mod-1.12.2.jar                    | None                                     |
| LCHIJA | compression              | 1.2.3          | Compression-Mod-1.12.1.jar                        | None                                     |
| LCHIJA | extendedrenderer         | v1.0           | coroutil-1.12.1-1.2.19.jar                        | None                                     |
| LCHIJA | coroutil                 | 1.12.1-1.2.19  | coroutil-1.12.1-1.2.19.jar                        | None                                     |
| LCHIJA | configmod                | v1.0           | coroutil-1.12.1-1.2.19.jar                        | None                                     |
| LCHIJA | opframe                  | 1.4.0          | OnlinePicFrame_v1.4.31_mc1.12.2.jar               | None                                     |
| LCHIJA | creativecore             | 1.9.9          | CreativeCore_v1.9.74_mc1.12.2.jar                 | None                                     |
| LCHIJA | ptrmodellib              | 1.0.0          | Decocraft-2.5.4_1.12.2.jar                        | None                                     |
| LCHIJA | props                    | 2.5.4          | Decocraft-2.5.4_1.12.2.jar                        | None                                     |
| LCHIJA | furenikusroads           | 1.0.3          | Furenikus-Roads-Mod-1.12.2.jar                    | None                                     |
| LCHIJA | the_hospital_mod         | 1.0.0          | Hospital+Mod+1.12.2+(14.23.5.2768).jar            | None                                     |
| LCHIJA | mts                      | 20.5.2         | Immersive+Vehicles-1.12.2-20.5.2.jar              | None                                     |
| LCHIJA | unuparts                 | 5.1.0          | UNU+Parts+Pack+[MTS]+1.12.2-20.5.0-5.1.0.jar      | None                                     |
| LCHIJA | iconicfilmvehicles       | 0.0.0          | Iconic+Film+Vehicles+[MTS]+1.10.2-1.5.0-ALPHA.jar | None                                     |
| LCHIJA | trackapi                 | 1.2            | TrackAPI-1.2.jar                                  | None                                     |
| LCHIJA | universalmodcore         | 1.1.3          | UniversalModCore-1.12.2-forge-1.1.3.jar           | None                                     |
| LCHIJA | immersiverailroading     | 1.9.1          | ImmersiveRailroading-1.12.2-forge-1.9.1.jar       | None                                     |
| LCHIJA | imsm                     | 1.12           | Instant-Massive-Structures-Mod-1.12.2.jar         | None                                     |
| LCHIJA | itorch                   | 1.2.1          | iTorch-Mod-1.12.2.jar                             | None                                     |
| LCHIJA | iv_timp                  | 1.0.0          | IV_Trin_Industrial_Machinery_Pack_1.0.3.jar       | None                                     |
| LCHIJA | limelib                  | 1.7.12         | limelib-1.12.2-1.7.12.jar                         | None                                     |
| LCHIJA | mcwbridges               | 1.0.6          | mcw-bridges-1.0.6b-mc1.12.2.jar                   | None                                     |
| LCHIJA | railcraft                | 12.0.0         | railcraft-12.0.0.jar                              | a0c255ac501b2749537d5824bb0f0588bf0320fa |
| LCHIJA | moarsigns                | 6.0.0.11       | MoarSigns-1.12.2-6.0.0.11.jar                     | 5a57c7d1420cf4c58f53ea2a298ebef8215ede63 |
| LCHIJA | supermartijn642configlib | 1.0.9          | supermartijn642configlib-1.0.9-mc1.12.jar         | None                                     |
| LCHIJA | supermartijn642corelib   | 1.0.16a        | supermartijn642corelib-1.0.16a-mc1.12.jar         | None                                     |
| LCHIJA | movingelevators          | 1.3.2a         | movingelevators-1.3.2a-mc1.12.jar                 | None                                     |
| LCHIJA | cdm                      | 0.2.0-pre4     | MrCrayfishs-Device-Mod-1.12.2.jar                 | None                                     |
| LCHIJA | cfm                      | 6.2.0          | MrCrayfishs-Furniture-Mod-1.12.2.jar              | None                                     |
| LCHIJA | nifty                    | 1.21           | NiftyBlocks-1.21.jar                              | None                                     |
| LCHIJA | paintingmod              | 2.1.0          | PaintingMod-MC1.12.2-2.1.0.jar                    | None                                     |
| LCHIJA | harvestcraft             | 1.12.2zb       | Pam's+HarvestCraft+1.12.2zg.jar                   | None                                     |
| LCHIJA | pixelmon                 | 8.3.6          | Pixelmon-1.12.2-8.3.6-universal.jar               | None                                     |
| LCHIJA | playerstorage            | 1.3.11         | playerstorage-1.12.2-1.3.11.jar                   | None                                     |
| LCHIJA | prefab                   | 1.3.0.26       | prefab-1.3.0.26.jar                               | None                                     |
| LCHIJA | df-roads                 | 1.5.2-mc1.12.2 | Realistic-Road-Mod-1.12.2.jar                     | None                                     |
| LCHIJA | redstonepaste            | 1.7.5          | Redstone-Paste-Mod-1.12.1.jar                     | None                                     |
| LCHIJA | snowvillage              | 1.12.2-1.0.0   | SnowVillage-Mod-1.12.2.jar                        | None                                     |
| LCHIJA | stacksize                | 1.1            | stacksize-1.12.2-1.0.jar                          | None                                     |
| LCHIJA | stadiumcraft             | 1.0.0          | StadiumCraft+1.12.2+Version+1.jar                 | None                                     |
| LCHIJA | substrate                | 1.0            | Substrate-Mod-1.12.2.jar                          | None                                     |
| LCHIJA | space                    | Beta 1.5.1     | TheSpaceAgeMod-Beta-1.5.1.jar                     | None                                     |
| LCHIJA | unucivil                 | 5.2.0          | UNU+Civilian+Pack+[MTS]+1.12.2-20.5.0-5.2.0.jar   | None                                     |
| LCHIJA | weather2                 | 1.12.1-2.6.12  | weather2-1.12.1-2.6.12.jar                        | None                                     |
| LCHIJA | worldedit                | 6.1.8          | worldedit-forge-mc1.12-6.1.8-dist.jar             | None                                     |
| LCHIJA | xaerominimap             | 1.14.6         | Xaeros_Minimap_1.14.6_Forge_1.12.jar              | None                                     |

Loaded coremods (and transformers): 

CreativePatchingLoader (CreativeCore_v1.9.74_mc1.12.2.jar) NWRTweak (Redstone-Paste-Mod-1.12.1.jar) net.fybertech.nwr.NWRTransformer SuperMartijn642's Core Lib Plugin (supermartijn642corelib-1.0.16a-mc1.12.jar)

Steps to Reproduce ...

Screenshots ...

SuperMartijn642 commented 2 years ago

Do you have the logs/latest.log file for me?

Everything works fine for me. What did you do when this issue occured?

UtopianBublets commented 2 years ago

I will send it over 1st thing in the morning for you

Sent from my iPhone

On Feb 19, 2022, at 23:38, SuperMartijn642 @.***> wrote:



Do you have the logs/latest.log file for me?

Everything works for me. What do you do when this issue occured?

— Reply to this email directly, view it on GitHubhttps://github.com/SuperMartijn642/MovingElevators/issues/101#issuecomment-1046124823, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AX3KCCEAQ2PNDFL7FVOYNMDU4ASWNANCNFSM5O3SRFEQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>

SuperMartijn642 commented 2 years ago

Actually, I found the issue now. It happened when putting a display on top of a remote elevator panel and then breaking the controller which the remote elevator panel was bound to. It is fixed now in Moving Elevators 1.3.3.

Thank you for reporting the issue!

UtopianBublets commented 2 years ago

Ok cool no problem if I get anymore problems ill let you know

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows

From: @.> Sent: 20 February 2022 00:39 To: @.> Cc: @.>; @.> Subject: Re: [SuperMartijn642/MovingElevators] [Crash] Moving Elevators 1.3.2a (Issue #101)

Actually, I found the issue now. It happened when putting a display on top of a remote elevator panel and then breaking the controller which the remote elevator panel was bound to. It is fixed now in Moving Elevators 1.3.3.

Thank you for reporting the issue!

— Reply to this email directly, view it on GitHubhttps://github.com/SuperMartijn642/MovingElevators/issues/101#issuecomment-1046132908, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AX3KCCCT2XJQ7GWLQXRX64DU4AZ5DANCNFSM5O3SRFEQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>