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

Support for big data.win files #51

Open
Miepee opened this issue May 16, 2022 · 0 comments
Open

Support for big data.win files #51

Miepee opened this issue May 16, 2022 · 0 comments
Labels
bug Something isn't working serialization Issues pertaining to reading/writing GameMaker data files

Comments

@Miepee
Copy link
Contributor

Miepee commented May 16, 2022

Very big (~3.5GB) data.win currently crash DogScepter when trying to load it.

System.OverflowException: Arithmetic operation resulted in an overflow.
   at DogScepterLib.Core.Util.BufferBinaryReader..ctor(Stream stream) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Core\Util\BufferBinaryReader.cs:line 20
   at DogScepterLib.Core.GMDataReader..ctor(Stream stream, String path) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Core\GMDataReader.cs:line 24
   at DogScepterCLI.ConsoleExtensions.LoadDataFile(IConsole console, String file, Boolean verbose) in C:\Users\narr\gitrepos\dog-scepter\DogScepterCLI\ConsoleExtensions.cs:line 122
@colinator27 colinator27 added bug Something isn't working serialization Issues pertaining to reading/writing GameMaker data files labels May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working serialization Issues pertaining to reading/writing GameMaker data files
Projects
None yet
Development

No branches or pull requests

2 participants