space-thumbnails icon indicating copy to clipboard operation
space-thumbnails copied to clipboard

Windows Explorer to crash or get stuck.

Open EYHN opened this issue 3 years ago • 7 comments
trafficstars

When loading large models will cause windows explorer to crash or get stuck, should use process isolation and timeout

EYHN avatar Apr 09 '22 13:04 EYHN

v0.1.2 includes a timeout implemented using threads, and adds file size limit that should alleviate this problem.

EYHN avatar Apr 10 '22 16:04 EYHN

I still get a crash on a directory full of various files. Is there a log that will tell me which one? I can then send you it for debugging purposes.

andybak avatar Apr 11 '22 08:04 andybak

@andybak Sorry for the late reply, and sorry to hear you got crash, I have released v1.0.0 in Github Release, which stores the logs in windows Event, you can view it through Event Viewer, it would be very helpful if you would provide me with the logs.

EYHN avatar Apr 12 '22 13:04 EYHN

Thanks. It's unwise to upload log files to a public location. How can I get them to you?

andybak avatar Apr 12 '22 15:04 andybak

@andybak You can upload the log file to any cloud storage service you trust and email me the share link [email protected]

EYHN avatar Apr 13 '22 01:04 EYHN

@andybak Thank you for the files, I found that the problem may come from filament, I opened an issue https://github.com/google/filament/issues/5432

EYHN avatar Apr 14 '22 05:04 EYHN

@andybak This was fixed in v1.0.1 by replacing the OpenGL backend when rendering glft and glb files. at the cost that the background of the thumbnail is opaque and always black

EYHN avatar Apr 26 '22 03:04 EYHN