You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have absolutely no idea what why or how. Technically it probably isnt even an error with go-sdl2 but I hope you have some insight.
I have worked on my Project (branch fix_renderer) for quite some time on my laptop now. However now coming back home when I run the tests on my desktop pc I don't get any output from the renderer at all. In testEnv I made a small sample program that just fills the renderer and presents. That program worked. So I made a small test func at the bottom of screen_test.go called TestRenderer2TMP that had the exact same code. This one didn't work when run in isolation or with all other tests. So I asked a friend and he had the exact same problem on his pc. Now I run this on my laptop. When I run the test in isolation it doesn't work either. As well as the small program I wrote. However when I run the test together with all other tests it magically works again. And all of this behaviour is stable. Meaning that it doesn't change from run to run. I am completely lost and I have no idea where to begin.
The text was updated successfully, but these errors were encountered:
SDL is initialized in all cases the same way. There should be no difference since the exact same code is run. Or are go tests run in their own goroutine?
I have absolutely no idea what why or how. Technically it probably isnt even an error with go-sdl2 but I hope you have some insight.
I have worked on my Project (branch fix_renderer) for quite some time on my laptop now. However now coming back home when I run the tests on my desktop pc I don't get any output from the renderer at all. In testEnv I made a small sample program that just fills the renderer and presents. That program worked. So I made a small test func at the bottom of screen_test.go called TestRenderer2TMP that had the exact same code. This one didn't work when run in isolation or with all other tests. So I asked a friend and he had the exact same problem on his pc. Now I run this on my laptop. When I run the test in isolation it doesn't work either. As well as the small program I wrote. However when I run the test together with all other tests it magically works again. And all of this behaviour is stable. Meaning that it doesn't change from run to run. I am completely lost and I have no idea where to begin.
The text was updated successfully, but these errors were encountered: