similar to: Running MoneyCounts 8.0 for DOS

Displaying 20 results from an estimated 200 matches similar to: "Running MoneyCounts 8.0 for DOS"

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
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
2004 Sep 20
0
Problems disabling the debugger
I have a situation where I am using wine on Linux and I want to prevent wine from trying to start the interactive debugger. I am using wine version: Wine 20040505 When an executable fails an assertion (assert(0) for example) wine attempts to display a dialog box asking the user if they want to debug the application: Assertion failed: 0, file c:\documents and settings\fsola\my documents\visual
2004 Sep 20
1
Cannot disable the debugger
I have a situation where I am using wine on Linux and I want to prevent wine from trying to start the interactive debugger. I am using wine version: Wine 20040505 When an executable fails an assertion (assert(0) for example) wine attempts to display a dialog box asking the user if they want to debug the application: Assertion failed: 0, file c:\documents and settings\fsola\my documents\visual
2008 Dec 18
3
DOSVM_Int10Handler
Hello, Downloaded and installed Wine to run an old DOS program (database gui for Clipper5 called dbu.exe). The layout of Wine is well thought out. Anyway, the problem is the following that I just have a blank window. I ran the code (found that in the forum, thankyou) for old 16bit programs first: sudo sysctl -w vm.mmap_min_addr=0 This is the terminal readout: paul at paul-asus-laptop:~$ wine
2005 Mar 17
1
unprotecting the first 64KB of memory to allow real-mode calls.
Hello, this is my first wine-time, and a lot of winprograms run "out of the box" Great! But there is a little DOS-program which does not run. Where can I look for the error? Thanks for any hint. geo@toso:~> wine "c:\Program Files\saft\saft.exe" Warning: unprotecting the first 64KB of memory to allow real-mode calls. NULL pointer accesses will no longer be caught.
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,
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 :
2005 Mar 21
0
random book questions / ttydrv
Some of you might not have seen the posts on wine-devel about a book I'm writing with Ira Krakow. We're basically going to cover everything about Wine up to Wine development itself. Right now we've got 5 out of 14 chapters completed. Anyway, I've got some questions.. 1. I'd like to cover using the ttydrv driver, but I need a good example. Is there anyone out there using
2005 Mar 02
0
Printing in Wine via "ttydrv"/how to disable print state window...
Hi All, we are developing a windows/wine app for automation of MS Word (serial printing in background to PS files with the WINEPS driver on SuSE 9.2 platform, wine-20050211). We want to run this application and Word in background as server, no graphical output should be occur in this environment: 1. Using "ttydrv" device I found out that all graphical output is disabled and wine
2005 Jun 28
0
Antw: Re: Running DOS program in a cron job
>Doesn't the cron job run as a root user (or member of the root group)? >Certainly root owns the cron daemon, afaik. You are right insofar as the cron daemon process is owned by root. However, when the cron daemon runs a job, it starts the the job's process with the privileges (and the environment, e.g. $HOME) of the user for whom the job was added. I added the job to a crontab file
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
2009 Apr 02
1
DOS application crashes..
Hi, the error I receive when running my program is this; Code: fixme:int:DOSVM_Int10Handler Get Font Information - Not Supported I ran; Code: cd '/home/ricardo/.wine/drive_c/gh' wine gail.exe -CustomResolution:enabled -r1024x768x32 exit The program is a lottery number program (generator) Could someone debug the error for me? Thanks.
2004 Jun 22
3
Regression Modeling query
Hi All I received a raw data set with one record per tennis player (both male and female) and then i cured it by aggregation i.e by 4 age groups, 2 gender levels and 6 income levels. Gender and Income are categorical variables. Please advise me how to use 'R' to model this data set (Actually, i want to know the right regression technique and steps to do that, including removing
2006 Feb 07
1
(second round) creating a certain type of matrix
Hi R users Here is what I got with help from Petr Pikal (Thanks Petr Pikal). I modified Petr Pikal's code to a little to meet my purpose. I created a function to generate a matrix generate.matrix<-function(n.variable) { mat<-matrix(0,n.variable,(n.variable/2)/5+1) #matrix of zeroes dd<-dim(mat) # actual dimensions mat[1:(dd[1]/2),1]<-1 #put 1 in first half of first column
2006 Feb 20
1
[Old Games]:Colonization
Hello, I am trying to use wine in order to play to some olds games. I try with Sid Meier's colonization (http://appdb.winehq.org/appview.php?appId=720) http://www.abandonware-france.org/ltf-jeu.php3?id=439 I am having the following error message. PS: I only get wine from the RPM without any particulare configuration. -- -- I have a Mandrake 2006.0 community. Version de KDE : 3.4.2
2005 May 05
0
Application needs a 32-bit DOS extender; DOS4GW & DOS32A don't work.
Hi, I have a DSP compiler I'm trying to get working in linux with wine. The compiler needs a 32-bit DOS extender. The programme tries to use dos4g.exe or dos4gw.exe by default. The result is: wine shc.exe algoio.c Warning: unprotecting the first 64KB of memory to allow real-mode calls. NULL pointer accesses will no longer be caught. SH SERIES C Compiler Ver. 2.0D
2003 Nov 10
3
java problem? - Forgotten Battles dedicated
hello list! I want to run a dedicated Forgotten Battles server with wine. Since on windows its only need a console to start, not sure if its dos, but i think its java. If i start the programm i get this: ---------------------------------------------------- # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Error ID:
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