Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Bertrahm

Pages: [1]
1
Graphics / Assertion Failed when trying to load Texture
« on: December 02, 2019, 06:54:13 pm »
Hey,
im farely new to SFML and im having trouble when loadiong Textures. Im getting an Assertion Failed.
here's the message;
(click to show/hide)

Heres the class where I call the load texture:
(click to show/hide)
(LoadSprite calls LoadTexture, which really loads the texture)
And heres the class for my Window Creation and where I call the LoadSprite Function:
(click to show/hide)

It fails at window creation, but as soon as I remove the LoadSprite call it doesnt fail anymore and the other way arround

Pages: [1]
anything