Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

[DEV] RedDungeon

Joined
Mar 14, 2015
Messages
42
0b9e8c68a84003aeb174962c0765b2bc.png
It looks like i'm releasing soon.
Can't Wait!!
 

red

Joined
Nov 17, 2013
Messages
259
Crashed on F12 C4 while ending dungeon after boss dead.
I seen... got NPE after i checked if not null, shouldnt have happened yet this problem happends alot. I should encase the entire loop in a big Exception just so it doesnt crash but rather just skips a cycle.
 
Joined
Nov 5, 2014
Messages
157
When i start i crashed caused by my deamonheim aura which lets me choose the first boss everyday.

And it sometimes doesn't start the floor it just stands in the middle doing nothing till i manually go to the next room.
 
Last edited:

red

Joined
Nov 17, 2013
Messages
259
When i start i crashed caused by my deamonheim aura which lets me choose the first boss everyday.

And it sometimes doesn't start the floor it just stands in the middle doing nothing till i manually go to the next room.
Is this resolved? I am not sure what is causing it.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
I seen... got NPE after i checked if not null, shouldnt have happened yet this problem happends alot. I should encase the entire loop in a big Exception just so it doesnt crash but rather just skips a cycle.
If you do that then you won't be notified of the error in the exception log.
 
Joined
Dec 18, 2014
Messages
398
I seen... got NPE after i checked if not null, shouldnt have happened yet this problem happends alot. I should encase the entire loop in a big Exception just so it doesnt crash but rather just skips a cycle.
Don't do that. Can you give me a small snippet of the null check and the line that causes the exception?
 

red

Joined
Nov 17, 2013
Messages
259
If you do that then you won't be notified of the error in the exception log.
Yea I resolved it a long time ago, I was tired and kinda annoyed, and it was a last resort kinda thing, and I did not resort to it.
 
Top