(2018-02-02, 12:48)Jaco van der Molen Wrote: Hi all,
When I installed LDView I configured it to generate the thumbnails in Windows Explorer.
Lately when opening folders with LDraw files Explorer crashes almost every time.
How do I stop LDView from generating thumbnails?
This is getting very annoying (sorry about that Travis ;-)
Jaco
First of all, I cannot reproduce this problem in my fully updated 64-bit Windows 10. So, unfortunately, I'm not likely going to be able to track down and fix whatever is causing it. The thumbnail generator is actually quite simple, since it spawns an external instance of LDView.exe (or LDView64.exe) to do the actual work. But figuring out why it is crashing Explorer is well-nigh impossible without me being able to reproduce the crash.
Willy's instructions will uninstall, and regsvr32 can be used to turn off thumbnail generation manually without uninstalling. If you want to manually unregister (using regsvr32), you would do the following:
- Hit the start button, then type 'cmd' (without the quotes).
- Right click on "Command Prompt".
- Select "Run as administrator"
- Type 'cd "\Program Files\LDView"' (without the single quotes, but with the double quotes) and hit return.
- Type 'regsvr32 /u LDViewThumbs.dll' (without the quotes) and hit return.
- Hit OK to acknowledge that it successfully unregistered.
- Type 'regsvr32 /u LDViewThumbs64.dll' (without the quotes) and hit return.
- Hit OK to acknowledge that it successfully unregistered.
- Reboot. (Possibly not necessary.)
I would appreciate it if you used the AIOI if you would uninstall the whole AIOI and then install LDView standalone with Explorer thumbnails enabled. If they then work, then that probably indicates a problem in the AIOI (which doesn't use LDView's standalone installer). If it still crashes Explorer, then at least we know that the AIOI isn't the source of the problem. Note that I'm not expecting the AIOI to be the source of the problem; it's just one variable that is (relatively) easy to check.