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.) #366

Open
oklizzy opened this issue Nov 24, 2024 · 0 comments
Labels
bug Something isn't working next update Fixed / Added on upcoming / next version

Comments

@oklizzy
Copy link

oklizzy commented Nov 24, 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: roots_tattoo_pack_2
Collection name: ** // **
Project path: C:\Users\mandy\Desktop\roots-tattoo-pack-2\clothproject_roots_tattoo_pack_2
Output path: C:\Users\mandy\Desktop\roots-tattoo-pack-2
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]`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working next update Fixed / Added on upcoming / next version
Projects
None yet
Development

No branches or pull requests

2 participants