Posted June 26, 201411 yr Hey, i am getting a crash every time i try to generate my new ores on my new dimension. If anyone knows what the problem is then please help. CRASH: https://gist.github.com/anonymous/765f88f86a8ed1b88498
June 26, 201411 yr Author alright sorry, here you go. https://gist.github.com/anonymous/9a9a650578ba273055c4
June 27, 201411 yr Nope... I got nothing will have to let the professionals help you out with this one. I am the author of Draconic Evolution
June 27, 201411 yr Author Yes i have heard of them because i was using it, i removed it because i thought it may of had an effect on it. And its not that one of the ores is null because they are all active blocks that have their own drops.
June 28, 201411 yr Author Ok, so how do i go about fixing this? Do i need to move the array to my world gen file or just completly remove it? Sorry for asking and not doing but i am not on my pc. Thanks.
June 28, 201411 yr You are storing just null inside the array. At the point where the array is created, all the fields you are referencing to create it are still null. Even if you are assigning something to the fields later on, the array is already created and not affected by that. That's interesting -- why doesn't Eclipse complain about that? I didn't know you could refer to a declared but uninitialized field. Are object fields initialized as null (I guess it makes some sense from a memory reservation point of view or something) as soon as they're declared? Just surprised Eclipse doesn't warn about something like that.... Check out my tutorials here: http://jabelarminecraft.blogspot.com/
June 28, 201411 yr And I bet Intellij would complain about this, although I haven't tested. It's error-detecting algorithms are much better than the trivial tests that eclipse does (yes, shameless plug). I keep finding more and more reasons to switch to Intellij... Good thing i already did I am the author of Draconic Evolution
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.