Jump to content

MrBurrito99

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by MrBurrito99

  1. Hi, I have been looking around the forums and can't find a problem exactly like mine. I know it's probably under the same circumstances as other users. 
     
    I have installed the Technic Launcher, I have been happily playing the Tekkit Classic mode; I saw some videos with Galactic-craft and I was gonna give it a go.
     
    I installed the modpacks fine. It than went to a Java loading bar, which quickly turned into the Mojang title screen. After a couple seconds it says "Not Responding" so I leave it. After another few seconds it just closes and takes me back to the launcher.
     
    I recieved this error message:
     
    This is the one line I saw that would have anything to do with the error: "Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: C:UsersRyanAppDataRoaming.technicmodpackstekkitmainconfigWirelessRedstone.cfg (The requested operation cannot be performed on a file with a user-mapped section open)"
     
    There is also a second line exactly the same as the previous one.
     
    So it says that the "FileNotFound" is WirelessRedstone.cfg. 
     
    Does this mean it is missing and I can add it to the mod folder myself or is there another issue?
     
    Thanks for any assistance :)
     
    P.S Sorry if the code isn't formatted properly.
     
    ---- Minecraft Crash Report ----
    // Would you like a cupcake?
     
    Time: 24/04/14 3:55 PM
    Description: Registering texture
     
    java.lang.ExceptionInInitializerError
    at codechicken.wirelessredstone.core.RedstoneEther.<clinit>(RedstoneEther.java:64)
    at codechicken.wirelessredstone.addons.RemoteTexManager.load(RemoteTexManager.java:33)
    at codechicken.wirelessredstone.addons.WRAddonEventHandler.onTextureLoad(WRAddonEventHandler.java:125)
    at net.minecraftforge.event.ASMEventHandler_136_WRAddonEventHandler_onTextureLoad_Pre.invoke(.dynamic)
    at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
    at net.minecraftforge.event.EventBus.post(EventBus.java:108)
    at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:247)
    at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:68)
    at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:57)
    at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:69)
    at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:58)
    at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:49)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: C:UsersRyanAppDataRoaming.technicmodpackstekkitmainconfigWirelessRedstone.cfg (The requested operation cannot be performed on a file with a user-mapped section open)
    at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:134)
    at codechicken.lib.config.ConfigTagParent.setComment(ConfigTagParent.java:70)
    at codechicken.lib.config.ConfigFile.setComment(ConfigFile.java:70)
    at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:66)
    ... 21 more
    Caused by: java.io.FileNotFoundException: C:UsersRyanAppDataRoaming.technicmodpackstekkitmainconfigWirelessRedstone.cfg (The requested operation cannot be performed on a file with a user-mapped section open)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.PrintWriter.<init>(Unknown Source)
    at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:130)
    ... 24 more
     
     
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
     
    -- Head --
    Stacktrace:
    at codechicken.wirelessredstone.core.RedstoneEther.<clinit>(RedstoneEther.java:64)
    at codechicken.wirelessredstone.addons.RemoteTexManager.load(RemoteTexManager.java:33)
    at codechicken.wirelessredstone.addons.WRAddonEventHandler.onTextureLoad(WRAddonEventHandler.java:125)
    at net.minecraftforge.event.ASMEventHandler_136_WRAddonEventHandler_onTextureLoad_Pre.invoke(.dynamic)
    at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
    at net.minecraftforge.event.EventBus.post(EventBus.java:108)
    at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:247)
    at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:68)
    at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:57)
     
    -- Resource location being registered --
    Details:
    Resource location: minecraft:textures/atlas/items.png
    Texture object class: net.minecraft.client.renderer.texture.TextureMap
    Stacktrace:
    at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:69)
    at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:58)
    at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:49)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
     
    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
     
    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_05, Oracle Corporation
    Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 110622640 bytes (105 MB) / 414187520 bytes (395 MB) up to 954728448 bytes (910 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1024m -XX:MaxPermSize=128m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 107 mods loaded, 107 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized
    Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized
    AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    CodeChickenCore{0.9.0.7} [codeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    ImmibisMicroblocks{57.6.3} [immibis's Microblocks] (immibis-microblocks-57.6.3.jar) Unloaded->Constructed->Pre-initialized
    Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    NotEnoughItems{1.6.1.8} [Not Enough Items] (notenoughitems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized
    OpenModsCore{0.3} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    PowerCrystalsCore{1.1.8} [PowerCrystals Core] (powercrystalscore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized
    mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized
    AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{4.2.2} [buildCraft] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    UniversalElectricity{3.1.0} [universal Electricity] (universal-electricity-3.1.0.66-core.jar) Unloaded->Constructed->Pre-initialized
    CalclaviaCore{1.2.0} [Calclavia] (calclavia core-1.2.0.299-main.jar) Unloaded->Constructed->Pre-initialized
    AtomicScience{1.2.0} [Atomic Science] (atomic-science-1.2.0.63-core.jar) Unloaded->Constructed->Pre-initialized
    Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed->Pre-initialized
    Backpack{1.26.29} [backpack] (BACKPACK-1.26.29-1.6.X.jar) Unloaded->Constructed->Pre-initialized
    ComputerCraft{1.58} [ComputerCraft] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{4.2.2} [bC Builders] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{4.2.2} [bC Energy] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Factory{4.2.2} [bC Factory] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Transport{4.2.2} [bC Transport] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded{1.6.2R2.7.5} [MineFactory Reloaded] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    CoFHCore{2.0.0.2} [CoFH Core] (cofhcore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
    NetherOres{1.6.2R2.2.1} [Nether Ores] (NetherOres-2.2.1-14.jar) Unloaded->Constructed->Pre-initialized
    ForgeMultipart{1.0.0.250} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
    ThermalExpansion{3.0.0.2} [Thermal Expansion] (thermalexpansion-3.0.0.2.jar) Unloaded->Constructed->Pre-initialized
    BigReactors{0.3.0A} [big Reactors] (bigreactors-0.3.0A.jar) Unloaded->Constructed->Pre-initialized
    bspkrsCore{v5.3(1.6.4)} [bspkrsCore] (bspkrscorev5.3.zip) Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{4.2.2} [bC Silicon] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    Additional-Buildcraft-Objects{1.0.7.560} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.7.560.jar) Unloaded->Constructed->Pre-initialized
    CarpentersBlocks{2.0.3} [Carpenter's Blocks] (carpenter's blocks v2.0.3 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized
    ChickenChunks{1.3.3.3} [ChickenChunks] (ChickenChunks 1.3.3.3.jar) Unloaded->Constructed->Pre-initialized
    CoFHLoot{2.0.0.2} [CoFH Loot] (cofhcore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
    CoFHMasquerade{2.0.0.2} [CoFH Masquerade] (cofhcore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
    CoFHSocial{2.0.0.2} [CoFH Social] (cofhcore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
    CoFHWorld{2.0.0.2} [CoFH World] (cofhcore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
    CCTurtle{1.58} [ComputerCraft Turtles] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized
    ImmibisCore{57.1.94} [immibis Core] (immibis-core-57.1.94.jar) Unloaded->Constructed->Pre-initialized
    DimensionalAnchors{57.1.95} [Dimensional Anchors] (dimensional-anchor-57.1.95.jar) Unloaded->Constructed->Pre-initialized
    dimdoors{1.6.4R2.2.2RC1} [Dimensional Doors] (dimensionaldoors-2.2.2RC1-311.jar) Unloaded->Constructed->Pre-initialized
    EnderStorage{1.4.3.5} [EnderStorage] (EnderStorage 1.4.3.5.jar) Unloaded->Constructed->Pre-initialized
    EE3{0.1} [Equivalent Exchange 3] (equivalentexchange3-1.6.4-0.1.44.jar) Unloaded->Constructed->Pre-initialized
    Mystcraft{0.10.12.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.12.01.zip) Unloaded->Constructed->Pre-initialized
    OpenMods{0.3} [OpenMods] (openmodslib-0.3.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Core{4.3.3.28} [ProjectRed] (projectredbase-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Transmission{4.3.3.28} [ProjectRed-Transmission] (projectredintegration-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
    OpenPeripheralCore{0.3.2} [OpenPeripheralCore] (openperipheralcore-0.3.2.jar) Unloaded->Constructed->Pre-initialized
    ExtraUtilities{1.0.1} [Extra Utilities] (extrautils-1.0.2.zip) Unloaded->Constructed->Pre-initialized
    GalacticraftCore{2.0.11} [Galacticraft Core] (galacticraft-1.6.4-2.0.11.978.jar) Unloaded->Constructed->Pre-initialized
    GalacticraftMars{2.0.11} [Galacticraft Mars] (galacticraft-planets-1.6.4-2.0.11.978.jar) Unloaded->Constructed->Pre-initialized
    GregsLighting{1.9.1} [Greg's Lighting] (GregsLighting-1.9.1-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized
    inventorytweaks{1.56} [inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
    IronChest{5.4.1.697} [iron Chest] (ironchest-universal-1.6.4-5.4.1.697.zip) Unloaded->Constructed->Pre-initialized
    LogisticsPipes|Main{0.7.4.dev.106} [Logistics Pipes] (logisticspipes-mc1.6.4-0.7.4.dev.106.jar) Unloaded->Constructed->Pre-initialized
    MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatAppliedEnergistics{1.6.2R2.7.5} [MFR Compat: Applied Energistics] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatAtum{1.6.2R2.7.5} [MFR Compat: Atum] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatBackTools{1.6.2R2.7.5} [MFR Compat: BackTools] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatBuildCraft{1.6.2R2.7.5} [MFR Compat: BuildCraft] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatChococraft{1.6.2R2.7.5} [MFR Compat: Chococraft] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatExtraBiomes{1.6.2R2.7.5} [MFR Compat: ExtraBiomes] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForestry{1.6.2R2.7.5} [MFR Compat: Forestry] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForestryPre{1.6.2R2.7.5} [MFR Compat: Forestry (part 2)] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForgeMicroblock{1.6.2R2.7.5} [MFR Compat: ForgeMicroblock] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatIC2{1.6.2R2.7.5} [MFR Compat: IC2] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatMystcraft{1.6.2R2.7.5} [MFR Compat: Mystcraft] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatPams{1.6.2R2.7.5} [MFR Compat: Pam's Mods] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Exploration{4.3.3.28} [ProjectRed-Exploration] (projectredworld-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatProjRed{1.6.2R2.7.5} [MFR Compat ProjectRed] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatRailcraft{1.6.2R2.7.5} [MFR Compat: Railcraft] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatRP2{1.6.2R2.7.5} [MFR Compat: RP2] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatSufficientBiomes{1.6.2R2.7.5} [MFR Compat: Sufficient Biomes] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatThaumcraft{1.6.2R2.7.5} [MFR Compat: Thaumcraft] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatThermalExpansion{1.6.2R2.7.5} [MFR Compat: Thermal Expansion] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatTwilightForest{1.6.2R2.7.5} [MFR Compat: TwilightForest] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatVanilla{1.6.2R2.7.5} [MFR Compat: Vanilla] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatXyCraft{1.6.2R2.7.5} [MFR Compat: XyCraft] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
    MFFS{3.6.2} [Modular Force Field System] (modular-force-field-system-3.6.2.56-core.jar) Unloaded->Constructed->Pre-initialized
    numina{0.1.2-55} [Numina] (numina-1.6.2-0.1.2-55.jar) Unloaded->Constructed->Pre-initialized
    powersuits{0.10.0-91} [MachineMuse's Modular Powersuits] (modularpowersuits-1.6.4-0.10.0-91.jar) Unloaded->Constructed->Pre-initialized
    NEIPlugins{1.1.0.6} [NEI Plugins] (neiplugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized
    OCS{1.6.4.1} [OpenCCSensors] (OPENCCSENSORS-1.6.4.1B.jar) Unloaded->Constructed->Pre-initialized
    OpenPeripheral{0.1.2} [OpenPeripheralAddons] (openperipheraladdons-0.1.2.jar) Unloaded->Constructed->Pre-initialized
    powersuitaddons{@VERSION@} [Andrew's Modular Powersuits Addons] (powersuitaddons-1.6.4-884.jar) Unloaded->Constructed->Pre-initialized
    bau5_ProjectBench{1.8.0} [Project Bench] (ProjectBench-1.6.2-v1.8.0.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Transportation{4.3.3.28} [ProjectRed-Transportation] (projectredmechanical-beta-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Compatibility{4.3.3.28} [ProjectRed-Compatibility] (projectredcompat-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Integration{4.3.3.28} [ProjectRed-Integration] (projectredintegration-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Illumination{4.3.3.28} [ProjectRed-Illumination] (projectredlighting-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Expansion{4.3.3.28} [ProjectRed-Expansion] (projectredmechanical-beta-1.6.4-4.3.3.28.jar) Unloaded->Constructed->Pre-initialized
    QuantumCraft{1.1} [qCraft] (qcraft1.1.jar) Unloaded->Constructed->Pre-initialized
    Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized
    JAKJ_RedstoneInMotion{2.3.0.0} [Redstone In Motion] (redstoneinmotion_2.3.0.0_mc1.6.zip) Unloaded->Constructed->Pre-initialized
    StevesCarts{2.0.0.b10} [steve's Carts 2] (stevescarts2.0.0.b10.zip) Unloaded->Constructed->Pre-initialized
    tradeboothmod{0.6.4.2} [Trade Booth Mod] (tradebooth.0.6.4.2.zip) Unloaded->Constructed->Pre-initialized
    TreeCapitator{Forge 1.6.4.r09} [Treecapitator] (TREECAPITATOR.FORGE.1.6.4.R09.UNIVERSAL.zip) Unloaded->Constructed->Pre-initialized
    Vending{1.1.1} [Vending] (vending-1.6.4-1.1.1.jar) Unloaded->Constructed->Pre-initialized
    Waila{1.5.1} [Waila] (waila_1.5.1a.zip) Unloaded->Constructed->Pre-initialized
    weaponmod{1.6.2 v1.13.5} [balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized
    WR-CBE|Core{1.4.0.6} [WR-CBE Core] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
    WR-CBE|Addons{1.4.0.6} [WR-CBE Addons] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
    WR-CBE|Logic{1.4.0.6} [WR-CBE Logic] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
    McMultipart{1.0.0.250} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
    ForgeMicroblock{1.0.0.250} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
    Launched Version: 1.6.4-Forge9.11.1.965
    LWJGL: 2.9.0
    OpenGL: AMD Radeon R9 200 Series GL version 4.3.12618 Compatibility Profile Context 13.251.0.0, ATI Technologies Inc.
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

×
×
  • Create New...