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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment