![]() |
2011-01-11
, 19:00
|
Posts: 99 |
Thanked: 325 times |
Joined on Jul 2010
|
#112
|
That was me replacing "printf("SDL_WaitEvent() error\n")" with abort(). A core dump is more useful to me rather than seeing "SDL_WaitEvent() error" a million and one times...
The Following User Says Thank You to thomasjfox For This Useful Post: | ||
![]() |
2011-01-11
, 19:39
|
Posts: 235 |
Thanked: 339 times |
Joined on Nov 2010
|
#113
|
Anway, it seems to be a NULL pointer access. It might help to -start- the program in gdb and make it crash, maybe it outputs more information than with the first backtrace.
if (last_button & BUTTON_REL)
{
*x = (last_data&0xffff0000)>>16;
*y = (last_data&0xffff);
}
else
{
*x = (data&0xffff0000)>>16;
*y = (data&0xffff);
}
button_tick
button_read
button_read_device
button_try_post
action_get_touchscreen_press
button_get_data
action_get_touchscreen_press_in_vp
action_get_touchscreen_press
button_get_data
button_tick
button_read
button_read_device
button_tick
button_read
button_read_device
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
Xlib: unexpected async reply (sequence 0x68)!
![]() |
2011-01-12
, 18:49
|
Posts: 99 |
Thanked: 325 times |
Joined on Jul 2010
|
#114
|
can somebody make a theme that doesnt show next track? id be very grateful (~}
The Following User Says Thank You to thomasjfox For This Useful Post: | ||
![]() |
2011-01-12
, 22:39
|
Posts: 99 |
Thanked: 325 times |
Joined on Jul 2010
|
#115
|
![]() |
2011-01-12
, 23:30
|
|
Posts: 1,091 |
Thanked: 323 times |
Joined on Feb 2010
@ ~
|
#116
|
New build is in extras-devel!
Changes in 2011-01-12maemo0:
* Always show prev/next track button
* Bind enter key to rockbock's center button (all platforms)
* Bind more keys on n8xx (maemo4)
* Update to latest rockbox SVN code
Thanks to jstokes for the key bindings.
Also initial maemo support has been sent upstream for review.
![]() |
2011-01-12
, 23:51
|
Posts: 168 |
Thanked: 56 times |
Joined on Mar 2010
@ Sweden
|
#117
|
![]() |
2011-01-19
, 14:27
|
|
Posts: 191 |
Thanked: 46 times |
Joined on Jun 2010
@ NanJing China
|
#118
|
![]() |
2011-01-19
, 14:29
|
Posts: 650 |
Thanked: 497 times |
Joined on Oct 2008
@ Ghent, Belgium
|
#119
|
The Following 2 Users Say Thank You to petur For This Useful Post: | ||
![]() |
2011-01-19
, 17:03
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#120
|
![]() |
Tags |
audiophile, rockbox |
Thread Tools | |
|
The font is way to large for the current cabbie theme
Also it doesn't improve the touchscreen usability as hitting a menu entry is still a very precise and annoying operation. Would be nice to tweak touchscreen responsiveness, I haven't looked into that yet.