-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFTools dimension crash #251
Comments
This is weird. Does this happen every time? I have no idea what could cause this. It only happens when teleporting to the overworld? |
Yes, only when teleporting to the overworld |
Could you do a few more tests for me: |
Alright, hold on a sec |
Ok I tested for a. still crashed |
Ill test b once game loads |
I went from the nether to overworld and it worked fine |
Only happens traveling from my RFtools dimension to overworld |
Extremely weird. I haven't had any reports of this happening before. Not sure what to do or say about this I'm afraid... |
Hmm, well its very odd |
So you have no idea what could be causing this at all? |
Nope not really. A few other things you might test though. Try teleporting from your rftools dimension to the overworld with another teleportation mechanism (like mystcraft linkbook). Also what happens if you teleport from another rftools dimension? Same problem then or is it only for that dimension? If it is only for that dimension can you do /rftdim info in that dimension to see what it contains? |
Ok lemme test that |
It works with mystcraft linking books, and teleporting from another RFTools dimension to the overworld crashes to. |
Does the crash report tell you anything useful? |
Unfortunatelly not no. At the moment I can't really help as I have no clue what is happening. |
Hmm, alright, well thanks for trying anyways |
Hopefully this doesn't happen for anyone else. |
BTW. Can you give me the full log (fml log). Maybe there is some clue in there |
Is this it? ---- Minecraft Crash Report ---- Time: 7/23/15 12:46 AM java.io.UTFDataFormatException: malformed input around byte 10 A detailed walkthrough of the error, its code path and all known details is as follows:-- Head -- -- NBT Tag -- -- Block entity being ticked -- -- Affected level -- -- System Details -- |
No the full log is much bigger |
Ok hold on |
Its too big to put down |
Can you upload it somewhere? |
Yeah |
This is the actual log, lol I was looking at the one for loading the pack *facepalm here ya go [01:02:16] [main/INFO]: Setting user: dj2000dj |
Still not the correct log. I need the one called logs/fml-client-latest.log |
Im dumb lol, here you go this hopefully is the one. https://www.dropbox.com/s/qpb0hjgcwqverat/fml-client-latest.log?dl=0 |
Ok, one thing I do notice is that you are using java 1.8.0_25. I believe I have heard that version below 1.8.0_45 (or something) can be problematic. Can you try upgrading your java? |
Sure |
Btw thx for bearing with me xD |
Updating didn't help :( |
Ok. One other test. See if putting a receiver far away from your current base works. Perhaps something in your base is causing a problem for some reason. So put a receiver very far from your current base and then teleport to it from that rftools dimension |
ok hold on, takes a while for mc to load for me |
That did not work unfortunately |
Could be because your base is chunkloaded I guess and it is still loading it. Other then that I'm really out of clues. And no, others have no trouble with this. I've seem many people teleport sucessfully from RFTools dimensions to the overworld (in fact I do that all the time in my world) |
Alright, also I use the curse client, so it sets up its own java runtime by itself |
Ill try it in a different world and see if that works |
Have there been any other crazy bugs that you haven't been able to figure out that people have reported? |
In the past yes. But at this moment all of those have been resolved or closed because it was not possible to get them again. |
Tried it in a different world, it worked, my base is messed up lol |
I did notice in your big log some messages from OpenBlocks which seemed a bit suspicious: [01:05:47] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 0 [01:05:47] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 1 [01:05:47] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 2 Not sure if that has anything to do with it. |
Hmm Idk, but its odd that mystcraft worked, and RFTools didn't |
Yes that's true. I have no explanation for that I'm afraid. |
Alright, well thanks for trying to help, I'll try to figure it out as best I can, but I'm not the best with debugging mods lol |
|
When I am at my RFTools dimension(void world), when I teleport home with a dialing device via matter transmitter to my home, it crashes. When I relog I'm at my home at the matter receiver. Heres the crash report: Using the DW20 pack version 1.5.0, RFTools version 3.10
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 7/22/15 11:58 PM
Description: Loading NBT data
java.io.UTFDataFormatException: malformed input around byte 10
at java.io.DataInputStream.readUTF(DataInputStream.java:656)
at java.io.DataInputStream.readUTF(DataInputStream.java:564)
at net.minecraft.nbt.NBTTagString.func_152446_a(NBTTagString.java:34)
at net.minecraft.nbt.NBTTagList.func_152446_a(NBTTagList.java:54)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:398)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:52)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:398)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:52)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:170)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:125)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:120)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:121)
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:20)
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:12)
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:343)
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
at net.minecraft.world.World.func_72964_e(World.java:419)
at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.onChunkUnWatch(WorldExtensionManager.java:108)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_1073_WorldExtensionEventHandler_onChunkUnWatch_UnWatch.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.server.management.PlayerManager$PlayerInstance.func_73252_b(PlayerManager.java:443)
at net.minecraft.server.management.PlayerManager.func_72695_c(PlayerManager.java:212)
at net.minecraft.server.management.ServerConfigurationManager.func_72375_a(ServerConfigurationManager.java:237)
at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:505)
at mcjty.rftools.blocks.teleporter.TeleportationTools.teleportToDimension(TeleportationTools.java:297)
at mcjty.rftools.blocks.teleporter.TeleportationTools.performTeleport(TeleportationTools.java:125)
at mcjty.rftools.blocks.teleporter.MatterTransmitterTileEntity.performTeleport(MatterTransmitterTileEntity.java:488)
at mcjty.rftools.blocks.teleporter.MatterTransmitterTileEntity.checkStateServer(MatterTransmitterTileEntity.java:349)
at mcjty.entity.GenericTileEntity.func_145845_h(GenericTileEntity.java:51)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Stacktrace:
at java.io.DataInputStream.readUTF(DataInputStream.java:656)
at java.io.DataInputStream.readUTF(DataInputStream.java:564)
at net.minecraft.nbt.NBTTagString.func_152446_a(NBTTagString.java:34)
at net.minecraft.nbt.NBTTagList.func_152446_a(NBTTagList.java:54)
-- NBT Tag --
Details:
Tag name: StructList
Tag type: 9
Stacktrace:
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:398)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:52)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:398)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:52)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:170)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:125)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:120)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:121)
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:20)
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:12)
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:343)
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
at net.minecraft.world.World.func_72964_e(World.java:419)
at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.onChunkUnWatch(WorldExtensionManager.java:108)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_1073_WorldExtensionEventHandler_onChunkUnWatch_UnWatch.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.server.management.PlayerManager$PlayerInstance.func_73252_b(PlayerManager.java:443)
at net.minecraft.server.management.PlayerManager.func_72695_c(PlayerManager.java:212)
at net.minecraft.server.management.ServerConfigurationManager.func_72375_a(ServerConfigurationManager.java:237)
at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:505)
at mcjty.rftools.blocks.teleporter.TeleportationTools.teleportToDimension(TeleportationTools.java:297)
at mcjty.rftools.blocks.teleporter.TeleportationTools.performTeleport(TeleportationTools.java:125)
at mcjty.rftools.blocks.teleporter.MatterTransmitterTileEntity.performTeleport(MatterTransmitterTileEntity.java:488)
at mcjty.rftools.blocks.teleporter.MatterTransmitterTileEntity.checkStateServer(MatterTransmitterTileEntity.java:349)
at mcjty.entity.GenericTileEntity.func_145845_h(GenericTileEntity.java:51)
-- Block entity being ticked --
Details:
Name: MatterTransmitterTileEntity // mcjty.rftools.blocks.teleporter.MatterTransmitterTileEntity
Block type: ID #2169 (tile.matterTransmitterBlock // mcjty.rftools.blocks.teleporter.MatterTransmitterBlock)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (8,64,7), Chunk: (at 8,4,7 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)
Actual block type: ID #2169 (tile.matterTransmitterBlock // mcjty.rftools.blocks.teleporter.MatterTransmitterBlock)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Dj's Survival
All players: 0 total; []
Chunk stats: ServerChunkCache: 290 Drop: 257
Level seed: -350042806
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 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:
ERRORNullPointerException: nullStacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1342719696 bytes (1280 MB) / 2616197120 bytes (2495 MB) up to 3579314176 bytes (3413 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3840m -Xms256m -XX:PermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 16, tcache: 0, allocated: 15, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 151 mods loaded, 151 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} Minecraft Coder Pack
UCHIJAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1448} Minecraft Forge
UCHIJAAAA appliedenergistics2-core{rv2-stable-9} AppliedEnergistics2 Core
UCHIJAAAA Aroma1997Core{1.0.2.13} Aroma1997Core
UCHIJAAAA CodeChickenCore{1.0.6.43} CodeChicken Core
UCHIJAAAA InfiniBows{1.3.0 build 20} InfiniBows
UCHIJAAAA NotEnoughItems{1.0.4.107} Not Enough Items
UCHIJAAAA ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core
UCHIJAAAA OpenModsCore{0.7.3} OpenModsCore
UCHIJAAAA {000} CoFH ASM
UCHIJAAAA debug{1.0} debug
UCHIJAAAA appliedenergistics2{rv2-stable-9} Applied Energistics 2
UCHIJAAAA Aroma1997CoreHelper{1.0.2.13} Aroma1997Core|Helper
UCHIJAAAA AromaBackup{0.0.0.5} AromaBackup
UCHIJAAAA bdlib{1.8.2.92} BD Lib
UCHIJAAAA BiblioCraft{1.10.4} BiblioCraft
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} Mantle
UCHIJAAAA Natura{2.2.0} Natura
UCHIJAAAA BiomesOPlenty{2.1.0} Biomes O' Plenty
UCHIJAAAA BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition
UCHIJAAAA IC2{2.2.736-experimental} IndustrialCraft 2
UCHIJAAAA CoFHCore{1.7.10R3.0.2} CoFH Core
UCHIJAAAA BuildCraft|Core{7.0.12} BuildCraft
UCHIJAAAA Forestry{3.5.7.16} Forestry for Minecraft
UCHIJAAAA BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition
UCHIJAAAA BiblioWoodsNatura{1.5} BiblioWoods Natura Edition
UCHIJAAAA ThermalFoundation{1.7.10R1.0.0} Thermal Foundation
UCHIJAAAA ThermalExpansion{1.7.10R4.0.1} Thermal Expansion
UCHIJAAAA BigReactors{0.4.3A} Big Reactors
UCHIJAAAA BinnieCore{2.0-pre12} Binnie Core
UCHIJAAAA Botany{2.0-pre12} Botany
UCHIJAAAA ExtraBees{2.0-pre12} Extra Bees
UCHIJAAAA ExtraTrees{2.0-pre12} Extra Trees
UCHIJAAAA Genetics{2.0-pre12} Genetics
UCHIJAAAA AWWayofTime{v1.3.3} Blood Magic: Alchemical Wizardry
UCHIJAAAA Baubles{1.0.1.10} Baubles
UCHIJAAAA Thaumcraft{4.2.3.5} Thaumcraft
UCHIJAAAA Botania{r1.6-193} [Botania](Botania r1.6-193.jar)
UCHIJAAAA BuildCraft|Energy{7.0.12} BC Energy
UCHIJAAAA BuildCraft|Factory{7.0.12} BC Factory
UCHIJAAAA BuildCraft|Transport{7.0.12} BC Transport
UCHIJAAAA BuildCraft|Builders{7.0.12} BC Builders
UCHIJAAAA BuildCraft|Silicon{7.0.12} BC Silicon
UCHIJAAAA BuildCraft|Robotics{7.0.12} BC Robotics
UCHIJAAAA BuildCraft|Compat{7.0.8} BuildCraft Compat
UCHIJAAAA CarpentersBlocks{3.3.6} [Carpenter's Blocks](Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} ChickenChunks
UCHIJAAAA Railcraft{9.6.1.0} Railcraft
UCHIJAAAA TwilightForest{2.3.7} The Twilight Forest
UCHIJAAAA ForgeMultipart{1.1.2.334} Forge Multipart
UCHIJAAAA chisel{2.3.10.37} Chisel 2
UCHIJAAAA CompactSolars{4.4.39.315} Compact Solar Arrays
UCHIJAAAA ComputerCraft{1.73} ComputerCraft
UCHIJAAAA CustomMainMenu{1.5} Custom Main Menu
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} MineFactory Reloaded
UCHIJAAAA EnderIO{1.7.10-2.2.8.381} Ender IO
UCHIJAAAA EnderStorage{1.4.7.33} EnderStorage
UCHIJAAAA EnderTech{1.7.10-0.3.2.388} EnderTech
UCHIJAAAA EnderZoo{1.7.10-1.0.11.28} Ender Zoo
UCHIJAAAA ExtraUtilities{1.2.5} Extra Utilities
UCHIJAAAA factorization.notify{1.0} Factorization Notification System
UCHIJAAAA factorization.dimensionalSlice{0.8.88.8.8888g} Factorization Dimensional Slices
UCHIJAAAA factorization{0.8.88.8.8888g} Factorization
UCHIJAAAA factorization.misc{0.8.88.8.8888g} Factorization Miscellaneous Nonsense
UCHIJAAAA FastCraft{1.21} FastCraft
UCHIJAAAA FlatSigns{2.1.0.19} Flat Signs
UCHIJAAAA funkylocomotion{1.0} Funky Locomotion
UCHIJAAAA Waila{1.5.10} Waila
UCHIJAAAA TConstruct{1.7.10-1.8.5.build957} Tinkers' Construct
UCHIJAAAA ThaumicTinkerer{unspecified} Thaumic Tinkerer
UCHIJAAAA MagicBees{1.7.10-2.3.1} Magic Bees
UCHIJAAAA gendustry{1.4.13.97} GenDustry
UCHIJAAAA guideapi{1.7.10-1.0.1-20} Guide-API
UCHIJAAAA iChunUtil{4.2.2} iChunUtil
UCHIJAAAA Hats{4.0.1} Hats
UCHIJAAAA HatStand{4.0.0} HatStand
UCHIJAAAA HelpFixer{1.0.7} HelpFixer
UCHIJAAAA IC2NuclearControl{2.2.5a-GoingForTheKill} Nuclear Control 2
UCHIJAAAA inpure|core{1.7.10R1.0.0B9} INpureCore
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks
UCHIJAAAA IronChest{6.0.62.742} Iron Chest
UCHIJAAAA JABBA{1.2.1} JABBA
UCHIJAAAA journeymap{5.0.1} JourneyMap
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} MFR Compat: Applied Energistics
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} MFR Compat: Atum
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} MFR Compat: BackTools
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} MFR Compat: BuildCraft
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} MFR Compat: Chococraft
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} MFR Compat: ExtraBiomes
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} MFR Compat: Forestry
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} MFR Compat: ForgeMicroblock
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} MFR Compat: IC2
UCHIJAAAA Mystcraft{0.11.13.00} Mystcraft
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} MFR Compat: Mystcraft
UCHIJAAAA MrTJPCoreMod{1.0.7.14} MrTJPCore
UCHIJAAAA ProjRed|Core{4.6.1.80} ProjectRed
UCHIJAAAA ProjRed|Exploration{4.6.1.80} ProjectRed-Exploration
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} MFR Compat ProjectRed
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} MFR Compat: Railcraft
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} MFR Compat: Sufficient Biomes
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} MFR Compat: Thaumcraft
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} MFR Compat: Thermal Expansion
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} MFR Compat: Tinkers' Construct
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} MFR Compat: TwilightForest
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} MFR Compat: Vanilla
UCHIJAAAA MineTweaker3{3.0.9B} MineTweaker 3
UCHIJAAAA numina{0.4.0.100} Numina
UCHIJAAAA powersuits{0.11.0.178} MachineMuse's Modular Powersuits
UCHIJAAAA Morph{0.9.1} Morph
UCHIJAAAA Morpheus{1.7.10-1.6.4} Morpheus
UCHIJAAAA NEIAddons{1.12.10.33} NEI Addons
UCHIJAAAA NEIAddons|AppEng{1.12.10.33} NEI Addons: Applied Energistics 2
UCHIJAAAA NEIAddons|Botany{1.12.10.33} NEI Addons: Botany
UCHIJAAAA NEIAddons|Forestry{1.12.10.33} NEI Addons: Forestry
UCHIJAAAA NEIAddons|CraftingTables{1.12.10.33} NEI Addons: Crafting Tables
UCHIJAAAA NEIAddons|ExNihilo{1.12.10.33} NEI Addons: Ex Nihilo
UCHIJAAAA neiintegration{1.0.9} NEI Integration
UCHIJAAAA NotEnoughCodecs{0.3} NotEnoughCodecs
UCHIJAAAA notenoughkeys{@MOD_VERSION@} NotEnoughKEys
UCHIJAAAA ObsidiPlates{3.0.0.18} ObsidiPlates
UCHIJAAAA OpenMods{0.7.3} OpenMods
UCHIJAAAA OpenBlocks{1.4.3} OpenBlocks
UCHIJAAAA OpenPeripheralCore{1.1.1} OpenPeripheralCore
UCHIJAAAA OpenPeripheral{0.3.1} OpenPeripheralAddons
UCHIJAAAA OpenPeripheralIntegration{0.2.2} OpenPeripheralIntegration
UCHIJAAAA PneumaticCraft{1.8.2-84} PneumaticCraft
UCHIJAAAA PortalGun{4.0.0-beta-4} PortalGun
UCHIJAAAA ProjRed|Transmission{4.6.1.80} ProjectRed-Transmission
UCHIJAAAA ProjRed|Compatibility{4.6.1.80} ProjectRed-Compatibility
UCHIJAAAA ProjRed|Integration{4.6.1.80} ProjectRed-Integration
UCHIJAAAA ProjRed|Illumination{4.6.1.80} ProjectRed-Illumination
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.0} Redstone Arsenal
UCHIJAAAA ResourceLoader{1.2} Resource Loader
UCHIJAAAA rftools{3.10} RFTools
UCHIJAAAA StevesCarts{2.0.0.b18} Steve's Carts 2
UCHIJAAAA StevesFactoryManager{A93} Steve's Factory Manager
UCHIJAAAA ThaumicExploration{0.6.0} Thaumic Exploration
UCHIJAAAA ThermalDynamics{1.7.10R1.0.0} Thermal Dynamics
UCHIJAAAA TiCTooltips{1.2.4} TiC Tooltips
UCHIJAAAA TMechworks{0.2.14.100} Tinkers' Mechworks
UCHIJAAAA Translocator{1.1.1.14} Translocator
UCHIJAAAA WailaHarvestability{1.1.2} Waila Harvestability
UCHIJAAAA witchery{0.24.1} Witchery
UCHIJAAAA WR-CBE|Core{1.4.1.9} WR-CBE Core
UCHIJAAAA WR-CBE|Addons{1.4.1.9} WR-CBE Addons
UCHIJAAAA WR-CBE|Logic{1.4.1.9} WR-CBE Logic
UCHIJAAAA McMultipart{1.1.2.334} Minecraft Multipart Plugin
UCHIJAAAA aobd{2.6.3} Another One Bites The Dust
UCHIJAAAA denseores{1.0} Dense Ores
UCHIJAAAA ForgeMicroblock{1.1.2.334} Forge Microblocks
GL info:
ERRORRuntimeException: No OpenGL context found in the current thread.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-9 for Forge 10.13.2.1291
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.0.2-262
ThermalFoundation: -[1.7.10]1.0.0-81
ThermalExpansion: -[1.7.10]4.0.1-182
MineFactoryReloaded: -[1.7.10]2.8.0-104
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.0-80
ThermalDynamics: -[1.7.10]1.0.0-122
List of loaded APIs:
* API_NEK (1.0.0) from NotEnoughKeys-1.7.10-1.0.0b29.jar
* appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-502.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar
* BotaniaAPI (52) from Botania r1.6-193.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|blueprints (1.3) from buildcraft-7.0.12.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|core (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|events (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.0.12.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|robotics (2.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.0.12.jar
* BuildCraftAPI|tools (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.0.12.jar
* ChiselAPI (0.0.2) from Chisel2-2.3.10.37.jar
* ChiselAPI|Carving (0.0.2) from Chisel2-2.3.10.37.jar
* CoFHAPI (1.7.10R1.0.2) from IC2NuclearControl-2.2.5a-GoingForTheKill.jar
* CoFHAPI|block (1.7.10R1.0.0) from extrautilities-1.2.5.jar
* CoFHAPI|core (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|energy (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|fluid (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|inventory (1.7.10R1.0.1) from buildcraft-compat-7.0.8.jar
* CoFHAPI|item (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|modhelpers (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|tileentity (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|transport (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|world (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|audio (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|gui|container (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|element (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|gui|slot (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|inventory (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|render (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|render|particle (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|util (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|util|helpers (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|util|position (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|world (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|world|feature (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* ComputerCraft|API (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|FileSystem (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Lua (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Media (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Peripheral (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Redstone (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Turtle (1.73) from ComputerCraft1.73.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* factorization notification system (1.0) from Factorization-1.7.10-0.8.88.8.8888g.jar
* ForestryAPI|apiculture (2.6.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|circuits (1.1.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|core (2.6.1) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|genetics (2.7.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|hives (4.0.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|recipes (2.1.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|storage (2.3.0) from forestry_1.7.10-3.5.7.16.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.5.7.16.jar
* gendustryAPI (1.4.13.97) from gendustry-1.4.13.97-mc1.7.10.jar
* Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
* IC2API (1.0) from RedstoneArsenal-[1.7.10]1.1.0-80.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.11.13.00.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.2.5a-GoingForTheKill.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.3.jar
* OpenPeripheralApi (3.2) from OpenPeripheralCore-1.7.10-1.1.1.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.8.2-84-universal.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|carts (1.3.1) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|core (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|signals (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* Thaumcraft|API (4.2.2.0) from Thaumcraft-1.7.10-4.2.3.5.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['dj2000dj'/412, l='Dj's Survival', x=806.50, y=123.50, z=724.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
The text was updated successfully, but these errors were encountered: