-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Error when opening file - Emgu.CV.Util.CvException: OpenCV: !_src.empty() #912
Comments
This is your first time submitting an issue with UVtools 🥳Please review your issue and ensure that the submit template was followed, the information is complete, and not related to any other open issue. It will be reviewed shortly. Debugging is very important and make the program better. Thanks for contributing and making the software better! 🙌 |
Version 4.3.2 breaks too... |
Looks like all PNG's on your file are black/empty. Any reason why? |
Will investigate... this is the source stl. |
How can I open the files to check if there are any valid layers? |
I think it makes sense to not break the execution and still open the file in order to inspect it. Besides it has all the other properties from the slicer like time estimates, etc... |
It will be fixed on next patch. |
- (Add) Pixel Editor: Fill tool and merge into Erase section, left click fills and right click erases - (Improvement) SL1: Implement missing material override properties - (Fix) File formats: Error while trying to generate a thumbnail for a file that have a empty first layer (#912) - (Upgrade) AvaloniaUI from 11.1.1 to 11.1.3 - (Upgrade) .NET from 6.0.32 to 6.0.33
Fixed |
System
Printer and Slicer
Description of the bug
The following error message appears when opening the file on linux and windows environments:
Emgu.CV.Util.CvException: OpenCV: !_src.empty()
at Emgu.CV.CvInvoke.CvErrorHandler(Int32 status, IntPtr funcName, IntPtr errMsg, IntPtr fileName, Int32 line, IntPtr userData)
at Emgu.CV.CvInvoke.cveCvtColor(IntPtr src, IntPtr dst, ColorConversion code, Int32 dstCn)
at Emgu.CV.CvInvoke.CvtColor(IInputArray src, IOutputArray dst, ColorConversion code, Int32 dstCn)
at UVtools.Core.FileFormats.FileFormat.SanitizeThumbnails(Boolean trimToFileSpec) in UVtools.Core\FileFormats\FileFormat.cs:line 4246
at UVtools.Core.FileFormats.FileFormat.Decode(String fileFullPath, FileDecodeType fileDecodeType, OperationProgress progress) in UVtools.Core\FileFormats\FileFormat.cs:line 4578
at UVtools.UI.MainWindow.<>c__DisplayClass97_0.b__2() in UVtools.UI\MainWindow.axaml.cs:line 1432
How to reproduce
Open UVTools and import the file in the attached zip. A progress bar is shown of the loading, after which the error occurs.
Files
test.zip
The text was updated successfully, but these errors were encountered: