From: Sebastian P. L. <sl...@mu...> - 2008-02-16 03:40:22
|
Hi, I gave up, I took another route and decided to install Wine in a different Debian machine that I can access in my network. Installed Wine without problems, installed WinBUGS the same, which even runs ok there too. Tried the example from locally at that machine with: ---<---------------cut here---------------start-------------->--- bugs.directory <- "/home/sluque/.wine/drive_c/Program Files/WinBUGS14" WINE <- "/usr/bin/wine" WINEPATH <- "/usr/bin/winepath" schools.sim <- bugs(data, inits, parameters, model.file, n.chains=3, n.iter=5000, bugs.directory=bugs.directory, clearWD=TRUE, WINE=WINE, newWINE=TRUE, WINEPATH=WINEPATH) ---<---------------cut here---------------end---------------->--- which gave this output: ---<---------------cut here---------------start-------------->--- Wine exited with a successful status Wine exited with a successful status Wine exited with a successful status Wine exited with a successful status Wine exited with a successful status Wine exited with a successful status Wine exited with a successful status Wine exited with a successful status Wine exited with a successful status Wine exited with a successful status fixme:keyboard:RegisterHotKey (0x20024,13,0x00000002,3): stub fixme:ole:GetHGlobalFromILockBytes cbSize is 13824 err:ole:CoGetClassObject class {0003000a-0000-0000-c000-000000000046} not registered err:ole:CoGetClassObject class {0003000a-0000-0000-c000-000000000046} not registered err:ole:CoGetClassObject no class object {0003000a-0000-0000-c000-000000000046} could be created for context 0x3 fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a err:ole:local_server_thread Failure during ConnectNamedPipe 317 Wine exited with a successful status ---<---------------cut here---------------end---------------->--- R just hung right before that last line, and I had to manually exit from WinBUGS, but otherwise returned ok to the prompt. The schools.sim object was created properly, the files in the working directory were also created without problems, and WinBUGS also showed a graph and output in the log window. I don't want to be too exquisite at this point, but I need to run bugs() inside an lapply(), so this will surely wreck havoc. Has anybody actually gotten R2WinBUGS running without problems with Wine on GNU/Linux? Have you gotten these errors? Any tips on getting over them? Thanks again. Cheers, -- Seb |