Turbofloat - java - Crash on activateSolved

Hi,I am trying to integrate turbofloat to my java app on mac.on clicking activate, the process terminated.

thxs6ch13@gmail.com

2019-01-18 11:40:27.412 java[20425:5789841] unrecognized type is 42949672952019-01-18 11:40:27.412 java[20425:5789841] *** Assertion failure in -[NSEvent _initWithCGEvent:eventRef:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1671.20.108/AppKit.subproj/NSEvent.m:19692019-01-18 11:40:27.414 java[20425:5789841] Apple AWT Internal Exception: Invalid parameter not satisfying: _type > 0 && _type <= kCGSLastEventType2019-01-18 11:40:27.414 java[20425:5789841] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: _type > 0 && _type <= kCGSLastEventType'*** First throw call stack:( 0 CoreFoundation 0x00007fff2bb8eff5 __exceptionPreprocess + 256 1 libobjc.A.dylib 0x00007fff57ceaefb objc_exception_throw + 48 2 CoreFoundation 0x00007fff2bba9eda +[NSException raise:format:arguments:] + 98 3 Foundation 0x00007fff2df6be0d -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 194 4 AppKit 0x00007fff290254d5 -[NSEvent _initWithCGEvent:eventRef:] + 3272 5 AppKit 0x00007fff29378b50 +[NSEvent eventWithCGEvent:] + 120 6 libglass.dylib 0x00000001325bef1b listenTouchEvents + 59 7 SkyLight 0x00007fff51d15bc2 _ZL19processEventTapDataPvjjjPhj + 148 8 SkyLight 0x00007fff51c13b44 _XPostEventTapData + 278 9 SkyLight 0x00007fff51d15ad0 _ZL22eventTapMessageHandlerP12__CFMachPortPvlS1_ + 132 10 CoreFoundation 0x00007fff2baefbe1 __CFMachPortPerform + 246 11 CoreFoundation 0x00007fff2baefadf __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41 12 CoreFoundation 0x00007fff2baefa3d __CFRunLoopDoSource1 + 527 13 CoreFoundation 0x00007fff2bad7b22 __CFRunLoopRun + 2585 14 CoreFoundation 0x00007fff2bad6eb6 CFRunLoopRunSpecific + 467 15 Foundation 0x00007fff2de5b4aa -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 280 16 libglass.dylib 0x00000001325b39d5 +[GlassApplication enterNestedEventLoopWithEnv:] + 165 17 libglass.dylib 0x00000001325b446a Java_com_sun_glass_ui_mac_MacApplication__1enterNestedEventLoopImpl + 74 18 ??? 0x000000011ba678d0 0x0 + 4758862032 19 ??? 0x000000011ba61a00 0x0 + 4758837760 20 ??? 0x000000011ba61a00 0x0 + 4758837760 21 ??? 0x000000011ba61a00 0x0 + 4758837760)libc++abi.dylib: terminating with uncaught exception of type NSException

None of this stack trace has anything to do with TurboActivate. Attach a debugger to your app and figure out where in your program you have the crash.