MantisBT - MPfm
View Issue Details
0000116MPfmUI | Windows | Main Window | Loops and Markerspublic2011-05-29 09:082012-04-21 09:53
ycastonguay 
ycastonguay 
urgentcrashsometimes
resolvedfixed 
0.4.4.5 
0.4.4.60.4.4.6 
0000116: The application sometimes crashes when loading or generating a new peak file when switching songs in gapless playback
It's probably because I didn't do the cancel wave form background process properly yet.
No tags attached.
related to 0000120resolved ycastonguay Generating a peak file for the first song of Jaga Jazzist's One-Armed Bandit crashes the application 
child of 0000121resolved ycastonguay Add support for short sound files  
Issue History
2011-05-29 09:08ycastonguayNew Issue
2011-05-29 09:08ycastonguayStatusnew => assigned
2011-05-29 09:08ycastonguayAssigned To => ycastonguay
2011-05-29 10:57ycastonguayCategoryMain Form => Loops & Markers
2011-06-08 19:38ycastonguayRelationship addedrelated to 0000120
2011-06-08 19:41ycastonguayNote Added: 0000050
2011-06-10 14:33ycastonguayNote Added: 0000051
2011-06-10 14:33ycastonguayStatusassigned => resolved
2011-06-10 14:33ycastonguayFixed in Version => 0.4.4.6
2011-06-10 14:33ycastonguayResolutionopen => fixed
2011-06-10 14:42ycastonguayRelationship addedchild of 0000121
2012-02-18 11:16ycastonguayCategoryLoops & Markers => Loops and Markers
2012-04-21 09:53ycastonguayCategoryLoops and Markers => Player
2012-04-21 09:53ycastonguayCategoryPlayer => Loops and Markers
2012-04-21 09:54ycastonguayCategoryLoops and Markers => Window - Main - Loops and Markers
2012-04-21 09:59ycastonguayCategoryWindow - Main - Loops and Markers => UI - Windows - Main Window - Loops and Markers
2012-04-22 10:10ycastonguayCategoryUI - Windows - Main Window - Loops and Markers => UI | Windows | Main Window | Loops and Markers

Notes
(0000050)
ycastonguay   
2011-06-08 19:41   
I found the bug; it was in the Paint event. When the wave data history was too small for the control width, it'd give a lower than 1 ratio. This created an infinite loop.

The bug is related to the first song of Jaga Jazzist's One-Armed Bandit. The peak file is too small (the song lasts 0:22).
(0000051)
ycastonguay   
2011-06-10 14:33   
It is now fixed, using a new rendering engine that can draw short waveforms with shorter history than the control width.