cabbagecreek / Marlin3DprinterTool

Marlin3dPrinterTool is a open-source software that helps you configure and test your 3D printer.
https://plus.google.com/u/0/communities/103616587200621103791
258 stars 66 forks source link

Constant explorer.exe crashes when complex STL models are being rendered #147

Closed RonGeorge closed 6 years ago

RonGeorge commented 6 years ago

I have the correct 64 bit installed, but I get crashing every 5 minutes or so when accessing a folder with STLs.

Application: Explorer.EXE Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.DirectoryNotFoundException at System.IO.__Error.WinIOError(Int32, System.String) at System.IO.FileStream.Init(System.String, System.IO.FileMode, System.IO.FileAccess, Int32, Boolean, System.IO.FileShare, Int32, System.IO.FileOptions, SECURITY_ATTRIBUTES, System.String, Boolean, Boolean, Boolean) at System.IO.FileStream..ctor(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare) at HelixToolkit.Wpf.ModelReader.Read(System.String) at Marlin3DprinterToolStlThumbnailProvider.StlThumbnailProvider+<>c__DisplayClass1_0.<GetThumbnailImage>b__0() at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ThreadHelper.ThreadStart()

cabbagecreek commented 6 years ago

I will try to fix this.. This happends when the STL is to complex. Fo you have a STL file that crashes that I can test with?

Regards

2017-11-16 1:39 GMT+01:00 RonGeorge notifications@github.com:

I have the correct 64 bit installed, but I get crashing every 5 minutes or so when accessing a folder with STLs.

Application: Explorer.EXE Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.DirectoryNotFoundException at System.IO.Error.WinIOError(Int32, System.String) at System.IO.FileStream.Init(System.String, System.IO.FileMode, System.IO.FileAccess, Int32, Boolean, System.IO.FileShare, Int32, System.IO.FileOptions, SECURITY_ATTRIBUTES, System.String, Boolean, Boolean, Boolean) at System.IO.FileStream..ctor(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare) at HelixToolkit.Wpf.ModelReader.Read(System.String) at Marlin3DprinterToolStlThumbnailProvider.StlThumbnailProvider+<>c__ DisplayClass1_0.b0() at System.Threading. ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ThreadHelper.ThreadStart()

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cabbagecreek/Marlin3DprinterTool/issues/147, or mute the thread https://github.com/notifications/unsubscribe-auth/AAriYWGf0daRHHDlNeEZCxjubh3CXZNmks5s24Q2gaJpZM4Qfyqw .

RonGeorge commented 6 years ago

Sorry, it took me a number of hours of trial and error to find some exact files that crash it every time. This zip of STLs will do it. https://1drv.ms/u/s!AkaMSvNd1E8DsgNpAph59wBPJpgU

Application: explorer.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.DirectoryNotFoundException at System.IO.__Error.WinIOError(Int32, System.String) at System.IO.FileStream.Init(System.String, System.IO.FileMode, System.IO.FileAccess, Int32, Boolean, System.IO.FileShare, Int32, System.IO.FileOptions, SECURITY_ATTRIBUTES, System.String, Boolean, Boolean, Boolean) at System.IO.FileStream..ctor(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare) at HelixToolkit.Wpf.ModelReader.Read(System.String) at Marlin3DprinterToolStlThumbnailProvider.StlThumbnailProvider+<>c__DisplayClass1_0.<GetThumbnailImage>b__0() at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ThreadHelper.ThreadStart()

and

Faulting application name: explorer.exe, version: 10.0.16299.15, time stamp: 0x66e02565 Faulting module name: KERNELBASE.dll, version: 10.0.16299.15, time stamp: 0x4736733c Exception code: 0xe0434352 Fault offset: 0x0000000000013fb8 Faulting process id: 0x18b4 Faulting application start time: 0x01d36134089de594 Faulting application path: C:\WINDOWS\explorer.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report Id: 738331b8-562e-4e46-accf-439ebe154174 Faulting package full name: Faulting package-relative application ID:

Genae commented 6 years ago

Hi, I have a similar problem. I have a folder filled with about 800 stl files with an average size of 2MB (the biggest one is 42MB). When I slowly scroll down the list to create 3 thumbnails at a time i get a crash after 10-40 thumbnails created. When I try it again most of the time the thumbnail will be created fine afterwards so it doesnt seem to be a problem with a specific file. Every crash gives me 2 errors: Application: explorer.exe Framework version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exceptions: System.AccessViolationException at System.Windows.Media.Composition.DUCE + UnsafeNativeMethods.WgxConnection_SameThreadPresent (IntPtr) System.Windows.Media.Renderer.Render (IntPtr, Channel, System.Windows.Media.Visual, Int32, Int32, Double, Double, System.Windows.Media.Matrix, System.Windows.Rect) System.Windows.Media.Imaging.BitmapVisualManager.Render (System.Windows.Media.Visual, System.Windows.Media.Matrix, System.Windows.Rect) at HelixToolkit.Wpf.Viewport3DHelper.RenderBitmap (System.Windows.Controls.Viewport3D, System.Windows.Media.Brush, Int32) at HelixToolkit.Wpf.BitmapExporter.Export (System.Windows.Controls.Viewport3D, System.IO.Stream) at Marlin3DprinterToolStlThumbnailProvider.StlThumbnailProvider + <> c__DisplayClass1_0. <GetThumbnailImage> b__0 () at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ThreadHelper.ThreadStart ()

and: Name of the failed application: explorer.exe, version: 10.0.16299.192, timestamp: 0x494a4408 Name of the faulty module: RGB9Rast.dll, Version: 10.0.16299.15, Timestamp: 0xb50dbd94 Exception code: 0xc0000005 Error offset: 0x000000000001477b ID of the failed process: 0x300c Start time of the failed application: 0x01d389985536e86e Path of the failed application: C: \ WINDOWS \ explorer.exe Path of the failed module: C: \ WINDOWS \ SYSTEM32 \ RGB9Rast.dll Report ID: 90eb0dde-bbdc-42f0-8fcd-70871b59b14b Full name of the failed package: Application ID that is relative to the failed package:

I am running Windows 10 (64bit). STL Files that cause the problem have been downloaded from: https://www.shapeways.com/designer/mz4250/creations

cabbagecreek commented 6 years ago

I will have an extra look at this.. Is it possible that you can send me one of the STL that craches the STL thumbnails?

Regards

2018-01-09 23:47 GMT+01:00 Genae notifications@github.com:

Hi, I have a similar problem. I have a folder filled with about 800 stl files with an average size of 2MB (the biggest one is 42MB). When I slowly scroll down the list to create 3 thumbnails at a time i get a crash after 10-40 thumbnails created. When I try it again most of the time the thumbnail will be created fine afterwards so it doesnt seem to be a problem with a specific file. Every crash gives me 2 errors: Application: explorer.exe Framework version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exceptions: System.AccessViolationException at System.Windows.Media.Composition.DUCE + UnsafeNativeMethods. WgxConnection_SameThreadPresent (IntPtr) System.Windows.Media.Renderer.Render (IntPtr, Channel, System.Windows.Media.Visual, Int32, Int32, Double, Double, System.Windows.Media.Matrix, System.Windows.Rect) System.Windows.Media.Imaging.BitmapVisualManager.Render (System.Windows.Media.Visual, System.Windows.Media.Matrix, System.Windows.Rect) at HelixToolkit.Wpf.Viewport3DHelper.RenderBitmap (System.Windows.Controls.Viewport3D, System.Windows.Media.Brush, Int32) at HelixToolkit.Wpf.BitmapExporter.Export (System.Windows.Controls.Viewport3D, System.IO.Stream) at Marlin3DprinterToolStlThumbnailProvider.StlThumbnailProvider

  • <> c__DisplayClass1_0. b__0 () at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ThreadHelper.ThreadStart ()

and: Name of the failed application: explorer.exe, version: 10.0.16299.192, timestamp: 0x494a4408 Name of the faulty module: RGB9Rast.dll, Version: 10.0.16299.15, Timestamp: 0xb50dbd94 Exception code: 0xc0000005 Error offset: 0x000000000001477b ID of the failed process: 0x300c Start time of the failed application: 0x01d389985536e86e Path of the failed application: C: \ WINDOWS \ explorer.exe Path of the failed module: C: \ WINDOWS \ SYSTEM32 \ RGB9Rast.dll Report ID: 90eb0dde-bbdc-42f0-8fcd-70871b59b14b Full name of the failed package: Application ID that is relative to the failed package:

I am running Windows 10 (64bit). STL Files that cause the problem have been downloaded from: https://www.shapeways.com/designer/mz4250/creations

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cabbagecreek/Marlin3DprinterTool/issues/147#issuecomment-356439706, or mute the thread https://github.com/notifications/unsubscribe-auth/AAriYYgZhJS7kuoCl0FuGrhaaiOOT8Wiks5tI-yagaJpZM4Qfyqw .

cabbagecreek commented 6 years ago

I am actually looking at this problem right now. Send me STL files that are large and/or complex

2018-01-11 17:58 GMT+01:00 Johnny Lindén cabbagecreek@gmail.com:

I will have an extra look at this.. Is it possible that you can send me one of the STL that craches the STL thumbnails?

Regards

2018-01-09 23:47 GMT+01:00 Genae notifications@github.com:

Hi, I have a similar problem. I have a folder filled with about 800 stl files with an average size of 2MB (the biggest one is 42MB). When I slowly scroll down the list to create 3 thumbnails at a time i get a crash after 10-40 thumbnails created. When I try it again most of the time the thumbnail will be created fine afterwards so it doesnt seem to be a problem with a specific file. Every crash gives me 2 errors: Application: explorer.exe Framework version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exceptions: System.AccessViolationException at System.Windows.Media.Composition.DUCE

  • UnsafeNativeMethods.WgxConnection_SameThreadPresent (IntPtr) System.Windows.Media.Renderer.Render (IntPtr, Channel, System.Windows.Media.Visual, Int32, Int32, Double, Double, System.Windows.Media.Matrix, System.Windows.Rect) System.Windows.Media.Imaging.BitmapVisualManager.Render (System.Windows.Media.Visual, System.Windows.Media.Matrix, System.Windows.Rect) at HelixToolkit.Wpf.Viewport3DHelper.RenderBitmap (System.Windows.Controls.Viewport3D, System.Windows.Media.Brush, Int32) at HelixToolkit.Wpf.BitmapExporter.Export (System.Windows.Controls.Viewport3D, System.IO.Stream) at Marlin3DprinterToolStlThumbnailProvider.StlThumbnailProvider
  • <> c__DisplayClass1_0. b__0 () at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ThreadHelper.ThreadStart ()

and: Name of the failed application: explorer.exe, version: 10.0.16299.192, timestamp: 0x494a4408 Name of the faulty module: RGB9Rast.dll, Version: 10.0.16299.15, Timestamp: 0xb50dbd94 Exception code: 0xc0000005 Error offset: 0x000000000001477b ID of the failed process: 0x300c Start time of the failed application: 0x01d389985536e86e Path of the failed application: C: \ WINDOWS \ explorer.exe Path of the failed module: C: \ WINDOWS \ SYSTEM32 \ RGB9Rast.dll Report ID: 90eb0dde-bbdc-42f0-8fcd-70871b59b14b Full name of the failed package: Application ID that is relative to the failed package:

I am running Windows 10 (64bit). STL Files that cause the problem have been downloaded from: https://www.shapeways.com/designer/mz4250/creations

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cabbagecreek/Marlin3DprinterTool/issues/147#issuecomment-356439706, or mute the thread https://github.com/notifications/unsubscribe-auth/AAriYYgZhJS7kuoCl0FuGrhaaiOOT8Wiks5tI-yagaJpZM4Qfyqw .

cabbagecreek commented 6 years ago

Marlin3DprinterToolStlThumbnail.zip I have a solution! You need to unregister the STL thumbnail provider using Marlin3DprinterToolStlConfiguration. Reboot the PC. Now the STL thumbnail provider is able to be replaced, Unzip the attached DLL. Replace the dll in C:\program x86\Marlin3DprinterTool directory Register the DLL again using Marlin3DprinterToolStlConfiguration

Now the crashing FileExlorer should be fixed..

If you get problems contact me thru mail/message and I will try to help

cabbagecreek commented 6 years ago

I need complex STL files that crashed File Explorer with previous version

RonGeorge commented 6 years ago

This link is still valid, full of STLs that crash. https://1drv.ms/u/s!AkaMSvNd1E8DsgNpAph59wBPJpgU

cabbagecreek commented 6 years ago

Have you tried to replace the DLL two comments up? Follow the instruction. You must unistall the STL thumbnail Provider and reboot to be able to overwrite with the new DLL. The reinstall the STL thumbnail Provider and Windows File Explorer should nor crash anymore. RonGeorge please confirm if this new DLL is working

cabbagecreek commented 6 years ago

I think all files are working.. RonGeorge: Please confirm that its working at your site aswell

image

RonGeorge commented 6 years ago

I deregistered, rebooted, replaced the dll and then went back into marlinconfig and tried to register and got this. 2018-01-15

cabbagecreek commented 6 years ago

The line:

...FileLoadException; Could not load file or assembly.. Indicates that the DLL is not found..

I post a total MSI file instead. Uninstall M3DpT and remove the C:\program x86\Marlin3DprinterTool directory.

Install the new MSI file.. Rerun the Marlin3DprinterSTLconfiguration

Marlin3DprinterTool.zip

cabbagecreek commented 6 years ago

If this new MSI is working for RonGeorg i will publish it so everyone get this new 0.24-beta version.

After that RonGeorg has confirmed that this is working it will be available at http://www.Marlin3DprinterTool.se/LatestVersion/Marlin3DprinterTool.msi

The build-in AutoUpdater should see that a newer version is available and try to download and install that version. If this is working there is no need to do the manual download and install.

RonGeorge commented 6 years ago

It seems like it is working. I installed with the msi and then set the color to purple. I went to the folder that I gave you and it rendered thumbnails. The only thing, and I don't care about this, but it might be an indication of something down the road. It 'lost' the color choice when I went to the next folder and it reverted to white. I sat at this new folder for about 9 minutes or so and it didn't crash, but it did seem "stuck". So I just closed the window, re-opened it and it started rendering again in white. So, I think it works.

Just to add to this, as I am clicking around on different folders it is rendering some .STLs in white and some in the color that I chose. I will attach examples so maybe you could see the difference. rendering in different colors.zip

cabbagecreek commented 6 years ago

MARVELOUS!!!! Have you ever used white as render color.. The default is blue so I have no idea where the white came from. IMHO white is not a good choice for color because Windows FileExplorer use sometimes white as background.

The thing about Thumbnail Shell Extension is that its deep burried inside Windows and Windows File Explorer is just an application on top of Windows. Thats the reason why the rendered thumbnails are available in other program aswell (like Simplify3d)

When this thumbnail provider has done some rendering its like "stuck" in the hidden dungeons inside windows. Sometimes it finds cached thumbnails from previous sessions and start use them. Its almost unpredictable how this is done.

BUT.. when its working, it keeps on working and becomes better and faster over time ;-)

I hope that everyone enjoys this bugfix

I will be posting this as the new 0.24-beta version for the auto-updater to pickup

RonGeorge commented 6 years ago

Ok, I spoke too soon.. it just crashed BUT it crashed after it rendered the thumbnails. I do think this is a vast improvement though and excellent work. Here are the event viewer logs.


Error .NET Runtime
Application: explorer.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
   at System.Windows.Media.Composition.DUCE+UnsafeNativeMethods.WgxConnection_SameThreadPresent(IntPtr)
   at System.Windows.Media.Renderer.Render(IntPtr, Channel, System.Windows.Media.Visual, Int32, Int32, Double, Double, System.Windows.Media.Matrix, System.Windows.Rect)
   at System.Windows.Media.Imaging.BitmapVisualManager.Render(System.Windows.Media.Visual, System.Windows.Media.Matrix, System.Windows.Rect)
   at HelixToolkit.Wpf.Viewport3DHelper.RenderBitmap(System.Windows.Controls.Viewport3D, System.Windows.Media.Brush, Int32)
   at HelixToolkit.Wpf.BitmapExporter.Export(System.Windows.Controls.Viewport3D, System.IO.Stream)
   at Marlin3DprinterToolStlThumbnailProvider.StlThumbnailProvider+<>c__DisplayClass1_0.<GetThumbnailImage>b__0()
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Threading.ThreadHelper.ThreadStart()
Error Application Error
Faulting application name: explorer.exe, version: 10.0.16299.192, time stamp: 0x494a4408
Faulting module name: RGB9Rast.dll, version: 10.0.16299.15, time stamp: 0xb50dbd94
Exception code: 0xc0000005
Fault offset: 0x00000000000146d2
Faulting process id: 0x2d54
Faulting application start time: 0x01d38e379db58a7f
Faulting application path: C:\WINDOWS\explorer.exe
Faulting module path: C:\WINDOWS\SYSTEM32\RGB9Rast.dll
Report Id: 1646fb3c-29df-4ef0-83b8-790083bfb5f6
Faulting package full name: 
Faulting package-relative application ID: 
RonGeorge commented 6 years ago

Ok, I think I found something though.... It is doing something with additional files inside the folder that are not .STL files. If I just put the STL files in a folder it renders them fine.

If I add these additional files, it crashes. These are .mix files from Meshmixer and .b9L files from B9 Creator and 3mf files from Cura. These are all STL type files.

https://1drv.ms/u/s!AkaMSvNd1E8DuGTDIQLgMm-d65At

Also, everytime it crashes I also get this User Device Registration error if its relevant to the issue.

Windows Hello for Business provisioning will not be launched. Device is AAD joined ( AADJ or DJ++ ): Not Tested User has logged on with AAD credentials: No Windows Hello for Business policy is enabled: Not Tested Local computer meets Windows hello for business hardware requirements: Not Tested User is not connected to the machine via Remote Desktop: Yes User certificate for on premise auth policy is enabled: Not Tested Machine is governed by none policy. See https://go.microsoft.com/fwlink/?linkid=832647 for more details.

cabbagecreek commented 6 years ago

Got the problem with "white" STL. There is no reason that the render should be white..

I did not get a crash of WFE but it was stuck a long time on one of the STL.

I used Marli3DprinterToolSTLconfiguration to force a regeneration of all thumbnail.. That helped but I got the white rendered STLs..

Maybe "Winter is comming" and this is some kind of "white walkers"

I will do some more debugging of this tomorrow..

I still think this is a much better version so I keep the update to 0.24-beta

The fix for the "white walkers" will be in v0.25-beta

2018-01-15 21:49 GMT+01:00 RonGeorge notifications@github.com:

Ok, I think I found something though.... It is doing something with additional files inside the folder that are not .STL files. If I just put the STL files in a folder it renders them fine.

If I add these additional files, it crashes. These are .mix files from Meshmixer and .b9L files from B9 Creator and 3mf files from Cura. These are all STL type files.

https://1drv.ms/u/s!AkaMSvNd1E8DuGTDIQLgMm-d65At

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cabbagecreek/Marlin3DprinterTool/issues/147#issuecomment-357786070, or mute the thread https://github.com/notifications/unsubscribe-auth/AAriYeEnSoXDcuEK3IlJnxH92O4OZBOQks5tK7npgaJpZM4Qfyqw .

Genae commented 6 years ago

hey, sorry I answer a bit late but I was away last week. I tried your fixed version on a new Computer and still got the same errors. Here is the folder with the first view files: https://1drv.ms/f/s!AtCtVPwlNMpogfphyUgyy2a6wzPdWw Annis Hag seems to crash the Extension pretty reliably, probably due to the big file size. Since @RonGeorge gets the same errors now those problems seem to be related. EDIT: strangly enough I also get the Windows Hello Message. Since the error is a AccessViolationException it might be related EDIT2: The Windows Hello thing always pops up 2 seconds after the crash. But it was there even before I installed the printer tool. So maybe this Windows Hello thing kills the STL rendering when it checks for registration. Which means long running stls have a higher chance of beeing affected image

Genae commented 6 years ago

Ok, I found a fix for the USer device Registration Warning: In the registry set [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ WINEVT \ Channels \ Microsoft-Windows-User Device Registration / Admin] set "Enabled" to"0".

While this fixes that warning the stl files keep crashing. But now with some interessting results: image image

cabbagecreek commented 6 years ago

Looks like all the stl are Ok..

There is a totaly new version released (yesterday)

Run the Marlin3DprinterToolSTLconfiguration and UNREGISTER the existing STL thumbnail. You should get 2 small messageboxes that confirms that its done.

Download the v0.24-beta

www.Marlin3DprinterTool.se/LatestVersion/Marlin3DprinterTool.msi

Uninstall existing M3DpT

To be sure that everything is removed, delete the C:\program x86\marlin3dprintertool directory. It should be empty.

Install the new msi

Run M3DpTSTLconfiguration again and register the STL thumbnail Provider.

Run the Disk clean and check the thumbnail so all thumbnails will be deleted. (start -> type "clean disk")

You may even have to reboot

This is my snap-shoot of the files. [image: Infogad bild 1]

2018-01-16 16:15 GMT+01:00 Genae notifications@github.com:

Ok, I found a fix for the USer device Registration Warning: In the registry set [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ WINEVT \ Channels \ Microsoft-Windows-User Device Registration / Admin] set "Enabled" to"0".

While this fixes that warning the stl files keep crashing. But now with some interessting results: [image: image] https://user-images.githubusercontent.com/2048857/34995907-398c8e94-fad8-11e7-9882-aa3712647f83.png [image: image] https://user-images.githubusercontent.com/2048857/34995962-6c454d12-fad8-11e7-9aaa-2797b3ae1ac5.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cabbagecreek/Marlin3DprinterTool/issues/147#issuecomment-357991618, or mute the thread https://github.com/notifications/unsubscribe-auth/AAriYRmWk65k6FEQeSMKU8f0u0kfMhhLks5tLL0FgaJpZM4Qfyqw .

Genae commented 6 years ago

ok, unregistered, uninstalled, rebootet, reinstalled, reregistered. It seemed to run pretty fine but than it crashed with the same error and the explorer restarted 4 times in a row. image It looks like the errors have been collected and then occured at the same time...

Genae commented 6 years ago

if you need more files for testing: https://1drv.ms/f/s!AtCtVPwlNMpogfQSMY3ClHJacKcPew (you can use 7zip to unzip them all at once)

Genae commented 6 years ago

After some more testing the "collected errors" did not occure again, but the explorer keeps crashing. It does seem a lot more stable though. I did also notice an white walker in there.

Some more system information: Asus ROG G751J Intel i7-4710HQ Nvidia Geforce GTX 980M 24GB RAM Windows 10 Education Insider Preview (The other Computer I tested on is not running Preview) Version: 1709 (Fall Creators Update) OS Build: 17025.1000 Antivirus: only Windows defender

cabbagecreek commented 6 years ago

Looks like "Close but no cigar".. I have to do some deep debuging on this issue. Are you willing to do testing with the dll creating a log for each file I create a "delete all logfiles"-program and a "find the log where WFE crashes"-program. Then we can get a finetune of where the DLL actually crashes and what build of the DLL that is running. I start working on a testplan and the supporting test-tools

RonGeorge commented 6 years ago

I will, sure. Just send me the programs you want me to run.

cabbagecreek commented 6 years ago

I have now spent 10 hours on this problem. I got it alot more stable but still got some "White Walkers" Now I can isolate the "whte Walkers" problem to just a few stl files... and they are rendered the same in the STLviewer so there is no differance here.. It must be within the model.

Marlin3DprinterToolStlThumbnail.zip

The attached zip contains the STL thumbnail provider..

To replace it you ned to unregister the STLtumbnailprovider. then reboot Now the STLthumbnailProvider can be replaced.

This DLL sends log to C:\TEMP so that directory nedds to be existing

This is for trace/debug only..

I think I am a bit closer to not crashing WFE. The problem left is

Genae commented 6 years ago

I unregistered, then rebooted and then copied the dll to C:\Program Files (x86)\Marlin3DprinterTool. The i tried to register the provider again but got this error: image Am I doing something wrong?

cabbagecreek commented 6 years ago

try to install the v025-beta

www.Marlin3DprinterTool/LatestVersion/Marlin3DprinterTool.msi

I got this almost stable.. Still some whitewalkers but alot more stable

2018-01-20 15:57 GMT+01:00 Genae notifications@github.com:

I unregistered, then rebooted and then copied the dll to C:\Program Files (x86)\Marlin3DprinterTool. The i tried to register the provider again but got this error: [image: image] https://user-images.githubusercontent.com/2048857/35184801-8c2b0584-fdfa-11e7-959e-545023a1574e.png Am I doing something wrong?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cabbagecreek/Marlin3DprinterTool/issues/147#issuecomment-359177142, or mute the thread https://github.com/notifications/unsubscribe-auth/AAriYRJGxVVO3UT3ZuKX85yscAbXancPks5tMf7GgaJpZM4Qfyqw .

RonGeorge commented 6 years ago

Ok, I can't get it to log. I tried to replace the .dll with your logging one and got the same error, I believe without reading it all, as above. So then I went and installed your v025-beta in the post above this, btw you forgot the .se on your URL, ;)

http://www.marlin3dprintertool.se/LatestVersion/Marlin3DprinterTool.msi

I uninstalled the old version Installed the new version Did "Install and Register STL" through interface

and now I can't get it to crash. I tried my crashing file, the other crashing file from above. I'm going to keep trying different files, but I saw you just posted a few minutes ago so I wanted to give you an update really quick.

Do you want me to do something to make it log? Want me to replace the v025 beta DLL with your logging one?

cabbagecreek commented 6 years ago

the v0.25-beta is without logging.

I have done about 2 day debugging and got it more stable.. Still whitewalkers on some STL. The same behavior on the STL Viewer. So there is something with the STL that creates white models.. Can the be an instruction within the STL that tells the STL that it should be white?? Must be that they are recording GoT and wants som more whitewalkers from the virtual world ;-)

RonGeorge commented 6 years ago

I cannot get it to crash, I'll keep trying but it wont crash. It works great and it seems that its much faster?

Also, figured out the white walkers I think.

If the model was saved as STL ASCII format, it will be white... if it was saved as Binary, its the color you chose.. An example file in both formats attached. capture3

Desktop.zip

RonGeorge commented 6 years ago

Ok, I've tried both of my files. The first one I posted of the Orion Mecha, the one I just posted a few days ago "New Folder", I tried the folder that Genae posted, I also tried his Annis Hag.stl. None of them are crashing. I think you fixed it.

The only thing a little off, besides the White Walkers... is that the thumbnails are being rendered in my old, as in previous STL thumbnail choice (dark purple), and the viewer when I click the STL file shows it in the new color choice ( annishag light purple).

Now, this is probably something wacky because I've installed and uninstalled it so many times, a registry setting is somewhere is probably zombied.

The only thing I would add would be for you to create this as its own separate program. If you did that and charge $2 for it, I think it would offset some of the time you have spent building ... literally the ONLY .stl thumbnail viewer around.

Nice work!!!

RonGeorge commented 6 years ago

Just to add.. I also noticed something else. In Genae's folder of crashing files, I noticed that the problematic one renders a black background. crashingfolder

I also noticed that in my crashing folders there were files that had black backgrounds. crashing2 I've attached this set of stls for you

Grey_Knight_TerminatorCaptain-_72_hrs.zip

Additional Note: I cannot figure out why this happens. If I copy the exact same file over to a new folder and then it renders again, by itself, it has a transparent background. If I let it render with others, it has a black background.

Honestly, it doesn't matter .. it works great and is so much faster.

Genae commented 6 years ago

So I just installed the 0.25 version and it is FCK AMAZING ;) Great job! I renderd the folder with >800 stl files in < 2 min and with no crash. I personally dont care about the white walkers, since I am going to render all stls in white anyways, but here is what I noticed: All white Files start with: "MESHMIXER-STL-BINARY-FORMAT" while the others are "Exported from Blender-2.71 (sub 0)". The blender files seem to be binary as well though. As RonGeorge states, this binary format seems to be a part of the problem, but not all binary formats are automatically broken. About the instruction in the STL stating it top be white: This seems to be the case. When you look at the file in a Hex Editor you can see a lot of FF FF in a regular pattern: image Could be a white RGBA color.

Genae commented 6 years ago

When looking at the meshmixer manual, it states that they do support multicolored stls: "For Binary STL, we support face colors, but only one of the modes (there are two conventions and there is no way to tell which is which!). And we bake these face colors into vertex colors, so there is some blurring. " http://www.mmmanual.com/export/ So I guess you are done, since you might not want to remove this "I can parse color from stl files feature" :P

cabbagecreek commented 6 years ago

Wow!! Thanks alot Genae and RonGeorge.. Without you this should not be a success. There is a reason why there is no stl thumbnail provider from some other software developer. My conclusion for this is that it is difficult and that different software have different interpetations of what a STL is. The "whitewalkers" and the Genae investigations is marvelous.. I did not have a foggiest idea about this. The "whitewalkers" is not a big problem because the "winter is comming".. In middle of Sweden its about -12C and in the north its near -30C

The latest v0.25-beta is done alot with threads and should be alot faster. After almost 2 years of development I am as close as I can be with this.

As a gift to Genae and RonGeorge I will make a "divorce" from M3dPt and set the STL Thumbnail Provider as a separate program/Git but it will still be Open-Source. I dont belive in commersial Software. It should be free or as "beer-Ware". The separate program will be after 0.26-beta and I will do some new videos on youtube that cover this "new" program

cabbagecreek commented 6 years ago

If you get the STL thumbnails in previous color.. Try running "Clean disk" and check the "Thumbnail" checkbox. This is the friendly way of deleting the STL taht will be recreated when you open a folder. Important is to emty trashbin aswell.. Sometimes you have to do this twice or even more. The thumbnails is so painful for WFE to create so it caches them and try every possibility to NOT recreate them. Thats why sometimes old versions pop-up along with new rendered files. This is not a problem specific for STL. This is how Windows handles with thumbnails,

There is other more brutal ways. Just search for "Delete WFE Thumbnails". Take backup before doing some of the more brutal "thumbnail delete"

Genae commented 6 years ago

One funny thing I noticed: The new version seems to be so much faster that the WFE does not try to cache all the images as hard as possible. When I open the Folder with all the stl files about 50% of them are cached (mostly the bigger files) while the rest is generated on the fly. It only takes a few seconds though so its fine. But if you are unable to leave the house due to a snow storm and do not know what to do, you might want to implement a custom image cache:

  1. check if a thumbnail exists in %appdata%/stlThumbnail/filename_md5sum.png
  2. if not create a thumbnail and save it there. this also has the benefit that you can replace the thumbnail images with custom images.

    feature#minor#niceToHave#open

    I am a happy man anyways so thanks for you effort! Greetings from Munic, where the snow is not so sure yet wether it wants to stay or just flow away... EDIT: When you split this project up an I find some time, I might just make a pull request ;)