skymen / fmod

Construct 3 implementation of FMOD
1 stars 1 forks source link

Bug: random but frequent crashes #11

Closed shotgunanaconda closed 4 months ago

shotgunanaconda commented 4 months ago

I dont have detailed description since i cant replicate it. But FMOD seems to crash the game in what seems at random. I think its when events of various sorts get triggered but i dont know for sure. Sometimes it closesthe window and sometimes it just crashes into a black screen. I havent added anything else that impacts the game on a system level so it seems to be fmod :/

This is reported from everyone that has tried, sadly this makes it unusable.

skymen commented 4 months ago

That sounds like a memory issue. I wonder if this can be mitigated or not since memory is a big limitation of the web at the moment.

shotgunanaconda commented 4 months ago

Jumping back in to say that it might not be all because of the fmod plugin, after removing im getting them way less frequently but still happening.

Do you have more information of the memory limits?

skymen commented 4 months ago

It really depends on your device and on your browser. There is no clear limit.

shotgunanaconda commented 4 months ago

@skymen i can now confirm crashes were not because of fmod but a bug with loadstates and hierarchies in c3. reported here https://github.com/Scirra/Construct-bugs/issues/8118. I will close this issue.