Im new to modding, just started to host a server with some friends. We actually play with buildcraft, craftguide, eternisles, industrialcraft, ironchests, morefurnaces, optifine, rideablespiders and thaumcraft. Problem is, given some time (10-30 mins) our client crashes at the same time, except from one guy. We already checked, and we all have the same installation and mods (We zipped our folders and passed em out). I have no idea how to read crash logs, and would like to have a help on this.
Crash log goes like this:
---- Minecraft Crash Report ----
// Why did you do that?
java.lang.NullPointerException: Unexpected error
at net.EternIsles.common.eternisles.sendMessageToAll(eternisles.java:125)
at net.EternIsles.npc.entity.lottoman.EntityLottoman.func_70645_a(EntityLottoman.java:113)
at net.minecraft.entity.EntityLivingBase.func_70103_a(EntityLivingBase.java:1218)
at net.minecraft.entity.passive.EntityVillager.func_70103_a(EntityVillager.java:624)
at net.minecraft.client.network.NetHandlerPlayClient.func_147236_a(NetHandlerPlayClient.java:849)
at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:38)
at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:11)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1602)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
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 --
Stacktrace:
at net.EternIsles.common.eternisles.sendMessageToAll(eternisles.java:125)
at net.EternIsles.npc.entity.lottoman.EntityLottoman.func_70645_a(EntityLottoman.java:113)
at net.minecraft.entity.EntityLivingBase.func_70103_a(EntityLivingBase.java:1218)
at net.minecraft.entity.passive.EntityVillager.func_70103_a(EntityVillager.java:624)
at net.minecraft.client.network.NetHandlerPlayClient.func_147236_a(NetHandlerPlayClient.java:849)
at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:38)
at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:11)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
I'm not the best at these but it seems your issue is with Eternal Isles mobs conflicting.
The first line here is telling you that there's an issue or conflict in the Java code, line two tells you what mod is having issues, and the remaining lines detail which parts of the code (in this case entities) are the cause.
java.lang.NullPointerException: Unexpected error
at net.EternIsles.common.eternisles.sendMessageToAll(eternisles.java:125)
at net.EternIsles.npc.entity.lottoman.EntityLottoman.func_70645_a(EntityLottoman.java:113)
at net.minecraft.entity.EntityLivingBase.func_70103_a(EntityLivingBase.java:1218)
at net.minecraft.entity.passive.EntityVillager.func_70103_a(EntityVillager.java:624)
The Stacktrace will confirm this.
-- Head --
Stacktrace:
at net.EternIsles.common.eternisles.sendMessageToAll(eternisles.java:125)
at net.EternIsles.npc.entity.lottoman.EntityLottoman.func_70645_a(EntityLottoman.java:113)
at net.minecraft.entity.EntityLivingBase.func_70103_a(EntityLivingBase.java:1218)
at net.minecraft.entity.passive.EntityVillager.func_70103_a(EntityVillager.java:624)
at net.minecraft.client.network.NetHandlerPlayClient.func_147236_a(NetHandlerPlayClient.java:849)
at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:38)
at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:11)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
You'r running a fairly old version of the mod so it's likely unstable and I've been unable to find a legitimate and safe download for the newer versions, my recommendation is just to remove and replace Eternal Isles.
Rollback Post to RevisionRollBack
When angry, count to four; when very angry, swear. Samuel Langhorne Clemens
Hi.
Im new to modding, just started to host a server with some friends. We actually play with buildcraft, craftguide, eternisles, industrialcraft, ironchests, morefurnaces, optifine, rideablespiders and thaumcraft. Problem is, given some time (10-30 mins) our client crashes at the same time, except from one guy. We already checked, and we all have the same installation and mods (We zipped our folders and passed em out). I have no idea how to read crash logs, and would like to have a help on this.
Crash log goes like this:
---- Minecraft Crash Report ----
// Why did you do that?
Time: 26/09/16 01:11 PM
XRay version: 33
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at net.EternIsles.common.eternisles.sendMessageToAll(eternisles.java:125)
at net.EternIsles.npc.entity.lottoman.EntityLottoman.func_70645_a(EntityLottoman.java:113)
at net.minecraft.entity.EntityLivingBase.func_70103_a(EntityLivingBase.java:1218)
at net.minecraft.entity.passive.EntityVillager.func_70103_a(EntityVillager.java:624)
at net.minecraft.client.network.NetHandlerPlayClient.func_147236_a(NetHandlerPlayClient.java:849)
at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:38)
at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:11)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1602)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
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 --
Stacktrace:
at net.EternIsles.common.eternisles.sendMessageToAll(eternisles.java:125)
at net.EternIsles.npc.entity.lottoman.EntityLottoman.func_70645_a(EntityLottoman.java:113)
at net.minecraft.entity.EntityLivingBase.func_70103_a(EntityLivingBase.java:1218)
at net.minecraft.entity.passive.EntityVillager.func_70103_a(EntityVillager.java:624)
at net.minecraft.client.network.NetHandlerPlayClient.func_147236_a(NetHandlerPlayClient.java:849)
at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:38)
at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:11)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Hiramob'/21514, l='MpServer', x=-153.59, y=61.62, z=241.58]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-136,64,256), Chunk: (at 8,4,0 in -9,16; contains blocks -144,0,256 to -129,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 571721 game time, 599967 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: 117 total; [EntityShadow['Shadow'/33027, l='MpServer', x=-271.25, y=14.00, z=228.53], EntityClientPlayerMP['Hiramob'/21514, l='MpServer', x=-153.59, y=61.62, z=241.58], EntityLottoman['LottoMan'/11, l='MpServer', x=-268.50, y=11.00, z=270.50], EntityLottoman['LottoMan'/21516, l='MpServer', x=-279.69, y=42.00, z=297.69], EntityLottoman['LottoMan'/21520, l='MpServer', x=-282.50, y=62.00, z=208.16], EntityLottoman['LottoMan'/21521, l='MpServer', x=-283.50, y=61.47, z=209.50], EntityLottoman['LottoMan'/18, l='MpServer', x=-246.41, y=62.31, z=131.25], EntityLottoman['LottoMan'/21522, l='MpServer', x=-282.59, y=61.46, z=211.13], EntityBat['Bat'/31257, l='MpServer', x=-123.25, y=19.10, z=282.25], EntityNightWatcher['Nightwatcher'/32283, l='MpServer', x=-146.25, y=71.00, z=226.91], EntityCow['Cow'/28, l='MpServer', x=-233.16, y=65.00, z=236.50], EntityBat['Bat'/33052, l='MpServer', x=-103.16, y=22.10, z=185.53], EntityNightWatcher['Nightwatcher'/32285, l='MpServer', x=-134.14, y=71.00, z=233.88], EntityBat['Bat'/33053, l='MpServer', x=-98.53, y=19.45, z=185.54], EntityBat['Bat'/33310, l='MpServer', x=-225.14, y=63.70, z=289.52], EntityClown['Clown'/32287, l='MpServer', x=-96.41, y=19.00, z=198.50], EntityBat['Bat'/33312, l='MpServer', x=-219.95, y=62.11, z=288.60], EntityBat['Bat'/33313, l='MpServer', x=-222.01, y=63.73, z=287.69], EntityVoidwalker['Void Walker'/33058, l='MpServer', x=-69.50, y=21.00, z=185.50], EntityBat['Bat'/33314, l='MpServer', x=-214.29, y=63.07, z=283.31], EntityVoidwalker['Void Walker'/32291, l='MpServer', x=-96.81, y=19.00, z=196.50], EntityVoidwalker['Void Walker'/33059, l='MpServer', x=-69.50, y=21.00, z=183.50], EntityCreeper['Creeper'/32046, l='MpServer', x=-209.50, y=42.00, z=233.50], EntityCow['Cow'/49, l='MpServer', x=-175.50, y=70.00, z=228.03], EntityNightWatcher['Nightwatcher'/32561, l='MpServer', x=-129.13, y=63.00, z=171.09], EntityCow['Cow'/50, l='MpServer', x=-177.03, y=70.00, z=235.56], EntityCow['Cow'/51, l='MpServer', x=-169.94, y=70.00, z=228.25], EntityCow['Cow'/52, l='MpServer', x=-174.09, y=70.00, z=237.56], EntityLottoman['LottoMan'/53, l='MpServer', x=-191.50, y=13.00, z=252.44], EntityCreeper['Creeper'/33080, l='MpServer', x=-82.50, y=23.00, z=272.50], EntityLottoman['LottoMan'/66, l='MpServer', x=-188.25, y=42.00, z=326.22], EntityLottoman['LottoMan'/67, l='MpServer', x=-184.50, y=43.00, z=326.38], EntityLottoman['LottoMan'/68, l='MpServer', x=-189.94, y=42.00, z=327.50], EntityBoat['Boat'/70, l='MpServer', x=-174.00, y=63.23, z=167.75], EntityLottoman['LottoMan'/71, l='MpServer', x=-161.38, y=62.41, z=202.31], EntityLottoman['LottoMan'/72, l='MpServer', x=-171.13, y=62.25, z=202.31], EntityLottoman['LottoMan'/75, l='MpServer', x=-172.66, y=63.00, z=204.84], EntityLottoman['LottoMan'/24139, l='MpServer', x=-216.38, y=61.86, z=118.16], EntityLottoman['LottoMan'/76, l='MpServer', x=-145.03, y=62.37, z=206.38], EntityCow['Cow'/78, l='MpServer', x=-168.47, y=70.00, z=228.28], EntityCow['Cow'/79, l='MpServer', x=-176.97, y=70.00, z=228.59], EntityCow['Cow'/80, l='MpServer', x=-168.47, y=70.00, z=227.03], EntityCow['Cow'/82, l='MpServer', x=-168.69, y=70.00, z=231.92], EntityCow['Cow'/83, l='MpServer', x=-176.97, y=70.00, z=227.03], EntityCow['Cow'/84, l='MpServer', x=-168.47, y=70.00, z=237.97], EntitySquid['Squid'/32596, l='MpServer', x=-145.44, y=54.81, z=192.16], EntitySquid['Squid'/32597, l='MpServer', x=-132.41, y=55.34, z=198.50], EntityLottoman['LottoMan'/86, l='MpServer', x=-178.50, y=13.00, z=244.50], EntitySquid['Squid'/32598, l='MpServer', x=-137.34, y=54.16, z=193.59], EntityVoidwalker['Void Walker'/33110, l='MpServer', x=-168.13, y=38.00, z=321.63], EntitySquid['Squid'/32599, l='MpServer', x=-136.34, y=55.14, z=191.44], EntityFacelessRunner['Faceless Runner'/33111, l='MpServer', x=-216.22, y=18.00, z=197.44], EntityFacelessRunner['Faceless Runner'/33112, l='MpServer', x=-216.50, y=17.00, z=191.72], EntitySquid['Squid'/32601, l='MpServer', x=-134.25, y=55.36, z=193.19], EntitySquid['Squid'/32603, l='MpServer', x=-139.50, y=53.00, z=200.50], EntityMinecartChest['entity.MinecartChest.name'/96, l='MpServer', x=-155.50, y=19.50, z=196.50], EntityMinecartChest['entity.MinecartChest.name'/102, l='MpServer', x=-152.50, y=25.50, z=298.50], EntityLottoman['LottoMan'/103, l='MpServer', x=-151.72, y=62.30, z=324.72], EntitySpider['Spider'/32365, l='MpServer', x=-111.50, y=72.00, z=232.50], EntitySquid['Squid'/32623, l='MpServer', x=-216.50, y=49.00, z=190.50], EntityMinecartChest['entity.MinecartChest.name'/112, l='MpServer', x=-132.50, y=25.50, z=224.50], EntitySquid['Squid'/32624, l='MpServer', x=-216.50, y=49.02, z=191.63], EntityLottoman['LottoMan'/116, l='MpServer', x=-138.53, y=61.79, z=313.75], EntityLottoman['LottoMan'/117, l='MpServer', x=-115.53, y=61.79, z=141.94], EntityLottoman['LottoMan'/3712, l='MpServer', x=-249.72, y=69.00, z=328.84], EntityLottoman['LottoMan'/3713, l='MpServer', x=-243.31, y=69.00, z=331.69], EntityBat['Bat'/33154, l='MpServer', x=-170.69, y=18.23, z=211.40], EntityBat['Bat'/32134, l='MpServer', x=-214.50, y=20.10, z=185.50], EntitySquid['Squid'/32904, l='MpServer', x=-134.91, y=57.28, z=183.00], EntityScrubby['Scrubby'/32137, l='MpServer', x=-270.56, y=65.00, z=257.56], EntitySquid['Squid'/32905, l='MpServer', x=-125.50, y=59.06, z=186.50], EntitySquid['Squid'/32906, l='MpServer', x=-132.66, y=56.13, z=189.97], EntityCreeper['Creeper'/33162, l='MpServer', x=-216.50, y=33.00, z=270.50], EntitySquid['Squid'/32907, l='MpServer', x=-142.44, y=60.39, z=186.81], EntityCreeper['Creeper'/33163, l='MpServer', x=-217.50, y=33.00, z=271.50], EntityLottoman['LottoMan'/141, l='MpServer', x=-28.78, y=61.68, z=258.25], EntityLottoman['LottoMan'/142, l='MpServer', x=-50.31, y=62.05, z=233.28], EntityBat['Bat'/31886, l='MpServer', x=-204.25, y=20.10, z=259.50], EntitySquid['Squid'/32910, l='MpServer', x=-136.69, y=58.38, z=183.50], EntityVoidwalker['Void Walker'/33166, l='MpServer', x=-191.50, y=13.00, z=249.88], EntitySquid['Squid'/32911, l='MpServer', x=-130.72, y=60.34, z=184.78], EntityTrickster['Trickster'/33167, l='MpServer', x=-190.02, y=10.10, z=253.69], EntityMotherVoidwalker['Mother Void Walker'/33168, l='MpServer', x=-191.50, y=13.00, z=248.09], EntityBat['Bat'/32920, l='MpServer', x=-213.25, y=19.10, z=194.25], EntityBat['Bat'/32922, l='MpServer', x=-195.88, y=18.76, z=216.33], EntityLottoman['LottoMan'/27547, l='MpServer', x=-233.50, y=36.00, z=336.50], EntityBat['Bat'/32926, l='MpServer', x=-105.75, y=40.81, z=181.45], EntityBat['Bat'/32927, l='MpServer', x=-108.52, y=40.00, z=186.58], EntityMotherVoidwalker['Mother Void Walker'/33189, l='MpServer', x=-157.94, y=20.00, z=269.84], EntityLottoman['LottoMan'/5546, l='MpServer', x=-256.78, y=67.00, z=281.75], EntityLottoman['LottoMan'/5547, l='MpServer', x=-270.31, y=65.00, z=258.69], EntityLottoman['LottoMan'/5548, l='MpServer', x=-280.69, y=65.00, z=264.00], EntityClown['Clown'/33198, l='MpServer', x=-48.50, y=31.00, z=188.50], EntityGhost['Ghost'/32178, l='MpServer', x=-52.16, y=19.00, z=301.06], EntityCyclops['Cyclops'/25270, l='MpServer', x=-176.03, y=70.00, z=236.88], EntityNightWatcher['Nightwatcher'/32958, l='MpServer', x=-97.09, y=70.00, z=249.16], EntityShadow['Shadow'/33214, l='MpServer', x=-102.31, y=22.00, z=263.38], EntityBat['Bat'/32447, l='MpServer', x=-170.13, y=18.10, z=296.34], EntityClown['Clown'/33215, l='MpServer', x=-236.50, y=21.00, z=303.50], EntityClown['Clown'/33216, l='MpServer', x=-237.50, y=21.00, z=306.50], EntityCreeper['Creeper'/32965, l='MpServer', x=-147.50, y=18.00, z=258.50], EntityMotherVoidwalker['Mother Void Walker'/32969, l='MpServer', x=-201.72, y=16.00, z=278.97], EntityFacelessRunner['Faceless Runner'/32978, l='MpServer', x=-186.50, y=34.00, z=267.50], EntityGoblin['Goblin'/32991, l='MpServer', x=-124.50, y=17.00, z=283.50], EntityClown['Clown'/32993, l='MpServer', x=-182.50, y=37.00, z=299.50], EntityScrubby['Scrubby'/32486, l='MpServer', x=-268.53, y=65.00, z=260.19], EntityWitch['Witch'/33002, l='MpServer', x=-86.50, y=22.00, z=278.50], EntityClown['Clown'/33006, l='MpServer', x=-174.34, y=17.00, z=290.34], EntityClown['Clown'/33008, l='MpServer', x=-174.50, y=17.00, z=287.50], EntityVoidwalker['Void Walker'/33009, l='MpServer', x=-186.78, y=16.00, z=285.97], EntityTricksterClone['Trickster'/33267, l='MpServer', x=-188.31, y=11.58, z=251.38], EntityCyclops['Cyclops'/33014, l='MpServer', x=-204.75, y=44.00, z=346.22], EntityCyclops['Cyclops'/33015, l='MpServer', x=-205.69, y=44.00, z=346.00], EntityCyclops['Cyclops'/33016, l='MpServer', x=-204.50, y=44.00, z=348.50], EntityVoidwalker['Void Walker'/33021, l='MpServer', x=-177.38, y=42.00, z=315.56], EntityGoblin['Goblin'/33022, l='MpServer', x=-187.50, y=65.00, z=179.50], EntityGoblin['Goblin'/33023, l='MpServer', x=-184.50, y=65.00, z=180.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 258452792 bytes (246 MB) / 574402560 bytes (547 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
FML: Minecraft 1.7.10 MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D3 18 mods loaded, 18 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJA BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar)
UCHIJA BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar)
UCHIJA BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar)
UCHIJA BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar)
UCHIJA BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar)
UCHIJA BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar)
UCHIJA BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar)
UCHIJA craftguide{1.6.8.2} [CraftGuide] (CraftGuide-1.6.8.2-forge.jar)
UCHIJA eternisles{1.1.0} [Eternal Isles] (eternisles-1.1(3).jar)
UCHIJA IC2{2.2.807-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.807-experimental.jar)
UCHIJA IronChest{6.0.60.741} [Iron Chest] (Iron-Chests-Mod-1.7.10.jar)
UCHIJA MoreFurnaces{1.3.9} [More Furnaces] (MoreFurnaces-1.3.9-MC1.7.10.jar)
UCHIJA rideAbleSpidersMod{1.3} [Rideable SpidersMod] (Rideablespiders-1.3-1.7.10.jar)
UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 364.72' Renderer: 'GeForce GTX 650/PCIe/SSE2'
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 650/PCIe/SSE2 GL version 4.5.0 NVIDIA 364.72, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 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)
All help is appreciated. (If you also have a post about crash reading, it would be really nice)
Also, i dont know if this section of the forums are correct. If not, im sorry.
Thanks!
I'm not the best at these but it seems your issue is with Eternal Isles mobs conflicting.
The first line here is telling you that there's an issue or conflict in the Java code, line two tells you what mod is having issues, and the remaining lines detail which parts of the code (in this case entities) are the cause.
java.lang.NullPointerException: Unexpected error
at net.EternIsles.common.eternisles.sendMessageToAll(eternisles.java:125)
at net.EternIsles.npc.entity.lottoman.EntityLottoman.func_70645_a(EntityLottoman.java:113)
at net.minecraft.entity.EntityLivingBase.func_70103_a(EntityLivingBase.java:1218)
at net.minecraft.entity.passive.EntityVillager.func_70103_a(EntityVillager.java:624)
The Stacktrace will confirm this.
-- Head --
Stacktrace:
at net.EternIsles.common.eternisles.sendMessageToAll(eternisles.java:125)
at net.EternIsles.npc.entity.lottoman.EntityLottoman.func_70645_a(EntityLottoman.java:113)
at net.minecraft.entity.EntityLivingBase.func_70103_a(EntityLivingBase.java:1218)
at net.minecraft.entity.passive.EntityVillager.func_70103_a(EntityVillager.java:624)
at net.minecraft.client.network.NetHandlerPlayClient.func_147236_a(NetHandlerPlayClient.java:849)
at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:38)
at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:11)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
You'r running a fairly old version of the mod so it's likely unstable and I've been unable to find a legitimate and safe download for the newer versions, my recommendation is just to remove and replace Eternal Isles.
When angry, count to four; when very angry, swear. Samuel Langhorne Clemens
Thanks, but thats the only version for 1.7.10 i could find.
Will try to look for a newer one for the same version.
Thanks!