similar to: DOSVM_Int31Handler Real mode segment - no longer supported

Displaying 19 results from an estimated 19 matches similar to: "DOSVM_Int31Handler Real mode segment - no longer supported"

2011 Jul 01
4
problem starting Visual dBASEv 5.7
I'm running Debian/Wheezey (testing) which uses the rather old Wine v1.0.1. This is on an AMD64 machine. I was able to install Borland's Visual dBASE without any problems but when I start it, or any application developed with it, I get an error message in an Alert box on top of the startup splash screen that reads: Error: Printer error. When I click OK, the application exits. The command
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
2009 Aug 25
4
Error when run MS Foxpro on wine
I install Wine on Ubuntu 9.04, i have errors when run MS foxpro : namhv at ubuntu:/media/disk/ktgd$ wine foxprox.exe fixme:gdi:get_default_fonts unhandled charset 0x000000a3 - use ANSI_CHARSET for default stock objects err:int:DOSVM_Int15Handler int15: unknown/not implemented parameters: int15: AX 2403, BX e6f5, CX 0c6c, DX 00fc, SI 0cfe, DI 571e, DS 199b, ES f000 err:int:DOSVM_Int2fHandler
2003 Jun 03
1
wine-win3.1 program in SuSE8.2 - help
Help I am not having much success getting the program to work and would appreciate some pointers and suggestions for further tests. I ran the program: wine accts.exe from its program directory without debug and got the following: wine already configured, run 'winesetup' to reconfigure. why is the above msg considering that wine would not run if it wasn't configured? I hope the
2002 Sep 23
0
Latest on Abacus DPMI problem.
I contacted Mr. Heinonen, and got the response below. So, he says the problem is, it is 16 bit DPMI, which is rare, and the real problem is, DOSVM has a bug which allows two simultaneous interrupts. I assured him I was not asking anyone to work on the problem at all. I needed to get a handle on it, I had thought it was a locked selector problem. Learning what the real problem was, is a big
2002 Sep 18
2
Abacus DOS problem Lock Selector
A lawyer in California is trying to change to linux. In CA, there are a number of programs required by the courts, and so far none are ported to linux at any price. His reason for wishing to change has to do with the fact that Microsoft now controls his access to his own files, and he finds this unacceptable. I tried one of his apps, an old DOS version of Abacus. Using the WINe with Redhat
2009 Feb 05
3
WNetGetUser16
Hi everybody, I am new to this forum so don't shoot me if I do something wrong in the beginning... My problem: I am trying to get an application running under wine developed with Superbase, an old Win16 Rapid-application-delvelopment database. Nearly everything is working quite well but this program relies on getting the name of the currently logged in user by calling the Win16 function
2008 Aug 14
1
Complete National Geographic For Windows:DOSMEM_MapDosLayout
I am trying to run The Complete National Geographic For Windows, I think is the name. Around 1997, NG sold a pricey package of CD's with every page of every magazine since the beginning through around 1997, in a fancy box. It was designed to run on Windows 95. There is an installation program, and this program takes the individual .jpg images, one for each page, and presents two pages at a
2005 Jul 01
0
wine freeze by clicking in "input-field"
Hello Im trying to use a special program ("afsfakt") for my company with wine. The program starts and works good but if I click with my mouse into a "input-field" wine is freezing. In this moment the CPU is going up to 100% - wine takes it all. Only a winserver -k stops it. Wine shows no error in this moment. Navigation with the Keybord ist ok. Clicking on Buttons etc. is ok.
2001 Nov 04
0
HELP newbee: no application runs with wine.
I try to run myapp and it terminates with this fixme:toolhelp:InterruptRegister16 (0000, 0x1bf00ba), stub. FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock err:ntdll:RtlpWaitForCriticalSection section 0x4010bad0 "syslevel.c: Win16Mutex" wait timed out, retrying (60 sec) fs=008f FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock fixme:dialog:MSGBOX_OnInit system modal msgbox
2002 Jan 07
0
Multimedia module; Internet Explorer; Atomic clock sync - sundry difficulties
After much struggle I am finally beginning to get some action from wine (codeweavers). Can anyone help me with the following: 1) A small program that calls an atomic clock in America to check the time and corrects that on the computer shows its window but says "external exception 80000100" when I ping it or leave it for a while. 2) WebDwarf - a website builder - seems to work quite
2010 Jan 22
0
Wine release 1.1.37
The Wine development release 1.1.37 is now available. What's new in this release (see below for details): - A number of fixes in AVI file support. - Several MSXML improvements. - A few MSI fixes. - Various bug fixes. The source is available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.37.tar.bz2
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 :
2010 Jan 08
0
Wine release 1.1.36
The Wine development release 1.1.36 is now available. What's new in this release (see below for details): - Completion of the 16-bit separation. - Improved Shader Model 4 support. - A ton of memory leak fixes. - Improved debugging support for MinGW. - A number of MSHTML fixes. - Various bug fixes. The source is available from the following locations:
2008 Jul 10
0
[LLVMdev] Including svn version number in --version output
Why not set the VERSUFFIX to be " (Based on Apple Inc. build 5555) (LLVM rXXXX)" Where you set the revision number? We currently use LLVM_VERSION_INFO to set this sort of information and to me it makes more sense to have the svn rev number there instead of just saying LLVM build like it does now. -Tanya On Wed, 9 Jul 2008, Devang Patel wrote: > It is very useful to have svn
2008 Jul 10
4
[LLVMdev] Including svn version number in --version output
It is very useful to have svn version number encoded in llvm-gcc's -- version output. Here is one approach. Anyone has a better patch ? - Devang Index: Makefile.in =================================================================== --- Makefile.in (revision 53385) +++ Makefile.in (working copy) @@ -802,6 +802,9 @@ DEVPHASE_s := "\"$(if $(DEVPHASE_c),
2008 Jul 10
0
[LLVMdev] Including svn version number in --version output
On Jul 9, 2008, at 6:13 PM, Devang Patel wrote: > > On Jul 9, 2008, at 6:13 PM, Tanya M. Lattner wrote: > >> >> Why not set the VERSUFFIX to be " (Based on Apple Inc. build 5555) >> (LLVM >> rXXXX)" >> >> Where you set the revision number? > > I do not want to set the revision number in a source file every time I > do 'svn
2008 Jul 10
4
[LLVMdev] Including svn version number in --version output
On Jul 9, 2008, at 6:13 PM, Tanya M. Lattner wrote: > > Why not set the VERSUFFIX to be " (Based on Apple Inc. build 5555) > (LLVM > rXXXX)" > > Where you set the revision number? I do not want to set the revision number in a source file every time I do 'svn update' :) > We currently use LLVM_VERSION_INFO to set this sort of information > and to
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
Hello all, I was trying to install Wine on my MacBook via the Terminal. These are my system specs: odel Name: MacBook Model Identifier: MacBook2,1 Processor Name: Intel Core 2 Duo Processor Speed: 2 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache (per processor): 4 MB Memory: 1 GB Bus Speed: 667 MHz Boot ROM Version: MB21.00A5.B07 SMC Version: 1.13f3 Serial Number: BLAHBLABLAH