question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest Build Is Giving This Error On Each File

See original GitHub issue
General: System.Exception: Read 41314848 bytes intead of 1634100548
   at UtinyRipper.EndianStream.ReadStringBuffer(Int32 length)
   at UtinyRipper.AssetStream.ReadStringAligned(Int32 length)
   at UtinyRipper.EndianStream.ReadStringAligned()
   at UtinyRipper.EndianStream.ReadStringArray()
   at UtinyRipper.Classes.PreloadData.Read(AssetStream stream)
   at UtinyRipper.SerializedFiles.SerializedFile.ReadAsset(AssetStream stream, AssetInfo assetInfo, Int64 offset, Int32 size)
   at UtinyRipper.SerializedFiles.SerializedFile.ReadAssets(EndianStream stream, Int64 startPosition)
   at UtinyRipper.SerializedFiles.SerializedFile.Read(Stream baseStream)
   at UtinyRipper.FileCollection.ReadSerializedFile(Stream stream, String filePath, String fileName)
   at UtinyRipper.FileCollection.Read(Stream stream, String filePath, String fileName)
   at UtinyRipper.Program.LoadFiles(FileCollection collection, IEnumerable`1 filePathes)
   at UtinyRipper.Program.Main(String[] args)

Test Files.zip

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mafacacommented, May 10, 2018

Also I fixed prefab export in 23dfe7842cb415231ee8f6e3fb24eb8558255931

1reaction
mafacacommented, May 9, 2018

Fixed in 28b34551485f1add58749b25121281e73d70a32f

Read more comments on GitHub >

github_iconTop Results From Across the Web

Visual Studio displaying errors even if projects build
Solution Explorer -> Find the file with the unrecognized class in it. · Click Show All Files at the top of the Solution...
Read more >
tsc --build outputs same error multiple times when ...
When a building a monorepo using project references, where each package/project directly access the source .ts files (instead conventionally ...
Read more >
r/VisualStudio - VS 2022 won't show build failure errors in ...
VS 2022 won't show build failure errors in the Error List from razor files that aren't currently open. Does anyone know of a...
Read more >
Cannot debug net6.0-macos Apps - Developer Community
When I hit debug, the following error is shown in the Terminal: Possible reasons for this include: * You misspelled a built-in dotnet...
Read more >
Module compiles, but editor shows compilation issues
I have a bunch of Maven modules that compile file using Maven (both ... One Java file is red all over with "cannot...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found