From 83701626b7bbb4fda44ea5c8f4fe793c9939f8a1 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 31 May 2023 21:38:15 -0400 Subject: [PATCH] add warning to touch-bar C [libobjc.A.dylib+0x75a0] objc_msgSend+0x20 C [libJavaTouchBar.dylib15051017499912094937+0x9930] -[JavaTouchBarResponder makeTouchBar]+0x2c C [libJavaTouchBar.dylib15051017499912094937+0x9864] __44-[JavaTouchBarResponder setTouchBar:window:]_block_invoke+0xcc C [libdispatch.dylib+0x25f0] _dispatch_call_block_and_release+0x20 C [libdispatch.dylib+0x41b4] _dispatch_client_callout+0x14 C [libdispatch.dylib+0x126cc] _dispatch_main_queue_drain+0x3a0 C [libdispatch.dylib+0x1231c] _dispatch_main_queue_callback_4CF+0x2c C [CoreFoundation+0xc6a2c] __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__+0x10 C [CoreFoundation+0x83cb8] __CFRunLoopRun+0x9e4 C [CoreFoundation+0x82b34] CFRunLoopRunSpecific+0x258 C [HIToolbox+0x32338] RunCurrentEventLoopInMode+0x124 C [HIToolbox+0x320b4] ReceiveNextEventCommon+0x234 C [HIToolbox+0x31e68] _BlockUntilNextEventMatchingListInModeWithFilter+0x48 C [AppKit+0x4151c] _DPSNextEvent+0x35c C [AppKit+0x3fe14] -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+0x530 C [libosxapp.dylib+0x4220] -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:]+0x90 C [AppKit+0x31fe0] -[NSApplication run]+0x254 C [libosxapp.dylib+0x3fd8] +[NSApplicationAWT runAWTLoopWithApp:]+0xd0 C [libawt_lwawt.dylib+0x6c664] +[AWTStarter starter:headless:]+0x1e8 C [libosxapp.dylib+0x5c50] +[ThreadUtilities invokeBlockCopy:]+0x1c C [Foundation+0x84f94] __NSThreadPerformPerform+0xd4 C [CoreFoundation+0x85044] __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__+0x1c C [CoreFoundation+0x84f90] __CFRunLoopDoSource0+0xd0 C [CoreFoundation+0x84c90] __CFRunLoopDoSources0+0x10c C [CoreFoundation+0x83610] __CFRunLoopRun+0x33c C [CoreFoundation+0x82b34] CFRunLoopRunSpecific+0x258 C [CoreFoundation+0x10fcc8] CFRunLoopRun+0x40 C [RuneLite+0x44ec] _ZNSt3__110__function6__funcIZ4mainE3$_0NS_9allocatorIS2_EEFvNS_8functionIFPvS6_EEERK14JavaVMInitArgsEEclEOS8_SB_+0x2a4 C [RuneLite+0x6188] launchJavaVM+0xf3c C [RuneLite+0x3648] main+0x44 C 0x000000010028908c --- plugins/touch-bar | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/touch-bar b/plugins/touch-bar index f58f892ec..24d546c26 100644 --- a/plugins/touch-bar +++ b/plugins/touch-bar @@ -1,2 +1,3 @@ repository=https://github.com/PatrickKocken/runelite-touch-bar.git commit=ceae900f1f2c18b8084cf31d6e05d27e320faa02 +warning=This plugin will crash the client. We recommend you don't use it.