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

Out of bounds error in KeysEntry.Write #30

Closed
maxton opened this issue Dec 29, 2018 · 1 comment
Closed

Out of bounds error in KeysEntry.Write #30

maxton opened this issue Dec 29, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@maxton
Copy link
Owner

maxton commented Dec 29, 2018

Found from LibForge, check "Bush - Glycerine"

Unhandled Exception: System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.
   at System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count)
   at LibOrbisPkg.PKG.KeysEntry.Write(Stream s)
   at LibOrbisPkg.PKG.PkgWriter.WriteBody(Pkg pkg, String contentId, String passcode)
   at LibOrbisPkg.PKG.PkgBuilder.Write(Stream s, Action`1 Logger)
   at LibForge.Util.PkgCreator.BuildPkg(String proj, String outPath)
   at ForgeTool.Program.Main(String[] args)
@maxton maxton added the bug Something isn't working label Dec 29, 2018
@maxton
Copy link
Owner Author

maxton commented Dec 29, 2018

Fixed in d4d83a9

@maxton maxton closed this as completed Dec 29, 2018
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

1 participant