Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lunar Console Pro version crashes at the application start at unity 2023.1.11f1 #219

Open
blackfxx opened this issue Sep 9, 2023 · 3 comments

Comments

@blackfxx
Copy link

blackfxx commented Sep 9, 2023

After chaging unity version from 2022.2.1f1 to 2023.1.11f1, the game start crashing after Unity logo screen. If remove console from build - everything is good.
The console works without crash and any issues on the same project with another unity version(2022.2.1f1)

2023/09/09 14:52:58.516 17839 17839 Error AndroidRuntime FATAL EXCEPTION: main
2023/09/09 14:52:58.516 17839 17839 Error AndroidRuntime java.lang.VerifyError: Verifier rejected class spacemadness.com.lunarconsole.console.ManagedPlatform: android.view.View spacemadness.com.lunarconsole.console.ManagedPlatform.getTouchRecipientView() failed to verify: android.view.View spacemadness.com.lunarconsole.console.ManagedPlatform.getTouchRecipientView(): [0x4] returning 'Reference: com.unity3d.player.UnityPlayer', but expected from declaration 'Reference: android.view.View' (declaration of 'spacemadness.com.lunarconsole.console.ManagedPlatform' appears in /data/app/com.company.strategy.medieval.kindoms.conquest-zC-WhMSBN3XQDNnstzBhqA==/base.apk)
2023/09/09 14:52:58.516 17839 17839 Error AndroidRuntime at spacemadness.com.lunarconsole.console.NativeBridge$2.execute(NativeBridge.java:89)
2023/09/09 14:52:58.516 17839 17839 Error AndroidRuntime at spacemadness.com.lunarconsole.concurrent.DispatchTask.run(DispatchTask.java:66)
2023/09/09 14:52:58.516 17839 17839 Error AndroidRuntime at android.os.Handler.handleCallback(Handler.java:914)
2023/09/09 14:52:58.516 17839 17839 Error AndroidRuntime at android.os.Handler.dispatchMessage(Handler.java:100)
2023/09/09 14:52:58.516 17839 17839 Error AndroidRuntime at android.os.Looper.loop(Looper.java:224)
2023/09/09 14:52:58.516 17839 17839 Error AndroidRuntime at android.app.ActivityThread.main(ActivityThread.java:7551)
2023/09/09 14:52:58.516 17839 17839 Error AndroidRuntime at java.lang.reflect.Method.invoke(Native Method)
2023/09/09 14:52:58.516 17839 17839 Error AndroidRuntime at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539)
2023/09/09 14:52:58.516 17839 17839 Error AndroidRuntime at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:995)

@blackfxx blackfxx changed the title Crashes at application start at unity 2023.1.11f1 Lunar Console Pro version crashes at the application start at unity 2023.1.11f1 Sep 9, 2023
@AleksandrEndovitskii
Copy link

Error AndroidRuntime java.lang.VerifyError: Verifier rejected class spacemadness.com.lunarconsole.console.ManagedPlatform: android.view.View spacemadness.com.lunarconsole.console.ManagedPlatform.getTouchRecipientView() failed to verify: android.view.View spacemadness.com.lunarconsole.console.ManagedPlatform.getTouchRecipientView(): [0x4] returning 'Reference: com.unity3d.player.UnityPlayer', but expected from declaration 'Reference: android.view.View' (declaration of 'spacemadness.com.lunarconsole.console.ManagedPlatform' appears in /data/app/

@VladTempest
Copy link

Yep, same problem. Is there any solution?

@serzhikivanov
Copy link

Hello.
Same issue with Unity 2023.2.20f1
When I run the built game on Android phone the game crashes right at startup with the same exception

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants