I'm trying to make a mod but i need help! I keep getting this error

nega_skoll

New Member
Jul 29, 2019
31
0
0
can anyone help me my "test" environment isn't working and it isn't my mod because I removed it and tried again but it still crashed

it keeps saying "2013-05-24 06:53:52 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.10.703 for Minecraft 1.5.2 loading
2013-05-24 06:53:52 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_21, running on Windows 7:x86:6.1, installed at C:\Program Files\Java\jre7
2013-05-24 06:53:52 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\harry.WIN-IPJR8H537Q4\Desktop\Development\eclipse\icsm\bin;C:\Users\harry.WIN-IPJR8H537Q4\Desktop\Development\MCP\jars\bin\jinput.jar;C:\Users\harry.WIN-IPJR8H537Q4\Desktop\Development\MCP\jars\bin\lwjgl.jar;C:\Users\harry.WIN-IPJR8H537Q4\Desktop\Development\MCP\jars\bin\lwjgl_util.jar;C:\Users\harry.WIN-IPJR8H537Q4\Desktop\Development\MCP\jars\bin\minecraft.jar;C:\Users\harry.WIN-IPJR8H537Q4\Desktop\Development\MCP\lib\argo-3.2-src.jar;C:\Users\harry.WIN-IPJR8H537Q4\Desktop\Development\MCP\lib\asm-debug-all-4.1.jar;C:\Users\harry.WIN-IPJR8H537Q4\Desktop\Development\MCP\lib\bcprov-debug-jdk15on-148.jar;C:\Users\harry.WIN-IPJR8H537Q4\Desktop\Development\MCP\lib\guava-14.0-rc3.jar
2013-05-24 06:53:52 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jre7/bin/client;C:/Program Files/Java/jre7/bin;C:/Program Files/Java/jre7/lib/i386;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Windows Live\Shared;C:\Program Files\EgisTec MyWinLocker\;C:\Users\harry.WIN-IPJR8H537Q4\Desktop\eclipse-SDK-4.2.2-win32\eclipse;;.
2013-05-24 06:53:52 [INFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
2013-05-24 06:53:52 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-05-24 06:53:52 [FINEST] [ForgeModLoader] Discovering coremods
2013-05-24 06:53:52 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir
2013-05-24 06:53:52 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir
2013-05-24 06:53:52 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir
2013-05-24 06:53:53 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir
2013-05-24 06:53:53 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.2.zip present and correct in lib dir
2013-05-24 06:53:53 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir
2013-05-24 06:53:54 [FINEST] [ForgeModLoader] Running coremod plugins
2013-05-24 06:53:54 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2013-05-24 06:53:56 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2013-05-24 06:53:56 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2013-05-24 06:53:56 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2013-05-24 06:53:56 [FINEST] [ForgeModLoader] Validating minecraft
2013-05-24 06:53:56 [FINEST] [ForgeModLoader] Minecraft validated, launching...
2013-05-24 06:53:57 [INFO] [STDERR] java.lang.reflect.InvocationTargetException
2013-05-24 06:53:58 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-05-24 06:53:58 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-05-24 06:53:58 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-24 06:53:58 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-24 06:53:58 [INFO] [STDERR]at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:123)
2013-05-24 06:53:58 [INFO] [STDERR]at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:38)
2013-05-24 06:53:58 [INFO] [STDERR]at net.minecraft.client.Minecraft.main(Minecraft.java:2237)
2013-05-24 06:53:58 [INFO] [STDERR]at Start.main(Start.java:29)
2013-05-24 06:53:58 [INFO] [STDERR] Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
2013-05-24 06:53:58 [INFO] [STDERR]at java.lang.ClassLoader.loadLibrary(Unknown Source)
2013-05-24 06:53:58 [INFO] [STDERR]at java.lang.Runtime.loadLibrary0(Unknown Source)
2013-05-24 06:53:58 [INFO] [STDERR]at java.lang.System.loadLibrary(Unknown Source)
2013-05-24 06:53:58 [INFO] [STDERR]at org.lwjgl.Sys$1.run(Sys.java:72)
2013-05-24 06:53:58 [INFO] [STDERR]at java.security.AccessController.doPrivileged(Native Method)
2013-05-24 06:53:58 [INFO] [STDERR]at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
2013-05-24 06:53:58 [INFO] [STDERR]at org.lwjgl.Sys.loadLibrary(Sys.java:81)
2013-05-24 06:53:58 [INFO] [STDERR]at org.lwjgl.Sys.<clinit>(Sys.java:98)
2013-05-24 06:53:58 [INFO] [STDERR]at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2576)
2013-05-24 06:53:58 [INFO] [STDERR]at net.minecraft.client.Minecraft.fmlReentry(Minecraft.java:2247)
2013-05-24 06:53:58 [INFO] [STDERR]... 8 more"
and I have no idea what it means.
 

nega_skoll

New Member
Jul 29, 2019
31
0
0
I don't know the what it means because it has lwjgl.jar[DOUBLEPOST=1369409755][/DOUBLEPOST]erm i been watching modding tutorials
 

wolfsilver00

New Member
Jul 29, 2019
752
0
0
I don't know the what it means because it has lwjgl.jar[DOUBLEPOST=1369409755][/DOUBLEPOST]erm i been watching modding tutorials



That's why you don't know what's happening.. Because you don't know how java works, only how to make mods copy pasting everything. If you don't trust me, ask any other modder, they will tell you the same thing: "You don't start programming by modding, you learn to program because you want to mod"
 

wolfsilver00

New Member
Jul 29, 2019
752
0
0
thx wolf silver but i did code some of it by myself



Yeah, some of it.. That's the points, I don't want to be rude, but before you mod, you NEED to know about java.. If not, your mod will be only what tutorials teach you, and that means you will not be able to invent, to use your imagination to find workarounds for the problems (be them code problems or integration/compatibility ones) you encounter on your way, modding is awesome, but it requires some knowledge that you STILL don't have, take my advice, learn java, it will take you 2 months if you give it enough time, and then you will be able to code like lemming or azanor! Even make your own games :)
 

wolfsilver00

New Member
Jul 29, 2019
752
0
0
If your google skills aren't good enough to find java tutorials yourself you won't be able to learn Java either, sorry.


No need to be rude man.. We're here to help, not to judge.

Thx any links i could go to?


Start with this:

http://docs.oracle.com/javase/tutorial/java/

It's not all of it, but when you learnt all that, you can start programming. Of course for more complex things you will need some other things, but with this you will be able to make pretty decent mods!

Good luck and welcome to java!! Any question you have please report to the forums, we will always help you if we can!
 

dgdas9

New Member
Jul 29, 2019
1,564
0
0
If your google skills aren't good enough to find java tutorials yourself you won't be able to learn Java either, sorry.
Maybe, just maybe, he trusts more in people that can help him than in some random links that google gives
 

Hydra

New Member
Jul 29, 2019
1,869
0
0
No need to be rude man.. We're here to help, not to judge.

I've been a software engineer for over 15 years and I'm not being rude, I'm just stating a fact. Learning how to program takes a lot of time. And you really need to be able to find solutions for yourself because most problems you'll encounter you'll have to find a solution for by yourself. If typing "java tutorial" in google is already too much work it's a sure sign that the person is with the 90% or so that start but never finish.

I'm not being rude, I'm pointing out to that person that learning programming and actually understanding what you do is a lot of hard work.[DOUBLEPOST=1369573943][/DOUBLEPOST]
Maybe, just maybe, he trusts more in people that can help him than in some random links that google gives

Like this one: http://docs.oracle.com/javase/tutorial/

It's the first hit you get. How is he going to solve issues he runs into after? The first rule of software development is that you first try for yourself, then try some more, then explain the problem to a rubber duck and only THEN go and ask for help.
 

wolfsilver00

New Member
Jul 29, 2019
752
0
0
I've been a software engineer for over 15 years and I'm not being rude, I'm just stating a fact. Learning how to program takes a lot of time. And you really need to be able to find solutions for yourself because most problems you'll encounter you'll have to find a solution for by yourself. If typing "java tutorial" in google is already too much work it's a sure sign that the person is with the 90% or so that start but never finish.

I'm not being rude, I'm pointing out to that person that learning programming and actually understanding what you do is a lot of hard work.[DOUBLEPOST=1369573943][/DOUBLEPOST]

Like this one: http://docs.oracle.com/javase/tutorial/

It's the first hit you get. How is he going to solve issues he runs into after? The first rule of software development is that you first try for yourself, then try some more, then explain the problem to a rubber duck and only THEN go and ask for help.

I understand your point, but everyone starts from a base.. He's just starting and may be a little lost.. And he may even not know which tutorials are good.. So he asks us to help him.. Of course he will be in google half the time, but that will happen after he got some base to work with, which we can just give him... I know there's a lot of ppl who start and never finish, but that doesn't mean we can't trust another fellow player ^^ And, if you want to point out that is hard, just say that, no need to tell him he will fail. If we start like that, he'll not trust on himself anymore.

And, my rubber duck always tells me that I need to get a shower u.u Damn him.
 

epicninja

New Member
Jul 29, 2019
53
0
0
I've been a software engineer for over 15 years and I'm not being rude, I'm just stating a fact. Learning how to program takes a lot of time. And you really need to be able to find solutions for yourself because most problems you'll encounter you'll have to find a solution for by yourself. If typing "java tutorial" in google is already too much work it's a sure sign that the person is with the 90% or so that start but never finish.

I'm not being rude, I'm pointing out to that person that learning programming and actually understanding what you do is a lot of hard work.[DOUBLEPOST=1369573943][/DOUBLEPOST]

Like this one: http://docs.oracle.com/javase/tutorial/

It's the first hit you get. How is he going to solve issues he runs into after? The first rule of software development is that you first try for yourself, then try some more, then explain the problem to a rubber duck and only THEN go and ask for help.

Software engineer for 15 years, so your like 38! Why you on here? I don't believe you...
 

nega_skoll

New Member
Jul 29, 2019
31
0
0
and... "not to be rude man" but if you have been an software engineer for 15 years, your being very immature to me and i'm 15 years old so plz don't be an ass "Hydra"
 

Hydra

New Member
Jul 29, 2019
1,869
0
0
Software engineer for 15 years, so your like 38! Why you on here? I don't believe you...

Err, adults can't play games? I'm 33.

and... "not to be rude man" but if you have been an software engineer for 15 years, your being very immature to me and i'm 15 years old so plz don't be an ass "Hydra"

Again, I'm not being an ass. I'm making sure that you understand that unless you dust off your google skills you're not going to get very far.
 

CaptPanda

Well-Known Member
Nov 20, 2012
409
182
68
Britland
but you are being condescending and your meant to be the mature 1


i'm surprised how naive a lot of people are bei- oh wait, this is minecraft. (also lern2spell)

Being condesending has little to do with being mature, other than the fact that big dude knows what he's saying and little dude is being derp. if someone younger than you was acting like an idiot, you'll still have a negative opinion of them, it's called 'being old'. And really, I can't blame him.

Matter of the fact is, being able to google something shows initiative. If someone isn't willing to look it up themselves, then they're definitely not going to bother making a worthwhile product.