Android Question Debug crash when connecting to blueStacks emulator

Steve Musitano

New Member
Licensed User
Longtime User
Can anyone point me in the direction to hopefully solve this annoyance. Only just started happening. I use bluestacks emulator which has been all working without any issue since starting with it month and months ago. i have a number of screen emulators setup, i get the following crash with all of them. Generally the first time running or after a 'clean project' to connect to different emulator screen. From B4A i run a debug it all compiles ok, (see screenshot) i select the device to connect to, the device screen goes white i get message 'waiting for IDE' then a couple of seconds i get the crash info. The strange thing is if i run it again it loads and runs no problem until i clean project to connect to a different emulator. Never seems to do it connecting a hardware device/phone via usb or bridge. I have removed and reinstalled Bluestacks, recreated all the emulators i use. I dont believe its anything the code....

Logger connected to: 127.0.0.1:5665
--------- beginning of system
--------- beginning of main
java.lang.RuntimeException: Unable to create service b4a.CatchTrackV3r1.starter: java.lang.RuntimeException: java.io.EOFException
at android.app.ActivityThread.handleCreateService(ActivityThread.java:3219)
at android.app.ActivityThread.-wrap5(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1585)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6182)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:893)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:783)
Caused by: java.lang.RuntimeException: java.io.EOFException
at anywheresoftware.b4a.shell.Shell.virtualAssets(Shell.java:164)
at anywheresoftware.b4a.shell.Shell.start(Shell.java:102)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:105)
at b4a.CatchTrackV3r1.starter.onCreate(starter.java:34)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:3209)
... 8 more
Caused by: java.io.EOFException
at java.io.DataInputStream.readFully(DataInputStream.java:200)
at java.io.DataInputStream.readInt(DataInputStream.java:389)
at anywheresoftware.b4a.shell.Shell.virtualAssets(Shell.java:136)
... 12 more
--------- beginning of crash
 

Attachments

  • compile.JPG
    compile.JPG
    60.2 KB · Views: 3
Top