Search Issue Tracker
Duplicate
Votes
0
Found in
2017.4.2f2
2017.4.3f1
Issue ID
1037606
Regression
Yes
[Mac] App crashes because of MemoryOverflow
Reproduction steps:
1. Edit the Unity Networking files
2. Open "CHKN" project
3. Decrease the size of the textures in the project (So as to make the serialized file size less than 4Gb)
4. Delete "sand_normal.png" from "CCrossWorking\SandTextures"
5. Find and click on "CHKNVirtualTexture" in the Project window -> Click "Rebuild" in the Inspector window
6. Build the Project for Mac
7. Launch the Build
Expected Result: The Build launches properly
Actual Result: The Build closes/crashes (If using -logFile, you can see that there is an error "System out of memory")
Fixed in: 2018.3.0b1
Reproduced with: 2017.4.4f1, 2017.4.3f1 (21ae32b5a9cb)
Did not reproduce on: 2017.4.3f1 (bbf84f06ea19)
Note:
1. Add the contents of "Output.zip" to this directory "...Editor\Data\UnityExtensions\Unity\Networking"
3. "Project Settings" -> "Quality" -> Set "Texture Quality" to "Eighth Res"
Allow Unsafe Code
Comment out any code that causes errors
Added the Output log of the build once crashed
Added the Build from 2017.4.2f2
"Could not allocate memory: System out of memory!
MemoryLabel: TempOverflow
Size overflow in allocator."
You can include just the first 2 Scenes ("Loading" and "Game" to build faster)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment