Skip to content
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

Some DDS files cannot be converted #1

Open
lazydevyo opened this issue May 15, 2023 · 1 comment
Open

Some DDS files cannot be converted #1

lazydevyo opened this issue May 15, 2023 · 1 comment

Comments

@lazydevyo
Copy link

This is what I get when I drop a single dds file that is not supported apparently.


Unhandled exception. System.AggregateException: One or more errors occurred. (Errors during bulk conversion (The method or operation is not implemented.))
 ---> System.AggregateException: Errors during bulk conversion (The method or operation is not implemented.)
 ---> System.NotImplementedException: The method or operation is not implemented.
   at DDStronk.BulkConverter.Convert(String path)
   at DDStronk.BulkConverter.ProcessLoop()
   --- End of inner exception stack trace ---
   at DDStronk.BulkConverter.ProcessLoop()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.<>c.<.cctor>b__277_0(Object obj)
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait()
   at DDStronk.BulkConverter.Dispose(Boolean disposing)
   at DDStronk.Program.Main(String[] args)

@F1mmel
Copy link

F1mmel commented Aug 5, 2023

Same here, any fixes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants