Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Unhandled exception. System.AggregateException: One or more errors occurred. (Arithmetic operation resulted in an overflow.) #74

Open
LumpyMilkTea opened this issue Sep 2, 2023 · 0 comments

Comments

@LumpyMilkTea
Copy link

Full Error Message Here:

CTFAK 2.2
Reading game with "Normal EXE"
[20:59:15:02] Game Header: PAMU
[20:59:15:03] Fusion Build: 292
[20:59:15:03] Reading Chunk 8740 (Name)
[20:59:15:03] Reading Chunk 8763 (Copyright)
[20:59:15:03] Reading Chunk 8750 (App Editor-Filename)
...
...
...
[20:59:15:30] Reading Chunk 13112 (Frame Item Instances)
[20:59:15:30] Frame Found: CLOCK - JUMPSCARE, 0x0, 1 objects.
[20:59:37:69] Reading Chunk 26214 (Images)
System.AggregateException
Unhandled exception. System.AggregateException: One or more errors occurred. (Arithmetic operation resulted in an overflow.)
---> System.OverflowException: Arithmetic operation resulted in an overflow.
at CTFAK.Core.CCN.Chunks.Banks.ImageBank.TwoFivePlusImage.<>c__DisplayClass0_0.b__0() in D:\a\CTFAK2.0\CTFAK2.0\Core\CTFAK.Core\CCN\Chunks\Banks\ImageBank\TwoFivePlusImage.cs:line 63
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(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.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at CTFAK.Core.CCN.Chunks.Banks.ImageBank.ImageBank.Read(ByteReader reader) in D:\a\CTFAK2.0\CTFAK2.0\Core\CTFAK.Core\CCN\Chunks\Banks\ImageBank\ImageBank.cs:line 65
at CTFAK.CCN.GameData.Read(ByteReader reader) in D:\a\CTFAK2.0\CTFAK2.0\Core\CTFAK.Core\CCN\GameData.cs:line 385
at CTFAK.FileReaders.ExeFileReader.LoadGame(String gamePath) in D:\a\CTFAK2.0\CTFAK2.0\Core\CTFAK.Core\EXE\ExeFileReader.cs:line 98
at Program.Main(String[] args) in D:\a\CTFAK2.0\CTFAK2.0\Interface\CTFAK.Cli\Program.cs:line 180

Game being dumped is "Dormitabis Remastered" which has a size of 1.6 GB.

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

No branches or pull requests

1 participant