EYHN / space-thumbnails

Generates preview thumbnails for 3D model files. Provide a Windows Explorer extensions that adds preview thumbnails for 3D model files.
Apache License 2.0
382 stars 17 forks source link

Windows Explorer to crash or get stuck. #2

Open EYHN opened 2 years ago

EYHN commented 2 years ago

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

EYHN commented 2 years ago

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

andybak commented 2 years ago

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.

EYHN commented 2 years ago

@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.

andybak commented 2 years ago

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

EYHN commented 2 years ago

@andybak You can upload the log file to any cloud storage service you trust and email me the share link cneyhn@gmail.com

EYHN commented 2 years ago

@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 commented 2 years ago

@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