Crash - Exit Code 1
20 replies [Last post]
sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794

So guys, i have a problem. I am making a modpack and when i tried to test it, it gave me this:

Launcher 1.1.3 (through bootstrap 4) started on windows...
Current time is Jul 30, 2013 5:48:23 PM
System.getProperty('os.name') == 'Windows 7'
System.getProperty('os.version') == '6.1'
System.getProperty('os.arch') == 'x86'
System.getProperty('java.version') == '1.6.0_39'
System.getProperty('java.vendor') == 'Sun Microsystems Inc.'
System.getProperty('sun.arch.data.model') == '32'
Loaded 4 profile(s); selected 'flabbadoodle'
Refreshing auth...
Logging in with access token
Delta time to compare resources: 570 ms
Download job 'Resources' skipped as there are no files to download
Job 'Resources' finished successfully
Getting syncinfo for selected version
Queueing library & version downloads
Download job 'Version & Libraries' started (8 threads, 10 files)
Finished downloading C:\Users\Sam\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Sam\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Sam\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.0\lwjgl-platform-2.9.0-natives-windows.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Sam\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Sam\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.3\launchwrapper-1.3.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Sam\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Sam\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Sam\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Sam\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Sam\AppData\Roaming\.minecraft\versions\1.5.2Test\1.5.2Test.jar for job 'Version & Libraries': Couldn't connect to server (responded with 403) but have local file, assuming it's good
Job 'Version & Libraries' finished successfully
Launching game
Looking for old natives to clean up...
Unpacking natives to C:\Users\Sam\AppData\Roaming\.minecraft\versions\1.5.2Test\1.5.2Test-natives-210781816247670
Launching in C:\Users\Sam\AppData\Roaming\.minecraft
Running C:\Program Files (x86)\Java\jre6\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -Djava.library.path=C:\Users\Sam\AppData\Roaming\.minecraft\versions\1.5.2Test\1.5.2Test-natives-210781816247670 -cp C:\Users\Sam\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.3\launchwrapper-1.3.jar;C:\Users\Sam\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Sam\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;C:\Users\Sam\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\Users\Sam\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\Users\Sam\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Sam\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Sam\AppData\Roaming\.minecraft\versions\1.5.2Test\1.5.2Test.jar net.minecraft.launchwrapper.Launch flabbadoodle token:17f63361e4b34dc8a89ee627dcba4990:88818bf417804fff835a22da9ba52259 --gameDir C:\Users\Sam\AppData\Roaming\.minecraft --assetsDir C:\Users\Sam\AppData\Roaming\.minecraft\assets
Client> Jul 30, 2013 5:48:28 PM net.minecraft.launchwrapper.LogWrapper log
Client> INFO: Using tweak class name net.minecraft.launchwrapper.VanillaTweaker
Client> Exception in thread "main" java.lang.NoClassDefFoundError: avl
Client>  at java.lang.Class.getDeclaredMethods0(Native Method)
Client>  at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
Client>  at java.lang.Class.getMethod0(Unknown Source)
Client>  at java.lang.Class.getMethod(Unknown Source)
Client>  at net.minecraft.launchwrapper.Launch.launch(Launch.java:54)
Client>  at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Client> Caused by: java.lang.ClassNotFoundException: avl
Client>  at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
Client>  at java.lang.ClassLoader.loadClass(Unknown Source)
Client>  at java.lang.ClassLoader.loadClass(Unknown Source)
Client>  ... 6 more
Client> Caused by: java.lang.IncompatibleClassChangeError: Implementing class
Client>  at java.lang.ClassLoader.defineClass1(Native Method)
Client>  at java.lang.ClassLoader.defineClassCond(Unknown Source)
Client>  at java.lang.ClassLoader.defineClass(Unknown Source)
Client>  at java.security.SecureClassLoader.defineClass(Unknown Source)
Client>  at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
Client>  ... 8 more
Game ended with bad state (exit code 1)
Ignoring visibility rule and showing launcher due to a game crash
Deleting C:\Users\Sam\AppData\Roaming\.minecraft\versions\1.5.2Test\1.5.2Test-natives-210781816247670

I don't know if it is my mods or not, because my friend has no mods and is getting exit code 1
Also, my mods/version is 1.5.2

sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794
Wait a minute, it says"Loaded

Wait a minute, it says

"Loaded 4 profile(s); selected 'flabbadoodle'" EDIT: I got it to say Loaded 4 profile(s); selected 'Test'

I didn't select my profile called flabbadoodle, i selected my profile called Test.

Another strange thing is that even though i selected test, if i close outta the launcher and open it back up the profile is on flabbadoodle.

EDIT: when i close and open the launcher it stays on test now

Yenwood
Staff Memember
Community Managers
WoM Member: 325067
WoM Coins: 1644

Do you have modloader or Forge? If not, get one of them that is compatible with your mods.

sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794
@yenderman

yes, because of one of my mods i have both

Prodigy0114
Contributor
Contributor
WoM Member: 568928
WoM Coins: 953
Flabba I think you aren't

Flabba I think you aren't suppose to get ModLoader and Forge together...

sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794
Is it because of my java?

Is it because of my java? because i got java 6 update 39.

sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794
@Prod

oh lol ill try that XD

sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794
@Prod

nope, doesnt work still

sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794
Updated my java and still

Updated my java and still nothing :(

Prodigy0114
Contributor
Contributor
WoM Member: 568928
WoM Coins: 953
:O What mods you have in the

:O What mods you have in the pack? Because some mods won't work together in 1.6.2 :L

sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794
Prod, it is 1.5.2. And the

Prod, it is 1.5.2. And the mods are modloader, smart moving, elemental arrows, portal gun mod, and optifine. These are the. At the moment, I am looking for a couple more

fishtownsmichael
Contributor
Members
WoM Member: 262497
WoM Coins: 812
Something thats need is prob

Something thats need is prob chicken chunks, depending on your mods. Also when istalling mods you need to install forge then run the client, then after that works you need to go back and add all the mods you wanted to add to the correct folders.

sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794
@fish

Is chicken chunks thing a mod thing? Also, is forge compatible with modloader? Cause I need modloader to use elemental arrows. And by adding mods to correct folder do u mean to jar file?

Yenwood
Staff Memember
Community Managers
WoM Member: 325067
WoM Coins: 1644

Forge and Modloader are not compatible.

sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794
Okay, so, now the mods i have

Okay, so, now the mods i have are forge, smart moving, elemental arrows, portal gun, optifine, and damage indicators (still looking for a couple more). Elemental arrows needs modloader, so will FML work?

Also, considering my friend has this error (he is on a mac though) and doesn't have mods, i dont think it is my mods that are acting up.

sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794
Well

Well, i got it to do something now. I saved profiles, versions, saves, and resourcepacks, deleted everything in my .minecraft, put the things back in, and when i choose test, the game starts up with FML setting somethings up but then the game comes up with a java symbol instead of crafting table and is a black screen.

sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794
I did it!(Not yet though,

I did it!(Not yet though, lol) i got the mods compatible! however, when minecraft starts, it says for portal gun i need ichun util. So i downloaded that, now when i put all my mods together it gives me the black screen again. I don't know if i should put ichun and portal gun first, or smart moving, i am lost! i need a little more help, as i try to get the order right

EDIT: Also added rei's minimap

sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794
For the black screen, it sits

For the black screen, it sits there until i close it -- doesn't give me a crash report. However, on the log it says it crashed (exit code 1). I am pretty sure i got the order of the mods right:

1. Forge

2. Ichun Util

3. Portal Gun

4. Smart Moving

5. Elemental Arrows

6. Damage Indicators

7. Rei's Minimap

8. Optifine

sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794
So, i got it to work! now i

So, i got it to work! now i got NEI! Now all i need is one thing, and this is it. Elemental arrows, if i install it, it will do black screen. For NEI i already got CodeChickenCore. It says i need modloader for elemental arrows, and modloader isnt compatible with forge and forge says modloader mods should work with forge. Can someone please help get rid of the black screen?

niels
Staff Member
Community Managers
WoM Member: 1857
WoM Coins: 1714
If Elemental Arrows doesn't

If Elemental Arrows doesn't like using Forge instead of Modloader, you're basically out of luck

sam3
Contributor
Contributor
WoM Member: 356858
WoM Coins: 794
Okay /kill elemental arrows

Okay /kill elemental arrows then :P. So im good with problems at the moment, but i dont think you should lock this because im looking for some more mods and i might need a little help.

EDIT: I'm done, you can lock this