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
| |-+  Plugins/Viewers
| | |-+  Why is Brickmania so slow on Sansa?
« previous next »
  • Print
Pages: [1]

Author Topic: Why is Brickmania so slow on Sansa?  (Read 2234 times)

Offline major_works

  • Member
  • *
  • Posts: 32
Why is Brickmania so slow on Sansa?
« on: September 21, 2009, 04:10:45 PM »
I just updated Rockbox on my Sansa e270 a few days ago to version r22730-090918. I like to play Brickmania and noticed that it now runs painfully slow. Why is that?

EDIT: No thoughts on this? Well, whatever. It was a fun and challenging little game that's now ruined for me. I just wondered who thought it was a good idea to do that.
« Last Edit: September 23, 2009, 10:43:17 AM by major_works »
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Why is Brickmania so slow on Sansa?
« Reply #1 on: September 24, 2009, 03:17:56 AM »
Yes, I'm sure someone sat down and thought "Let's make this unusable"

Come on, don't be silly.  You need to help people out - you need to find the revision that changed it.
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline major_works

  • Member
  • *
  • Posts: 32
Re: Why is Brickmania so slow on Sansa?
« Reply #2 on: September 24, 2009, 01:03:45 PM »
Thank you for your helpful reply. Meanwhile, I looked at the revisions made to the game and there have been quite a few going back to mid July. I'm not a programmer. If I were able to identify exactly which revision made the game play so slow, I'd probably be able to make the fix.

Having said that, the revision that seems to me a possible culprit is this one:
http://svn.rockbox.org/viewvc.cgi?view=rev&revision=22582

It's not that the game is unusable. Rather, it's boring and far too easy. It wasn't until recently.

Logged

Offline roolku

  • Developer
  • Member
  • *
  • Posts: 350
Re: Why is Brickmania so slow on Sansa?
« Reply #3 on: September 24, 2009, 02:25:30 PM »
Quote from: major_works on September 24, 2009, 01:03:45 PM

It's not that the game is unusable. Rather, it's boring and far too easy. It wasn't until recently.


Have you checked the difficulty setting is normal and not easy?
Logged

Offline major_works

  • Member
  • *
  • Posts: 32
Re: Why is Brickmania so slow on Sansa?
« Reply #4 on: September 24, 2009, 02:26:05 PM »
Yes, I have. Thanks.
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Why is Brickmania so slow on Sansa?
« Reply #5 on: September 24, 2009, 02:28:08 PM »
Quote from: major_works on September 24, 2009, 01:03:45 PM
Thank you for your helpful reply.

No problem, it came as a direct result of your helpful first post.

I didn't mean look at the code changes, I meant try the different versions of Rockbox to see when it changed.
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline shotofadds

  • Developer
  • Member
  • *
  • Posts: 368
Re: Why is Brickmania so slow on Sansa?
« Reply #6 on: September 24, 2009, 03:28:37 PM »
I've noticed the same thing on the D2 - recent builds play much slower than the v3.3 release.

r21943 looks like it's responsible, as it seems to almost halve the game speed on these targets. CYCLETIME used to be dependent on screen size, but is now fixed at 50 (was 30 for these targets).

Was there a reason for doing this? It does make the game rather tedious...
Logged

Offline major_works

  • Member
  • *
  • Posts: 32
Re: Why is Brickmania so slow on Sansa?
« Reply #7 on: September 24, 2009, 03:29:54 PM »
I didn't know I had to fully diagnose an issue before I could ask a question about it. I thought that maybe the individual(s) who tinkered with the game might see this and look into it if/when they had time. I went quite some time between updates of my Sansa and I really have no idea which version of Rockbox is the first one where this happened.

If someone with the programming insight happens across these posts and has time and/or inclination to look into the issue, well and good. If not, that's too bad for me.

Out.
Logged

Offline cool_walking_

  • Rockbox Expert
  • Member
  • *
  • Posts: 695
Re: Why is Brickmania so slow on Sansa?
« Reply #8 on: September 25, 2009, 02:47:26 AM »
Maybe I'm reading this wrong, but it seems like you're getting annoyed over what you perceive as people being rude.  They're just asking questions because they want to know the answers, and suggesting you test things (without condemning, like "YOU SHOULD HAVE DONE THIS EARLIER, YOU TERRIBLE HUMAN BEING!").  And THIS reply already looks to me like it can be taken to be condescending, but IT'S NOT!  Don't read it like that!  I'm just trying to make you a happy person!  Hopefully if I put in some more exclamation marks, this will seem legitimate! !!

!
!!

!

!!!!
« Last Edit: September 25, 2009, 02:59:02 AM by cool_walking_ »
Logged

Offline kkurbjun

  • Developer
  • Member
  • *
  • Posts: 49
Re: Why is Brickmania so slow on Sansa?
« Reply #9 on: September 25, 2009, 11:00:29 AM »
I missed that the H300 had a lower cycle time than 50.  I updated it so that the cycle time is 30 as it was on the H300. This should speed the game up quite a bit.  It will still be slower than it was, but that will make it a bit more comparable to the older releases. 

The game was modified to make it play at a consistent difficulty across all devices which it now does, but the cycletime was improperly set too high.  Before, smaller screens were more difficult as the ball speed was  moving faster relative to larger screens.  Now the speed is calibrated per screen.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  Why is Brickmania so slow on Sansa?
 

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

Page created in 0.101 seconds with 14 queries.