--- Log for 03.02.122 Server: erbium.libera.chat Channel: #rockbox --- Nick: rb-logbot Version: Dancer V4.16 Started: 16 days and 4 hours ago 00.06.23 *** Saving seen data "./dancer.seen" 02.06.24 *** No seen item changed, no save performed. 02.24.37 Quit Piece_Maker (Ping timeout: 240 seconds) 02.25.52 Quit Romster (*.net *.split) 02.25.52 Quit koniu (*.net *.split) 02.25.52 Quit _bilgus (*.net *.split) 02.25.52 Quit monokrome| (*.net *.split) 02.25.52 Quit Maxdamantus (*.net *.split) 02.25.52 Quit Bobathan (*.net *.split) 02.25.52 Quit tertu (*.net *.split) 02.25.53 Quit speachy (*.net *.split) 02.25.53 Quit michaelni (*.net *.split) 02.26.39 Join Piece_Maker [0] (~Piece_Mak@cpc95746-bolt17-2-0-cust360.10-3.cable.virginm.net) 02.28.01 Join Romster [0] (~romster@user/romster) 02.28.01 Join koniu [0] (~koniu@cpc107003-dals23-2-0-cust91.20-2.cable.virginm.net) 02.28.01 Join _bilgus [0] (~bilgus@162.154.213.134) 02.28.01 Join monokrome| [0] (~monokrome@50.215.11.140) 02.28.01 Join Maxdamantus [0] (~Maxdamant@user/maxdamantus) 02.28.01 Join Bobathan [0] (~admin@cpe-65-29-248-157.wi.res.rr.com) 02.28.01 Join tertu [0] (~tertu@user/tertu) 02.28.01 Join speachy [0] (~speachy@rockbox/developer/speachy) 02.28.01 Join michaelni [0] (~michael@213-47-68-29.cable.dynamic.surfer.at) 02.28.01 Mode "#rockbox +v speachy " by erbium.libera.chat 02.28.07 Quit Piece_Maker (Read error: Connection reset by peer) 02.31.32 Join Piece_Maker [0] (~Piece_Mak@cpc95746-bolt17-2-0-cust360.10-3.cable.virginm.net) 03.03.30 Quit mrkrisprolls (Ping timeout: 250 seconds) 03.13.42 Join mrkrisprolls [0] (mrkrisprol@lecturify.net) 03.30.11 Part p4r4D0xum (ERC (IRC client for Emacs 26.3)) 04.06.28 *** Saving seen data "./dancer.seen" 06.06.30 *** No seen item changed, no save performed. 06.12.41 Quit rb-bluebot (Ping timeout: 256 seconds) 06.12.57 Quit bluebrother (Ping timeout: 240 seconds) 06.15.00 Join bluebrother [0] (~dom@user/bluebrother) 06.27.27 Join rb-bluebot [0] (~rb-bluebo@rockbox/bot/utility) 07.21.49 Quit rb-bluebot (Ping timeout: 256 seconds) 07.22.17 Quit bluebrother (Ping timeout: 240 seconds) 07.24.25 Join bluebrother [0] (~dom@user/bluebrother) 07.36.36 Join rb-bluebot [0] (~rb-bluebo@rockbox/bot/utility) 08.06.32 *** Saving seen data "./dancer.seen" 08.13.03 Quit michaelni (Ping timeout: 256 seconds) 08.14.37 Quit MarcAndersen (Ping timeout: 250 seconds) 08.26.06 Join michaelni [0] (~michael@213-47-68-29.cable.dynamic.surfer.at) 08.34.36 Join massiveH [0] (~massiveH@ool-4a5862ee.dyn.optonline.net) 10.06.33 *** Saving seen data "./dancer.seen" 10.23.46 Quit Bobathan (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in) 10.24.17 Quit massiveH (Quit: Leaving) 10.24.36 Join Bobathan [0] (~admin@cpe-65-29-248-157.wi.res.rr.com) 12.06.37 *** Saving seen data "./dancer.seen" 12.11.00 Join salty-horse [0] (~salty-hor@user/salty-horse) 12.14.13 # with the latest version of rockbox on my xduii3ii, the pitch screen controls are not working correctly. I can't exit the screen, holding BUTTON_PREV tweaks the value, then immediately exits the screen, and other weirdness. Can anyone confirm? 12.25.12 # error building the simulator: rockbox/apps/buffering.c:174:13: error: variably modified ‘buffering_stack’ at file scope 12.39.48 Join lebellium [0] (~lebellium@2a01cb04012c0900e435a35a8d5860f1.ipv6.abo.wanadoo.fr) 12.55.29 # <_bilgus> salty-horse, something in there is not a static value 12.55.52 # <_bilgus> DEFAULT_STACK_SIZE? sizeof(long) ehh 12.56.42 # DEFAULT_STACK_SIZE is a #define 13.00.09 # <_bilgus> try doing this.. static long buffering_stack[272]; 13.01.00 # <_bilgus> i did 512 + 0x2000 / 32 which I believe is the proper val for most targets might be a bit small hosted 13.09.11 # <_bilgus> saltyhorse as for the pitchscreen likely the addition of buttons for prev/next is bothering it 13.09.35 # <_bilgus> you will have to mess with the keymap till you find a combo that works 13.10.12 # <_bilgus> ACTION_PS_EXIT, BUTTON_HOME|BUTTON_REL, BUTTON_HOME } try instead BUTTON_HOME|BUTTON_REPEAT 13.11.41 # <_bilgus> if you still can't figure it out let me know and we can try some tests to see if there is a quirk we need to work around (likely why the PREV/NEXT were set to 0) 13.12.28 # <_bilgus> also try the volume buttons and see if it still exits 13.27.25 # <_bilgus> If the device supports multiple keys its pretty easy but if not I think we could probably add a few variables to keep track of the last key in the button code and just emulate PREV?NEXT release and repeat events at the button driver level 13.34.40 # _bilgus, the volume buttons tweak the settings, they don't quit. I'll experiment with older builds tomorrow 13.35.00 # it used to work before I started using the new build I made yesterday 13.38.25 # <_bilgus> not sure what your previous build was but it still has the same button handling prior to #g3718 so my guess is the keymap unless the device has some extra plugin handling the othr do not 13.38.46 # <_bilgus> *the others do not* 13.39.00 # _bilgus, when switching to constant, it complains about another definition. The issue is with DEFAULT_STACK_SIZE 13.40.51 # I'll report back tomorrow 14.06.41 *** No seen item changed, no save performed. 14.35.27 # <_bilgus> you'd think it would complain about redef of the define but that is hosted ?? 14.38.39 # _bilgus, sorry, I don't follow. "hosted"? Are you seeing the same error or is it just me? 15.01.51 Quit salty-horse (Quit: Leaving) 15.09.45 # <_bilgus> I'm not seeing the error on fuzeplus or clipzip target or sim I'm assuming its in the hosted code 16.06.42 *** Saving seen data "./dancer.seen" 17.48.28 Quit lebellium (Quit: Leaving) 18.06.46 *** Saving seen data "./dancer.seen" 18.53.21 Join ac_laptop [0] (~ac_laptop@37.166.111.41) 19.08.17 Quit ac_laptop (Ping timeout: 240 seconds) 20.06.47 *** Saving seen data "./dancer.seen" 21.30.47 Join JanC_ [0] (~janc@user/janc) 21.30.57 Nick JanC is now known as Guest7251 (~janc@user/janc) 21.30.57 Quit Guest7251 (Killed (molybdenum.libera.chat (Nickname regained by services))) 21.30.57 Nick JanC_ is now known as JanC (~janc@user/janc) 21.34.11 Join davix [0] (~nephilim@user/davix) 21.38.13 Part davix (Leaving) 22.06.48 *** Saving seen data "./dancer.seen"