Crash when playing MetaModule while setting its TPL to multiple of 0x0100 [FIXED in 1.9.6]

Found a bug? Post it here.
Post Reply
User avatar
sk0
Posts: 63
Joined: Fri Oct 18, 2019 10:45 am
Location: Tokyo

Crash when playing MetaModule while setting its TPL to multiple of 0x0100 [FIXED in 1.9.6]

Post by sk0 »

This seems to happen when you play a Metamodule and specify its TPL by an effect at the same time.
Strangely, it seems SunVox doesn't crash when TPL is not a multiple of 0x0100.
User avatar
NightRadio
Site Admin
Posts: 3941
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: Crash when playing MetaModule while setting its TPL to multiple of 0x0100

Post by NightRadio »

This seems to happen when you play a Metamodule and specify its TPL by an effect at the same time.
Do you mean controller 05 automation?
There really is a bug here, because maximum value for TPL is 255.
256 (0x0100) will be treated as 0 and the app will crash due to division by zero :)
Fixed in 1.9.6.
User avatar
sk0
Posts: 63
Joined: Fri Oct 18, 2019 10:45 am
Location: Tokyo

Re: Crash when playing MetaModule while setting its TPL to multiple of 0x0100

Post by sk0 »

NightRadio wrote: Fri Sep 11, 2020 10:49 am
This seems to happen when you play a Metamodule and specify its TPL by an effect at the same time.
Do you mean controller 05 automation?
Yes. I mistakenly set the controller 05 to 0x0100 while making a weird bass sound and met this bug.
Thank you for fixing it :)
Post Reply