similar to: unimplemented parameters for int21, ax=0x440d

Displaying 20 results from an estimated 300 matches similar to: "unimplemented parameters for int21, ax=0x440d"

2008 Feb 21
0
Re : unimplemented parameters for int21, ax=0x440d
----- Message d'origine ---- > De : Rayne Olivetti <rayneolivetti at yahoo.com> > ? : wine-users at winehq.org > Envoy? le : Mercredi, 20 F?vrier 2008, 23h43mn 11s > Objet : [Wine] unimplemented parameters for int21, ax=0x440d > > I have a game that is not working under wine (it just > seem to hang up with a black screen, though when I try > to close the program,
2002 Jun 15
2
Invalid property value
I have a Windows application that I would like to have running on Linux as it is my platform of choice. This application is a proprietary Visual Basic program. It's name is crisscross real-estate. Using the latest codeweavers-wine I was able to install it on a pre-install windows directory layout and the application is behaving very well except that in at one point in the program I get an
2007 Jan 23
1
wine errors out (non-game) with err:int:EMS_Ioctl_Handler int21: unknown/not implemented parameters:
Using wine-0.9.29 with paradox 3.5, I receive the following errors: c:\pdox35>paradox Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:dosmem:DOSMEM_FreeBlock MCB invalid Cannot load PARADOXR.EXE err:dosmem:DOSMEM_FreeBlock MCB invalid Running paradoxr.exe, I get: c:\pdox35>paradoxr Warning: unprotecting memory to allow
2002 Feb 25
1
DOS3
Hi folks! Running a dictionary program I get the following message before I get to the interesting part of the win program: err:int21:DOS3Call int21: unknown/not implemented parameters: int21: AX 5001, BX 01d7, CX 0437, DX 0000, SI 01e0, DI 03e7, DS 03af, ES 0437 wine: Unhandled exception, starting debugger err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x402a4c37
2003 Jun 22
1
Install help needed
Two different issues, but maybe they are related? 1) Attempt to install Compuserve under wine, I initially see three fixme messages: fixme:win:SetWindowTextA cannot set text "Unpacking Compuserve..." of other process qindow (nil) fixme:int21:DOS3Call get interrupt vector - move to winedos... fixme:int21:DOS3Call get interrupt vector - move to winedos... Then an install box is
2002 Sep 28
1
A problem reading configuration file
Hi! For some time, there is a regression in wine, which disables my Dynatext reader from working. It tries to open it's configuration file but unsuccessfully. The file IS there and former wine versions allowed the program to read it. I was recommended to do a regression tests to find a particular patch but it's too time-expensive for me these days, so I did a full trace and found an
2002 Feb 18
1
Unknown DOS version
Hello, what does the wine error message "unknown DOS version" mean? Will I have to change my wine configuration in some way? Or is the program not runnable with wine at all? Any hints are appreciated. Thanks in advance. Martin
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 Apr 24
1
Wine&HalfLife
Hello, Well I got a real windows partition with half-life properly installed (working very fine in windows mode), and another partition with last Debian and Wine. When I try to 'wine hl.exe' it's loading slowly, I see the sierra video logo and hl video logo, and then the menu loads line by line, and when all lines have been loaded it stay loading with a black screen. Only way to
2001 Feb 08
0
hello, I need some help for using wine...
hello, thanks for all for helping me. Yves -----Message d'origine----- De : wine-users-admin@winehq.com [mailto:wine-users-admin@winehq.com]De la part de wine-users-request@winehq.com Envoy? : jeudi 8 f?vrier 2001 01:17 ? : wine-users@winehq.com Objet : wine-users digest, Vol 1 #309 - 9 msgs Send wine-users mailing list submissions to wine-users@winehq.com To subscribe or unsubscribe
2008 Nov 03
1
[PATCH 1/1] COMBOOT: add get config file full name
From: Gene Cumm <gene.cumm at gmail.com> COMBOOT API: Add get config full file name to SYSLINUX Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- Returns the full configuration file name. Int 22h AX 001Eh for now as it appears that the COMBOOT API is designed to be strictly sequential. The API gets extended but only implemented (for now) for SYSLINUX in ldlinux.asm.
2003 Sep 12
3
Updating BIOS with pxe syslinux memdisk & DOS problems
Hi all, We are hoping to update our BIOSes remotely with pxelinux and memdisk (it is for a 600 node Beowulf cluster with no floppy access). The DOS floppy loads and starts, however somehow the flash utility 'phlash.exe' or 'phlash16.exe' are both unable to load the provided rom image and just stop doing nothing. It looks like it can't access the rom image somehow, which is
2004 Sep 20
5
Cluster size not supported
Hello all, I just installed wine from CVS on fakewindows configuration, but I can't seem to get anything to work well. I tried installing the DCOM98, but I get "Cluster size not supported." The same error occurs when I execute just about anything. Has anyone encountered this or know what it is referring to? Thanks in advance, Leo
2018 May 21
1
SSL error after upgrading to 2.31
After upgrading to 2.31 I'm getting this error. Not sure what I'm doing wrong. No (No signatures could be verified because the chain contains only one certificate and it is not self signed.) ssl = yes ssl_cert = </etc/exim/certs/ctyme.com.crt ssl_key = </etc/exim/certs/ctyme.com.key ssl_ca = </etc/exim/certs/ca.crt local mail.ctyme.com { ? protocol imap { ??? ssl_cert =
2018 May 21
2
SSL error after upgrading to 2.31
You forgot to cc the list. ssl_ca is used only for validating client certificates. ---Aki TuomiDovecot oy -------- Original message --------From: Marc Perkel <marc at perkel.com> Date: 21/05/2018 18:25 (GMT+02:00) To: Aki Tuomi <aki.tuomi at dovecot.fi> Subject: Re: SSL error after upgrading to 2.31 On 05/21/2018 07:54 AM, Aki Tuomi wrote:
2008 Nov 10
2
[PATCH 1/1] COMBOOT API: Add get current working directory call to most
From: Gene Cumm <gene.cumm at gmail.com> COMBOOT API: Add get current working directory call to most Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- Adds an API call to obtain the current working directory. EXTLINUX will not return the correct value yet however SYSLINUX, ISOLINUX, and PXELINUX will return the correct value. For the moment, EXTLINUX will ONLY return
2006 Dec 05
0
Jumpers and DIP switches on Atcom AX-4S and AX-1E
Hello all ! Does anyone have a document describing jumpers, DIP switches, and connectors on Atcom's AX-4S (HFC-4S based 4xBRI) and AX-1E (HFC-1E based 1xPRI) cards ? Got the cards without any documents, there is nothing on a subject on Atcom's site, and so far no one from their support is replying to my emails. Thanks very much. Cheers, Nenad -------------- next part
2007 May 13
10
Thinking Outside the Box - Extending IMAP
Here's some thoughts I'd like to throw out there. I know it's not standard IMAP protocol but someone has to try new ideas first and I want to see what people (Timo) think of this. IMAP establishes a connection between the client and the server. Wouldn't it be great if it could be a conduit to let custom Thunderbird plugins talk to custom server application over the IMAP
2006 Apr 14
2
Master Password not working
Trying to get the master password to work. What am I doing wrong? Trying this test: /etc/dovecot.masterusers master:{plain}test auth_master_user_separator=* auth default_with_listener { mechanisms = plain passdb passwd-file { # Master users that can log in as anyone args = /etc/dovecot.masterusers master = yes #pass =yes } passdb passwd-file { # Path for
2002 Oct 05
6
Problems with installing
Hi! I'm having problems with installing Wine. I have downloaded Wine from CVS, and tried to install it with tools/wineinstall, but got some errors. This comes from my shell: [wayne@wayne wine]$ ./tools/wineinstall WINE Installer v0.73 I see that WINE has already been configured, so I'll skip that. We need to install wine as root user, do you want us to build wine, 'su root'