Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter Deep Links / Flutter Inspector not loading - JX Browser engine failed to start #7343

Open
thildebrand1 opened this issue Apr 10, 2024 · 6 comments
Assignees
Labels
Milestone

Comments

@thildebrand1
Copy link

thildebrand1 commented Apr 10, 2024

Steps to Reproduce

It seems since upgrading to IntelliJ 2024.1 my Flutter Deep Links and Flutter Inspector no longer work.

Screenshot 2024-04-10 at 10 59 47 AM
Screenshot 2024-04-10 at 10 59 53 AM

Perhaps related to #5683 and fix #5685?

Version info

[✓] Flutter (Channel stable, 3.19.3, on macOS 14.4.1 23E224 darwin-arm64, locale en-CA)
• Flutter version 3.19.3 on channel stable at /opt/homebrew/Caskroom/flutter/3.16.7/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision ba39319843 (5 weeks ago), 2024-03-07 15:22:21 -0600
• Engine revision 2e4ba9c6fb
• Dart version 3.3.1
• DevTools version 2.31.1

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at /Users/sweetie-pie/Library/Android/sdk
• Platform android-34, build-tools 34.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 17.0.7+0-17.0.7b1000.6-10550314)
• All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 15.3)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 15E204a
• CocoaPods version 1.15.2

[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2023.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.7+0-17.0.7b1000.6-10550314)

[✓] IntelliJ IDEA Ultimate Edition (version 2024.1)
• IntelliJ at /Applications/IntelliJ IDEA.app
• Flutter plugin version 78.5.1
• Dart plugin version 241.15845

[✓] Connected device (4 available)
• iPhone (mobile) • 00008130-001654E13413803A • ios • iOS 17.4.1 21E236
• iPhone 15 Pro Max (mobile) • E05366EF-E793-4B48-951E-DCA02D9D3FDE • ios • com.apple.CoreSimulator.SimRuntime.iOS-17-2 (simulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 14.4.1 23E224 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 123.0.6312.107
! Error: Browsing on the local area network for Tim’s Apple Watch. Ensure the device is unlocked and discoverable via Bluetooth. (code -27)

[✓] Network resources
• All expected network resources are available.

• No issues found!

@helin24
Copy link
Member

helin24 commented Apr 10, 2024

Can you go to help > show log in finder and see if there are jx browser errors in idea.log?

@thildebrand1
Copy link
Author

thildebrand1 commented Apr 10, 2024

Let me know if you need more info. Tried to identify relevant errors in idea.log vs. pasting the entire file. Jx browser errors near the bottom.

#1      LinkedElementFactory.elementOfReference (package:analyzer/src/summary2/linked_element_factory.dart:218:14)
#2      LinkedElementFactory.libraryOfUri (package:analyzer/src/summary2/linked_element_factory.dart:247:12)
#3      LinkedElementFactory.libraryOfUri2 (package:analyzer/src/summary2/linked_element_factory.dart:251:19)
#4      ResolutionReader.libraryOfUri (package:analyzer/src/summary2/bundle_reader.dart:1936:28)
#5      LibraryElementLinkedData._readLibraryOrAugmentation (package:analyzer/src/summary2/bundle_reader.dart:583:30)
#6      LibraryElementLinkedData._read (package:analyzer/src/summary2/bundle_reader.dart:533:5)
#7      ElementLinkedData.read (package:analyzer/src/summary2/bundle_reader.dart:254:5)
#8      LibraryElementLinkedData.read (package:analyzer/src/summary2/bundle_reader.dart:517:13)
#9      LibraryElementImpl.exportNamespace (package:analyzer/src/dart/element/element.dart:4148:17)
#10     LibraryElementExtensions.exportedExtensions (package:analysis_server/src/utilities/extensions/element.dart:61:12)
#11     _ImportLibraryContainingExtension.compute (package:analysis_server/src/services/correction/dart/import_library.dart:460:42)
#12     FixProcessor._addFromProducers.compute (package:analysis_server/src/services/correction/fix_internal.dart:1819:24)
#13     FixProcessor._addFromProducers (package:analysis_server/src/services/correction/fix_internal.dart:1855:19)
<asynchronous suspension>
#14     FixProcessor.compute (package:analysis_server/src/services/correction/fix_internal.dart:1774:5)
<asynchronous suspension>
#15     DartFixContributor.computeFixes (package:analysis_server/src/services/correction/fix_internal.dart:258:19)
<asynchronous suspension>
#16     EditGetFixesHandler._computeDartFixes (package:analysis_server/src/handler/legacy/edit_get_fixes.dart:174:21)
<asynchronous suspension>
#17     EditGetFixesHandler.handle (package:analysis_server/src/handler/legacy/edit_get_fixes.dart:67:26)
<asynchronous suspension>
#18     LegacyAnalysisServer.handleRequest.<anonymous closure>.<anonymous closure> (package:analysis_server/src/legacy_analysis_server.dart:552:11)
<asynchronous suspension>
#19     OperationPerformanceImpl.runAsync (package:analyzer/src/util/performance/operation_performance.dart:172:14)
<asynchronous suspension>
#20     LegacyAnalysisServer.handleRequest.<anonymous closure> (package:analysis_server/src/legacy_analysis_server.dart:533:7)
<asynchronous suspension>


#0      EditGetFixesHandler._computeDartFixes (package:analysis_server/src/handler/legacy/edit_get_fixes.dart:183:13)
<asynchronous suspension>
#1      EditGetFixesHandler.handle (package:analysis_server/src/handler/legacy/edit_get_fixes.dart:67:26)
<asynchronous suspension>
#2      LegacyAnalysisServer.handleRequest.<anonymous closure>.<anonymous closure> (package:analysis_server/src/legacy_analysis_server.dart:552:11)
<asynchronous suspension>
#3      OperationPerformanceImpl.runAsync (package:analyzer/src/util/performance/operation_performance.dart:172:14)
<asynchronous suspension>
#4      LegacyAnalysisServer.handleRequest.<anonymous closure> (package:analysis_server/src/legacy_analysis_server.dart:533:7)
<asynchronous suspension>
...
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)
	at com.jetbrains.lang.dart.analyzer.DartAnalysisServerService.logError(DartAnalysisServerService.java:2373)
	at com.jetbrains.lang.dart.analyzer.DartAnalysisServerService$13.onError(DartAnalysisServerService.java:1346)
	at com.google.dart.server.internal.remote.processor.FixesProcessor.process(FixesProcessor.java:50)
	at com.google.dart.server.internal.remote.RemoteAnalysisServerImpl.processResponse(RemoteAnalysisServerImpl.java:872)
	at com.google.dart.server.internal.remote.RemoteAnalysisServerImpl$ServerResponseReaderThread.run(RemoteAnalysisServerImpl.java:1230)
2024-04-08 16:48:23,576 [13613175] SEVERE - #c.j.l.d.a.DartAnalysisServerService - IntelliJ IDEA 2024.1  Build #IU-241.14494.240
2024-04-08 16:48:23,576 [13613175] SEVERE - #c.j.l.d.a.DartAnalysisServerService - JDK: 17.0.10; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2024-04-08 16:48:23,576 [13613175] SEVERE - #c.j.l.d.a.DartAnalysisServerService - OS: Mac OS X
2024-04-08 16:48:23,576 [13613175] SEVERE - #c.j.l.d.a.DartAnalysisServerService - Plugin to blame: Dart version: 241.15845
2024-04-08 16:48:23,576 [13613175] SEVERE - #c.j.l.d.a.DartAnalysisServerService - Last Action: EditorBackSpace
2024-04-08 16:48:23,725 [13613324] SEVERE - #io.flutter.run.OpenDevToolsAction - `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'io.flutter.run.OpenDevToolsAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: io.flutter]
com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'io.flutter.run.OpenDevToolsAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: io.flutter]
	at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
	at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
	at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
	at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
	at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:199)
2024-04-08 16:48:23,725 [13613324] SEVERE - #io.flutter.run.FlutterPopFrameAction - `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'io.flutter.run.FlutterPopFrameAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: io.flutter]
com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'io.flutter.run.FlutterPopFrameAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: io.flutter]
	at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
	at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
	at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
	at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
	at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:199)
2024-04-08 16:48:23,726 [13613325] SEVERE - #io.flutter.run.OpenDevToolsAction - IntelliJ IDEA 2024.1  Build #IU-241.14494.240
2024-04-08 16:48:23,726 [13613325] SEVERE - #io.flutter.run.OpenDevToolsAction - JDK: 17.0.10; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2024-04-08 16:48:23,726 [13613325] SEVERE - #io.flutter.run.FlutterPopFrameAction - IntelliJ IDEA 2024.1  Build #IU-241.14494.240
2024-04-08 16:48:23,726 [13613325] SEVERE - #io.flutter.run.OpenDevToolsAction - OS: Mac OS X
2024-04-08 16:48:23,726 [13613325] SEVERE - #io.flutter.run.FlutterPopFrameAction - JDK: 17.0.10; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2024-04-08 16:48:23,726 [13613325] SEVERE - #io.flutter.run.OpenDevToolsAction - Plugin to blame: Flutter version: 78.5.1
2024-04-08 16:48:23,726 [13613325] SEVERE - #io.flutter.run.FlutterPopFrameAction - OS: Mac OS X
2024-04-08 16:48:23,726 [13613325] SEVERE - #io.flutter.run.OpenDevToolsAction - Last Action: EditorBackSpace
2024-04-08 16:48:23,726 [13613325] SEVERE - #io.flutter.run.FlutterPopFrameAction - Plugin to blame: Flutter version: 78.5.1
2024-04-08 16:48:23,726 [13613325] SEVERE - #io.flutter.run.FlutterPopFrameAction - Last Action: EditorBackSpace
2024-04-08 16:49:55,516 [13705115]   INFO - sun.awt.AWTThreading - InvocationEvent was disposed (awaiting 1 ms). Originated at java.desktop/sun.lwawt.macosx.CAccessibility.getAccessibleRole(CAccessibility.java:290)
2024-04-08 16:49:57,188 [13706787] SEVERE - #io.flutter.actions.ExtractWidgetAction - `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'io.flutter.actions.ExtractWidgetAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: io.flutter]
com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'io.flutter.actions.ExtractWidgetAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: io.flutter]
	at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
	at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
	at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
	at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
	at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:199)
2024-04-08 16:49:57,189 [13706788] SEVERE - #io.flutter.actions.ExtractWidgetAction - IntelliJ IDEA 2024.1  Build #IU-241.14494.240
2024-04-08 16:49:57,189 [13706788] SEVERE - #io.flutter.actions.ExtractWidgetAction - JDK: 17.0.10; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2024-04-08 16:49:57,189 [13706788] SEVERE - #io.flutter.actions.ExtractWidgetAction - OS: Mac OS X
2024-04-08 16:49:57,189 [13706788] SEVERE - #io.flutter.actions.ExtractWidgetAction - Plugin to blame: Flutter version: 78.5.1
2024-04-08 16:49:57,189 [13706788] SEVERE - #io.flutter.actions.ExtractWidgetAction - Last Action: GotoDeclaration
2024-04-08 16:50:39,664 [13749263]   WARN - #c.i.o.a.Presentation - Template presentations must not be used directly
java.lang.Throwable: Template presentations must not be used directly
	at com.intellij.openapi.actionSystem.Presentation.assertNotTemplatePresentation(Presentation.java:507)
	at com.intellij.openapi.actionSystem.Presentation.setEnabled(Presentation.java:480)
	at io.flutter.actions.FlutterAppAction$1.stateChanged(FlutterAppAction.java:29)
	at jdk.internal.reflect.GeneratedMethodAccessor753.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at com.intellij.util.EventDispatcher.dispatchVoidMethod(EventDispatcher.java:119)
	at com.intellij.util.EventDispatcher.lambda$createMulticaster$1(EventDispatcher.java:84)
	at jdk.proxy17/jdk.proxy17.$Proxy249.stateChanged(Unknown Source)
	at io.flutter.run.daemon.FlutterApp.transitionStartingHotReload(FlutterApp.java:426)
	at io.flutter.run.FlutterReloadManager.handleSaveAllNotification(FlutterReloadManager.java:244)
	at io.flutter.run.FlutterReloadManager$1.afterActionPerformed(FlutterReloadManager.java:156)
	at com.intellij.openapi.actionSystem.ex.AnActionListener.afterActionPerformed(AnActionListener.java:23)
	at com.intellij.util.messages.impl.MessageBusImplKt.invokeMethod(MessageBusImpl.kt:700)
	at com.intellij.util.messages.impl.MessageBusImplKt.invokeListener(MessageBusImpl.kt:660)
	at com.intellij.util.messages.impl.MessageBusImplKt.executeOrAddToQueue(MessageBusImpl.kt:492)
	at com.intellij.util.messages.impl.ToDirectChildrenMessagePublisher.publish$intellij_platform_core(CompositeMessageBus.kt:279)
	at com.intellij.util.messages.impl.MessagePublisher.invoke(MessageBusImpl.kt:449)
	at jdk.proxy2/jdk.proxy2.$Proxy227.afterActionPerformed(Unknown Source)
	at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.fireAfterActionPerformed(ActionManagerImpl.kt:1079)
	at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.performWithActionCallbacks(ActionManagerImpl.kt:1173)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.kt:322)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcherKt.doPerformActionInner(IdeKeyEventDispatcher.kt:842)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcherKt.access$doPerformActionInner(IdeKeyEventDispatcher.kt:1)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction$intellij_platform_ide_impl(IdeKeyEventDispatcher.kt:571)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.kt:508)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processActionOrWaitSecondStroke(IdeKeyEventDispatcher.kt:447)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inInitState(IdeKeyEventDispatcher.kt:440)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.kt:302)
	at com.intellij.ide.IdeEventQueue.dispatchKeyEvent(IdeEventQueue.kt:622)
	at com.intellij.ide.IdeEventQueue._dispatchEvent$lambda$11(IdeEventQueue.kt:585)
	at com.intellij.openapi.application.impl.RwLockHolder.runWithEnabledImplicitRead(RwLockHolder.kt:138)
	at com.intellij.openapi.application.impl.RwLockHolder.runWithImplicitRead(RwLockHolder.kt:129)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:585)
	at com.intellij.ide.IdeEventQueue.access$_dispatchEvent(IdeEventQueue.kt:77)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.compute(IdeEventQueue.kt:362)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.compute(IdeEventQueue.kt:361)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:843)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1.invoke(IdeEventQueue.kt:361)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1.invoke(IdeEventQueue.kt:356)
	at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$1(IdeEventQueue.kt:1021)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:114)
	at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:1021)
	at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$7(IdeEventQueue.kt:356)
	at com.intellij.openapi.application.impl.RwLockHolder.runIntendedWriteActionOnCurrentThread(RwLockHolder.kt:209)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:830)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:398)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
2024-04-08 16:50:39,666 [13749265]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 16:50:39,666 [13749265]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 16:50:39,730 [13749329]   INFO - #c.i.a.o.PathMacrosImpl - Saved path macros: {MAVEN_REPOSITORY=/Users/sweetie-pie/.m2/repository}
2024-04-08 16:50:42,088 [13751687]   WARN - #c.i.o.a.Presentation - Template presentations must not be used directly
java.lang.Throwable: Template presentations must not be used directly
	at com.intellij.openapi.actionSystem.Presentation.assertNotTemplatePresentation(Presentation.java:507)
	at com.intellij.openapi.actionSystem.Presentation.setEnabled(Presentation.java:480)
	at io.flutter.actions.FlutterAppAction$1.stateChanged(FlutterAppAction.java:29)
	at io.flutter.run.daemon.FlutterApp.addStateListener(FlutterApp.java:643)
	at io.flutter.actions.FlutterAppAction.update(FlutterAppAction.java:80)
	at io.flutter.actions.ReloadFlutterApp.update(ReloadFlutterApp.java:58)
	at com.intellij.openapi.actionSystem.ex.ActionUtil$performDumbAwareUpdate$runnable$1.invoke(ActionUtil.kt:162)
	at com.intellij.openapi.actionSystem.ex.ActionUtil$performDumbAwareUpdate$runnable$1.invoke(ActionUtil.kt:155)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.kt:180)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1$1.invoke(ActionUpdater.kt:564)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1$1.invoke(ActionUpdater.kt:563)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$callAction$2$1.invoke(ActionUpdater.kt:151)
	at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:108)
	at com.intellij.openapi.application.rw.InternalReadAction.access$insideReadAction(InternalReadAction.kt:16)
	at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:95)
	at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:94)
	at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke$lambda$1$lambda$0(cancellableReadAction.kt:38)
	at com.intellij.openapi.application.impl.RwLockHolder.tryRunReadAction(RwLockHolder.kt:310)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:958)
	at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke$lambda$1(cancellableReadAction.kt:36)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:66)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:155)
	at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke(cancellableReadAction.kt:34)
	at com.intellij.openapi.progress.CoroutinesKt.blockingContextInner(coroutines.kt:320)
	at com.intellij.openapi.progress.CoroutinesKt.blockingContext(coroutines.kt:309)
	at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal(cancellableReadAction.kt:31)
	at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable(InternalReadAction.kt:94)
	at com.intellij.openapi.application.rw.InternalReadAction.tryReadAction(InternalReadAction.kt:78)
	at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:65)
	at com.intellij.openapi.application.rw.InternalReadAction.access$readLoop(InternalReadAction.kt:16)
	at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invokeSuspend(InternalReadAction.kt:36)
	at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invoke(InternalReadAction.kt)
	at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invoke(InternalReadAction.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at com.intellij.openapi.application.rw.InternalReadAction.runReadAction(InternalReadAction.kt:35)
	at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport.executeReadAction(PlatformReadWriteActionSupport.kt:38)
	at com.intellij.openapi.application.ReadWriteActionSupport.executeReadAction$default(ReadWriteActionSupport.kt:15)
	at com.intellij.openapi.application.CoroutinesKt.constrainedReadActionUndispatched(coroutines.kt:82)
	at com.intellij.openapi.application.CoroutinesKt.readActionUndispatched(coroutines.kt:69)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$callAction$$inlined$useWithScope$1.invokeSuspend(trace.kt:151)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$callAction$$inlined$useWithScope$1.invoke(trace.kt)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$callAction$$inlined$useWithScope$1.invoke(trace.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.kt:863)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.access$callAction(ActionUpdater.kt:80)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1.invokeSuspend(ActionUpdater.kt:563)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1.invoke(ActionUpdater.kt)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1.invoke(ActionUpdater.kt)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invokeSuspend(ActionUpdater.kt:862)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invoke(ActionUpdater.kt)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invoke(ActionUpdater.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateAction(ActionUpdater.kt:888)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.kt:412)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.access$expandGroupChild(ActionUpdater.kt:80)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2$expandResult$1$1$1.invokeSuspend(ActionUpdater.kt:339)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
2024-04-08 16:50:42,088 [13751687]   WARN - #c.i.o.a.Presentation - Template presentations must not be used directly
java.lang.Throwable: Template presentations must not be used directly
	at com.intellij.openapi.actionSystem.Presentation.assertNotTemplatePresentation(Presentation.java:507)
	at com.intellij.openapi.actionSystem.Presentation.setEnabled(Presentation.java:480)
	at io.flutter.actions.FlutterAppAction$1.stateChanged(FlutterAppAction.java:29)
	at io.flutter.run.daemon.FlutterApp.addStateListener(FlutterApp.java:643)
	at io.flutter.actions.FlutterAppAction.update(FlutterAppAction.java:80)
	at com.intellij.openapi.actionSystem.ex.ActionUtil$performDumbAwareUpdate$runnable$1.invoke(ActionUtil.kt:162)
	at com.intellij.openapi.actionSystem.ex.ActionUtil$performDumbAwareUpdate$runnable$1.invoke(ActionUtil.kt:155)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.kt:180)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1$1.invoke(ActionUpdater.kt:564)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1$1.invoke(ActionUpdater.kt:563)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$callAction$2$1.invoke(ActionUpdater.kt:151)
	at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:108)
	at com.intellij.openapi.application.rw.InternalReadAction.access$insideReadAction(InternalReadAction.kt:16)
	at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:95)
	at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:94)
	at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke$lambda$1$lambda$0(cancellableReadAction.kt:38)
	at com.intellij.openapi.application.impl.RwLockHolder.tryRunReadAction(RwLockHolder.kt:310)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:958)
	at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke$lambda$1(cancellableReadAction.kt:36)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:66)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:155)
	at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke(cancellableReadAction.kt:34)
	at com.intellij.openapi.progress.CoroutinesKt.blockingContextInner(coroutines.kt:320)
	at com.intellij.openapi.progress.CoroutinesKt.blockingContext(coroutines.kt:309)
	at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal(cancellableReadAction.kt:31)
	at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable(InternalReadAction.kt:94)
	at com.intellij.openapi.application.rw.InternalReadAction.tryReadAction(InternalReadAction.kt:78)
	at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:65)
	at com.intellij.openapi.application.rw.InternalReadAction.access$readLoop(InternalReadAction.kt:16)
	at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invokeSuspend(InternalReadAction.kt:36)
	at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invoke(InternalReadAction.kt)
	at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invoke(InternalReadAction.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at com.intellij.openapi.application.rw.InternalReadAction.runReadAction(InternalReadAction.kt:35)
	at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport.executeReadAction(PlatformReadWriteActionSupport.kt:38)
	at com.intellij.openapi.application.ReadWriteActionSupport.executeReadAction$default(ReadWriteActionSupport.kt:15)
	at com.intellij.openapi.application.CoroutinesKt.constrainedReadActionUndispatched(coroutines.kt:82)
	at com.intellij.openapi.application.CoroutinesKt.readActionUndispatched(coroutines.kt:69)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$callAction$$inlined$useWithScope$1.invokeSuspend(trace.kt:151)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$callAction$$inlined$useWithScope$1.invoke(trace.kt)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$callAction$$inlined$useWithScope$1.invoke(trace.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.kt:863)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.access$callAction(ActionUpdater.kt:80)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1.invokeSuspend(ActionUpdater.kt:563)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1.invoke(ActionUpdater.kt)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1.invoke(ActionUpdater.kt)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invokeSuspend(ActionUpdater.kt:862)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invoke(ActionUpdater.kt)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invoke(ActionUpdater.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateAction(ActionUpdater.kt:888)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.kt:412)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.access$expandGroupChild(ActionUpdater.kt:80)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2$expandResult$1$1$1.invokeSuspend(ActionUpdater.kt:339)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
2024-04-08 16:50:44,471 [13754070]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 16:50:44,472 [13754071]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 16:51:46,683 [13816282]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 16:51:46,686 [13816285]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 16:52:18,507 [13848106]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 16:52:18,509 [13848108]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 16:52:20,121 [13849720]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 16:52:20,122 [13849721]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 16:53:22,072 [13911671]   INFO - sun.awt.AWTThreading - InvocationEvent was disposed (awaiting 1 ms). Originated at java.desktop/sun.lwawt.macosx.CAccessibility.getAccessibleIndexInParent(CAccessibility.java:340)
2024-04-08 16:53:44,673 [13934272]   WARN - #c.i.o.a.Presentation - Template presentations must not be used directly
java.lang.Throwable: Template presentations must not be used directly
	at com.intellij.openapi.actionSystem.Presentation.assertNotTemplatePresentation(Presentation.java:507)
	at com.intellij.openapi.actionSystem.Presentation.setEnabled(Presentation.java:480)
	at io.flutter.actions.FlutterAppAction$1.stateChanged(FlutterAppAction.java:29)
	at jdk.internal.reflect.GeneratedMethodAccessor753.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at com.intellij.util.EventDispatcher.dispatchVoidMethod(EventDispatcher.java:119)
	at com.intellij.util.EventDispatcher.lambda$createMulticaster$1(EventDispatcher.java:84)
	at jdk.proxy17/jdk.proxy17.$Proxy249.stateChanged(Unknown Source)
	at io.flutter.run.daemon.FlutterApp.changeState(FlutterApp.java:580)
	at io.flutter.run.daemon.FlutterApp.performRestartApp(FlutterApp.java:386)
	at io.flutter.run.FlutterReloadManager.restartApp(FlutterReloadManager.java:344)
	at io.flutter.run.FlutterReloadManager.saveAllAndRestart(FlutterReloadManager.java:365)
	at io.flutter.run.LaunchState$Runner.doExecute(LaunchState.java:396)
	at com.intellij.execution.runners.GenericProgramRunner$execute$1.invoke(GenericProgramRunner.kt:20)
	at com.intellij.execution.runners.GenericProgramRunner$execute$1.invoke(GenericProgramRunner.kt:19)
	at com.intellij.execution.impl.ExecutionManagerImpl$startRunProfile$1.invoke(ExecutionManagerImpl.kt:220)
	at com.intellij.execution.impl.ExecutionManagerImpl$startRunProfile$1.invoke(ExecutionManagerImpl.kt:218)
	at com.intellij.execution.impl.ExecutionManagerImpl.doStartRunProfile$lambda$2(ExecutionManagerImpl.kt:283)
	at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
	at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:209)
	at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:22)
	at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:191)
	at com.intellij.openapi.application.impl.RwLockHolder.runIntendedWriteActionOnCurrentThread(RwLockHolder.kt:204)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:830)
	at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:419)
	at com.intellij.openapi.application.impl.RwLockHolder.runWithEnabledImplicitRead(RwLockHolder.kt:138)
	at com.intellij.openapi.application.impl.RwLockHolder.runWithImplicitRead(RwLockHolder.kt:129)
	at com.intellij.openapi.application.impl.ApplicationImpl.runWithImplicitRead(ApplicationImpl.java:1152)
	at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:81)
	at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:123)
	at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:43)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:792)
	at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:739)
	at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:733)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:761)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.kt:698)
	at com.intellij.ide.IdeEventQueue._dispatchEvent$lambda$12(IdeEventQueue.kt:593)
	at com.intellij.openapi.application.impl.RwLockHolder.runWithoutImplicitRead(RwLockHolder.kt:105)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:593)
	at com.intellij.ide.IdeEventQueue.access$_dispatchEvent(IdeEventQueue.kt:77)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.compute(IdeEventQueue.kt:362)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.compute(IdeEventQueue.kt:361)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:843)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1.invoke(IdeEventQueue.kt:361)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1.invoke(IdeEventQueue.kt:356)
	at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$1(IdeEventQueue.kt:1021)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106)
	at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:1021)
	at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$7(IdeEventQueue.kt:356)
	at com.intellij.openapi.application.impl.RwLockHolder.runIntendedWriteActionOnCurrentThread(RwLockHolder.kt:209)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:830)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:398)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
2024-04-08 16:53:45,010 [13934609]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 16:53:45,011 [13934610]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 16:53:46,613 [13936212]   WARN - #c.i.o.a.Presentation - Template presentations must not be used directly
java.lang.Throwable: Template presentations must not be used directly
	at com.intellij.openapi.actionSystem.Presentation.assertNotTemplatePresentation(Presentation.java:507)
	at com.intellij.openapi.actionSystem.Presentation.setEnabled(Presentation.java:480)
	at io.flutter.actions.FlutterAppAction$1.stateChanged(FlutterAppAction.java:29)
	at jdk.internal.reflect.GeneratedMethodAccessor753.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at com.intellij.util.EventDispatcher.dispatchVoidMethod(EventDispatcher.java:119)
	at com.intellij.util.EventDispatcher.lambda$createMulticaster$1(EventDispatcher.java:84)
	at jdk.proxy17/jdk.proxy17.$Proxy249.stateChanged(Unknown Source)
	at io.flutter.run.daemon.FlutterApp.changeState(FlutterApp.java:580)
	at io.flutter.run.daemon.FlutterApp.lambda$performRestartApp$1(FlutterApp.java:390)
	at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147)
	at io.flutter.run.daemon.DaemonApi$Command.complete(DaemonApi.java:369)
	at io.flutter.run.daemon.DaemonApi.dispatch(DaemonApi.java:201)
	at io.flutter.run.daemon.DaemonApi$1.onTextAvailable(DaemonApi.java:152)
	at com.intellij.execution.process.ProcessHandler$2.onTextAvailable(ProcessHandler.java:292)
	at com.intellij.execution.process.ProcessHandler.notifyTextAvailable(ProcessHandler.java:223)
	at com.intellij.execution.process.ColoredProcessHandler.coloredTextAvailable(ColoredProcessHandler.java:68)
	at io.flutter.utils.MostlySilentColoredProcessHandler.coloredTextAvailable(MostlySilentColoredProcessHandler.java:77)
	at com.intellij.execution.process.AnsiEscapeDecoder.processTextChunk(AnsiEscapeDecoder.java:107)
	at com.intellij.execution.process.AnsiEscapeDecoder.escapeText(AnsiEscapeDecoder.java:69)
	at com.intellij.execution.process.ColoredProcessHandler.notifyTextAvailable(ColoredProcessHandler.java:57)
	at com.intellij.execution.process.BaseOSProcessHandler$SimpleOutputReader.onTextAvailable(BaseOSProcessHandler.java:133)
	at com.intellij.util.io.BaseOutputReader.sendText(BaseOutputReader.java:220)
	at com.intellij.util.io.BaseOutputReader.processInput(BaseOutputReader.java:204)
	at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:151)
	at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:72)
	at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:153)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218)
	at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:48)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base/java.lang.Thread.run(Thread.java:840)
2024-04-08 16:55:51,188 [14060787]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 16:55:51,190 [14060789]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 16:56:28,087 [14097686]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 16:56:28,087 [14097686]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 16:57:38,079 [14167678]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 16:57:38,080 [14167679]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 16:57:42,585 [14172184]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 16:57:42,585 [14172184]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 16:57:55,453 [14185052]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 16:57:55,456 [14185055]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 16:59:20,894 [14270493]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 16:59:20,895 [14270494]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 16:59:20,957 [14270556]   INFO - #c.i.a.o.PathMacrosImpl - Saved path macros: {MAVEN_REPOSITORY=/Users/sweetie-pie/.m2/repository}
2024-04-08 16:59:24,997 [14274596]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 16:59:24,998 [14274597]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 17:00:00,354 [14309953]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 17:00:00,355 [14309954]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 17:03:36,666 [14526265]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 17:03:36,667 [14526266]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 17:03:54,169 [14543768]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-08 17:03:54,170 [14543769]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-08 17:03:56,377 [14545976]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:56,382 [14545981]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Null check operator used on a null value
2024-04-08 17:03:56,383 [14545982]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG):     at Rm.afi (http://127.0.0.1:9101/main.dart.js:67309:42)
2024-04-08 17:03:56,384 [14545983]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG):     at Rm.aF (http://127.0.0.1:9101/main.dart.js:67288:3)
2024-04-08 17:03:56,384 [14545983]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG):     at kb.dY (http://127.0.0.1:9101/main.dart.js:137700:3)
2024-04-08 17:03:56,384 [14545983]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG):     at Ns.fW (http://127.0.0.1:9101/main.dart.js:137423:3)
2024-04-08 17:03:56,384 [14545983]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG):     at Ns.np (http://127.0.0.1:9101/main.dart.js:137663:31)
2024-04-08 17:03:56,384 [14545983]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG):     at Ns.RU (http://127.0.0.1:9101/main.dart.js:137609:10)
2024-04-08 17:03:56,385 [14545984]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG):     at Ns.dY (http://127.0.0.1:9101/main.dart.js:137720:3)
2024-04-08 17:03:56,385 [14545984]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG):     at Ns.dY (http://127.0.0.1:9101/main.dart.js:161719:3)
2024-04-08 17:03:56,385 [14545984]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG):     at a0Z.fW (http://127.0.0.1:9101/main.dart.js:137423:3)
2024-04-08 17:03:56,385 [14545984]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG):     at a0Z.np (http://127.0.0.1:9101/main.dart.js:137663:31)
2024-04-08 17:03:56,385 [14545984]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:56,385 [14545984]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:56,394 [14545993]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:56,394 [14545993]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:56,404 [14546003]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:56,405 [14546004]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:56,419 [14546018]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:56,419 [14546018]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:56,426 [14546025]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:56,426 [14546025]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:56,431 [14546030]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Attempted to call extension 'ext.flutter.inspector.structuredErrors', but no service with that name exists
2024-04-08 17:03:56,450 [14546049]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:56,455 [14546054]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:56,461 [14546060]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:56,461 [14546060]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:56,471 [14546070]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:56,471 [14546070]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:56,489 [14546088]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:56,489 [14546088]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:56,506 [14546105]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:56,506 [14546105]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:56,527 [14546126]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:56,527 [14546126]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:56,538 [14546137]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:56,538 [14546137]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,169 [14546768]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,169 [14546768]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,187 [14546786]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,187 [14546786]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,203 [14546802]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,203 [14546802]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,204 [14546803]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,204 [14546803]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,218 [14546817]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,219 [14546818]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,236 [14546835]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,236 [14546835]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,252 [14546851]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,252 [14546851]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,269 [14546868]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,269 [14546868]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,289 [14546888]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,289 [14546888]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,301 [14546900]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,301 [14546900]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,325 [14546924]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,325 [14546924]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,336 [14546935]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,336 [14546935]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,353 [14546952]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,353 [14546952]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,369 [14546968]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,370 [14546969]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,386 [14546985]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,386 [14546985]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,403 [14547002]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,403 [14547002]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,418 [14547017]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,418 [14547017]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,436 [14547035]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,436 [14547035]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,453 [14547052]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,453 [14547052]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,469 [14547068]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,469 [14547068]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,485 [14547084]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,485 [14547084]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,503 [14547102]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,503 [14547102]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,520 [14547119]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,520 [14547119]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,536 [14547135]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,536 [14547135]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,700 [14547299]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,700 [14547299]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,727 [14547326]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,728 [14547327]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,737 [14547336]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,737 [14547336]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,752 [14547351]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,752 [14547351]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,768 [14547367]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,769 [14547368]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,784 [14547383]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,785 [14547384]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,804 [14547403]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,804 [14547403]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,817 [14547416]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,818 [14547417]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,834 [14547433]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,834 [14547433]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,851 [14547450]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,851 [14547450]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,869 [14547468]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,869 [14547468]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,885 [14547484]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,885 [14547484]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,902 [14547501]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,902 [14547501]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,919 [14547518]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,919 [14547518]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,933 [14547532]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,934 [14547533]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'
2024-04-08 17:03:57,951 [14547550]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LEVEL_ERROR): [FlutterError]: Null check operator used on a null value
2024-04-08 17:03:57,951 [14547550]   INFO - #io.flutter.jxbrowser.EmbeddedJxBrowserTab - Browser message(LOG): Another exception was thrown: Instance of 'minified:li<void>'

@helin24
Copy link
Member

helin24 commented Apr 10, 2024

Hmm would you mind sending me the full file? helinx@google.com

I suspect there could be an earlier error.

@CrazyCoder
Copy link

This issue was originally reported at https://youtrack.jetbrains.com/issue/IDEA-351402/JX-Browser-engine-failed-to-start and there were errors in jxbrowser.log:

9:26:57.128 INFO Mac OS X 14.4.1
9:26:57.128 INFO Java 17.0.10  64-bit (aarch64)
9:26:57.128 INFO JxBrowser version: 7.27
9:26:57.128 INFO Chromium version: 102.0.5005.167
9:26:57.128 INFO Temp folder: /var/folders/jb/hdssvyrs3lj4vjz9lq91xnlm0000gp/T
9:26:57.133 DEBUG Creating target directory...
9:26:57.133 DEBUG Acquiring an exclusive lock...
9:26:57.133 DEBUG Verifying Chromium binaries...
9:26:57.134 DEBUG Using ChromiumVerifierMac verifier...
9:26:57.134 DEBUG Verifying /var/folders/jb/hdssvyrs3lj4vjz9lq91xnlm0000gp/T/JxBrowser/7.27/Chromium.app/Contents/Frameworks/Chromium Framework.framework/Versions/102.0.5005.167/Resources/hr.lproj/locale.pak...
9:26:57.134 DEBUG Verifying /var/folders/jb/hdssvyrs3lj4vjz9lq91xnlm0000gp/T/JxBrowser/7.27/Chromium.app/Contents/Frameworks/Chromium Framework.framework/Versions/102.0.5005.167/Resources/hr.lproj/locale.pak... [FAIL] File does not exist
9:26:57.134 DEBUG Verifying Chromium binaries... [FAIL]
9:26:57.134 DEBUG Finding Chromium binaries in JARs...
9:26:57.134 DEBUG Finding chromium-mac-arm.7z...
9:26:57.134 DEBUG Extracting Chromium binaries...
9:26:58.369 INFO 
7-Zip (z) 21.06 (arm64) : Copyright (c) 1999-2021 Igor Pavlov : 2021-11-24
 64-bit arm_v:8 locale=en_US.UTF-8 Threads:10, ASM

Scanning the drive for archives:
1 file, 71750816 bytes (69 MiB)

Extracting archive: /var/folders/jb/hdssvyrs3lj4vjz9lq91xnlm0000gp/T/JxBrowser/7.27/chromium-mac-arm.7z
--
Path = /var/folders/jb/hdssvyrs3lj4vjz9lq91xnlm0000gp/T/JxBrowser/7.27/chromium-mac-arm.7z
Type = 7z
Physical Size = 71750816
Headers Size = 3816
Method = LZMA2:24
Solid = +
Blocks = 1


Sub items Errors: 317

Archives with Errors: 1

Sub items Errors: 317

9:26:58.369 DEBUG ERROR: Cannot set file attribute : errno=1 : Operation not permitted : /var/folders/jb/hdssvyrs3lj4vjz9lq91xnlm0000gp/T/JxBrowser/7.27/Chromium.app
ERROR: Cannot set file attribute : errno=1 : Operation not permitted : /var/folders/jb/hdssvyrs3lj4vjz9lq91xnlm0000gp/T/JxBrowser/7.27/Chromium.app/Contents
ERROR: Cannot set file attribute : errno=1 : Operation not permitted : /var/folders/jb/hdssvyrs3lj4vjz9lq91xnlm0000gp/T/JxBrowser/7.27/Chromium.app/Contents/Frameworks
ERROR: Cannot set file attribute : errno=1 : Operation not permitted : /var/folders/jb/hdssvyrs3lj4vjz9lq91xnlm0000gp/T/JxBrowser/7.27/Chromium.app/Contents/Frameworks/Chromium Framework.framework
...

@helin24
Copy link
Member

helin24 commented Apr 10, 2024

Ah I've seen this before as well, but we're not sure what the solution is yet. To fix this temporarily, you can run rm -rf <path to>/JxBrowser/7.27.

@helin24 helin24 self-assigned this Apr 10, 2024
@jwren jwren added waiting for customer response Auto-close if no response jxbrowser labels May 15, 2024
@jwren jwren added this to the On Deck milestone May 15, 2024
@jwren
Copy link
Contributor

jwren commented May 15, 2024

@thildebrand1 Is this still an issue with recent versions of the Flutter plugin and JXBrowser?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants