You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! 🙌
System
Printer and Slicer
Description of the bug
System.AggregateException: One or more errors occurred. (OpenCV: Failed to allocate 45028542 bytes) (OpenCV: Failed to allocate 53104635 bytes) (OpenCV: Failed to allocate 58982400 bytes) (OpenCV: Failed to allocate 220006492 bytes) (OpenCV: Failed to allocate 58380556 bytes) (OpenCV: Failed to allocate 58982400 bytes) (OpenCV: Failed to allocate 58982400 bytes) (OpenCV: Failed to allocate 55033659 bytes) (OpenCV: Failed to allocate 48944547 bytes)
---> Emgu.CV.Util.CvException: OpenCV: Failed to allocate 45028542 bytes
at Emgu.CV.CvInvoke.cveFindContours(IntPtr image, IntPtr contours, IntPtr hierarchy, RetrType mode, ChainApproxMethod method, Point& offset)
at Emgu.CV.CvInvoke.FindContours(IInputOutputArray image, IOutputArray contours, IOutputArray hierarchy, RetrType mode, ChainApproxMethod method, Point offset)
at UVtools.Core.Extensions.EmguExtensions.FindContours(IInputOutputArray mat, Int32[,]& hierarchy, RetrType mode, ChainApproxMethod method, Point offset) in UVtools.Core\Extensions\EmguExtensions.cs:line 2256
at UVtools.Core.Managers.IssueManager.<>c__DisplayClass18_2.b__9(Int64 layerIndexInt) in UVtools.Core\Managers\IssueManager.cs:line 651
at System.Threading.Tasks.Parallel.<>c__DisplayClass20_0
1.<ForWorker64>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass20_0
1.b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)at System.Threading.Tasks.TaskReplicator.Replica.Execute()
--- End of inner exception stack trace ---
at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction
1 action, ParallelOptions options, Boolean stopOnFirstFailure) at System.Threading.Tasks.Parallel.ForWorker64[TLocal](Int64 fromInclusive, Int64 toExclusive, ParallelOptions parallelOptions, Action
1 body, Action2 bodyWithState, Func
4 bodyWithLocal, Func1 localInit, Action
1 localFinally)--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException(ICollection exceptions, CancellationToken cancelToken, Exception otherException)
at System.Threading.Tasks.Parallel.ForWorker64[TLocal](Int64 fromInclusive, Int64 toExclusive, ParallelOptions parallelOptions, Action
1 body, Action
2 bodyWithState, Func4 bodyWithLocal, Func
1 localInit, Action1 localFinally) at System.Threading.Tasks.Parallel.For(Int64 fromInclusive, Int64 toExclusive, ParallelOptions parallelOptions, Action
1 body)at UVtools.Core.Managers.IssueManager.DetectIssues(IssuesDetectionConfiguration config, OperationProgress progress) in UVtools.Core\Managers\IssueManager.cs:line 237
at UVtools.UI.MainWindow.<>c__DisplayClass191_0.b__0() in UVtools.UI\MainWindow.Issues.cs:line 609
How to reproduce
Files
No response
The text was updated successfully, but these errors were encountered: