AAPLAY GPF
2 messages in this thread
We have an application written in VB wich play an FLC with aaplay on his
presentation form.
That application run perfectly (the fli also) on hundred of installation.
For now the only problem that we can't solve is that we got a GPF from AAPLAY
on 4 different installation
The FLI start well and crash after 1 second if we stop the fli before that, the
program continue normaly.
The configuration on one of those seems quite normal
486 – 50 MHZ
8MB RAM
PARADISE video card 256 color 640 x 480
WINDOWS 3.1
the autoexec & config
AUTOEXEC :::
C:\DOS\MSCDEX.EXE /D:MSCD001 /M:10
@ECHO OFF
C:\F-PROT\VIRSTOP.EXE /COPY /BOOT /DISK
LH /L:0;1,42896 /S C:\DOS\SMARTDRV.EXE
LH /L:2,16704 C:\DOS\KEYB BE,850,C:\DOS\KEYBOARD.SYS
C:f-prot\material\f-AUTO 0 c:\F-PROT\F-PROT.EXE C: D: E:
PROMPT $V $S $D $T $H$H$H$H $_ ($P) $G
PATH C:\DOS;D:\WINDOWS;D:\GWF;C:\DATARESC;E:\MODEM;C:\WORLDCOM\DOS
LH /L:1 C:\FAXIT\SCH.EXE
SET TELIX=E:\MODEM\TELIX
LH /L:1,56928 C:\DOS\MOUSE.COM /Y
SET TEMP=C:\DOS
LH /L:2,14128 C:\DOS\SHARE.EXE
LH /L:2,6448 C:\DOS\DOSKEY
CALL FINAL
WIN
set PATH=C:\DOS;C:\QPRO;%PATH%;C:\PCTOOLS
SET COMSPEC=C:\DOS\COMMAND.COM
cd..
c:
final
CONFIG.SYS :::
DEVICE=C:\DOS\SETVER.EXE
LASTDRIV=2
DEVICE=C:\DOS\HIMEM.SYS
DEVICE=C:\DOS\EMM386.EXE RAM HIGHSCAN
buffers=15,0
files=65
DOS=UMB
fcbs=16,0
country=032,850,c:\dos\country.sys
SHELL=C:\DOS\COMMAND.COM C:\DOS\ /p /e:1024
STACKS=9,256
DOS=HIGH
rem DEVICE=D:\SCANNER\HHSCAND.SYS /A=280/I=11/D=1/W=105
DEVICE=C:\DEV\MTMCDAE.SYS /D:MSCD001 /P:300 /A:0 /M:20 /T:5 /I:10 /x
DEVICE=C:\SCANJET\MINI400I.SYS
DEVICE=C:\SCANJET\SJIIX.SYS
ANY SUGGESTION ???
Olivier
Oliver,
I noticed you have posted this GPF question more than once. Are you still
having a problem? Do you have a copy of Dr. Watson? That is a program run in
windows that will tell you exactly what is causig the GPF on these odd
machines. You would run it, and Watson will write a log of everything that
happens in memory. It will log the GPF error, and what items conflicted.
-Brian