Jump to content

RealKimto

Members
  • Posts

    36
  • Joined

  • Last visited

Posts posted by RealKimto

  1. You waited for days? You have four purposeless posts with no responses in less than 2 days. If no one answers, there's generally one or two of four reasons.

    1) Your description/bug report doesn't provide sufficient information to diagnose a problem.

    2) People don't like your post, for whatever reason, and don't want to help you.

    3) The amount of effort it would take to help you is too high. This is different from 2), but related.

    4) No one knows the answer.

    In your case, it's probably a combination of 2) and 3). However, I will make a few suggestions, despite not liking your posting style.

    1) Your version of Java is well over a year and a half out of date. I think installing the latest version will at least eliminate Java issues as a cause.

    2) Your version of Tekkit is rather old, and Galacticraft has seen a lot of bug fixes and updates since then. However, updating Tekkit may break existing worlds, so I recommend a careful world backup.

    3) In the event that both of those efforts fail, I recommend a much more descriptive exposition of exactly what you did before the crash. I understand that pictures may not be possible, since you weren't likely to be taking screenshots of every little thing, but more and better words would be good.

    Also, you weren't warned for the editing. You were warned for not being specific about what you were doing, and a mod translated the :P as a low-effort post. Seeing a pattern here?

    I had actually waited for days, I expect to live in a different time zone since the post said it was posted a day before the day it was posted where I live, so it was like 3-4 days of no replies, but the bigger reason was because I had just started my Tekkit adventure with my brother and had made my awesome moon base and before being able to make a space station witch was the part of Tekkit I tought was the most exciting, my world wouldn't work, and I found out that the reason was because I used 2 oxygens sealers (the one the oxygen pipes goes trough) on 1 oxygen sealer (The one that makes the room full of oxygen). I can't remove the sealers because I can't enter my world so I don't think theres any way to get my world back :(

  2. If you delete something from your post this is what to put instead:

    This is what not to put:

    An infraction point is given to you when you are caught breaking a rule. Accumulate 3 infraction points, and your avatar will be automatically changed to a stupid newbie, your name will show up pink, and you will be put on probation. Points expire after a while, usually a month but I belive it can be longer.

    Get too many points, and you will be banned.

    I think they should tell that if you want to edit it, you should leave the box empty, I didn't know what to type instead and got the punishment for typing :P.

  3. So you thought that adding a single colon with a big P would suffice for a post?

    You need to start reading the Rules and be thankful that the moderators are nice with you so far...

    Edit. You seem to be confusing me for Technic staff. I'm not part of the staff.

    I'm just a regular who tries to stay away from the pink colouring

    By the way, whats an infraction point? I got one for my editing and I don't know what it is

  4. So you thought that adding a single colon with a big P would suffice for a post?

    You need to start reading the Rules and be thankful that the moderators are nice with you so far...

    Edit. You seem to be confusing me for Technic staff. I'm not part of the staff.

    I'm just a regular who tries to stay away from the pink colouring

    I didn't know of anything else to post when I was wrong about the thing I was about to post that was related to this, so I just posted :P, I tought people would see it was edited, I didn't know it would kill someone :(

  5. seems to be that your have a stack over flow with your galaticraft mod. did you try doing something weird with your oxygen sealers in the game?

    My oxygen sealer didn't work so I tried having 2 and then it worked but soon after that, the crash happened

  6. Title: Weird Crash

    Version: 1_0_3

    OS: Windows 7

    Java Version: 1.6.0_30, Sun Microsystems Inc.

    Description of Problem:

    I played with my brother on my singleplayer world, and after 2-3 hours, when I tried to fix my Ocygen Sealer, when I finally did, a crash report appeared, and it appeares every time I try to go to my singleplayer world.

    Error Messages:

    Error Log:

    
    Time: 01.09.13 01:37
    
    Description: Ticking tile entity
    
     
    
    java.lang.StackOverflowError
    
    at java.lang.StrictMath.floor(Unknown Source)
    
    at java.lang.Math.floor(Unknown Source)
    
    at universalelectricity.core.vector.Vector3.intX(Vector3.java:88)
    
    at universalelectricity.core.vector.Vector3.getBlockID(Vector3.java:118)
    
    at micdoodle8.mods.galacticraft.core.oxygen.OxygenPressureProtocol.canBlockPass(OxygenPressureProtocol.java:297)
    
    at micdoodle8.mods.galacticraft.core.oxygen.OxygenPressureProtocol.touchingUnsealedBlock(OxygenPressureProtocol.java:314)
    
    at micdoodle8.mods.galacticraft.core.oxygen.OxygenPressureProtocol.loopThrough(OxygenPressureProtocol.java:66)
    
    at micdoodle8.mods.galacticraft.core.oxygen.OxygenPressureProtocol.nextVec(OxygenPressureProtocol.java:100)
    
    at micdoodle8.mods.galacticraft.core.oxygen.OxygenPressureProtocol.loopThrough(OxygenPressureProtocol.java:70)
    
     
    
    -- Tile entity being ticked --
    
    Details:
    
    Name: Air Sealer // micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityOxygenSealer
    
    Block type: ID #597 (tile.sealer // micdoodle8.mods.galacticraft.core.blocks.GCCoreBlockOxygenSealer)
    
    Block data value: 2 / 0x2 / 0b0010
    
    Block location: World: (-7,63,281), Chunk: (at 9,3,9 in -1,17; contains blocks -16,0,272 to -1,255,287), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    
    Actual block type: ID #597 (tile.sealer // micdoodle8.mods.galacticraft.core.blocks.GCCoreBlockOxygenSealer)
    
    Actual block data value: 2 / 0x2 / 0b0010
    
    Stacktrace:
    
    at net.minecraft.world.World.func_72939_s(World.java:2207)
    
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)
    
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:654)
    
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
    
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:171)
    
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
    
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
    
     
    
    -- Affected level --
    
    Details:
    
    Level name: Galacticraft
    
    All players: 1 total; [GCCorePlayerMP['RealKimto'/75, l='Galacticraft', x=-4,30, y=70,10, z=288,70]]
    
    Chunk stats: ServerChunkCache: 451 Drop: 0
    
    Level seed: -1073533312015270365
    
    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: ~~ERROR~~ NullPointerException: null
    
     
    
    -- System Details --
    
    Details:
    
    Minecraft Version: 1.5.2
    
    Operating System: Windows 7 (x86) version 6.1
    
    Java Version: 1.6.0_30, Sun Microsystems Inc.
    
    Java VM Version: Java HotSpot Client VM (mixed mode), Sun Microsystems Inc.
    
    Memory: 216425256 bytes (206 MB) / 481095680 bytes (458 MB) up to 1037959168 bytes (989 MB)
    
    JVM Flags: 1 total; -Xmx1024m
    
    AABB Pool Size: 1168 (65408 bytes; 0 MB) allocated, 205 (11480 bytes; 0 MB) used
    
    Suspicious classes: FML and Forge are installed
    
    IntCache: cache: 0, tcache: 0, allocated: 2, tallocated: 64
    
    FML: MCP v7.51 FML v5.2.23.737 Minecraft Forge 7.8.1.737 Optifine OptiFine_1.5.2_HD_U_D5 75 mods loaded, 75 mods active
    
    mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    FML{5.2.23.737} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    Forge{7.8.1.737} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    CodeChickenCore{0.8.7} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    CoFHFramework{1.5.2.5} [CoFH Framework] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    ImmibisMicroblocks{55.0.7} [immibis's Microblocks] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    NotEnoughItems{1.5.2.28} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    PowerCrystalsCore{1.1.6} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    mod_bspkrsCore{v2.09(1.5.2)} [bspkrsCore] ([1.5.2]bspkrsCorev2.09.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    TreeCapitator{Forge 1.5.2.r14} [TreeCapitator] ([1.5.2]TreeCapitator.Forge.1.5.2.r14.Uni.CoreMod.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    CoFHCore{1.5.2.5} [CoFHCore] (CoFHCore-1.5.2.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    CoFHWorld{1.5.2.5} [CoFHWorld] (CoFHCore-1.5.2.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    CustomLAN{2.2} [Custom LAN Mod] (CustomPortForge.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    GalacticraftCore{0.1.36} [Galacticraft Core] (Galacticraft-1.5.2-a0.1.36.410.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    ImmibisMicroblocksInstallCheck{55.0.7} [immibis's Microblocks (Checks for incorrect installation, ignore this)] (immibis-microblocks-55.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    bau5_ProjectBench{1.7.4} [Project Bench] ([1.5.2]ProjectBench-v1.7.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    mod_ReiMinimap{v3.3_06 [1.5.2]} [mod_ReiMinimap] ([1.5.2]ReiMinimap_v3.3_06.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    BuildCraft|Core{3.7.1} [buildCraft] (buildcraft-A-3.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    BuildCraft|Factory{3.7.1} [bC Factory] (buildcraft-A-3.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    BuildCraft|Transport{3.7.1} [bC Transport] (buildcraft-A-3.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    BuildCraft|Silicon{3.7.1} [bC Silicon] (buildcraft-A-3.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    APUnofficial{2.3.1} [Additional Pipes] (AdditionalPipes2.3.1-BC3.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    AnObsidianPlate{1.0} [An Obsidian Plate] (AnObsidianPlate-v1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    BuildCraft|Builders{3.7.1} [bC Builders] (buildcraft-A-3.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    BuildCraft|Energy{3.7.1} [bC Energy] (buildcraft-A-3.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded{1.5.1R2.6.4} [MineFactory Reloaded] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    ThermalExpansion{2.4.6.0} [Thermal Expansion] (ThermalExpansion-2.4.6.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    AppliedEnergistics{rv12.b} [Applied Energistics] (appeng-rv12-b-mc15x.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    AtomicScience{0.6.2} [Atomic Science] (Atomic_Science_v0.6.2.117.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    Backpack{1.12.13} [backpack] (backpack-1.12.13-1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    ChickenChunks{1.3.2.12} [ChickenChunks] (ChickenChunks 1.3.2.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    ComputerCraft{1.53} [ComputerCraft] (ComputerCraft1.53.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    CCTurtle{1.53} [ComputerCraft Turtles] (ComputerCraft1.53.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    ImmibisCore{55.1.6} [immibis Core] (immibis-core-55.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    DimensionalAnchors{55.0.3} [Dimensional Anchors] (dimensional-anchor-55.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    DimDoors{1.5.2R1.4.1RC1} [Dimensional Doors] (DimensionalDoors-1.5.2R1.4.1RC1-194.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    EE3{@VERSION@ (build @BUILD_NUMBER@)} [Equivalent Exchange 3] (EE3-pre1h-TechnicFix.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    EnderStorage{1.4.2.12} [EnderStorage] (EnderStorage 1.4.2.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    GregsLighting{1.8.4} [Greg's Lighting] (GregsLighting-1.8.4-mc1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    inventorytweaks{1.54b} [inventory Tweaks] (InventoryTweaks-1.54b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    IronChest{5.2.6.412} [iron Chest] (ironchest-universal-1.5.2-5.2.6.412.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    LogisticsPipes|Main{0.7.3.technic.637} [Logistics Pipes] (LogisticsPipes-MC1.5.2-0.7.3.technic.637.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MFFS{3.1.0} [Modular Force Field System] (MFFS_v3.1.0.175.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatAppliedEnergistics{1.5.1R2.6.4} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatAtum{1.5.1R2.6.4} [MFR Compat: Atum] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatBackTools{1.5.1R2.6.4} [MFR Compat: BackTools] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatBiomesOPlenty{1.5.1R2.6.4} [MFR Compat: Biomes O' Plenty] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatChococraft{1.5.1R2.6.4} [MFR Compat: Chococraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatExtraBiomes{1.5.1R2.6.4} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatForestry{1.5.1R2.6.4} [MFR Compat: Forestry] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatForestryPre{1.5.1R2.6.4} [MFR Compat: Forestry (2)] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatIC2{1.5.1R2.6.4} [MFR Compat: IC2] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatMagicalCrops{1.5.1R2.6.4} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    Mystcraft{0.10.5.00} [Mystcraft] (mystcraft-uni-1.5.2-0.10.5.00.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatMystcraft{1.5.1R2.6.4} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatPams{1.5.1R2.6.4} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatRP2{1.5.1R2.6.4} [MFR Compat: RP2] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatSoulShards{1.5.1R2.6.4} [MFR Compat: SoulShards] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatSufficientBiomes{1.5.1R2.6.4} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MFReloaded|CompatThaumcraft{1.5.1R2.6.4} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatThermalExpansion{1.5.1R2.6.4} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatTwilightForest{1.5.1R2.6.4} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatVanilla{1.5.1R2.6.4} [MFR Compat: Vanilla] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    MineFactoryReloaded|CompatXyCraft{1.5.1R2.6.4} [MFR Compat: XyCraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    mmmPowersuits{0.7.0-534} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.7.0-534.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    PowersuitAddons{0.2.3-144} [Andrew2448's Modular Powersuits Addon] (MPSA-0.2.3-144_MPS-531+.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    NEIPlugins{1.0.9.3} [NEI Plugins] (NEIPlugins-1.0.9.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    NetherOres{1.5.1R2.1.5} [Nether Ores] (NetherOres-2.1.5-75.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    OCS{1.5.2.0} [OpenCCSensors] (OpenCCSensors-1.5.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    OpenPeripheral{0.1.9} [OpenPeripheral] (OpenPeripheral-0.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    simplepowerstorage{1.5.2R1.0} [simple Power Storage] (SimplePowerStorage-1.0-10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    StevesCarts{2.0.0.a122} [steve's Carts] (StevesCarts2.0.0.a122.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    TradeBoothMod{0.4.2} [Trade Booth Mod] (tradebooth.0.4.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    weaponmod{1.5.2 v1.12.0} [balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    OmniTools{3.1.6.0} [OmniTools] (OmniTools-3.1.6.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    
    Profiler Position: N/A (disabled)
    
    Vec3 Pool Size: 920 (51520 bytes; 0 MB) allocated, 773 (43288 bytes; 0 MB) used
    
    Player Count: 1 / 8; [GCCorePlayerMP['RealKimto'/75, l='Galacticraft', x=-4,30, y=70,10, z=288,70]]
    
    Type: Integrated Server (map_client.txt)
    
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    
    

  7. Sorry that this doesn't have to do with anything of this but I have to post this here.

    Why can't I post on bug reports Tekkit? Where it should say that I could post a new thread it says on me:

    (You have insufficient privileges to post here.)

    Why's that? I have a bug with my Tekkit that I REALLy need help with.

  8. You know where to find the reply button, right?

    At the far left corner at the same bottom line of your post is "your name, Today at time:time PM/AM "(this will change to the date the post was made after a few days passes), right next to that is the words: Edit Report

    The word Edit is the one you click on to add/change text on your post.

    You can't delete your post. You CAN delete the text within your post, however that is just silly and might awake the attention of the forum mods if they believe you did something naughty and try to cover it up.

    If the Edit button doesn't work right away then click on "More Options".

    As for:

    They have... Did you not see the Mandatory Reading section?

    WHen I said they should make rules that people can follow, I ment the edit. I didn't see the edit button because after a while, my user automaticly logs off and I can't edit posts then, and I didn't know that at that time.

×
×
  • Create New...