Sylvain Becker

Results 199 comments of Sylvain Becker

PR https://github.com/libsdl-org/SDL/pull/7808

adding more debugs here: ``` src/video/SDL_surface.c:765:12: runtime error: signed integer overflow: -2147483483 - 166 cannot be represented in type 'int' src/video/SDL_surface.c:767:15: runtime error: signed integer overflow: -2147483483 - 2147483647 cannot...

@madebr can you try with this, ? seem a limitation to open multiple playback/capture at the same time. At least it shouldn't assert !

https://github.com/libsdl-org/SDL/commit/407b85c5060b5981bb9ef18079d526e93c95d39d

maybe that would improve aaudio backend: https://github.com/libsdl-org/SDL/pull/7587 ?

I re-run the audio test ( using seed RNAUALFYJ8NXIAEG) at start I got: ``` SDL/TEST: - date - : Assert Summary: Total=48 Passed=48 Failed=0 SDL/TEST: - date - : Assert...

Commenting out: ``` src/video/android/SDL_androidvideo.c: // device->GL_UnloadLibrary = Android_GLES_UnloadLibrary; ``` seems to allow do multiple Init/Quit/Init...

using software render, it's normal to be slow. not sure why there is a black screen, but logs seems the egl starts to initialize, where's runMain() log ? I would...

strange ... I tried just replacing my code, with testsprite.c and other code dependencies, and that works directly I'd say this has something to do with SDLEntryTestActivity, but in the...

Just want to add: that I tried, and it worked :/ btw, when I go to backgroud/foreground, it became very slow. not sure what happens ... but there no synchronisation...