Jump to content

Syndrogo

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Syndrogo

  1.   Member:
    
        permissions:
    
        - essentials.afk
    
        - essentials.balance
    
        - essentials.balance.others
    
        - essentials.balancetop
    
        - essentials.compass
    
        - essentials.depth
    
        - essentials.home
    
        - essentials.ignore
    
        - essentials.kit
    
        - essentials.kit.tools
    
        - essentials.mail
    
        - essentials.mail.send
    
        - essentials.me
    
        - essentials.msg
    
        - essentials.nick
    
        - essentials.pay
    
        - essentials.ping
    
        - essentials.powertool
    
        - essentials.protect
    
        - essentials.sethome
    
        - essentials.signs.use.*
    
        - essentials.signs.create.disposal
    
        - essentials.signs.create.mail
    
        - essentials.signs.create.protection
    
        - essentials.signs.create.trade
    
        - essentials.signs.break.disposal
    
        - essentials.signs.break.mail
    
        - essentials.signs.break.protection
    
        - essentials.signs.break.trade
    
        - essentials.suicide
    
        - essentials.time
    
        - essentials.tpa
    
        - essentials.tpaccept
    
        - essentials.tpahere
    
        - essentials.tpdeny
    
        - essentials.warp
    
        - essentials.warp.list
    
        - essentials.worth
    
        - treeassist.autoremove
    
        - treeassist.replant
    
        - treeassist.toggle
    
        inheritance:
    
        - guest
    
        prefix: '&2[LE Member]'
    
        options:
    
          build: true
    
          rank: '500'

    As you can see at the bottom it has build true

    To stop TNT use WorldGuard.

  2. Do you have your self set to OP? if so that the reason why you can put in commands.

    Also make sure you have the most up to date version: http://dev.bukkit.org/server-mods/permissionsex/

    Lets try Debug and see what errors pop up.

    Debug Mode 
    
    One of the best ways to troubleshoot a permissions problem with PEX is to turn on debug mode. In your PEX config.yml, set the following two options:
    
     
    
    Under the superperms section, set debug: to true
    
    Under the main permissions section, set debug: to true
    
    When these two options are set, PEX will display all permission node checks as they occur, making it much easier to figure out why a user or group is told they don't have permissions.
    
     
    
    When you are done, it is recommended to set the main debug line back to false, but leave the one for superperms turned on. Don't worry about PEX spamming your console or log, the debug output will not appear with this setting until you run pex toggle debug to turn on global debug. If you want to debug just a specific player, the pex user <user> toggle debug command can be used for that.
    
    

  3. In permission bukkit you have to put essentials.whois: true (or false)

    for permissionsex you have to drop the : and true.

    Permissionsex likes to work if you list it in the groups permission it has to be true.

    To include all permission in a mod you would put - essentials.*

    Only want one dash

    If you want you can send me what commands you want each group to have and ill set it up for you.

  4. My Permission example. Make sure to use Notepad ++ and change it to YAML

    
    groups:
    
      Guest:
    
        default: true
    
        permissions:
    
        - essentials.spawn
    
        - essentials.rules
    
        - essentials.motd
    
        - essentials.list
    
        - essentials.helpop
    
        - essentials.help
    
        - essentials.chat.color
    
        - essentials.chat.shout
    
        - essentials.chat.question
    
        prefix: '&e[Guest]'
    
        options:
    
          build: false
    
          rank: '1000'
    
      Member:
    
        permissions:
    
        - essentials.afk
    
        - essentials.balance
    
        - essentials.balance.others
    
        - essentials.balancetop
    
        - essentials.compass
    
        - essentials.depth
    
        - essentials.home
    
        - essentials.ignore
    
        - essentials.kit
    
        - essentials.kit.tools
    
        - essentials.mail
    
        - essentials.mail.send
    
        - essentials.me
    
        - essentials.msg
    
        - essentials.nick
    
        - essentials.pay
    
        - essentials.ping
    
        - essentials.powertool
    
        - essentials.protect
    
        - essentials.sethome
    
        - essentials.signs.use.*
    
        - essentials.signs.create.disposal
    
        - essentials.signs.create.mail
    
        - essentials.signs.create.protection
    
        - essentials.signs.create.trade
    
        - essentials.signs.break.disposal
    
        - essentials.signs.break.mail
    
        - essentials.signs.break.protection
    
        - essentials.signs.break.trade
    
        - essentials.suicide
    
        - essentials.time
    
        - essentials.tpa
    
        - essentials.tpaccept
    
        - essentials.tpahere
    
        - essentials.tpdeny
    
        - essentials.warp
    
        - essentials.warp.list
    
        - essentials.worth
    
        - treeassist.autoremove
    
        - treeassist.replant
    
        - treeassist.toggle
    
        inheritance:
    
        - guest
    
        prefix: '&2[LE Member]'
    
        options:
    
          build: true
    
          rank: '500'
    
      Mod:
    
        permissions:
    
        - essentials.ban
    
        - essentials.ban.notify
    
        - essentials.banip
    
        - essentials.broadcast
    
        - essentials.clearinventory
    
        - essentials.delwarp
    
        - essentials.eco.loan
    
        - essentials.ext
    
        - essentials.getpos
    
        - essentials.helpop.recieve
    
        - essentials.home.others
    
        - essentials.invsee
    
        - essentials.jails
    
        - essentials.jump
    
        - essentials.kick
    
        - essentials.kick.notify
    
        - essentials.kill
    
        - essentials.mute
    
        - essentials.nick.others
    
        - essentials.realname
    
        - essentials.setwarp
    
        - essentials.signs.create.*
    
        - essentials.signs.break.*
    
        - essentials.spawner
    
        - essentials.thunder
    
        - essentials.time
    
        - essentials.time.set
    
        - essentials.protect.alerts
    
        - essentials.protect.admin
    
        - essentials.protect.ownerinfo
    
        - essentials.ptime
    
        - essentials.ptime.others
    
        - essentials.togglejail
    
        - essentials.top
    
        - essentials.tp
    
        - essentials.tphere
    
        - essentials.tppos
    
        - essentials.tptoggle
    
        - essentials.unban
    
        - essentials.unbanip
    
        - essentials.weather
    
        - essentials.whois
    
        - essentials.world
    
        - permissions.user.promote.default
    
        - permissions.user.demote.default
    
        - permissions.manage.membership
    
        inheritance:
    
        - builder
    
        prefix: '&5[Mod]'
    
        options:
    
          build: true
    
          rank: '200'
    
      Admin:
    
        permissions:
    
        - -essentials.backup
    
        - -essentials.essentials
    
        - -essentials.setspawn
    
        - -essentials.reloadall
    
        - essentials.*
    
        - permissions.manage.users
    
        - permissions.manage.users.permissions
    
        - permissions.manage.users.permissions.timed
    
        - worldedit.*
    
        - treeassist.toggle.global
    
        - treeassist.reload
    
        inheritance:
    
        - mod
    
        prefix: '&c[Admin]'
    
        options:
    
          build: true
    
          rank: '100'
    
      Owner:
    
        permissions:
    
        - '*'
    
        inheritance:
    
        - admin
    
        prefix: '&4[Owner]'
    
        options:
    
          build: true
    
          rank: '0'
    
    users:
    
      Starcraft1535:
    
        group:
    
        - Owner
    
    

  5. So after spending countless hours doing this on my own. I made a quick guide that I hope helps all the tcadmin users.

    1.Start with a Clean Server (If already done go to step 2)

    6rmt7k.png

    2. Install Bukkit

    All TCadmin 2.0 version should have bukkit pre-loaded to the server. If not please contact your host to have it added. If you are the host please send me a pm and I'll help you set it up.

    29ckoex.png

    Click mod Manager

    2a9wfpk.png

    Click Install (The status will change to
    Installed
    when done
    )

    3. Make sure to Restart the server to make sure bukkit adds it files. Then stop the server.

    4. Time to upload tekkit and delete the worlds created by bukkit. (To get the most up to date version of tekkit Click Here)

    Best way on installing tekkit is to upload the zip to the main server directory using File Manager(you can also you FTP). Then unzipping it. it should look like this after:

    2hczs7t.png

    Now delete world, world_nether, and world_the_end. If you don't delete the old worlds the new ore will not show up.

    5. Go to Command line if you cant create a custom command line then you most ask your host to add the following line:

    n1xs20.png

    6. Should be all done. I would watch the Web Console as the server comes up looking for any [sEVERE] This way you can troubleshoot tekkit.

    7. (Bonus) If you want any Bukkit plugins upload the .jar to the Plugins folder. Restart server and config. After the config you can either reload the plugin in game or force a server restart.

  6. Tried re-installing with 3.1.3

    I only run into this problem when i unzip all the mods!

    2013-01-05 20:03:24 [iNFO] Stopping server
    
    2013-01-05 20:03:24 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    
    2013-01-05 20:03:24 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source)
    
    2013-01-05 20:03:24 [sEVERE] at java.util.ArrayList.get(Unknown Source)
    
    2013-01-05 20:03:24 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:414)
    
    2013-01-05 20:03:24 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:487)
    
    2013-01-05 20:03:24 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    
    )
    
    2013-01-05 20:03:27 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
    
    2013-01-05 20:03:27 [sEVERE] at java.security.AccessController.doPrivileged(Native Method)
    
    2013-01-05 20:03:27 [sEVERE] at java.net.URLClassLoader.findClass(Unknown Source)
    
    2013-01-05 20:03:27 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    
    2013-01-05 20:03:27 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    
    2013-01-05 20:03:27 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    
    2013-01-05 20:03:27 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    
    2013-01-05 20:03:27 [sEVERE] at java.lang.Class.forName0(Native Method)
    
    2013-01-05 20:03:27 [sEVERE] at java.lang.Class.forName(Unknown Source)
    
    2013-01-05 20:03:27 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)
    
    2013-01-05 20:03:27 [sEVERE] ... 9 more
    
    2013-01-05 20:03:27 [sEVERE] Unexpected exception
    
    cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: minecraft/server/mod_WirelessRedstoneRedPower (wrong name: net/minecraft/server/mod_WirelessRedstoneRedPower)
    
    at cpw.mods.fml.common.Loader.load(Loader.java:436)
    
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:606)
    
    at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134)
    
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:125)
    
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)
    
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    
    Caused by: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: minecraft/server/mod_WirelessRedstoneRedPower (wrong name: net/minecraft/server/mod_WirelessRedstoneRedPower)
    
    at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527)
    
    at cpw.mods.fml.common.Loader.attemptDirLoad(Loader.java:474)
    
    at cpw.mods.fml.common.Loader.attemptDirLoad(Loader.java:463)
    
    at cpw.mods.fml.common.Loader.attemptDirLoad(Loader.java:463)
    
    at cpw.mods.fml.common.Loader.load(Loader.java:401)
    
    ... 5 more
    
    Caused by: java.lang.NoClassDefFoundError: minecraft/server/mod_WirelessRedstoneRedPower (wrong name: net/minecraft/server/mod_WirelessRedstoneRedPower)
    
    at java.lang.ClassLoader.defineClass1(Native Method)
    
    at java.lang.ClassLoader.defineClass(Unknown Source)
    
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    
    at java.net.URLClassLoader.defineClass(Unknown Source)
    
    at java.net.URLClassLoader.access$100(Unknown Source)
    
    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)
    
    at java.lang.ClassLoader.loadClass(Unknown Source)
    
    at java.lang.Class.forName0(Native Method)
    
    at java.lang.Class.forName(Unknown Source)
    
    at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)
    
    ... 9 more

    Also tried removing all WR-CBE mods and i get about 50 more errors

  7. Title: Problem during mod loading

    Version: 3.1.2

    OS: Its on a CentOS 5.8 - 64 bit box. I use Tcadmin 2.0

    Java Version: 7 update 10

    Description of Problem:

    Everytime i start the server after unzipping all the mod i get errors across the broad

    Error Messages:

    2013-01-05 19:29:59 [sEVERE] A problem has occured during mod loading. Likely a corrupt jar is located in your mods directory

    2013-01-05 19:29:59 [sEVERE] cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: minecraft/server/mod_WirelessRedstoneRedPower (wrong name: net/minecraft/server/mod_WirelessRedstoneRedPower)

    Error Log:

    
    2013-01-05 19:29:59 [iNFO] Directory net contained no mods
    
    2013-01-05 19:29:59 [FINE] Found a directory nuclearcontrol, attempting to load it
    
    2013-01-05 19:29:59 [FINEST] Recursing into package panel
    
    2013-01-05 19:29:59 [iNFO] Directory nuclearcontrol contained no mods
    
    2013-01-05 19:29:59 [FINE] Found a directory powercrystals, attempting to load it
    
    2013-01-05 19:29:59 [FINEST] Recursing into package powerconverters
    
    2013-01-05 19:29:59 [iNFO] Directory powercrystals contained no mods
    
    2013-01-05 19:29:59 [FINE] Found a directory railcraft, attempting to load it
    
    2013-01-05 19:29:59 [FINEST] Recursing into package common
    
    2013-01-05 19:29:59 [FINEST] Recursing into package common.api
    
    2013-01-05 19:29:59 [FINEST] Recursing into package common.carts
    
    2013-01-05 19:29:59 [FINEST] Recursing into package common.cube
    
    2013-01-05 19:29:59 [FINEST] Recursing into package common.detector
    
    2013-01-05 19:29:59 [FINEST] Recursing into package common.modules
    
    2013-01-05 19:29:59 [FINEST] Recursing into package common.network
    
    2013-01-05 19:29:59 [FINEST] Recursing into package common.orehandlers
    
    2013-01-05 19:29:59 [FINEST] Recursing into package common.rails
    
    2013-01-05 19:29:59 [FINEST] Recursing into package common.structures
    
    2013-01-05 19:29:59 [FINEST] Recursing into package common.utility
    
    2013-01-05 19:29:59 [iNFO] Directory railcraft contained no mods
    
    2013-01-05 19:29:59 [FINE] Found a zip or jar file tubestuff_49.1.2_for_1.2.5-bukkit.jar, attempting to load it
    
    2013-01-05 19:29:59 [FINE] Found a mod class net.minecraft.server.mod_TubeStuff in file tubestuff_49.1.2_for_1.2.5-bukkit.jar, attempting to load it
    
    2013-01-05 19:29:59 [FINE] ModLoader BaseMod class net.minecraft.server.mod_TubeStuff found, loading
    
    2013-01-05 19:29:59 [FINE] ModLoader BaseMod class net.minecraft.server.mod_TubeStuff loaded
    
    2013-01-05 19:29:59 [FINE] Failed to find mcmod.info file in tubestuff_49.1.2_for_1.2.5-bukkit.jar for mod_TubeStuff
    
    2013-01-05 19:29:59 [FINE] Mod class net.minecraft.server.mod_TubeStuff loaded successfully
    
    2013-01-05 19:29:59 [FINE] File tubestuff_49.1.2_for_1.2.5-bukkit.jar loaded successfully
    
    2013-01-05 19:29:59 [FINE] Found a directory weaponmod, attempting to load it
    
    2013-01-05 19:29:59 [iNFO] Directory weaponmod contained no mods
    
    2013-01-05 19:29:59 [FINE] Found a zip or jar file zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar, attempting to load it
    
    2013-01-05 19:29:59 [FINE] Found a mod class net.minecraft.server.mod_ImmiChunkLoaders in file zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar, attempting to load it
    
    2013-01-05 19:29:59 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmiChunkLoaders found, loading
    
    2013-01-05 19:29:59 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmiChunkLoaders loaded
    
    2013-01-05 19:29:59 [FINE] Failed to find mcmod.info file in zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar for mod_ImmiChunkLoaders
    
    2013-01-05 19:29:59 [FINE] Mod class net.minecraft.server.mod_ImmiChunkLoaders loaded successfully
    
    2013-01-05 19:29:59 [FINE] File zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar loaded successfully
    
    2013-01-05 19:29:59 [sEVERE] A problem has occured during mod loading. Likely a corrupt jar is located in your mods directory
    
    2013-01-05 19:29:59 [sEVERE] cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: minecraft/server/mod_WirelessRedstoneRedPower (wrong name: net/minecraft/server/mod_WirelessRedstoneRedPower)
    
    2013-01-05 19:29:59 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:436)
    
    2013-01-05 19:29:59 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:606)
    
    2013-01-05 19:29:59 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134)
    
    2013-01-05 19:29:59 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135)
    
    2013-01-05 19:29:59 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
    
    2013-01-05 19:29:59 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    
    2013-01-05 19:29:59 [sEVERE] Caused by: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: minecraft/server/mod_WirelessRedstoneRedPower (wrong name: net/minecraft/server/mod_WirelessRedstoneRedPower)
    
    2013-01-05 19:29:59 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527)
    
    2013-01-05 19:29:59 [sEVERE] at cpw.mods.fml.common.Loader.attemptDirLoad(Loader.java:474)
    
    2013-01-05 19:29:59 [sEVERE] at cpw.mods.fml.common.Loader.attemptDirLoad(Loader.java:463)
    
    2013-01-05 19:29:59 [sEVERE] at cpw.mods.fml.common.Loader.attemptDirLoad(Loader.java:463)
    
    2013-01-05 19:29:59 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:401)
    
    2013-01-05 19:29:59 [sEVERE] ... 5 more
    
    2013-01-05 19:29:59 [sEVERE] Caused by: java.lang.NoClassDefFoundError: minecraft/server/mod_WirelessRedstoneRedPower (wrong name: net/minecraft/server/mod_WirelessRedstoneRedPower)
    
    2013-01-05 19:29:59 [sEVERE] at java.lang.ClassLoader.defineClass1(Native Method)
    
    2013-01-05 19:29:59 [sEVERE] at java.lang.ClassLoader.defineClass(Unknown Source)
    
    2013-01-05 19:29:59 [sEVERE] at java.security.SecureClassLoader.defineClass(Unknown Source)
    
    2013-01-05 19:29:59 [sEVERE] at java.net.URLClassLoader.defineClass(Unknown Source)
    
    2013-01-05 19:29:59 [sEVERE] at java.net.URLClassLoader.access$100(Unknown Source)
    
    2013-01-05 19:29:59 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
    
    2013-01-05 19:29:59 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
    
    2013-01-05 19:29:59 [sEVERE] at java.security.AccessController.doPrivileged(Native Method)
    
    2013-01-05 19:29:59 [sEVERE] at java.net.URLClassLoader.findClass(Unknown Source)
    
    2013-01-05 19:29:59 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    
    2013-01-05 19:29:59 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    
    2013-01-05 19:29:59 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    
    2013-01-05 19:29:59 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    
    2013-01-05 19:29:59 [sEVERE] at java.lang.Class.forName0(Native Method)
    
    2013-01-05 19:29:59 [sEVERE] at java.lang.Class.forName(Unknown Source)
    
    2013-01-05 19:29:59 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)
    
    2013-01-05 19:29:59 [sEVERE] ... 9 more
    
    2013-01-05 19:29:59 [sEVERE] Unexpected exception
    
    cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: minecraft/server/mod_WirelessRedstoneRedPower (wrong name: net/minecraft/server/mod_WirelessRedstoneRedPower)
    
    at cpw.mods.fml.common.Loader.load(Loader.java:436)
    
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:606)
    
    at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134)
    
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135)
    
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
    
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    
    Caused by: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: minecraft/server/mod_WirelessRedstoneRedPower (wrong name: net/minecraft/server/mod_WirelessRedstoneRedPower)
    
    at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527)
    
    at cpw.mods.fml.common.Loader.attemptDirLoad(Loader.java:474)
    
    at cpw.mods.fml.common.Loader.attemptDirLoad(Loader.java:463)
    
    at cpw.mods.fml.common.Loader.attemptDirLoad(Loader.java:463)
    
    at cpw.mods.fml.common.Loader.load(Loader.java:401)
    
    ... 5 more
    
    Caused by: java.lang.NoClassDefFoundError: minecraft/server/mod_WirelessRedstoneRedPower (wrong name: net/minecraft/server/mod_WirelessRedstoneRedPower)
    
    at java.lang.ClassLoader.defineClass1(Native Method)
    
    at java.lang.ClassLoader.defineClass(Unknown Source)
    
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    
    at java.net.URLClassLoader.defineClass(Unknown Source)
    
    at java.net.URLClassLoader.access$100(Unknown Source)
    
    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)
    
    at java.lang.ClassLoader.loadClass(Unknown Source)
    
    at java.lang.Class.forName0(Native Method)
    
    at java.lang.Class.forName(Unknown Source)
    
    at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)
    
    ... 9 more
    
    

×
×
  • Create New...