Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2018-02-25

00:06:08ulmutulI enabled plugins for Zen XFi-2 and made keymaps, but build is getting stuck when running lua's button-helper-tool.
00:07:39pamaurywhat is this tool?
00:08:20ulmutul"conflicting types for 'button_read_device'". 'button-target.h' seems to be included two times, one time with HAVE_BUTTON_DATA and one time without.
00:09:21ulmutulIt is used to create "buttons.lua" file. On other touchscreen targets is works, so it seems I overlooked something. Any hints?
00:10:16pamauryI can look at it but I don't know where is that script
00:10:40pamauryah apps/plugins/lua/button_helper.pl
00:10:57ulmutulyes (you were faster :) )
00:11:28ulmutulIt's invoked by plugins/lua/lua.make
00:11:50pamauryulmutul: in lua.make (apps/plugins/lua), line 40, there is
00:12:07pamaury$(SILENT)$(CC) $(INCLUDES) -dM -E -include button-target.h - < /dev/null | $(LUA_SRCDIR)/button_helper.pl | ....
00:12:19pamauryI would try to replace it with
00:12:19pamaury$(SILENT)$(CC) $(INCLUDES) -dM -E -include config.h -include button-target.h - < /dev/null | $(LUA_SRCDIR)/button_helper.pl
00:13:18ulmutulThanks, I'll try.
00:23:43***Saving seen data "./dancer.seen"
00:27:20ulmutulHm, it didn't work. Full error message here: https://pastebin.com/ALtH2V0g
00:33:17pamauryok, let me fire my compiler and see what the prolem is
00:34:33ulmutulcurrently i'm searching for key/touch configurations in hidden places :)
00:34:53pamauryah damn, I don't ave keymaps so I can't compile it of course
00:35:20ulmutulOk, I should upload it to gerrit first.
00:35:45pamauryah found a workaround
00:37:16pamaurythe problem is that button.h declares it and button-target.h redeclares it (that's on purpose, to make sure it matches) but it doesn't match which is odd
00:40:18pamauryulmutul: I think I found the problem
00:40:40ulmutulWhat's it?
00:41:01pamauryor maybe not.... I thought it was with button_helper.pl forgetting to include config.h but no
00:41:52ulmutulAparently the other touchscreen targets evade the problem somehow...
00:43:38pamauryah I know
00:44:00pamaurythat's really quite stupid
00:44:43pamaurybutton_heper.pl generate a file that is compiled on the host with (I guess) a crafted config.h that does NOT have button data, thus button.h does not use data but button-target.h is hard-coded to use one
00:44:56ulmutulI pushed the current state to gerrit ( g#1823)
00:44:58fs-bluebotGerrit review #1823 at http://gerrit.rockbox.org/r/1823 : (DON'T PUSH) Zen XFi2: Enable Plugins by Sebastian Leonhardt
00:44:59pamaurythe simplest solution is to remove int button_read_device(int *data); from button-target.h
00:45:31 Join Classy [0] (171c4db6@gateway/web/freenode/ip.23.28.77.182)
00:45:36 Quit petur (Quit: Leaving)
00:47:05ulmutulHaving a quick look at Cowon D2's button-target.h it's absent there also.
00:47:33pamauryyou should remove it, that's the simplest solution
00:47:46ulmutulOk, done :) Thanks!
00:48:54ulmutulShould I keep button_init_device() and button_debug_screen() prototypes?
00:50:46pamaurykeep the debug one, you can remove init I think
00:51:21ClassyHey I just picked up a ipod classic which is stuck at the "Ok to disconnect screen" I've tried to restore it with itunes while in DFU mode but it crashes right before it finishes. I also tried using this guide to restore without itunes and it works perfectly until the last step where it never starts repartitioning the hard drive. https://www.freemyipod.org/wiki/Restore_iPod_without_iTunes
00:51:52 Quit jhMikeS (Ping timeout: 256 seconds)
00:51:58 Join jhMikeS [0] (~jethead71@d192-24-173-177.try.wideopenwest.com)
00:52:03ClassyI also can't access it via windows explorer because when i try clicking on the device, the computer freezes
00:52:57pamauryI am no ipod expert, who knows about ipods?
00:55:34Classyam I in the right channel? I was attempting to install rockbox on it after i got the ipod firmware working but rockbox cant detect the device either
00:56:10Classyalso hard drive diagnostics imply the hard drive has had better days, but should not be failing yet
01:00
01:10:39pamauryClassy: yes it's the right channel but it's the middle of the night for EU time so most dev are not online
01:11:45pamauryah yes, prof_wolfff is the ipod expert
01:13:14Classypamaury- Oh thanks for the heads up. I guess ill try early morning tomorrow
01:14:06 Quit ZincAlloy (Quit: Leaving.)
01:17:45 Quit ender` (Quit: I know a joke about UDP, but you might not get it.)
01:19:13 Join ulmutul_ [0] (~ulmutul@rockbox/developer/ulmutul)
01:22:31 Quit ulmutul (Ping timeout: 240 seconds)
01:22:55 Quit michaelni (Ping timeout: 248 seconds)
01:36:11 Join michaelni [0] (~michael@213-47-41-20.cable.dynamic.surfer.at)
01:52:53 Quit ulmutul_ (Quit: Leaving)
01:57:53 Join this_is_a_nick [0] (~amofiuhr_@ip11-155-64-186.ct.co.cr)
01:59:51pamauryyeah, now LCD on Fiio X1 truly works, even when I resend the init sequence
02:00
02:01:34 Join massiveH [0] (~massiveH@ool-18e4e27c.dyn.optonline.net)
02:11:18 Quit Classy (Ping timeout: 260 seconds)
02:23:47***Saving seen data "./dancer.seen"
02:26:55 Quit dys (Ping timeout: 252 seconds)
03:00
03:03:10 Quit aphirst (Ping timeout: 248 seconds)
03:05:04 Join aphirst [0] (~aphirst@unaffiliated/aphirst)
03:32:15 Quit Jinx (Disconnected by services)
03:33:32 Join Jinx [0] (~Jinx@unaffiliated/jinx)
04:00
04:23:50***Saving seen data "./dancer.seen"
06:00
06:04:13 Quit Moarc (Quit: i znowu NADMUCHAƁ BALONA)
06:07:18 Quit TheSeven (Ping timeout: 252 seconds)
06:18:35 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
06:23:51***Saving seen data "./dancer.seen"
06:27:28 Quit TheSeven (Ping timeout: 252 seconds)
06:27:46 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
06:28:14 Quit this_is_a_nick (Remote host closed the connection)
06:32:12 Quit TheSeven (Ping timeout: 240 seconds)
06:35:45 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
06:43:19 Join this_is_a_nick [0] (~amofiuhr_@ip240-155-64-186.ct.co.cr)
06:52:56 Join classy [0] (171c4db6@gateway/web/freenode/ip.23.28.77.182)
06:53:50 Quit classy (Client Quit)
06:59:00 Quit TheSeven (Ping timeout: 252 seconds)
06:59:25 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
07:00
07:51:42 Join Moarc [0] (~chujko@a105.net128.okay.pl)
08:00
08:18:34 Quit jhMikeS (Ping timeout: 252 seconds)
08:20:30 Join jhMikeS [0] (~jethead71@d192-24-173-177.try.wideopenwest.com)
08:23:53***Saving seen data "./dancer.seen"
08:24:47 Quit jhMikeS (Ping timeout: 248 seconds)
08:39:32 Join petur [0] (~petur@rockbox/developer/petur)
09:00
09:22:00 Quit aphirst (Ping timeout: 252 seconds)
09:22:45 Join aphirst [0] (~aphirst@unaffiliated/aphirst)
09:37:07 Join ender` [0] (krneki@foo.eternallybored.org)
09:44:34 Quit qweo (Ping timeout: 240 seconds)
09:56:17 Join johnb3 [0] (~johnb2@p5B3AF3AF.dip0.t-ipconnect.de)
10:00
10:02:41 Quit johnb3 (Ping timeout: 245 seconds)
10:06:14 Join lebellium [0] (~hexchat@89-93-177-206.hfc.dyn.abo.bbox.fr)
10:21:54 Quit Senji (Read error: Connection reset by peer)
10:22:26 Join Senji [0] (~Senji@87.118.138.79)
10:23:55***Saving seen data "./dancer.seen"
10:34:46 Quit Ruhan (*.net *.split)
10:34:46 Quit benedikt93 (*.net *.split)
10:34:47 Quit dongs (*.net *.split)
10:34:47 Quit aevin (*.net *.split)
10:34:47 Quit ender| (*.net *.split)
10:36:26 Join Ruhan [0] (uid76353@gateway/web/irccloud.com/x-gcalzliwjnaszwkp)
10:36:26 Join benedikt93 [0] (~quassel@unaffiliated/benedikt93)
10:36:26 Join dongs [0] (~dongs@bcas.tv)
10:36:26 Join aevin [0] (eivindsy@unaffiliated/aevin)
10:36:26 Join ender| [0] (krneki@2a01:260:4094:1:42:42:42:42)
10:37:13 Quit CR0W_ (Ping timeout: 260 seconds)
10:39:40 Join CR0W [0] (narf@2001:0:53aa:64c:18e7:260f:b306:4fe9)
10:41:22 Quit CR0W (Changing host)
10:41:22 Join CR0W [0] (narf@unaffiliated/em64t)
11:00
11:12:22 Join TheLemonMan [0] (~lemonboy@irssi/staff/TheLemonMan)
11:52:38 Join alce [0] (53f5e22d@gateway/web/freenode/ip.83.245.226.45)
11:54:13alcehi, i am having some trouble trying to build agptek-rocker that wodz has been working on
12:00
12:02:31 Join xorly [0] (~xorly@ip-86-49-24-93.net.upcbroadband.cz)
12:11:04 Join ZincAlloy [0] (~Adium@ip1f12fa25.dynamic.kabel-deutschland.de)
12:23:57***Saving seen data "./dancer.seen"
12:41:37pamauryalce: this i still work in progress, you'll have to ask him, maybe he forgot to add a file or didn't push the last version
12:58:39alcethe problem is with libc
12:59:28alcei am not at all familiar with rockbox but the scripts do not build libc and the includes want such headers
13:00
13:01:31pamaurysounds like you didn't build the proper toolchain
13:02:00pamaurythe agptek requires a custom toolchain, I am not a 100% sure that wodz uploade the patch to rockboxdev.sh to build it
13:02:26alcei think i build the right toolchain
13:02:36alcemips
13:06:26 Quit pamaury (Ping timeout: 245 seconds)
13:33:30 Quit aphirst (Ping timeout: 245 seconds)
13:35:39 Join aphirst [0] (~aphirst@unaffiliated/aphirst)
13:37:27 Join johnb3 [0] (~johnb2@p5B3AF3AF.dip0.t-ipconnect.de)
14:00
14:00:11 Quit johnb3 (Ping timeout: 240 seconds)
14:02:30 Join jhMikeS [0] (~jethead71@d192-24-173-177.try.wideopenwest.com)
14:03:20 Quit jhMikeS (Client Quit)
14:07:31 Quit petur (Remote host closed the connection)
14:09:59 Join jhMikeS [0] (~jethead71@d192-24-173-177.try.wideopenwest.com)
14:23:59***Saving seen data "./dancer.seen"
14:54:06 Quit kugel (Ping timeout: 248 seconds)
15:00
15:23:35 Join nthn [0] (~nthn_@2a02:a03f:5eb4:a900:201:1977:153f:c3f5)
15:42:59 Quit xorly (Quit: WeeChat 2.0.1)
15:54:08 Join johnb3 [0] (~johnb2@p5B3AF3AF.dip0.t-ipconnect.de)
16:00
16:18:46 Join whatev [0] (59f940a3@gateway/web/freenode/ip.89.249.64.163)
16:20:42whatevAny suggestions for running the SonyNWDest tool on 64-bit Windows? I don't have access to any 32-bit installs.
16:24:01***Saving seen data "./dancer.seen"
16:44:20 Quit johnb3 (Ping timeout: 245 seconds)
16:58:06whatevJust testing my connection...
17:00
17:43:01 Join dys [0] (~dys@tmo-109-122.customers.d1-online.com)
17:46:25 Quit aphirst (Ping timeout: 245 seconds)
17:48:34 Join aphirst [0] (~aphirst@unaffiliated/aphirst)
17:49:13whatevHey, I posted a question about 90mins ago, but have to leave soon. If someone has an answer, please post it and I'll catch it in the chat logs on the Rockbox site later.
17:56:07 Join johnb3 [0] (~johnb2@p5B3AF3AF.dip0.t-ipconnect.de)
18:00
18:01:51 Part whatev
18:04:27johnb3whatev: What is the problem? I also run it on a 64bit Windows 10 with no problems.
18:05:28 Join krabador [0] (~krabador@unaffiliated/krabador)
18:24:05***Saving seen data "./dancer.seen"
18:24:28 Join lukeoftheaura [0] (~lukeofthe@213.152.162.15)
18:24:45lukeoftheaurawhat's the current bast solution to get last.fm working with my rockbox music player?
18:25:00lukeoftheaurathe wiki lists a few programs but I'm not sure which is the best
18:39:25 Quit johnb3 (Quit: Nettalk6 - www.ntalk.de)
18:58:14 Quit nthn (Quit: nthn)
19:00
19:26:35 Quit ZincAlloy (Quit: Leaving.)
19:31:27 Quit Moarc (Ping timeout: 248 seconds)
19:34:09 Join ZincAlloy [0] (~Adium@2a02:8108:8b80:1700:45:e525:4e99:578e)
19:35:16 Join Moarc [0] (~chujko@a105.net128.okay.pl)
19:38:54 Quit Rower (Ping timeout: 248 seconds)
19:39:34 Join Rower [0] (husvagn@m83-182-102-23.cust.tele2.se)
19:42:57 Join paulk-gagarine-s [0] (~paulk-gag@gagarine.paulk.fr)
19:44:22 Quit paulk-gagarine (Ping timeout: 256 seconds)
19:56:59 Quit Jinx (Quit: extended reboot)
20:00
20:15:02 Quit prg318 (Quit: ZNC 1.6.5 - http://znc.in)
20:16:17 Join prg318 [0] (~prg@deadcodersociety/prg318)
20:24:09***Saving seen data "./dancer.seen"
20:49:16 Quit Acou_Bass (Quit: byeeeeeeeeeeeeeee)
20:50:33 Join Acou_Bass [0] (~Acou_Bass@host-78-144-151-57.as13285.net)
20:56:12 Quit krabador (Quit: Leaving)
20:59:08 Join krabador [0] (~krabador@unaffiliated/krabador)
21:00
21:01:38 Join nthn [0] (~nthn_@vpnk231.ugent.be)
21:26:23 Quit krabador (Remote host closed the connection)
21:35:19 Quit lukeoftheaura (Quit: Leaving)
21:38:35 Join krabador [0] (~krabador@unaffiliated/krabador)
21:52:20 Join ulmutul [0] (~ulmutul@rockbox/developer/ulmutul)
21:54:34 Join xorly [0] (~xorly@ip-86-49-24-93.net.upcbroadband.cz)
21:59:20 Quit aphirst (Ping timeout: 245 seconds)
22:00
22:01:00 Join aphirst [0] (~aphirst@unaffiliated/aphirst)
22:01:27ulmutulCouldn't resist, I bought a new rockbox device recently for cheap on the *Bay. Had to change the dead battery.
22:01:40*ulmutul now has a fully working Creative Zen
22:20:39__builtina normal Zen?
22:24:13***Saving seen data "./dancer.seen"
22:29:46ulmutulYes
22:30:08ulmutulI also have a X-Fi2
22:30:40ulmutul(I bought it just to have a touchscreen target :) )
22:32:21__builtinI know duke3d fails to run on the X-Fi
22:32:29__builtincould you test duke3d on the Zen?
22:32:42__builtin(just to see if they behave similarly)
22:32:46ulmutulSure.
22:47:38ulmutulGame is running, but the game menu is flickering like mad. And sometimes when starting/resuming game I have no display output at all. When retrying menu->game switching (sometimes several times) I have display again. In-game display is clean, without any flickering.
23:00
23:06:21 Quit lebellium (Quit: Leaving)
23:16:52 Quit this_is_a_nick (Remote host closed the connection)
23:21:16 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
23:40:26__builtinulmutul: hmm, the menu?
23:40:30__builtinthat's odd
23:41:10__builtinI would suspect that you have Detail on Low, but you say that the in-game display works fine
23:41:48ulmutulI haven't checked any settings. I just kept the standard ones.
23:42:35ulmutulAnd yes, in-game display works fine as long as it is not black ;)
23:42:47ulmutulHowever game is running, I can hear the sounds.
23:47:06ulmutul... and just have started it again: screen turns blank if I stay inside the menu for too long. However the time differs.
23:47:22pamauryulmutul: the touchscreen implementation on the X-Fi2 is suboptimal in my opinion, but I don't know how to make it better
23:48:24__builtinah, I have seen it go blank too
23:48:39__builtinthe flickering is odd though
23:49:29__builtincan you get a picture of video the flickering?
23:50:57ulmutulDetail was set to high. When setting to low the screen get's corrupted.
23:52:25__builtinthe corruption from that is present in the upstream sources, so not my fault :)
23:55:21 Quit TheLemonMan (Quit: "It's now safe to turn off your computer.")
23:55:48ulmutulpamaury: you mean the keymaps or the general touchscreen handling?
23:57:15pamaurygeneral touchscreen

Previous day | Next day