IRC logs for #opendune on OFTC at 2010-05-01
            
03:29:02 *** glx has quit IRC
09:59:17 <SmatZ> src/gui/gui.c: In function ‘GUI_DisplayText’:
09:59:18 <SmatZ> src/gui/gui.c:84: warning: implicit declaration of function ‘vsnprintf’
09:59:27 <SmatZ> r1114
10:02:55 <SmatZ> snprintf(), vsnprintf(): _BSD_SOURCE || _XOPEN_SOURCE >= 500 || _ISOC99_SOURCE; or cc -std=c99\
10:03:03 <SmatZ> it needs one of these
12:26:50 *** glx has joined #openDune
12:26:50 *** ChanServ sets mode: +o glx
12:27:43 <glx> hello
12:48:34 <tneo> hi
12:48:49 <tneo> it doesn't want to compile today :-(
12:48:59 <tneo> svn: Failed to add file 'data/dune.cfg': an unversioned file of the same name already exists
12:49:56 <glx> svn up --force
12:49:57 <planetmaker> tneo: delete that file
12:50:13 <glx> we added a dune.cfg in svn
12:50:50 <tneo> ok :-{
12:56:29 <tneo> work coming up !
12:56:31 <tneo> ;-)
12:56:47 <DorpsGek> Bugs: http://bugs.opendune.org/view.php?id=39 :: Bug Created :: Random crash
13:02:54 <glx> ok seems valid
13:04:23 <tneo> :-)
13:04:25 <glx> but I need to chek something
13:05:54 <glx> hmm not valid indeed
13:06:59 <glx> looks like a wrong CS
13:19:47 <glx> nice I can trace the calls :)
13:21:15 <tneo> that is an improvement :-)
13:21:31 <glx> but that doesn't help
13:22:49 <glx> nasty overlays
13:26:50 <glx> yup wrong CS
13:32:19 <glx> what can possibly happen (not sure, I'm not very into overlays): B4CD:0000 calls B4CD:1B5B, then B4CD:1B5B calls some 0F3F:XXXX functions and B4CD overlay is reloaded at another CS, so on return to B4CD:0000 CS is wrong
13:32:42 <glx> that's the only scenario I can see
13:38:37 <glx> but there's no reason for this overlay to be reloaded at another location
13:40:53 <glx> so unfixable I'd say
15:17:02 *** Yexo has quit IRC
15:17:18 *** Yexo has joined #openDune
15:17:18 *** ChanServ sets mode: +v Yexo
17:46:38 *** SmatZ has quit IRC
17:47:03 *** SmatZ has joined #openDune
18:19:00 <Xaroth|Work> :o