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.

Unity 2019.2.9 GlobalTagManager

See original GitHub issue

When running UtinyRipper on an Empty Project build of 2019.2.9f1, I get an error with the Globaltagmanager:

Output log:
Import: Game file 'globalgamemanagers' has been found
Import: Game file 'level0' has been found
Import: PC game structure has been found at 'C:\Data\Documents\Unity\KnowledgeBase\Empty2019.2\Builds\EmptyWindows'
Import: Assembly 'UnityEngine.IMGUIModule' has been loaded
Import: Assembly 'UnityEngine.CoreModule' has been loaded
Import: Assembly 'UnityEngine.TextRenderingModule' has been loaded
Import: Assembly 'mscorlib' has been loaded
Import: SerializedFileException: v:2019.2.9f1 n:globalgamemanagers p:C:\Data\Documents\Unity\KnowledgeBase\Empty2019.2\Builds\EmptyWindows\Empty2019.2_Data\globalgamemanagers
Message: Read 606 but expected 607 for asset type GraphicsSettings
StackTrace:    at uTinyRipper.SerializedFiles.SerializedFile.ReadAsset(AssetReader reader, AssetInfo assetInfo, Int64 offset, Int32 size)
   at uTinyRipper.SerializedFiles.SerializedFile.ReadAsset(AssetReader reader, AssetEntry info)
   at uTinyRipper.SerializedFiles.SerializedFile.ReadAssets(EndianReader reader)
   at uTinyRipper.SerializedFiles.SerializedFileScheme.ReadFile(IFileCollection collection, IAssemblyManager manager)
   at uTinyRipper.FileList.AddFile(FileScheme scheme, IFileCollection collection, IAssemblyManager manager)
   at uTinyRipper.GameStructure.Processor.ProcessFile(String fileName, String filePath)
   at uTinyRipper.GameStructure.ProcessGameStructure(Processor processor, PlatformGameStructure structure)
   at uTinyRipper.GameStructure.Load(List`1 pathes)
   at uTinyRipper.GameStructure.Load(IEnumerable`1 pathes)
   at uTinyRipperGUI.MainWindow.LoadFiles(Object data)

Here is the Globaltagmanager File:

globalgamemanagers.zip

I guess the important part here is Message: Read 606 but expected 607 for asset type GraphicsSettings. Seems like there was a slight change in the file stucture?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
mafacacommented, Oct 22, 2019

It’s ok to file such bug reports. They help me find out that the problem exists.

0reactions
JohannesDemlcommented, Oct 24, 2019

Can confirm, that the problem does not appear anymore for 2019.2.9f1 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unity 2019.2.9
Graphics card with DX10 (shader model 4.0) capabilities. CPU: SSE2 instruction set support. iOS player requires iOS 9.0 or higher. Android: OS ...
Read more >
Unity download archive
Unity download archive. From this page you can download the previous versions of Unity for both Unity Personal and Pro (if you have...
Read more >
Unity 2019.2.19
For running Unity games · OS: Windows 7 SP1+, macOS 10.12+, Ubuntu 12.04+, SteamOS+ · Graphics card with DX10 (shader model 4.0) capabilities....
Read more >
Unity 2019.2.8
For running Unity games · OS: Windows 7 SP1+, macOS 10.12+, Ubuntu 12.04+, SteamOS+ · Graphics card with DX10 (shader model 4.0) capabilities....
Read more >
Unity 2019.2.0
Unity 2019.2.0 download and release notes.
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