godot-builds icon indicating copy to clipboard operation
godot-builds copied to clipboard

App Exits Automatically After Running Multiple Instances on Android Without Error

Open MRBossASIF-DEV opened this issue 1 year ago • 0 comments

I am facing a critical issue in my Godot project on Android. Whenever I open multiple instances of the application, the app closes automatically right after running the project. There is no error message or crash log— the app just exits abruptly. It seems like the app is unable to handle more than one instance properly, leading to an immediate closure.

The issue does not appear to be related to any specific bug in the code, as the app works perfectly with a single instance. However, as soon as I try to run multiple instances, the app cuts off and closes without any warning.

This is a major problem because I am developing a multiplayer game, and running multiple instances is crucial for testing and gameplay. Without resolving this issue, it is impossible to proceed with the multiplayer functionality. I would appreciate it if this could be addressed and fixed as soon as possible.

MRBossASIF-DEV avatar Oct 11 '24 03:10 MRBossASIF-DEV