Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.6.0b6
Issue ID
876669
Regression
No
[SpeedTree][GraphicsAPI] 'Internal: Possible leak' error after switching graphics API in a scene with tree
Steps to repro:
OSX:
1. Open attached project and 't10TreeShadows' scene;
2. Go to Edit -> Project Settings -> Player;
3. Uncheck 'Auto Graphics API for Mac' checkbox;
4. Drag Metal on top of the list;
5. Observe console.
Windows:
1. Open attached project and 't10TreeShadows' scene;
2. Go to Edit -> Project Settings -> Player;
3. Uncheck 'Auto Graphics API for Windows' checkbox;
4. Click '+' button and add OpenGLES2 platform and OpenGlCore;
5. Drag 'OpenGLCore' on top of the list;
6. Drag 'OpenGLES2' on top of the list.
Actual result:
'Internal: Possible leak. All textures should be removed from IdMap when destructed using RemoveTexture(TextureID texid).'
is thrown in the console. See attached gif video.
Expected result:
Graphics API should be switched without errors.
Notes:
- Reproducible only on OSX 10.12.2 and on Windows 10;
- Reproducible in 5.6.0b6, 5.6.0b5, 5.5.0p4, 5.4.3f1.
- Reproducible only when switching Graphics API to Metal;
- Not reproducible in Standard Assets scene.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inconsistent logic on when 'open VFX graph Samples' button appears on Visual Effect Graph in Package Manager
- Unable to dock tabs on panels when non-standard pointers are used (touch-screen, tablet and pen)
- Editor hangs when rendering TMP Text Component with Left and Right Margins set in the Extra Settings
- Occlusion's fields can be set to negative numbers
- Issues with tutorial content in Universal 3D sample
Add comment