I'm running a custom modpack to play with some friends and i'm in the process of weeding out the bugs to get it up and running. The server runs entirely fine, but whenever the client loads the main menu and I try to either load up a SP world or join the server, it crashes saying something about a rendering issue?
Crash Report:
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 7/29/15 4:47 PM
Description: Ticking screen
java.lang.IndexOutOfBoundsException
at java.nio.Buffer.checkIndex(Unknown Source)
at java.nio.DirectIntBufferU.get(Unknown Source)
at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)
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(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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.nio.Buffer.checkIndex(Unknown Source)
at java.nio.DirectIntBufferU.get(Unknown Source)
at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
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)
Loading the SP world doesn't actually crash the client, but it freezes at "shutting down Internal server" which, as I've seen, means its trying to close the world. My client console outputs things that it would normally do as if it were opening the world, but it never actually opens, it just sits in the loading screen for hours. I have a good feeling that this is just from some incompatible mods that i'm overlooking but i'd like to get a bit of help on this... my guess is that it's the Forge version? Crash report doesn't name any mods other than listing all of them so this is the only thing i can think of...
thanks in advance!
EDIT:
Was indeed NOT forge versions, I was running 1492 originally, which is the latest build for MC1.7.10, and I tested Forge 1448, which is the recommended build, and still the same crash
just threw more RAM at it... all good now but the server's now saying its failing to handle a packet and kicks my client... gonna reset my player data and see if it works then
EDIT:
Looks like it was the bleach mod this time... running the server and client without it to check...
I'm running a custom modpack to play with some friends and i'm in the process of weeding out the bugs to get it up and running. The server runs entirely fine, but whenever the client loads the main menu and I try to either load up a SP world or join the server, it crashes saying something about a rendering issue?
Crash Report:
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 7/29/15 4:47 PM
Description: Ticking screen
java.lang.IndexOutOfBoundsException
at java.nio.Buffer.checkIndex(Unknown Source)
at java.nio.DirectIntBufferU.get(Unknown Source)
at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)
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(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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.nio.Buffer.checkIndex(Unknown Source)
at java.nio.DirectIntBufferU.get(Unknown Source)
at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
-- Affected screen --
Details:
Screen name: net.minecraft.client.multiplayer.GuiConnecting
-- Affected level --
Details:
Level name: MpServer
All players: 0 total; []
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: 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: 0 total; []
Retry entities: 0 total; []
Server brand: ~~ERROR~~ NullPointerException: null
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:919)
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)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1908068848 bytes (1819 MB) / 2648702976 bytes (2526 MB) up to 5726797824 bytes (5461 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G
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.99.99 Minecraft Forge 10.13.4.1492 120 mods loaded, 120 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.1492-1.7.10.jar)
UCHIJA Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCHIJA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJA CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UCHIJA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar)
UCHIJA simplyjetpackscore{1.0} [Simply Jetpacks Coremod] (minecraft.jar)
UCHIJA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJA OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
UCHIJA {000} [CoFH ASM] (minecraft.jar)
UCHIJA debug{1.0} [debug] (Dense-Ores-Mod-1.7.10.jar)
UCHIJA journeymap{4.0.1} [JourneyMap] (_JourneyMap-Mod-1.7.10-Unlimited.jar)
UCHIJA IC2{2.2.657-experimental} [IndustrialCraft 2] (Industrial-Craft-2-Mod-Experimental-1.7.10.jar)
UCHIJA AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar)
UCHIJA AncientWarfare{2.2.58-beta-MC1.7.10} [Ancient Warfare Core] (Ancient-Warfare-Mod-1.7.10.jar)
UCHIJA AncientWarfareAutomation{2.2.58-beta-MC1.7.10} [Ancient Warfare Automation] (Ancient-Warfare-Mod-1.7.10.jar)
UCHIJA AncientWarfareModeler{2.2.58-beta-MC1.7.10} [Ancient Warfare Model Editor] (Ancient-Warfare-Mod-1.7.10.jar)
UCHIJA AncientWarfareNEIPlugin{2.2.58-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (Ancient-Warfare-Mod-1.7.10.jar)
UCHIJA AncientWarfareNpc{2.2.58-beta-MC1.7.10} [Ancient Warfare NPCs] (Ancient-Warfare-Mod-1.7.10.jar)
UCHIJA AncientWarfareStructure{2.2.58-beta-MC1.7.10} [Ancient Warfare Structures] (Ancient-Warfare-Mod-1.7.10.jar)
UCHIJA AncientWarfareVehicle{2.2.58-beta-MC1.7.10} [Ancient Warfare Vehicles] (Ancient-Warfare-Mod-1.7.10.jar)
UCHIJA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (Archimedes-Ships-Mod-1.7.10.jar)
UCHIJA BiblioCraft{1.7.3} [BiblioCraft] (BiblioCraft-Mod-1.7.10.jar)
UCHIJA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHIJA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCHIJA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCHIJA bleach{F1.0.4} [LittleBreadLoaf's Bleach Mod] (bleach-v-1.2.jar)
UCHIJA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-11.jar)
UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJA Botania{r1.7-208} [Botania] (Botania r1.7-208.jar)
UCHIJA CarpentersBlocks{3.3.5} [Carpenter's Blocks] (Carpenter's Blocks v3.3.5 - MC 1.7.10.jar)
UCHIJA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJA chisel{2.0.0.3} [Chisel] (Chisel-2-Mod-1.7.10.jar)
UCHIJA chococraft{4.1.2} [Clienthax's ChocoCraft] (ChocoCraft-Mod-1.7.10.jar)
UCHIJA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCHIJA ComputerCraft{1.73} [ComputerCraft] (ComputerCraft1.73.jar)
UCHIJA BuildMod{v1.0} [Build Mod] (coroutil-1.1.2.jar)
UCHIJA CoroPets{v1.0} [CoroPets] (coroutil-1.1.2.jar)
UCHIJA CoroAI{v1.0} [CoroAI] (coroutil-1.1.2.jar)
UCHIJA ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.1.2.jar)
UCHIJA ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.1.2.jar)
UCHIJA craftguide{1.6.8.1} [CraftGuide] (CraftGuide-Mod-1.7.10.zip)
UCHIJA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
UCHIJA EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar)
UCHIJA EnderTech{1.7.10-0.3.0.364} [EnderTech] (EnderTech-1.7.10-0.3.0.364.jar)
UCHIJA EnderZoo{1.7.10-1.0.11.28} [Ender Zoo] (EnderZoo-1.7.10-1.0.11.28.jar)
UCHIJA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJA TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCHIJA ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.7.10-1.0.3.jar)
UCHIJA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJA fastleafdecay{1.1} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.1.jar)
UCHIJA fossil{1.7.10 Build 7.0.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.0.1.jar)
UCHIJA GalacticraftCore{3.0.11} [Galacticraft Core] (GalacticraftCore-1.7-3.0.11.333.jar)
UCHIJA GalacticraftMars{3.0.11} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.11.333.jar)
UCHIJA GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (Grimoire-of-Gaia-3-Mod-1.7.10.jar)
UCHIJA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCHIJA hamsterrific{0.2.0} [Hamsterrific] (Hamsterrific-0.2.0.jar.zip)
UCHIJA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJA Hats{4.0.0} [Hats] (Hats-Mod-1.7.10.jar)
UCHIJA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (Inventory-Tweaks-Mod-1.7.10.jar)
UCHIJA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJA JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar)
UCHIJA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA Mystcraft{0.11.0.00} [Mystcraft] (mystcraft-1.7.10-0.11.0.00.jar)
UCHIJA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MrTJPCoreMod{1.1.0.27} [MrTJPCore] (MrTJPCore-1.7.10.jar)
UCHIJA ProjRed|Core{4.7.0pre5.89} [ProjectRed Core] (ProjectRed-Base-1.7.10.jar)
UCHIJA ProjRed|Exploration{4.7.0pre5.89} [ProjectRed Exploration] (ProjectRed-1.7.10-World.jar)
UCHIJA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA Morph{0.9.1} [Morph] (Morphing-Mod-1.7.10.jar)
UCHIJA NetherOres{1.7.10R2.3.0RC3} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC3-84.jar)
UCHIJA OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
UCHIJA OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
UCHIJA OpenPeripheralCore{1.1.1} [OpenPeripheralCore] (OpenPeripheral-1.7.10-AIO-4b.jar)
UCHIJA OpenPeripheral{0.3.1} [OpenPeripheralAddons] (OpenPeripheral-1.7.10-AIO-4b.jar)
UCHIJA OpenPeripheralIntegration{0.2.2} [OpenPeripheralIntegration] (OpenPeripheral-1.7.10-AIO-4b.jar)
UCHIJA PortalGun{4.0.0-beta-2} [PortalGun] (Portal-Gun-Mod-1.7.10.jar)
UCHIJA ProjRed|Compatibility{4.7.0pre5.89} [ProjectRed Compatibility] (ProjectRed-1.7.10-Compat.jar)
UCHIJA rftools{3.02} [RFTools] (RFTools-Mod-1.7.10.jar)
UCHIJA runicdungeons{1.1.5c} [Runic Dungeons] (runicdungeons-1.1.5c.jar)
UCHIJA simplyjetpacks{1.0.0} [Simply Jetpacks] (Simply-Jetpacks-Mod-1.7.10.jar)
UCHIJA thaumicenergistics{0.8.10.8} [Thaumic Energistics] (thaumicenergistics-0.8.10.8.jar)
UCHIJA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCHIJA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCHIJA ThaumicHorizons{1.0} [Thaumic Horizons] (thaumichorizons-1.7.10-1.0.4.jar)
UCHIJA erebus{0.2pre11c} [Erebus] (TheErebus-0.2pre11c.jar)
UCHIJA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJA TMechworks{1.7.10-86.e500b88} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.10.jar)
UCHIJA tropicraft{v6.0} [Tropicraft] (tropicraft-6.0.2.jar)
UCHIJA Artifacts{1.0.4} [Artifacts] (Unique-Artifacts-Mod-1.7.10.jar)
UCHIJA WR-CBE|Core{1.4.1.7} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.7-universal.jar)
UCHIJA WR-CBE|Addons{1.4.1.7} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.7-universal.jar)
UCHIJA WR-CBE|Logic{1.4.1.7} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.7-universal.jar)
UCHIJA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJA denseores{1.0} [Dense Ores] (Dense-Ores-Mod-1.7.10.jar)
UCHIJA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.06' Renderer: 'GeForce GTX 970/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3-303
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
MineFactoryReloaded: -[1.7.10]2.8.0-104
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
NetherOres: Lacking version information.
ThermalDynamics: -[1.7.10]1.1.0-161
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:OFF, BC:OFF, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:ON, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: 1.7.10-Forge10.13.4.1492-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.06, 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)
Loading the SP world doesn't actually crash the client, but it freezes at "shutting down Internal server" which, as I've seen, means its trying to close the world. My client console outputs things that it would normally do as if it were opening the world, but it never actually opens, it just sits in the loading screen for hours. I have a good feeling that this is just from some incompatible mods that i'm overlooking but i'd like to get a bit of help on this... my guess is that it's the Forge version? Crash report doesn't name any mods other than listing all of them so this is the only thing i can think of...
thanks in advance!
EDIT:
Was indeed NOT forge versions, I was running 1492 originally, which is the latest build for MC1.7.10, and I tested Forge 1448, which is the recommended build, and still the same crash
Lower render distance.
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
just threw more RAM at it... all good now but the server's now saying its failing to handle a packet and kicks my client... gonna reset my player data and see if it works then
EDIT:
Looks like it was the bleach mod this time... running the server and client without it to check...
^yep that was it... all set now, thanks!