IRC logs for #opendune on OFTC at 2011-10-17
⏴ go to previous day
09:57:38 <TrueBrain> Xaroth|Work: it works again ;)
12:23:07 <TrueBrain> we had 2 new bugs in the last week ..
12:23:12 <TrueBrain> it crashes on startup
12:23:23 <TrueBrain> I cant do anything with that, as the person who was suppose to give us a N900 patch never did
12:23:33 <TrueBrain> the other about Windows version crashing often .. I cant reproduce
12:23:46 <TrueBrain> what I did notice is when yous tart windows version without the data files, it doesnt show anything to you
12:24:02 <TrueBrain> would you be able to make a message box of any kind for that?
12:27:41 <glx> maybe we could replace printf with a function
12:28:13 <glx> printf followed by exit only of course
12:28:22 <TrueBrain> or printf in general
12:28:25 <TrueBrain> we dont use it often
12:28:31 <TrueBrain> on windows I guess it should be a MessageBoxA
12:31:12 <glx> better replace fprintf(stderr, ...) ;)
12:36:37 <glx> of course data files error uses printf and not fprintf(stderr,
12:42:36 <Xaroth|Work> oeh oeh tomorrow feature freeezzzze :P
13:25:00 <Xaroth|Work> simple, effective, i like it
13:29:25 <DorpsGek> SVN: glx (r2539) -Add: [Win32] display error messages in a message box
13:31:33 <glx> for #91 we'll need a post 0.6.0 release ;)
13:32:06 <TrueBrain> yeah, I was reviewing the changes since 0.6
13:32:10 <TrueBrain> we did much mroe :D
13:33:14 <TrueBrain> [SRC] Compiling audio/dsp_alsa.c
13:33:15 <TrueBrain> /prog/opendune/trunk/src/audio/dsp_alsa.c: In function 'DSP_Play':
13:33:17 <TrueBrain> /prog/opendune/trunk/src/audio/dsp_alsa.c:101: warning: implicit declaration of function 'Error'
13:33:18 <TrueBrain> [SRC] Compiling audio/midi_alsa.c
13:33:20 <TrueBrain> /prog/opendune/trunk/src/audio/midi_alsa.c: In function 'midi_init':
13:33:21 <TrueBrain> /prog/opendune/trunk/src/audio/midi_alsa.c:27: warning: implicit declaration of function 'Error'
13:33:23 <TrueBrain> /prog/opendune/trunk/src/os/error.c: In function 'Error':
13:33:24 <TrueBrain> /prog/opendune/trunk/src/os/error.c:21: warning: format not a string literal and no format arguments
13:33:28 <TrueBrain> /prog/opendune/trunk/src/video/video_sdl.c: In function 'Video_Init':
13:33:29 <TrueBrain> /prog/opendune/trunk/src/video/video_sdl.c:160: warning: implicit declaration of function 'Error'
13:33:38 <glx> these are not compiled for me
13:36:04 <glx> it doesn't do full rebuild on win64 it seems :)
13:36:13 <TrueBrain> nope, neither on linux
13:36:18 <TrueBrain> tests are always just updates and ocmpiles
13:36:39 <TrueBrain> and the warning in error.c seems to come from my local gcc
13:37:17 <glx> win64 warnings are not shown in summary
13:39:41 <TrueBrain> that is because MSVC sucks :)
13:39:45 <TrueBrain> it doesn't log to stderr or stdout
13:43:52 <glx> hmm and it seems your gcc would prefer fprintf(stderr, "%s", message); but that's silly :)
13:45:53 <TrueBrain> ah, no, it isn't I guess
13:46:31 <TrueBrain> now if you do: Error("%s", "%s");
13:46:35 <TrueBrain> you get a very unwanted effect :)
13:46:49 <TrueBrain> OpenTTD had crashes on that in the past :P
13:47:01 <TrueBrain> (people making language files with %s in it :P)
13:47:59 <TrueBrain> and yes, patch solves warnings
13:48:16 <TrueBrain> although please put the one in video under types.h
13:48:19 <TrueBrain> like all other files
13:50:16 <glx> updated patch with something that should fix your warning too
13:52:10 <TrueBrain> but I am too lazy to test if it really works, but it should :)
13:53:28 <DorpsGek> SVN: glx (r2540) -Fix(r2539): warnings
13:54:38 <glx> there are still a lot of win64 warnings ;)
13:55:28 <TrueBrain> guess I should clean up the EMC scripts, finish them, and publish them
14:04:26 <glx> oh the farm uses SDK 7.0A
14:05:30 <TrueBrain> the one OpenTTD uses :P
15:42:54 <glx> I think #90 (N900 bug) is just missing data files
17:50:26 *** glx is now known as Guest13824
23:02:02 *** TrueBrain has joined #openDune
23:14:44 *** glx is now known as Guest13867
continue to next day ⏵