I am running wine-0.9.12-1.fc4 (rpm) on FC4 using Gnome.
Installation of GNUnet[1] for win32 works seemingly well considering the amount of console messages spewed. Didn't really see anything critical to report, mostly ole objects that failed and some window caption problems:
fixme:win:SetWindowTextA setting text "GNUnet 0.7.0e Setup" of other process window (nil) should not use SendMessage
The real problem appears when I try to start GNUnet, it spews the following: fixme:msvcrt:MSVCRT_setlocale :Codepage only locale not implemented err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for for context 0x1 fixme:ole:CoCreateInstance no classfactory created for CLSID {00021401-0000-0000-c000-000000000046}, hres is 0x80040154 fixme:process:GetProcessWorkingSetSize (0xffffffff,0x7fc6fcf0,0x7fc6fcf4): stub
and then repeats the three ole messages a whole bunch. Meanwhile the screen flickers, probably the gui appears then disappears. Finally it complains about the config file:
Configuration file `C:\Program Files\GNUnet\etc\gnunetd.conf' not found. Run gnunet-setup!
[hk@linux etc]$ pwd /home/hk/.wine/drive_c/Program Files/GNUnet/etc [hk@linux etc]$ l g* -rw-rw-r-- 1 hk hk 2467 May 23 14:15 gnunetd.conf
The configuration program does not help and somehow complains about the same thing. File is there but just cant find it.
[1] http://www.gnunet.org/download/win32/Setup-0.7.0e.exe
PS: Yes I know I can compile GNUnet and run it natively, but that won't help fix wine now would it?