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
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment