Jump to content

arriej

Members
  • Posts

    267
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by arriej

  1. its not that hard on why you are crashing: java.lang.OutOfMemoryError You need to allocate more ram to you client. (recommended min: 2GB Max: 4GB) If you cant add more then 1 GB check this: '?do=embed' frameborder='0' data-embedContent>> Next time post your crash here
  2. Hey buddy, Check this: '?do=embed' frameborder='0' data-embedContent>> next time post your problem here Dont forget to include your error log
  3. Make sure you are on the same version as the server (Currently i think that will be 1.0.8)
  4. Hey, Next time post your problem here But you will need to provide an error log. then we can give it a shot and see whats wrong.
  5. Well if your pc only has 2 GB in it you can't allocate more ram or you will crash your windows most likely. I would say go for those grades and get that computer
  6. have a look at this: http://forums.technicpack.net/forum/75-attack-of-the-b-team-servers/
  7. ok, make sure your server starts with the right jar file ( BTeam.jar) it sounds like you selected the wrong file to start with the server comes with 2 jars.
  8. I have been playing with some friends. on my personal server. I can turn it on when you want basicly (unless i am playing bf4 at the time XD) I am 22years old and some english dudes that are 20 years old. Anyway its a private server but feel free to contact me to have a look around skype: arriej1 (from the Netherlands ) or pm me on here.
  9. Wrong place to post this buddy. Try posting it here: http://forums.technicpack.net/forum/75-attack-of-the-b-team-servers/ (srry for backseat modding :s )
  10. Please don't spam your threat it wont get you faster help. Check this: '?do=embed' frameborder='0' data-embedContent>>
  11. Add more then 1 GB of ram (max 4) If you can add more then 1 gb Check this: '?do=embed' frameborder='0' data-embedContent>> If this did not help Get an error log And post it here: http://paste.ubuntu.com/ <-- allowes bigger pastes then pastebin. And the post the link of your paste here. If also that wont work Upload your log to like mediafire
  12. you need to allocate more ram to the client (max 4gb) Minimum 2 GB You can do this by clicking on the cog in the right top corner. If you can not add more them 1 gb check the post in my signature ( '?do=embed' frameborder='0' data-embedContent>> )
  13. you will have to change that on your launch.bat. This is mine: java -Xmx3G -Xms2G -jar BTeam.jar nogui pause the Xms2G is minimum. Xmx3G is maximum
  14. Hey, Welcome to the forums! You need to add more ram to your client. for this pack its recommended to have at least 1,5 - 2 GB of RAM You can do this by clicking on the cog in the right top corner. If you cant add more then 1 GB of ram. Make sure you install a 64bit version of java.
  15. your startup log will look something like this: http://paste.ubuntu.com/7005919/ (ForgeModLoader-server-0.log) So yes its normal it does not setup the world as in vanilla mc,
  16. Have you tried resetting your mod pack?
  17. yeah same for me also the 0 there an no pickup feed tho it did work once for me
  18. i personally have never encountered any problems with my java, i have both installed (Also both outdated >.<)
  19. your welcome Sometimes it will happen that a server or launcher does detect a wrong version of java. in this case you need to change the java path for the server or client. I know it can be done in the vanilla mc launcher with the profiles (untill today i have not found the option for Technic launcher) And for a server you need to change the launch.bat into this: C:WindowsSystem32java -Xmx3G -Xms2G -jar BTeam.jar nogui pause Since for me the java is there to be found. sometimes someone decides the default location is not good enough and they need to change it. then you also need to give the launch a path
  20. First add more ram to your client. See if that fixes the trick.
  21. 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
  22. open your log, And copy the text out of the log into the paste program.
  23. http://paste.ubuntu.com/ thay that one
×
×
  • Create New...