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

A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Arithmetic operation resulted in an overflow.) #374

Closed
oklizzy opened this issue Dec 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@oklizzy
Copy link

oklizzy commented Dec 5, 2024

I have the following error:

System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Arithmetic operation resulted in an overflow.)
 ---> System.OverflowException: Arithmetic operation resulted in an overflow.
   at CodeWalker.GameFiles.ResourceBuilder.Build(ResourceFileBase fileBase, Int32 version, Boolean compress)
   at CodeWalker.GameFiles.YtdFile.Save()
   at z1tKCgmxyQZGFN2m6OlZ.F0A1TdY1cEI(Object , z1tKCgmxyQZGFN2m6OlZ )
   at el3CORNxi6mECAUFSCl.jxcFcuNK3s3Y7mPYTBY.X9kNiHpuEa(String[]  )
   at el3CORNxi6mECAUFSCl.jxcFcuNK3s3Y7mPYTBY.<>c__DisplayClass15_0.SDRlxf1aQ35YRYSyuF7F.MoveNext()
   --- End of inner exception stack trace ---

App Version: 3.1.0.3
Project targets: AltV
DLC name: tattoopack_1
Collection name: ** // **
Project path: C:\Users\mandy\Desktop\tattoopack_1\clothproject_tattoopack_1
Output path: C:\Users\mandy\Desktop\tattoopack_1
Disable Extra Ymt Creation: False
Create Subfolder For Cloth Drawable Types: False
Replace settings enabled: False // DLC: NoDlc
Save File Version: 5


Cloth files:
`[Please provide cloth files (ydd, ytd), cloth project and any other related files here + describe reproduction steps]`
@DurtyFree DurtyFree added the bug Something isn't working label Dec 5, 2024
@DurtyFree
Copy link
Owner

Duplicate of #366

@DurtyFree DurtyFree marked this as a duplicate of #366 Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants