err:reg:_w95_parse_dkv RegSetValueEx failed (0x0000000e)
Segmentation fault


below is the output when I try running with debug output
...

The crash has nothing to do with the err:reg:_w95_parse_dkv message.
The failure code (0x0e) means BUFFER_TO_SMALL and only means a value is not written to 
the registry because it exceeds the maximum size the communication to the wine server 
can handle.

You might try to run wine within gdb to get a decent crash report.

juergen

Reply via email to