CompuServe Thread

#PAR crash

5 messages in this thread
#155548From: James FranssenFeb 24, 1995 5:29 PM
Would you please take a look at my config file and see if there is something wrong? Your suggestion helped clear my "out of environment space" problem, but the PAR still crashed when trying to run it. I have also included my autoexec.bat file. Thanks for your time. config.sys.. DEVICE=C:\QEMM\DOSDATA.SYS DEVICE=C:\QEMM\QEMM386.SYS RAM SH:N ST:M R:2 DEVICE=C:\QEMM\DOS-UP.SYS @C:\QEMM\DOS-UP.DAT DEVICE=C:\QEMM\QDPMI.SYS SWAPFILE=DPMI.SWP SWAPSIZE=1024 FILES=50 BUFFERS=26 STACKS=0,0 DOS = HIGH, UMB rem *by jim* SHELL=C:\COMMAND.COM C:\ /P SHELL=C:\COMMAND.COM /P /E:512 LASTDRIVE=Z DEVICE=C:\QEMM\LOADHI.SYS /R:1 /SIZE=9328 C:\DOS\ANSI.SYS DEVICE=C:\QEMM\LOADHI.SYS /R:2 /SIZE=55456 C:\WINDOWS\MOUSE.SYS /Y autoexec.bat.. call C:\LANTASTI\STARTNET.BAT C:\QEMM\LOADHI /R:2 C:\SB16\DRV\MSCDEX.EXE /D:MSCD001 /V /M:15 @ECHO OFF PROMPT $p$g set mouse=C:\MOUSE C:\MOUSE\mouse.exe PATH=C:\QEMM;C:\WINDOWS;C:\DOS;C:\GRASP;c:\lantasti;C:\sb1 6\;C:\QEMMC:\MOUSE;C:\LEUTIL;C:\LL5\;C:\NU;%PATH% SET SYMANTEC=C:\SYMANTEC SET NU=C:\NU SET TEMP=C:\DOS SET SOUND=C:\SB16 SET BLASTER=A220 I5 D1 H5 P330 T6 C:\SB16\SB16SET /M:220 /VOC:220 /CD:220 /MIDI:220 /LINE:220 /TREBLE:0 C:\SB16\SBCONFIG.EXE /S C:\DOS\SHARE.EXE /l:500 /f:5100 C:\WINDOWS\SMARTDRV.EXE /X SET GRASP=C:\GRASP SET PICTOR=C:\GRASP C:\PAR\pardrv C:\PAR150\parinit /P=C:\PAR150 WIN=C:\WINDOWS C:\PAR150\pardrv -James Franssen
#155567From: Mike MorganFeb 24, 1995 8:21 PM
James, Here is a basic set of files (config.sys & autoexec.bat) to start with. As I noted I do not know enough about the command switches in QEMM to give advice. But I would start here and see if this works with the PAR. This setup boots me to about 500K of convemtional memory and works fine. If this works for you, then it looks like the problem lies in the setup you are running with QEMM. DO NOT FORGET TO RENAME YOUR OLD FILES SO YOU WILL HAVE THEM IF YOU NEED TO GO BACK TO THE ORIGINAL SETUP!! Good luck. :Config.sys DEVICE=C:\DOS\HIMEM.SYS DEVICE=C:\DOS\ANSI.SYS DOS=HIGH, UMB FILES=50 BUFFERS=26 STACKS=0,0 SHELL=C:\COMMAND.COM /P /E:512 LASTDRIVE=Z rem Changes by CFI 2/24/95 rem removed the mouse drivers, they were in the autoexec.bat(i.e. loading them twice!) rem removed all references to QEMM (mainly because I do not know all of the switches you were using and wanted to simplify the config.sys :Autoexec.bat @ECHO OFF PROMPT $p$g SET SYMANTEC=C:\SYMANTEC SET NU=C:\NU SET TEMP=C:\DOS SET SOUND=C:\SB16 SET BLASTER=A220 I5 D1 H5 P330 T6 SET GRASP=C:\GRASP SET PICTOR=C:\GRASP call C:\LANTASTI\STARTNET.BAT rem C:\QEMM\LOADHI /R:2 C:\SB16\DRV\MSCDEX.EXE /D:MSCD001 /V /M:15 ;!!#1 set mouse=C:\MOUSE C:\MOUSE\mouse.exe PATH=C:\;C:\WINDOWS;C:\DOS;C:\GRASP;c:\lantasti;C:\sb16\;C:\QEMM;C:\MOUSE;C:\LE UTI L;C:\LL5\;C:\NU ;!!#2 C:\SB16\SB16SET /M:220 /VOC:220 /CD:220 /MIDI:220 /LINE:220 /TREBLE:0 C:\SB16\SBCONFIG.EXE /S C:\DOS\SHARE.EXE /l:500 /f:5100 C:\WINDOWS\SMARTDRV.EXE /X C:\PAR\pardrv C:\PAR150\parinit /P=C:\PAR150 /WIN=C:\WINDOWS ;!!#3 C:\PAR150\pardrv ; Changes made by CFI 2/24/95 ; ; Moved all of the set variables to the top, just to clean things up! ; #1 remarked this line out, I saw no device drivers loaded for the CD Rom drive. ; #2 removed the path for qemm, added the root directory C:\ and removed the %path% because there was no path to append. ; #3 added the / to WIN=C:\WINDOWS, this was a printed incorrectly in the manual by IN:SYNC. Mike Morgan, CAD Forms Inc.
#155585From: Byron D. BowlesFeb 24, 1995 11:22 PM
James, I don't know if this is your problem, but I'm sure someone will be interested in this. I installed a second hard drive (I have multiple seconds) that contained an animation that was over 11K frames. The PAR worked fine until I went into that directory and selected the 11K animation – the PAR software would crash back to DOS with a fatal error. After a little troubleshooting I noticed a command switch in the PAR.INI to specify the max frame limit (the default size is 8K). I increased this limit to a number over 11K, and no more crashing. Don't you love user friendly software. To be fair, I have not had any other problems with v.1.5 and am very grateful for all the fixes. If your problem still persists, try going through your PAR.INI and see if there are any other parameters that may apply to your setup. I noticed in your autoexec.bat that you have two calls to pardrv. I think you want to remove the first one. You may try removing QEMM stealth mode or remove QEMM completely. You might also remove the network calls to rule out any conflict.
#155601From: Mike MorganFeb 25, 1995 1:28 AM
James, I was looking over a printout of your autoexec.bat and noticed that you are loading the pardrv.exe twice. You need to remove the c:\par\pardrv from your autoexec.bat. I did a test (I tried PARDRV.EXE dated 5/17/94 and the new driver) to see if that would cause your problem, but I worked O.K. IMHO–I still think it is your memory manager! Mike Morgan, CAD Forms Inc.
#155685From: James FranssenFeb 25, 1995 7:54 PM
>> You need to remove the c:\par\pardrv from your autoexec.bat. << Thanks Mike, I'll give it a try, if this doesn't work I guess I just don't use ver 1.5 🙁 -James Franssen