0% found this document useful (0 votes)
25 views1 page

Yozo Log

The document contains multiple instances of a NullPointerException occurring in a Java application, indicating an attempt to invoke a method on a null object reference. The error specifically involves the method 'setCropTop(float)' on an 'emo.image.Picture' object. The stack trace shows the sequence of method calls leading to the exception, highlighting issues in the file handling and message processing within the application.

Uploaded by

johnwinnm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views1 page

Yozo Log

The document contains multiple instances of a NullPointerException occurring in a Java application, indicating an attempt to invoke a method on a null object reference. The error specifically involves the method 'setCropTop(float)' on an 'emo.image.Picture' object. The stack trace shows the sequence of method calls leading to the exception, highlighting issues in the file handling and message processing within the application.

Uploaded by

johnwinnm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Exception:2024.08.

30 00:59:19
java.lang.NullPointerException: Attempt to invoke virtual method 'void
emo.image.Picture.setCropTop(float)' on a null object reference
at b.f.i.s.h.v(Unknown Source:836)
at b.f.i.s.h.t(Unknown Source:315)
at b.f.i.s.h.s(Unknown Source:6)
at b.f.i.r.c.t(Unknown Source:546)
at b.f.i.r.c.s(Unknown Source:480)
at b.f.i.r.c.w(Unknown Source:70)
at b.f.i.r.c.C(Unknown Source:63)
at b.f.i.r.c.y(Unknown Source:34)
at b.f.i.r.c.i(Unknown Source:11)
at emo.main.FileHelper.openFileHead(Unknown Source:30)
at emo.main.FileReaderHandler$ReadFileHandlerCallback.handleMessage(Unknown
Source:824)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loopOnce(Looper.java:233)
at android.os.Looper.loop(Looper.java:334)
at emo.main.ThreadWorker$1.run(Unknown Source:54)

Exception:2024.08.30 00:59:19
java.lang.NullPointerException: Attempt to invoke virtual method 'void
emo.image.Picture.setCropTop(float)' on a null object reference
at b.f.i.s.h.v(Unknown Source:836)
at b.f.i.s.h.t(Unknown Source:315)
at b.f.i.s.h.s(Unknown Source:6)
at b.f.i.r.c.t(Unknown Source:546)
at b.f.i.r.c.s(Unknown Source:480)
at b.f.i.r.c.h(Unknown Source:35)
at b.f.i.r.c.y(Unknown Source:79)
at b.f.i.r.c.i(Unknown Source:11)
at emo.main.FileHelper.openFileHead(Unknown Source:30)
at emo.main.FileReaderHandler$ReadFileHandlerCallback.handleMessage(Unknown
Source:824)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loopOnce(Looper.java:233)
at android.os.Looper.loop(Looper.java:334)
at emo.main.ThreadWorker$1.run(Unknown Source:54)

Exception:2024.08.30 00:59:19
java.lang.NullPointerException: Attempt to invoke virtual method 'void
emo.image.Picture.setCropTop(float)' on a null object reference
at b.f.i.s.h.v(Unknown Source:836)
at b.f.i.s.h.t(Unknown Source:315)
at b.f.i.s.h.s(Unknown Source:6)
at b.f.i.r.c.t(Unknown Source:546)
at b.f.i.r.c.s(Unknown Source:480)
at b.f.i.r.c.h(Unknown Source:35)
at b.f.i.r.c.y(Unknown Source:79)
at b.f.i.r.c.i(Unknown Source:11)
at emo.main.FileHelper.openFileHead(Unknown Source:30)
at emo.main.FileReaderHandler$ReadFileHandlerCallback.handleMessage(Unknown
Source:824)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loopOnce(Looper.java:233)
at android.os.Looper.loop(Looper.java:334)
at emo.main.ThreadWorker$1.run(Unknown Source:54)

You might also like