#NullPointerException: cannot invoke javax.swing.ActionMap.remove(Object)

1 messages ยท Page 1 of 1 (latest)

cloud zincBOT
#

<@&1004656351647117403> please have a look, thanks.

cloud zincBOT
#

While you are waiting for getting help, here are some tips to improve your experience:

Code is much easier to read if posted with syntax highlighting and proper formatting.

If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.

Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.

zenith zealot
cloud zincBOT
# zenith zealot

I uploaded your attachments as gist. That way, they are easier to read for everyone, especially mobile users ๐Ÿ‘

zenith zealot
#

Hi everyone,

I am currently reverse engineering an actively developed application. Whilst doing so, whenever I click certain buttons in the application it shows this Exception Log and crashes the app.

I have searched online for days and haven't found anything that is able to help fix this.

Any ideas? I'm happy to attach any code that is needed.

Exception Log is above.

winged vector
#

check if the object is null before removing

#

if null dont remove

#

@zenith zealot