Skip to content

FATAL EXCEPTION: main #147

Description

@SrProfessional

This happens when I start the app, in the first scene I open a panel that has an input field and I can continue and open and close more panels. If I change scene and go back to the first scene and open again the panel with the input field the app closes and in Android Logcat I have the following errors:

2025/09/21 19:58:38.738 31070 FATAL EXCEPTION: main
2025/09/21 19:58:38.738 31070 java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.EditText.setInputType(int)' on a null object reference
2025/09/21 19:58:38.738 31070 	at com.mopsicus.umi.MobileInput.processData(MobileInput.java:193)
2025/09/21 19:58:38.738 31070 	at com.mopsicus.umi.MobileInput.processMessage(MobileInput.java:133)
2025/09/21 19:58:38.738 31070 	at com.mopsicus.umi.Plugin.lambda$execute$2(Plugin.java:161)
2025/09/21 19:58:38.738 31070 	at com.mopsicus.umi.Plugin$$ExternalSyntheticLambda1.run(D8$$SyntheticClass:0)
2025/09/21 19:58:38.738 31070 	at android.os.Handler.handleCallback(Handler.java:942)
2025/09/21 19:58:38.738 31070 	at android.os.Handler.dispatchMessage(Handler.java:99)
2025/09/21 19:58:38.738 31070 	at android.os.Looper.loopOnce(Looper.java:210)
2025/09/21 19:58:38.738 31070 	at android.os.Looper.loop(Looper.java:299)
2025/09/21 19:58:38.738 31070 	at android.app.ActivityThread.main(ActivityThread.java:8252)
2025/09/21 19:58:38.738 31070 	at java.lang.reflect.Method.invoke(Native Method)
2025/09/21 19:58:38.738 31070 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:559)
2025/09/21 19:58:38.738 31070 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions