Jump to content

Ada

Members
  • Posts

    50
  • Joined

  • Last visited

Posts posted by Ada

  1. Kr0nz is right, it shouldn't be able to give that error anymore if you've made that change.  The most likely thing is that you didn't put the changed file back in the jar properly (it'll need to replace the original one).

     

    Kitty, if you double-click my computer it'll give you harddrive info, if you right click and choose properties it should give you a window called "System Properties" and a tab called "General", down the bottom of that window it'll say CPU type, clockspeed and total RAM.  That's the bit I was interested in, but it's most important that you set more RAM in the launcher.

     

     

    Munaus, good to see you here - you're awesome, you're a good guy for helping out around the forums (a lot of the searches I've done for problems I've had have had you being helpful in the comments).  You'd certainly be aware if your computer had 128GB of RAM because it's a real nuisance, regular desktops don't go much past 32GB, but they are around and they're not even that expensive these days http://www.stalliontek.com/ibm-x3850-m2-7233-5ru-24-core-128gb-ram-bare-bones-server/ - though they're physically large draw a lot of power, make a lot of heat and really aren't that fast (they can do a lot of parallel stuff, like running a dozen virtual machines), you'd certainly be aware because the setup is far from a simple process :D

     

    I'm new, when I first responded to one of these I hadn't seen the tracker sticky, then since I couldn't replicate it myself I figured the best way to try to get to the bottom of this (I'd seen a few) was to respond here as lots of people were single posts in this forum with this problem.  I did report it on the tracker once I thought I had enough info to make a useful report.  What should I have done differently?

    what am i gonna edit?it looks like what you said it should look like

  2. 20:54:25 [INFO] [STDERR] Failed to load dependancies.info from codechickencore 0.9.0.7.jar as JSON
    20:54:25 [INFO] [STDERR] java.lang.RuntimeException: Invalid filename format for dependancy: CodeChickenLib-universal-@MCVERSION@-@[email protected]
    
    

    It doesn't look like you made the changes that loader recommended.

     

    It still looking for "CodeChickenLib-universal-@MCVERSION@-@[email protected]" instead of the hardcoded string "CodeChickenLib-universal-1.6.4-1.0.0.45.jar"

     

    Did you add the file back into the jar after editing it?

     

    yes

  3. Unfortunately that's not the same problem Kitty, it's most likely this bit;

    javaw.exe_minecraft.exe.heapdump -Xmx512m -XX:MaxPermSize=128m

     

    That's too little memory allocation for Attack of the B-Team, though you're on XP so there's no 64-bit options for you and that's going to make things hard.

     

    First thing to do is turn up the allocated memory in the launcher though, click the cog in the top right and set that as high as you can (probably 1GB, hopefully 1.5GB - possible but unlikely).

     

    How much RAM do you have on that computer total? (Right click My Computer, click Properties and it should give you some basic specs).

    seri

     

     

    That certainly seems to be the same error...

     

    I suppose we could try manually setting that link to the library if you've already tried everything else (hardcoding like this is terrible practice, but it's about to be changed with the 1.0.9 B-Team update anyway so it's unlikely we'll see any future problems from it).

     

    Here's how you do that if you're not familiar with how this stuff works;

    1: Goto this folder: %AppData%.technicmodpacksattack-of-the-bteammods

    2: Make a backup copy of codechickencore 0.9.0.7.jar somewhere outside of those mod folders.

    3: Open codechickencore 0.9.0.7.jar with an unzipper (winzip, winrar or 7-zip should all work fine).

    4: Look for a file in there called dependancies.info (yes, I know it's misspelled, that's ok so long as it's been consistently misspelled through the codebase :D) and copy that file out somewhere you can edit it.

    5: Use a text editor (I used notepad++, but notepad should be fine - not word or wordpad whatever you do, it has to be the simplest kind of text file) to input the lib name directly.

    6: It should now look like this in that file, note the definition of "file": has changed;

    {

    "repo": "http://files.minecraftforge.net/CodeChickenLib/",

    "file": "CodeChickenLib-universal-1.6.4-1.0.0.45.jar",

    "dev": "CodeChickenLib-dev-@MCVERSION@-@[email protected]",

    "class": "codechicken.lib.asm.ASMHelper",

    "version": "1.0.0.36",

    "mcversion": "1.6.4",

    "coreLib": true

    }
    7: Save and copy dependancies.info back into codechickencore 0.9.0.7.jar and overwrite the old version (make sure you have a backup copy before you do this or you might have to redownload the whole pack to get this file again).
    8: Try and run again, let me know how it went, and post the new log if it didn't work.
     
    Edit: Unfortunately IP.Board keeps compressing that first line (repo) as it's a link rather than display the full thing.  You only need to change the "file": line so it shouldn't be a problem, just a heads up in case you were going to copy-paste the whole thing over yours.
     
    Edit2: To make things easier for other people looking to help, we've got the following logs so far that seem to have this error

     

    i did it but seriously how can someone be so unlucky still doesnt work here's the log http://paste.ubuntu.com/7011990/

  4. Looks like someone else is already on the same track as us from FTB with Chicken Bones already;

    https://bitbucket.org/ChickenBones/codechickencore/issue/8/file-access-issues-in-most-chickenbones

     

    The other thing that they brought up was antivirus software interfering - try turning it off temporarily to see if that changes anything (if it does you might need to set an ignore area for the mod folder in the scanner, if it doesn't then it's back to the drawing board).

    what do i do,?

  5. Looks like someone else is already on the same track as us from FTB with Chicken Bones already;

    https://bitbucket.org/ChickenBones/codechickencore/issue/8/file-access-issues-in-most-chickenbones

     

    The other thing that they brought up was antivirus software interfering - try turning it off temporarily to see if that changes anything (if it does you might need to set an ignore area for the mod folder in the scanner, if it doesn't then it's back to the drawing board).

    what am i gonna do

  6. Damn, in that case I'm pretty much out of ideas for the moment.

     

    Is there anything new in the log?

    http://paste.ubuntu.com/7005623/ and this part i forgot to select that 2014-02-27 17:37:51 [iNFO] [sTDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)

    [b#431] 2014/02/27 17:37:51 [iNFO]  2014-02-27 17:37:51 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
    [b#431] 2014/02/27 17:37:51 [iNFO]  2014-02-27 17:37:51 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
    [b#431] 2014/02/27 17:37:51 [iNFO]  2014-02-27 17:37:51 [iNFO] [sTDERR] ... 16 more
    [b#431] 2014/02/27 17:37:51 [iNFO]  2014-02-27 17:37:51 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException
    [b#431] 2014/02/27 17:37:51 [iNFO]  2014-02-27 17:37:51 [iNFO] [sTDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
    [b#431] 2014/02/27 17:37:51 [iNFO]  2014-02-27 17:37:51 [iNFO] [sTDERR] ... 18 more
  7. We're trying to change the system locale to English (United States) so it uses that set of characters (it's missing some umlauty characters, pound and euro symbols, things like that which can cause problems to things that are just assuming Microsoft standard US English).

     

    I actually got the wrong place in my explanation before, sorry about that (There's half a dozen settings for region and format around, there's one more tab, Administrative, to click I forgot).  This one from Microsoft will guide you to the right place;

    http://windows.microsoft.com/en-nz/windows/change-system-locale#1TC=windows-7

    ok i changed it

  8. That's close enough, I doubt it's that then.  It's struggling to read the dependency data from there though (which is stopping it from loading the CodeChickenLib properly).

     

    It's something that some other people have had trouble with and posted here on the issue tracker, I'd add to that just to say you've seen it too http://forums.technicpack.net/tracker/issue-419-attack-of-the-b-team-wont-launch/

     

     

    There is one thing I can think of that could be causing this... I've seen problems like this before when the Windows system region wasn't set to "English (United States)" - it expects it to be in some code and then can't match if you've got a european format.  Can you temporarily try that?  In Win7 it's in Control Panel, Region and Language, Change date, time or number format, then it's at the top of that window that comes up.

    i dont get it what ami gonna do?

  9. Can you check you have the file codechickencore 0.9.0.7.jar in %AppData%.technicmodpacksattack-of-the-bteammods please?  It should be 164KB roughly (so if it's significantly different something is wrong).

    its 163 kb :/

  10. Uninstall the 32 bit Java version, then install 64bit Java, I dont think you can have both installed as I dont think the launcher will detect the right version.

    Afterwards open up the technic launcher, click the cog in the upper right hand corner, and changed the allocated ram to at least 2GB.. If it still fails post a new log

    i made the launcher thing 2 gb and installed 64 bit java but it still wont launch heres the new log http://paste.ubuntu.com/7004585/

  11. With this we can read out what the problem is.

    First of all, you need to add more ram to your client (you have currently 1 GB)

     let me know what happens if you add more.

     

    It has trouble with loading various mods 

    And then there is something with a config

    B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [SEVERE] [ForgeModLoader] An error occurred trying to configure the minecraft home at C:UsersAdaAppDataRoaming.technicmodpacksattack-of-the-bteam for Forge Mod Loader
    [B#431] 2014/02/26 14:21:04 [INFO]  java.lang.NoClassDefFoundError: codechicken/lib/config/ConfigFile
    [B#431] 2014/02/26 14:21:04 [INFO]  	at codechicken.core.asm.CodeChickenCoreModContainer.loadConfig(CodeChickenCoreModContainer.java:39)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:51)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at java.lang.reflect.Constructor.newInstance(Unknown Source)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at java.lang.Class.newInstance(Unknown Source)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:427)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:124)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    [B#431] 2014/02/26 14:21:04 [INFO]  Caused by: java.lang.ClassNotFoundException: codechicken.lib.config.ConfigFile
    [B#431] 2014/02/26 14:21:04 [INFO]  	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at java.lang.ClassLoader.loadClass(Unknown Source)
    [B#431] 2014/02/26 14:21:04 [INFO]  	at java.lang.ClassLoader.loadClass(Unknown Source)
    [B#431] 2014/02/26 14:21:04 [INFO]  	... 16 more
    [B#431] 2014/02/26 14:21:04 [INFO]  Caused by: java.lang.NullPointerException
    [B#431] 2014/02/26 14:21:04 [INFO]  	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
    [B#431] 2014/02/26 14:21:04 [INFO]  	... 18 more
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] Exception in thread "main" java.lang.NoClassDefFoundError: codechicken/lib/config/ConfigFile
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at codechicken.core.asm.CodeChickenCoreModContainer.loadConfig(CodeChickenCoreModContainer.java:39)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:51)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at java.lang.reflect.Constructor.newInstance(Unknown Source)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at java.lang.Class.newInstance(Unknown Source)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:427)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:124)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: codechicken.lib.config.ConfigFile
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at java.lang.ClassLoader.loadClass(Unknown Source)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at java.lang.ClassLoader.loadClass(Unknown Source)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	... 16 more
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] Caused by: java.lang.NullPointerException
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
    [B#431] 2014/02/26 14:21:04 [INFO]  2014-02-26 14:21:04 [INFO] [STDERR] 	... 18 more
    

    if the ram did not help. i dont know what to do and you will have to post this issue in the issue tracker

    so what am i gonna do?

  12. Click the cog (right top corner 

    then click on logs

    Get the one that is generated most recently

    Post it on pastebin or any other paste site.

    (plz do not paste it in plain text here it gets so messy)

     

    2b6d2466f3c81299b898ad90b49a750c.png

    pastebin wont open in my country any other sites?

  13. I installed attack of the b team but when i try to launch it:it closes the launcher then opens up the launcher again.I really like this mod pack but i cant install it.I re-dowloaded it like 5 times ?I updated java too.I LITTERALY TRIED EVERYTHING,but none would work isast is really easy to installbut i just cant do it :kratos:  it sucks

    PLEASE HELP !! :(

     

×
×
  • Create New...