Displaying 20 results from an estimated 100 matches similar to: "Cron with Wine"
2001 Nov 21
2
Groupwise errors
I'm trying to run the 32bit version of Groupwise. So far I can install it
without any major hickups but when I actually start to run the Grpwise.exe
it will prompt me to login to the groupwise mail server but bombs out with
a debug xterm. It appears to be able to connect to the groupwise server ok
for verifying the password. If I put in a bogus one it will tell me I have
used the wrong
2007 Aug 21
2
Optimization problem
Hello Folks,
Very new to R so bear with me, running 5.2 on XP. Trying to do a zero-inflated negative binomial regression on placental scar data as dependent. Lactation, location, number of tick larvae present and mass of mouse are independents. Dataframe and attributes below:
Location Lac Scars Lar Mass Lacfac
1 Tullychurry 0 0 15 13.87 0
2 Somerset 0 0 0
2007 Aug 16
2
Newbie
Hello,
I'm a bit new to the world of R so forgive my ignorance. I'm trying to do a zero-inflated negative binomial regression and have received an error message and i'm not sure what it means. I'm running R 2.5.1 on XP. I have just tried a really simple version of the model to see if it would run before I put all the variables in. I have attached all the variables to the
2002 Nov 21
3
Tribes 1.x & Wine
Has anyone ever tried to actually get a tribes server
running under wine or another emulator?
Just the other day i was setting up a linux counter-strike server.
My friend asked me if i would setup a Tribes 1.0 or 1.11 server.
I thought linux would be a great way to do it.
I was trying to run a headless / dedicated starsiege tribes server (1.0/1.11)
I Installed the tribes files (including the
2005 Oct 26
4
ubuntu 5.1 & wine 0.9
hi,
i've setup wine 0.9 on ubuntu 5.1 but it does not work. what i get is:
err:module:load_builtin_dll failed to load .so lib for builtin
L"winex11.drv": /usr/lib/libSM.so.6: undefined symbol:
IceGetPeerName
ESC(BESC)
0ESC[?1049hESC[1;24rESC[m^OESC[4lESC[?7hESC[HESC[2Jfixme:ttydrv:TTYDRV_GetBitmapBits
(0x1a4, 0x7bc4f224, 128)
: stub
fixme:ttydrv:TTYDRV_GetBitmapBits (0x1a0,
2005 Aug 10
5
config file (or lack thereof) question, turning off ttydrv
I am TRYING to use the most recent release of wine.
Am I correct to assume that there is no longer a .wine/config file?
Am I also correct to assume that all documentation still refers to the
.wine/config file, and gives NO F*CKING help about how to use the new
system?
If these two assumptions are correct, it seems to be a real stupid way to do
things. How is a new user EVER supposed to
2003 Jan 29
2
acs_map
I'm having trouble compiling wine on a newish box.
The problem is a missing symbol 'acs_map' cropping up in
dlls/ttydrv/graphics.o. The symbol is not directly in the relevant
source file so it seems to be from a macro or typedef but extensive
grepping has not identified the source. I suspect the problem is a
package missing in the distro (dRock 1.6.0) but have not been able to
2011 Jan 22
4
wine on mac os x and x11
I have a console-only windows application which I'd like to run on OS
X. It runs, but insists on starting X11 every
time I invoke wine, even though all the app does is write to a file.
According to the the documentation
at http://www.winehq.org/site/docs/wineusr-guide/cui-programs, wine
should not require X11 for CLI programs.
I've also tried invoking via wineconsole with no effect.
Is
2002 Aug 27
1
use of ttydrv
Hello,
I try to use a ttydrv driver so I edited a wine config file and modify this line :
"GraphicsDriver" = "ttydrv"
but when start a dos application wine display this message :
x11drv: Can't open display:
Thanks for your responses.
---
Arnaud Duhamel - SOLINUX
arnaud.duhamel@solinux.fr
http://www.solinux.fr
1, rue Joliot Curie
80200 Flamicourt
T?l :
2002 Jun 13
1
win32 console cli emulation
Greetings,
I am a new wine user, and im hoping you could let me know if what I want to
do is possible with wine.
I have a win32 console application (I would assume since it does not run in
DOS mode). This application will read in a text file, find what its looking
for, process it, and creates another file(s) from that (just to give you an
idea of what the program does). What I would like to do
2001 Oct 01
1
Latest CVS of wine won't compile
Hi!
I tried to compile the latest CVS version (fetched this morning) of wine,
but compilation fails with:
gcc -c -I. -I. -I../../include -I../../include -O2 -m486 -fno-strength-reduce -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o wnd.o wnd.c
In file included from ../../include/wine/winuser16.h:5,
from ttydrv.h:19,
2001 Jul 01
1
Compile error in x86 Solaris
Hello,
I got these errors during compile wine-20010629 in x86 Solaris
make[2]: Leaving directory `/d1/wine-20010629/miscemu'
gcc -o wine miscemu/miscemu.o -L./dlls -lntdll -L./library -lwine
-L./unicode -lwine_unicode -lsocket -lnsl -lm
make[1]: Entering directory `/d1/wine-20010629/debugger'
gcc -c -I. -I. -I../include -I../include -g -O2 -Wall
-mpreferred-stack-boundary=2 -fPIC
2001 Jul 23
1
Compile Error, ld.so.1: winebuild: fatal, Please help!!!!!Thanks
Hi gurus,
Please help me out with the fatal compiling problem. I am using soalris8 x86
with wine-20010629,
Any suggestion would be highly recommended!
/usr/openwin/include/X11/Xutil.h:56: warning: ignoring pragma: "@(#)Xutil.h
1.2 00/07/05 SMI
gcc -Wl,-G -Wl,-h,/usr/local/lib/libwine_tsx11.so locking.o ts_xf86dga.o
ts_xf86dga2.o ts_xf86vmode.o ts_xshm.o ts_xlib.o ts_xresource.o
2005 Jun 28
2
Running DOS program in a cron job
Hi,
I'm trying to run a DOS program within a cron job. After much trial-and-error I settled on the following approach:
- rm -r ~/.wine
- call wine without any arguments, this lets wine generate a default configuration in ~/.wine
- change ~/.wine/config: set GraphicsDriver to ttydrv instead of x11drv
- the cron job consists of a shell script that runs the DOS program with "wcmd
2001 Nov 13
3
Lotus Notes R5, bad class name error
Hello,
I've just installed Lotus Notes 5.0.8 client on my system with wine,
on a Debian Linux (unstable dist) system.
The wine package installed is the 20011112 version, from the CVS build
deb package.
I'm running c:/Lotus/Notes/nlnotes.exe, and my Wine desktop comes up
with the Notes Workspace and a client configuration dialog with active
"Next" and "Cancel"
2001 Jul 23
1
...libntdll.so - undefined symbol "wine_ldt_copy"
I'm running Mandrake 8.1 (Cooker).
I get the subject error when I try to start wine. I've tried the latest
wine version (20010629) and the next to latest version. Same result.
I've tried rebuilding wine on my machine. That's successful but error
remains
Anyone know what this is and how to make it go away?
2001 Jul 23
2
wine.conf and starcraft
Hi,
I just downloaded the .rpm for wine version 20010629 and I have gotten
it to work, but I can't find wine.conf anywhere, how do I configure wine?
Also I have gotten it to run starcraft, but there are two problems:
Doubleclicking doesn't work, and neither do it seem to respond to the
keyboard.
--
Jan-Fredrik Braseth www.ifi.uio.no/~janfbr/
2B|!2B
2001 Mar 29
1
xterm needs reset, no output
I have attempted to get wine functioning for several days
but have been having no output recognizable as a windows
program, rather the terminal acts much as though the output
was that of a cat of a binary file and requires a reset to
become useful again. I am running Slack 7.1 on 2.2.18 on a
dual celeron machine using XFree86 4.0.2. All other programs
are functioning normally. I have used
2001 Jul 07
2
font metrics updated on each program launch
Everytime I start a program with wine-20010629 on Red Hat Linux, font
metrics get updated.
I am getting fonts through the Xserver (no xfont server)
(currently M$, ghostscript, Type1, misc and 75dpi fonts)
Is this behaviour normal?
Everytime this happens, I get lots of output like
fixme:font:LFD_InitFontInfo DBCS fonts like '-urw-century schoolbook
2001 Nov 22
3
Is this slowness normal?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have installed wine 20010629 from codeweavers (this seems to be the
latest version available from there).
Running on a 700MHz Linux box, with gnome as the desktop manager and icewm
as the window manager.
If I run the (in)famous SOL.EXE, it takes 53 seconds before the program
appears on the desktop. All the other programs I've tried seem to