On Friday 30 April 2004 13:31, Saulius Krasuckas wrote:
(Subject was: wineinstall problems at creation of config-files)
Ok, today I got less lazy and found function of interest: /usr/src/wine-cvs/wine/server/registry.c:1114: fprintf( stderr, "Line %d:
%s '%s'\n", info->line, err, info->buffer );
Function name seems to be "file_read_error".
Plainly running /usr/local/bin/wineserver shows Line-errors, but killing it (via winserver -k) and running it via gdb stops emitting mentioned Line-errors to output:
[s2@katleriai s2]$ gdb --quiet /usr/local/bin/wineserver (gdb) break file_read_error Breakpoint 1 at 0x805b91e: file registry.c, line 1114. ..........
I have your problem also but I think the segfault post is about the same thing: http://www.winehq.org/hypermail/wine-devel/2004/04/0806.html
basicly he says this patch is the problem: http://cvs.winehq.org/patch.py?id=12187
sounds right by what the patch is about, didn't try reversing it yet