Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Suddenly broken progress bar for FM radio (Sansa Fuze v2)
« previous next »
  • Print
Pages: [1]

Author Topic: Suddenly broken progress bar for FM radio (Sansa Fuze v2)  (Read 2737 times)

Offline D.Lorean

  • Member
  • *
  • Posts: 8
Suddenly broken progress bar for FM radio (Sansa Fuze v2)
« on: February 07, 2012, 07:50:11 PM »
Hello everybody!

I'm new to rockbox and also a beginner in theming this fine piece of software and I'm facing here a problem, I don't understand.
I also did search the forum, but couldn't find an answer to my special problem.

I did some minor modifications to an existing theme (Fuze Classic) for a Sansa Fuze v2 and everything worked fine until a 'data abort' error showed up (don't remember what specific one). I did reset of rockbox (holding power off for 20s), but now the progress bar in the radio skin is "broken" and I always get the failsafe skin.

This is the code:

Code: [Select]
%xl(t,tuner.bmp,0,0)

#Tuner and Volume Bar:
%V(11,125,198,8,-)
%?mv<%pv(0,0,198,8,volume.bmp)|%pb(0,0,-,-,slider,t,nofill,nobar)>

I didn't do any changes to it. If I comment out the false case or change it to a solid bar, everything is working fine.

I can't see my mistake. Is there any database which possibly got corrupted by the tuner bitmap or a buffer overflow...?

PS: No errors in the simulator, everything as it should be.

Thanks for any help...

Regards,
D.Lorean
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Suddenly broken progress bar for FM radio (Sansa Fuze v2)
« Reply #1 on: February 07, 2012, 08:20:08 PM »
is tuner.bmp in .rockbox/wps/<theme name>/ ?
does it open fine on your computer? sounds like that file is casuing the issue
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline D.Lorean

  • Member
  • *
  • Posts: 8
Re: Suddenly broken progress bar for FM radio (Sansa Fuze v2)
« Reply #2 on: February 08, 2012, 04:24:32 AM »
Quote from: JdGordon on February 07, 2012, 08:20:08 PM
is tuner.bmp in .rockbox/wps/<theme name>/ ?
Yes, everything is in the right folder...

Quote from: JdGordon on February 07, 2012, 08:20:08 PM
does it open fine on your computer? sounds like that file is casuing the issue
This was my first thought, too...but there are no known problems with this bitmap. I can even open/view it on the player.

It worked one time. Then there was this 'data abort' error and now I can only access the failsafe skin. Very confusing...

Are there any logfiles created by rockbox, which could help me any further?
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Suddenly broken progress bar for FM radio (Sansa Fuze v2)
« Reply #3 on: February 08, 2012, 07:28:39 AM »
nope, unfortunately.
maybe it has something to do with buflib. Have you got dircache enabled?
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline D.Lorean

  • Member
  • *
  • Posts: 8
Re: Suddenly broken progress bar for FM radio (Sansa Fuze v2)
« Reply #4 on: February 08, 2012, 09:34:35 AM »
Quote from: JdGordon on February 08, 2012, 07:28:39 AM
maybe it has something to do with buflib.

In the actual (official) release 3.10, I found this value somewhere in the debug menu. I use r513C5AD at the moment and missing this entry.

Quote from: JdGordon on February 08, 2012, 07:28:39 AM
Have you got dircache enabled?

I tried with dircache enabled/disabled, unfortunately no change...

Would it help to upload all theme files?
Logged

Offline D.Lorean

  • Member
  • *
  • Posts: 8
Re: Suddenly broken progress bar for FM radio (Sansa Fuze v2)
« Reply #5 on: February 09, 2012, 12:27:28 PM »
Ok, I reformatted the player and did a fresh install of the latest rockbox build and........got the same result, no themed radio screen.  :-[

But why did it worked before...? The only thing I changed, before the non-working screen, was the foreground viewport color.

Post Merge: February 10, 2012, 03:52:51 AM
Some more testing:

rb v3.10 + Original Theme (Fuze Classic) > O.K.

rb c978665 + Original Theme > failsafe fms

rb v3.10 + Modded Theme > failsafe fms

rb c978665 + Modded Theme > failsafe fms


I also noticed that rockbox v3.10 didn't starts OF anymore when connected via USB (player shut off in first)...normal when switching between v3.10 <> current build ?

« Last Edit: February 10, 2012, 03:52:51 AM by D.Lorean »
Logged

Offline D.Lorean

  • Member
  • *
  • Posts: 8
Re: Suddenly broken progress bar for FM radio (Sansa Fuze v2)
« Reply #6 on: February 10, 2012, 04:11:26 PM »
So...maybe we can find some testers (Sansa Fuze v1/2) to get this under control...Fuze Classic Mod (Beta)

Any suggestions or feedback would be helpful, thanks!
Logged

Offline D.Lorean

  • Member
  • *
  • Posts: 8
Re: Suddenly broken progress bar for FM radio (Sansa Fuze v2)
« Reply #7 on: February 13, 2012, 03:55:46 PM »
Hello again everybody!

Did anyone tested the modded theme or can explain to me why the slider tag isn't working anymore...?

Cheerio,
D.Lorean
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Suddenly broken progress bar for FM radio (Sansa Fuze v2)
« Reply #8 on: February 14, 2012, 03:49:00 AM »
should be fixed in the latest current build
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline D.Lorean

  • Member
  • *
  • Posts: 8
Re: Suddenly broken progress bar for FM radio (Sansa Fuze v2)
« Reply #9 on: February 14, 2012, 07:57:36 AM »
Quote from: JdGordon on February 14, 2012, 03:49:00 AM
should be fixed in the latest current build

Everything is now working as aspected with the current build (9acd702) and the 'Expected list close' error is fixed.

Thank you very much & thanks to everybody involved in fixing the latest bugs...!!

--
D.Lorean
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Suddenly broken progress bar for FM radio (Sansa Fuze v2)
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.064 seconds with 14 queries.