B4J Question missing RaiseSynchronousEvents

aaronk

Well-Known Member
Licensed User
Longtime User
Hi,

I can't work out what is causing the following error..

I have removed the code I have added recently thinking it was that, that might of caused the issue but the error keeps showing.

This only seems to show in debug mode and can't seem to see the error happen in release mode.

Waiting for debugger to connect...
Unexpected event (missing RaiseSynchronousEvents): CREATE
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1329)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:194)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:159)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:90)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:93)
at b4j.example.globals.<clinit>(globals.java:17)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at anywheresoftware.b4a.shell.Shell$MethodCache.getMethod(Shell.java:838)
at anywheresoftware.b4a.shell.Shell.getMethod(Shell.java:525)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:612)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:228)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:159)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:90)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:93)
at b4j.example.main.<clinit>(main.java:17)
Program started.

Running B4J 6.00
Running VM on a Mac
 
Top