This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
ry00000's profile picture

[1.7.10] [CC1.73] Placing 2 advanced mons next to each other crashes

Started by ry00000, 15 March 2016 - 12:21 PM
ry00000 #1
Posted 15 March 2016 - 01:24 PM
OK, here's the issue:

I place 2 advanced monitors next to each other, then it crashes.

MODS:

CC 1.73 <-obviously
RivalRebels 1.7.10L [REMOVED]
Necromancy 1.7.1 [REMOVED]
MedicineCraft 4.0 [REMOVED] It still crashes after removing the mods.
CustomNpcs 1.7.10c [REMOVED]
CoFHCore 3.12
Engineer's Toolbox 1.2.3.0
MineFactory Reloaded 2.8.1 [REMOVED]
Thermal Foundation 1.2.3
Thermal Expansion 4 version 4.1.2
Thermal Dynamics 1.1.0

CRASH REPORT:
Spoiler—- Minecraft Crash Report —-
// You're mean.

Time: 7/15/15 3:45 PM
Description: Updating screen events

java.lang.NullPointerException: Updating screen events
at noppes.npcs.client.gui.GuiNpcSoundSelection.getSelected(GuiNpcSoundSelection.java:138)
at noppes.npcs.client.gui.GuiNpcSoundSelection.func_146284_a(GuiNpcSoundSelection.java:119)
at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:225)
at noppes.npcs.client.gui.util.GuiNPCInterface.func_73864_a(GuiNPCInterface.java:115)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1628)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.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(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:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)


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

– Head –
Stacktrace:
at noppes.npcs.client.gui.GuiNpcSoundSelection.getSelected(GuiNpcSoundSelection.java:138)
at noppes.npcs.client.gui.GuiNpcSoundSelection.func_146284_a(GuiNpcSoundSelection.java:119)
at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:225)
at noppes.npcs.client.gui.util.GuiNPCInterface.func_73864_a(GuiNPCInterface.java:115)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)

– Affected screen –
Details:
Screen name: noppes.npcs.client.gui.GuiNpcSoundSelection

– Affected level –
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['ry00000'/93, l='MpServer', x=355.85, y=57.62, z=822.08]]
Chunk stats: MultiplayerChunkCache: 625, 625
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (395,4,801), Chunk: (at 11,0,1 in 24,50; contains blocks 384,0,800 to 399,255,815), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Level time: 100780 game time, 57358 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 5 total; [EntityCustomNpc['Robert'/900577, l='MpServer', x=354.50, y=56.00, z=824.50], EntityCustomNpc['Kora'/45, l='MpServer', x=351.50, y=56.00, z=815.50], EntityClientPlayerMP['ry00000'/93, l='MpServer', x=355.85, y=57.62, z=822.08], EntityClientPlayerMP['ry00000'/93, l='MpServer', x=357.21, y=55.62, z=812.65], EntityBat['Bat'/171915, l='MpServer', x=385.75, y=57.10, z=811.75]]
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:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2432)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:909)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.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(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:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)

– System Details –
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_79, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 100198576 bytes (95 MB) / 530579456 bytes (506 MB) up to 954728448 bytes (910 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.97.1347 Minecraft Forge 10.13.2.1347 7 mods loaded, 7 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.97.1347} [Forge Mod Loader] (forge-1.7.10-10.13.2.1347-1.7.10-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1347} [Minecraft Forge] (forge-1.7.10-10.13.2.1347-1.7.10-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ComputerCraft{1.73} [ComputerCraft] (temp.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
necromancy{1.7.1} [Necromancy] (temp.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MedicineCraft{V4.0} [MedicineCraft] (temp.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
customnpcs{1.7.10c} [CustomNpcs] (temp.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: MultiMC5
LWJGL: 2.9.1
OpenGL: ATI Mobility Radeon HD 4500 Series GL version 2.1.8794, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
And yes, I'm using MultiMC.

I might have gotten it figured out, it may be Custom NPCs that's crashing.

Nope, it still crashes.
Even without CustomNPCs.
Edited on 15 March 2016 - 04:19 PM
Lupus590 #2
Posted 15 March 2016 - 01:56 PM
Does it crash without CustomNPCs on a new world?

Also, please put that crash log in some
Spoilertags
[./spoiler] to close a spoiler (remove the . before the / )
Edited on 15 March 2016 - 12:59 PM
SquidDev #3
Posted 15 March 2016 - 02:35 PM
Also: have you tried updating to 1.75? There were several bugs fixed which may solve other problems, though this one does look like a CustomNPCs issue.
Edited on 15 March 2016 - 01:36 PM
ry00000 #4
Posted 15 March 2016 - 05:18 PM
I cannot try now,
I'm not on the computer the modpack is installed.
ry00000 #5
Posted 17 March 2016 - 12:31 PM
OK, I tried with a new world and yes, it does STILL crash with the SAME crashlog.
Bomb Bloke #6
Posted 17 March 2016 - 12:48 PM
In that case, you failed to update ComputerCraft; or rather more importantly, to disable Custom NPCs - the mod which is actually generating the error within your crash log.

If the game still crashes with Custom NPCs disabled, then you'll get a different crash log. Post that one if you're still stuck pinpointing the cause.
Edited on 17 March 2016 - 11:52 AM
ry00000 #7
Posted 17 March 2016 - 12:56 PM
CustomNPCs has been removed completely. It's not anymore in the MC mod list and I've updated CC to 1.75 for 1.7.10. Same crashlog. Shall I delete the CustomNPCs jar from my computer?

I just deleted the Custom NPCs jar file. Hope it works.
If not, I'm gonna have to resort to the old reinstall-and-start-fresh.
Edited on 17 March 2016 - 11:56 AM
ry00000 #8
Posted 17 March 2016 - 01:25 PM
Not even deleting the MMC instance and making a new one worked. I'm resorting to deleting my entire .minecraft folder (which I just did BTW)

I am deleting, then reinstalling MultiMC itself, and Minecraft's going with it on a 1 way trip to the Recycle Bin!
HPWebcamAble #9
Posted 18 March 2016 - 12:53 AM
We can't help if you don't post the crash log you got without CustomNPCs
ry00000 #10
Posted 16 July 2016 - 02:12 PM
There IS NO CRASHLOG! It's the same as in the 1st post!
Lupus590 #11
Posted 16 July 2016 - 02:50 PM
There IS NO CRASHLOG! It's the same as in the 1st post!

Just for humour, post a new log with a different paste bin (you have updated mods and removed mods it WILL be different)
ry00000 #12
Posted 16 July 2016 - 05:21 PM
Can't rn. Not on that PC. Anyways I've given up on playing MC on that PC.