who can explaine what is wrong - sorry for my bad english !!! we have the following error-messages when i copy a .doc document in the flatIn directory ... process works ... but with errors ...
*** *** *** [offi2pdf@SRSOFAIOI4481 office2pdf]$ bin/worker.pl Ready for processing 17/06/03 11:57:43 Xvnc version 3.3.3r2+tight1.1p9 17/06/03 11:57:43 Copyright (C) AT&T Laboratories Cambridge. 17/06/03 11:57:43 All Rights Reserved. 17/06/03 11:57:43 See http://www.uk.research.att.com/vnc for information on VNC 17/06/03 11:57:43 Desktop name 'x11' (SRSOFAIOI4481:99) 17/06/03 11:57:43 Protocol version supported 3.3 17/06/03 11:57:43 Listening for VNC connections on TCP port 5999
Processing ./flatIn/MarcoTestMSDOC.doc (it's the REDAME.DOC from office2pdf) Wine already configured, run 'winesetup' to reconfigure. Could not stat /media/floppy (No such file or directory), ignoring drive A: Could not stat /media/* (No such file or directory), ignoring drive D: Could not stat /media/cdrom (No such file or directory), ignoring drive M:
fixme:x11drv:X11DRV_GetDeviceCaps (0x87c): CAPS1 is unimplemented, will return 0 fixme:psdrv:PSDRV_DeviceCapabilities DC_BINADJUST: stub. fixme:psdrv:PSDRV_DeviceCapabilities DC_BINADJUST: stub.
Killing WinePid 13199
Wine exited
Error while processing "./flatIn/MarcoTestMSDOC.doc": Timeout waiting for at bin/worker.pl line 539 main::bringWindowArray(undef, 'HASH(0x8408a18)', 'HASH(0x83d67ac)', 'HASH(0x83d67c4)') called at bin/worker.pl line 665 main::processFile('HASH(0x8405d18)', './flatIn/MarcoTestMSDOC.doc', './flatOut/MarcoTestMSDOC') called at bin/worker.pl line 889 eval {...} called at bin/worker.pl line 888 main::handleFilesOfViewer('HASH(0x8405d18)', './flatIn', './flatOut') called at bin/worker.pl line 916 main::handleAllFiles('./flatIn', './flatOut') called at bin/worker.pl line 1103 *** *** ***
LINUX :: Linux SRSOFAIOI4481 2.4.9-e.3smp #1 SMP Fri May 3 16:48:54 EDT 2002 i686 unknown
many thanks for help and infos cheers from switzerland ... ;-)
marco von büren
_________________________________ A I O Amt für Informatik und Organisation
Marco von Büren
Phone (+41) 32 627 23 29 Fax (+41) 32 627 22 18
mailto:marco.vonbueren@aio.so.ch http://www.so.ch
On Tuesday 17 June 2003 15:07, von Büren Marco wrote:
who can explaine what is wrong - sorry for my bad english !!! we have the following error-messages when i copy a .doc document in the flatIn directory ... process works ... but with errors ...
Process works? Does this mean you eventually get your PDF?
[...]
Could not stat /media/floppy (No such file or directory), ignoring drive A: Could not stat /media/* (No such file or directory), ignoring drive D: Could not stat /media/cdrom (No such file or directory), ignoring drive M:
You need to remove those drive definitions from your ~/.wine/config files (normally, these should not be harmful, but they may slow down processing or do funny stuff if there is indeed a media inside these drives)
[...]
Error while processing "./flatIn/MarcoTestMSDOC.doc": Timeout waiting for at bin/worker.pl line 539
Maybe your file was to big for the builtin timeouts? You can make these timeouts longer by editing the config.pl file:
$viewers = { { name => 'Word', ... main => { ... timeout => 300, ... }, ... } ... }
It may also be interesting to connect to office2pdf's X server to see where it stays stuck.
Alain
office2pdf-discuss@office2pdf.lll.lu