- Home /
the standalone of my game is crashing every time i try to start it
hi, so i when i tested the game in the unity editor everything worke perfecty, anyway whenever i try to run the stand alone it always crashes, and checking trough the crash report i found this,
The file 'C:/Users/Edgar/Desktop/network test_Data/Resources/unity default resources' is corrupted! Remove it and launch unity again! [Position out of bounds! 3052368 > 3052364]
(Filename: C:/BuildAgent/work/812c4f5049264fad/Runtime/Serialize/CacheWrap.cpp Line: 269)
The file 'C:/Users/Edgar/Desktop/network test_Data/Resources/unity default resources' is corrupted! Remove it and launch unity again! [Position out of bounds! 3001196 > 3001192]
(Filename: C:/BuildAgent/work/812c4f5049264fad/Runtime/Serialize/CacheWrap.cpp Line: 269)
The file 'C:/Users/Edgar/Desktop/network test_Data/Resources/unity default resources' is corrupted! Remove it and launch unity again! [Position out of bounds! 357036 > 357028]
(Filename: C:/BuildAgent/work/812c4f5049264fad/Runtime/Serialize/CacheWrap.cpp Line: 269)
Mismatched serialization in the builtin class 'Shader'. (Read 18220 bytes but expected 18212 bytes)
(Filename: C:/BuildAgent/work/812c4f5049264fad/Runtime/Serialize/SerializedFile.cpp Line: 1148)
The file 'C:/Users/Edgar/Desktop/network test_Data/Resources/unity default resources' is corrupted! Remove it and launch unity again! [Position out of bounds! 420040 > 419912]
(Filename: C:/BuildAgent/work/812c4f5049264fad/Runtime/Serialize/CacheWrap.cpp Line: 269)
Mismatched serialization in the builtin class 'Shader'. (Read 63008 bytes but expected 62880 bytes)
(Filename: C:/BuildAgent/work/812c4f5049264fad/Runtime/Serialize/SerializedFile.cpp Line: 1148)
DynamicHeapAllocator out of memory - Could not get memory for large allocationCould not allocate memory: System out of memory! Trying to allocate: 4093640704B with 4 alignment. MemoryLabel: DynamicArray Allocation happend at: Line:299 in C:\BuildAgent\work\812c4f5049264fad\Runtime/Utilities/dynamic_array.h Memory overview
i want to know if this is the cause of it crashing and if there is a way to fix it, i tried re building it like 7 times.
Your answer
Follow this Question
Related Questions
Standalone server crash 1 Answer
Unity crashes on building project 2 Answers
Game crash on Ubuntu 2 Answers
crash in standalone but not in editor - appears to be caused by UI 1 Answer