rds1983 / StbSharp

C# port of the famous C framework
69 stars 8 forks source link

StbSharp.Tests.exe crash #2

Open Krakean opened 6 years ago

Krakean commented 6 years ago

Hello. Just downloaded master. Trying to run Tests exe file and getting: https://i.imgur.com/CsVQYvR.png

What I do wrong? Put some images to TestImages, just in case - https://i.imgur.com/WC6Jtwf.png Something wrong with them? Should I upload them here?

StbSharp.MonoGame.WindowsDX.Test.exe works fine though.

rds1983 commented 6 years ago

Hi, StbSharp test images are stored as submodule. So execute git submodule update --init --recursive command in the StbSharp folder to fetch them. It'll fill TestImages with about 800 images. Then run StbSharp.Tests in Release mode and it should work fine.

Anyway there seems to be bug, as StbSharp.Tests isnt supposed to break no matter how many images are provided for testing.