IRC logs for #opendune on OFTC at 2011-10-17
            
01:31:26 *** glx has quit IRC
09:57:28 <DorpsGek> Bugs: http://bugs.opendune.org/view.php?id=91 :: New Status: acknowledged (open)
09:57:38 <TrueBrain> Xaroth|Work: it works again ;)
10:02:31 <Xaroth|Work> :D :D :D
12:22:22 *** glx has joined #openDune
12:22:22 *** ChanServ sets mode: +o glx
12:22:39 <glx> hello
12:22:59 <TrueBrain> morning
12:23:07 <TrueBrain> we had 2 new bugs in the last week ..
12:23:09 <TrueBrain> one about N900
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:23:49 <TrueBrain> just closes
12:23:52 <TrueBrain> (with memleaks :P)
12:24:02 <TrueBrain> would you be able to make a message box of any kind for that?
12:27:08 <glx> that should be possible
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:32:53 <TrueBrain> :D
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
12:42:40 <Xaroth|Work> and hello, glx
13:16:54 <glx> http://svn.opendune.org/~glx/temp.patch <-- something like that
13:21:16 <TrueBrain> looks perfect
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:08 <TrueBrain> it is not small :P
13:32:10 <TrueBrain> we did much mroe :D
13:32:20 <glx> we added crash dump ;)
13:32:52 <TrueBrain> 2 warnings on 2539
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:25 <glx> of course
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:31 <TrueBrain> 4 even :P
13:33:38 <glx> these are not compiled for me
13:33:49 <TrueBrain> http://farm.openttd.org/browse/DUNE-TEST-LG64BIT-6
13:33:50 <TrueBrain> hihi
13:34:40 <glx> oh nice
13:36:04 <glx> it doesn't do full rebuild on win64 it seems :)
13:36:13 <glx> (only 3 warnings)
13:36:13 <TrueBrain> nope, neither on linux
13:36:18 <TrueBrain> tests are always just updates and ocmpiles
13:36:27 <TrueBrain> (also for OpenTTD)
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:39:47 <TrueBrain> but just stdout
13:42:04 <glx> http://svn.opendune.org/~glx/temp.patch <-- should fix the 3 warnings
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:46:58 <glx> hmm
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:04 <TrueBrain> no warnings
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:08 <TrueBrain> \o/
13:54:38 <glx> there are still a lot of win64 warnings ;)
13:55:00 <TrueBrain> your job :D
13:55:28 <TrueBrain> guess I should clean up the EMC scripts, finish them, and publish them
14:00:00 *** fjb has joined #openDune
14:01:44 <fjb> Moin
14:04:26 <glx> oh the farm uses SDK 7.0A
14:05:30 <TrueBrain> the one OpenTTD uses :P
14:05:41 <glx> 7.1 is available
14:06:19 <TrueBrain> tell Rubidium :)
14:06:23 <Xaroth|Work> lol
15:42:54 <glx> I think #90 (N900 bug) is just missing data files
16:09:27 *** fjb has quit IRC
16:28:38 <TrueBrain> possible
16:28:41 <TrueBrain> I wouldn't know :P
17:50:26 *** glx is now known as Guest13824
17:50:26 *** glx_ has joined #openDune
17:50:26 *** glx_ is now known as glx
17:50:26 *** ChanServ sets mode: +o glx
17:56:37 *** Guest13824 has quit IRC
23:01:47 *** TrueBrain has quit IRC
23:02:02 *** TrueBrain has joined #openDune
23:14:43 *** glx_ has joined #openDune
23:14:44 *** glx is now known as Guest13867
23:14:44 *** glx_ is now known as glx
23:21:06 *** Guest13867 has quit IRC