Support and General Use > Theming and Appearance Customization
Data abort with .fms that have FM logo
eevan:
I made this .fms for my Fuze V2 a few months ago. It displays station logo among other things, and it worked OK.
But with recent builds I get
--- Code: ---Data abort
at 30008244
FSR 0x8
(domain 0, fault 8)
address 0x54646E4D
--- End code ---
every time when I start the FM radio. When I comment the lines used to load and display logo, .fms loads nicely without problems. Unfortunately, I don't have older builds anymore so I'm unable to try to find out when the problem occurred.
Can anyone else confirm this, or there is something wrong only on my player?
If it's confirmed, I can open a bug report in flyspray...
Thanks!
JdGordon:
it would help if you posted the theme that is crashing
eevan:
Yes, I apologize, I forgot to put the code in my post... Here it is:
--- Code: ---%acФМ Радио%ar%th
Мод: %?tm<Скенирање|МемориÑане Ñтанице>
%?tm<%tfMHz|%Tn %tfMHz> %?tt<tuned>
%?ts<Стерео|Моно > RSSI %trdBuV
%ar%tl
%pb
%al%taMHz%ac%tfMHz%ar%tbMHz
%tr(214,8,6,38,vertical)
%Cl(60,36,100,100,c,c)
%Cd
--- End code ---
ew:
It appears that I am having this problem as well (in the latest simulator build - 29509) - at least I think it may be the same problem.
My FMS is
--- Quote ---# klean003.fms
# Load images
%xl(border,border.bmp,0,0)
%xl(nocover,nocover_big.bmp,3,3)
#Font Inclusion
%Fl(2,24-Terminus-Bold.fnt)
# Top Viewport
# (Preset & Number) or Scan; Mono/Steroe
# Current Preset Name
%V(10,34,155,60,1)%Vf(FFFFFF)%Vb(000000)
%s%al%?tm< Scan| Preset: %Ti>%ar%?ts<Stereo |Mono >
%s%ac%Tn
# The following section is for things that go to the right of the album art
#Tuned Frequecy (larger font)
%V(100,72,72,23,2)%Vf(FFFFFF)%Vb(000000)
%ac%tf
# Previous Preset - Number
%V(100,100,75,8,0)%Vf(FFFFFF)%Vb(000000)
%Vp(-1,Prev: %Tf)
# Previous Preset - Text
%V(100,112,75,8,0)%Vf(FFFFFF)%Vb(000000)
%Vp(-1,%s%Tn)
# Next Preset - Number
%V(100,130,75,8,0)%Vf(FFFFFF)%Vb(000000)
%Vp(1,Next: %Tf)
# Previous Next - Text
%V(100,142,75,8,0)%Vf(FFFFFF)%Vb(000000)
%Vp(1,%s%Tn)
# Album art viewport
%V(10,71,90,90,0)%Vf(FFFFFF)%Vb(000000)
%xd(border)
%Cl(2,2,81,81)
# If there is not album art - the grapic displays
%?C<%Cd|%xd(nocover)>
--- End quote ---
Whenever I go into FM, I crash, both the player and the simulator.
I have tested the simulator and if I comment out the last line (%?C<%Cd|%xd(nocover)>), no crashes.
Thanks,
sorinake:
The data abort happens also on sansa e200 (260) v1. I get "Data abort at 00008914".
The theme I am using is this one: http://themes.rockbox.org/index.php?themeid=1282&target=sansae200
If I comment the station logo line it works.
The data abort started in version 3.8.
Navigation
[0] Message Index
[#] Next page
Go to full version