Henrique Gouveia

Results 12 comments of Henrique Gouveia

It is possible that this bug is caused by not handling correctly the audio interruption. When the mute is on, the app doesn't freeze. Emulator.mm gave this insight. ` if...

I didn't have success fixing this issue. I can't catch interruptions neither before nor after receiving it.

It seems that the problem is how Sound_Queue manages concurrence with semaphores. If I comment out `SDL_SemValue` and `SDL_SemPost( free_sem );` in `void Sound_Queue::fill_buffer( Uint8* out, int count )` it...

Nice! I worked recently with a migration from OpenGL to Metal. We are using this project to transform OpenGL calls to Metal. It is called MetalANGLE. https://github.com/kakashidinho/metalangle It is updated...

Hi, satmandu! I was getting the same error this morning and I was able to debug lightum. I just ran the program with the flag -U, which is used to...

I did not had much time to actually identify the problem on the code. I will try, as soon as possible, to debug more deeply and look for a better...

It seems to be related with Impeller renderer at Flutter version 3.19.x Looks like it is fixed in Flutter version 3.22 As a workaround you could try to disable the...

Also, if after upgrading Flutter to 3.22 and the issue persists... Feel free to open an issue on the Flutter repo. :) One more thing, this bug is not related...

> @normidar @eloayoubi @luisbelo91 @ManuelRauber @hngouveia01 should we / you / I make a bug report on flutter/flutter? Hi, @techouse. Don't get me wrong, I know you're a tech savvy...

@techouse, check this new PR merged in 3.23 and was present on 3.22 version: https://github.com/flutter/flutter/issues/146648 General fixes being merged: https://github.com/flutter/engine/commits/main/impeller