polytronicgr / gwen-dotnet

Automatically exported from code.google.com/p/gwen-dotnet
0 stars 0 forks source link

SFML: texture loading fails sometimes #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch SFML sample.
2. Open MenuStrip test.
3. Open menus, there are icons missing.

test16.png fails to load apparently, but it works in Button test. Process 
Explorer shows no handle to the file (even if the Button test is open). Menu 
icons don't work even if Button and Tab tests are commented out (both use 
test16.png).

Something wrong with disposing? Sharing native handle in SFML?

This may be related with screenshots not working if certain tests are open: 
Image.SaveToFile fails somehow (but texture from Window.Capture seems to work).

Original issue reported on code.google.com by der.ag...@gmail.com on 12 Sep 2011 at 4:56

GoogleCodeExporter commented 8 years ago
Fixed also font/screenshot issues.

Original comment by der.ag...@gmail.com on 13 Sep 2011 at 7:29