UnityStandaloneFileBrowser icon indicating copy to clipboard operation
UnityStandaloneFileBrowser copied to clipboard

macOs: Crash after pressed cancel using OpenFilePanelAsync

Open igrir opened this issue 6 years ago • 3 comments

On macOS whether you are in editor or built app, the application would crashed after opening file manager and pressed cancel

igrir avatar Sep 10 '18 03:09 igrir

I am exactly the same as the problem I encountered. Is it solved?

ShenKang4181 avatar Nov 16 '19 07:11 ShenKang4181

Same observed here, yet trying to reproduce it voluntarily fails.. In my case the dialog panel remained open quite a while before I tried to press cancel. The debug log showed:

2020-04-21 14:25:04.181 UnityMol_1.0.39[65713:15787844] init
An abnormal situation has occurred: the PlayerLoop internal function has been called recursively. Please contact Customer Support with a sample project so that we can reproduce the problem and troubleshoot it. 
(Filename: Line: 377)

bam93 avatar Apr 21 '20 14:04 bam93

Do not use asynchronous operations, use synchronous methods I have solved this problem

ShenKang4181 avatar Apr 23 '20 01:04 ShenKang4181