Jump to content

Tomab

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Tomab

  1. You have quite of list of additional stuff loaded on your server beyond a stock Tekkit install. Have you taken the obvious troubleshooting step of disabling plugins to try and determine if one of them are causing your issue?

    Yeah. Multiverse.

    Perhaps try running a clean Tekkit install with just multiverse to see if that can reproduce the problem?

    I've given up on this for the moment though, as we're not in any dire need for additional worlds and removing Multiverse causes this problem to go away.

  2. I attempted this, perhaps I did something obviously wrong. I replaced the zip'd ic2 mod file with the jar from mcportcentral. I'm testing this on a fresh Tekkit install.

    edit: Nevermind, I downloaded the server jar from IC2's site instead of choosing the "Download" option on mcportcentral. Clicking the github link and get the proper .zip file fixed my issue.

    Thanks for an awesome fix!

    >java -Xmx3G -Xms2G -jar Tekkit.jar nogui
    
     
    
    182 recipes
    
    27 achievements
    
    16:40:55 [iNFO] Starting minecraft server version 1.2.5
    
    16:40:55 [iNFO] Forge Mod Loader version @MAJOR@.@MINOR@.@REV@.@BUILD@ for Minecraft @MCVERSION@ loading
    
    16:40:55 [iNFO] Loading mods from C:\Users\Tomab\Desktop\TekkitCleanTest\mods
    
    16:40:55 [iNFO] Forge Mod Loader has loaded 34 mods
    
    16:40:55 [iNFO] MinecraftForge v3.1.3.105 Initialized
    
    16:40:55 [iNFO] MinecraftForge v3.1.3.105 Initialized
    
    16:40:55 [iNFO] Adding Material: 30031:X30031
    
    16:40:55 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308
    
    16:40:55 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg
    
    16:40:55 [iNFO] ComputerCraft: computerBlockID 207
    
    16:40:55 [iNFO] ComputerCraft: diskDriveBlockID 208
    
    16:40:55 [iNFO] ComputerCraft: diskItemID 4000
    
    16:40:55 [iNFO] Adding Material: 207:X207
    
    16:40:55 [iNFO] CONFLICT @ -49
    
    16:40:55 [iNFO] ComputerCraft: Searching for RedPowerLib...
    
    16:40:55 [iNFO] ComputerCraft: RedPowerLib and methods located.
    
    16:40:55 [iNFO] Adding Material: 208:X208
    
    16:40:55 [iNFO] CONFLICT @ -48
    
    16:40:55 [iNFO] Adding Material: 4256:X4256
    
    16:40:56 [iNFO] [CraftingTableIII] Up to date!
    
    16:40:56 [iNFO] Adding Material: 149:X149
    
    16:40:56 [sEVERE] java.lang.NoClassDefFoundError: ge
    
    16:40:56 [sEVERE]      at java.lang.Class.getDeclaredFields0(Native Method)
    
    16:40:56 [sEVERE]      at java.lang.Class.privateGetDeclaredFields(Unknown Source)
    
    16:40:56 [sEVERE]      at java.lang.Class.getDeclaredFields(Unknown Source)
    
    16:40:56 [sEVERE]      at cpw.mods.fml.server.ModLoaderModContainer.configureModModLoaderModContainer.java:114)
    
    16:40:56 [sEVERE]      at cpw.mods.fml.server.ModLoaderModContainer.preInit(ModLoaderModContainer.java:73)
    
    16:40:56 [sEVERE]      at cpw.mods.fml.common.Loader.preModInit(Loader.java:201)
    
    16:40:56 [sEVERE]      at cpw.mods.fml.common.Loader.loadMods(Loader.java:528)
    
    16:40:56 [sEVERE]      at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:113)
    
    16:40:56 [sEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:118)
    
    16:40:56 [sEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
    
    16:40:56 [sEVERE]      at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    
    16:40:56 [sEVERE] Caused by: java.lang.ClassNotFoundException: ge
    
    16:40:56 [sEVERE]      at java.net.URLClassLoader$1.run(Unknown Source)
    
    16:40:56 [sEVERE]      at java.net.URLClassLoader$1.run(Unknown Source)
    
    16:40:56 [sEVERE]      at java.security.AccessController.doPrivileged(Native Method)
    
    16:40:56 [sEVERE]      at java.net.URLClassLoader.findClass(Unknown Source)
    
    16:40:56 [sEVERE]      at java.lang.ClassLoader.loadClass(Unknown Source)
    
    16:40:56 [sEVERE]      at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    
    16:40:56 [sEVERE]      at java.lang.ClassLoader.loadClass(Unknown Source)
    
    16:40:56 [sEVERE]      ... 11 more
    
    16:40:56 [sEVERE] Unexpected exception
    
    java.lang.NoClassDefFoundError: ge
    
            at java.lang.Class.getDeclaredFields0(Native Method)
    
            at java.lang.Class.privateGetDeclaredFields(Unknown Source)
    
            at java.lang.Class.getDeclaredFields(Unknown Source)
    
            at cpw.mods.fml.server.ModLoaderModContainer.configureMod(ModLoaderModContainer.java:114)
    
            at cpw.mods.fml.server.ModLoaderModContainer.preInit(ModLoaderModContainer.java:73)
    
            at cpw.mods.fml.common.Loader.preModInit(Loader.java:201)
    
            at cpw.mods.fml.common.Loader.loadMods(Loader.java:528)
    
            at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:113)
    
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:118)
    
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
    
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    
    Caused by: java.lang.ClassNotFoundException: ge
    
            at java.net.URLClassLoader$1.run(Unknown Source)
    
            at java.net.URLClassLoader$1.run(Unknown Source)
    
            at java.security.AccessController.doPrivileged(Native Method)
    
            at java.net.URLClassLoader.findClass(Unknown Source)
    
            at java.lang.ClassLoader.loadClass(Unknown Source)
    
            at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    
            at java.lang.ClassLoader.loadClass(Unknown Source)
    
            ... 11 more
    
    >

  3. Ah this happends to the server i am on right now. Probablly just a bug. :/

    Yes, but this doesn't happen on all Tekkit 3.0.4 servers, does it? Also, bugs will never get fixed if we don't know what circumstances cause them, and how to remove them.

  4. you need to add

    "allow-flight=true"

    without the quotation marks to your server.properties file, then reboot the server (you can't just reload it

    Thankyou very much for your speedy reply flynard. You must get many ignorant bug reports here otherwise you might have noted I've already done this. I appreciate your help.

    Also I am well aware of the trouble with /reload'ing bukkit servers and don't do this. I've restarted my server after verifying what I already stated in the first post just to make sure.

    tl:dr I already did that.

  5. Title: Jetpack Flight

    Version: 3.0.3/3.0.4

    OS: Windows 7 Ultimate 64-bit

    Java Version: Java SE Runtime Environment build 1.7.0_03-b05

    Description of Problem:

    When a non-op player is attempting to use a jetpack, flight is allowed for about 4 meters or so before he is placed back on the ground where he started.

    I don't believe this to be an issue with Tekkit, but one of the plugins being run.

    23:05:30 [iNFO] Plugins (64): mod_WirelessRedstoneAddons, mod_BuildCraftEnergy,
    
    mod_RedPowerWiring, mod_BuildCraftCore, mod_ImmibisCore, Vault, Multiverse-Core,
    
    mod_BuildCraftFactory, mod_NetherOres, dynmap, mod_TubeStuff, BasicMinerXP, Ope
    
    nInv, mod_CCTurtle, mod_WirelessRedstoneRedPower, mod_IC2NuclearControl, mod_Com
    
    pactSolars, mod_WirelessRedstoneCore, LagMeter, mod_IronChest, mod_IC2_ChargingB
    
    ench, mod_MinecraftForge, WorldEdit, Towny, mod_RedPowerControl, Multiverse-Neth
    
    erPortals, PermissionsEx, mod_IC2, Questioner, mod_RedPowerMachine, mod_BuildCra
    
    ftBuilders, mod_RedPowerLighting, WorldGuard, mod_RedPowerWorld, MineBackup, mod
    
    _ComputerCraft, iConomy, mod_BuildCraftTransport, TomabTime, mod_NotEnoughItems,
    
    mod_PowerConverters, mod_AdditionalPipes, disablecraft, mod_Railcraft, mod_IC2A
    
    dvancedMachines, BKCommonLib, mod_RedPowerCore, mod_RedPowerLogic, Modifyworld,
    
    Herochat, mod_EnderStorage, mod_CodeChickenCore, Essentials, WorldBorder, ShowCa
    
    seStandalone, Multiverse-Portals, Dynmap-WorldGuard, Register, HawkEye, Dynmap-T
    
    owny, EssentialsSpawn, VanishNoPacket, LWC, Dynmap-HeroChat
    
    
     
    
    server.properties file has allow-flight=true
    
     
    
    Am I missing something else? Thanks in advance for any help, and sorry if this is not appropriate for the Tekkit Bug Board.
    
     
    
    Error Messages:
    
    NA
    
     
    
    Error Log:
    
    
    
    
    NA
    
    

  6. I'm running Tekkit 3.0.4 with no additional mods and these plugins:

    23:05:30 [iNFO] Plugins (64): mod_WirelessRedstoneAddons, mod_BuildCraftEnergy,
    
    mod_RedPowerWiring, mod_BuildCraftCore, mod_ImmibisCore, Vault, Multiverse-Core,
    
    mod_BuildCraftFactory, mod_NetherOres, dynmap, mod_TubeStuff, BasicMinerXP, Ope
    
    nInv, mod_CCTurtle, mod_WirelessRedstoneRedPower, mod_IC2NuclearControl, mod_Com
    
    pactSolars, mod_WirelessRedstoneCore, LagMeter, mod_IronChest, mod_IC2_ChargingB
    
    ench, mod_MinecraftForge, WorldEdit, Towny, mod_RedPowerControl, Multiverse-Neth
    
    erPortals, PermissionsEx, mod_IC2, Questioner, mod_RedPowerMachine, mod_BuildCra
    
    ftBuilders, mod_RedPowerLighting, WorldGuard, mod_RedPowerWorld, MineBackup, mod
    
    _ComputerCraft, iConomy, mod_BuildCraftTransport, TomabTime, mod_NotEnoughItems,
    
    mod_PowerConverters, mod_AdditionalPipes, disablecraft, mod_Railcraft, mod_IC2A
    
    dvancedMachines, BKCommonLib, mod_RedPowerCore, mod_RedPowerLogic, Modifyworld,
    
    Herochat, mod_EnderStorage, mod_CodeChickenCore, Essentials, WorldBorder, ShowCa
    
    seStandalone, Multiverse-Portals, Dynmap-WorldGuard, Register, HawkEye, Dynmap-T
    
    owny, EssentialsSpawn, VanishNoPacket, LWC, Dynmap-HeroChat
    
    
     
    
    Multiverse's "-version" output
    
    
    
    [Multiverse-Core] Multiverse-Core Version: 2.4-b527
    
    [Multiverse-Core] Bukkit Version: git-Bukkit-jenkins-CraftBukkit-98 (MC: 1.2.5)
    
    [Multiverse-Core] Loaded Worlds: 6
    
    [Multiverse-Core] Multiverse Plugins Loaded: 2
    
    [Multiverse-Core] Economy being used: iConomy6
    
    [Multiverse-Core] Permissions Plugin: Bukkit Permissions (SuperPerms)
    
    [Multiverse-Core] Dumping Config Values: (version 2.9)
    
    [Multiverse-Core]  messagecooldown: 5000
    
    [Multiverse-Core]  teleportcooldown: 1000
    
    [Multiverse-Core]  worldnameprefix: false
    
    [Multiverse-Core]  enforceaccess: true
    
    [Multiverse-Core]  displaypermerrors: true
    
    [Multiverse-Core]  teleportintercept: true
    
    [Multiverse-Core]  firstspawnoverride: true
    
    [Multiverse-Core]  firstspawnworld: TekkitWorld
    
    [Multiverse-Core]  debug: 0
    
    [Multiverse-Core] Special Code: FRN002
    
    [Multiverse-NetherPortals] Multiverse-NetherPortals Version: 2.4-b530
    
    [Multiverse-NetherPortals] World links: {}
    
    [Multiverse-NetherPortals] Nether Prefix:
    
    [Multiverse-NetherPortals] Nether Suffix: _nether
    
    [Multiverse-NetherPortals] Special Code: FRN001
    
    [Multiverse-Portals] Multiverse-Portals Version: 2.4-b548
    
    [Multiverse-Portals] Loaded Portals: 10
    
    [Multiverse-Portals] Dumping Portal Values: (version 2.7)
    
    [Multiverse-Portals]  wand: 271
    
    [Multiverse-Portals]  useonmove: true
    
    [Multiverse-Portals]  enforceportalaccess: false
    
    [Multiverse-Portals]  portalsdefaulttonether:false
    
    [Multiverse-Portals]  portalcooldown: 1000
    
    [Multiverse-Portals]  clearonremove: false
    
    [Multiverse-Portals] Special Code: FRN001

  7. Launcher/pack Version: Tekkit v 3.0.4

    Operating System: Windows 7 64 bit

    Version of Java: v7 64 bit

    Description of Problem:

    The bug involves shift-clicking interactions with the Disk Drive. Shift-clicking an item out of the drive' date=' and shift-clicking another item, will create a sort of 'ghost' version of the first item. The 'ghost' item will disappear when trying to stack or when held when attempting a right-click operation (whether it opening a GUI, or placing a block). The 'ghost' item will interact normally with GUI of blocks, and can be transmuted, macerated, store energy, burned, used in crafting recipes, etc. [/quote']

    Macc188 obviously didn't read the sticky, but the issue he describes is a reproducible dupe bug. If anyone can post a work-around for this problem I'd sure appreciate it.

×
×
  • Create New...