Date: Thu, 15 Dec 1994 07:54:29 +0100 (NFT) From: "Reimar v.d. Sand" To: djgpp Subject: DJGPP PROBS II Hi again ..... Calling TRYIT.BAT in SAMPLES/HELLO causes this output : Running go32 to get system information go32 version 1.12maint1 .... Lowest Version ... 1.08 .. ... build time Sep 01 .. 1994 VCPI (Expanded) memory available: 2224 Kb Swap space available: 2504 Kb (or more, depending on SET TMP...) Compiling the program Segmentation violation in pointer 0x01063c7f at d8:b9bf eax=00000000 ebx=0001414a ecx=01063c7f edx=00000fd6 esi=7ffffd48 edi=00000017 ebp=7fffed17 esp=7fffd94c cs=d8 ds=48 es=48 fs=48 gs=48 ss=48 cr2=00003c7f Call frame traceback EIPs: 0x0000b9bf 0x0093447f This message appeared anytime, I called TRYIT.BAT, not depending on the Boot-Sequence I used. CONFIG.SYS: [menu] ... [QEMMCD] device=..dosdata.sys set loadhdata=...loadhi.rf device=..qemm386.sys nosh ram rom st:m rf device=..dos-up.sys device=..dblspace.sys /move device=..mtmcdae.sys... dos=high [HIMEMCD] himem.sys emm386.exe noems highscan i=b000-b7ff buffers=15,0 files=8 dos=umb lastdrive=i fcbs=4,0 dblspace.sys mtmcdae.sys [WINCD] same as QEMMCD ifshlp.sys shell=command.com c:\ /p dos=high AUTOEXEC.BAT .. path ....;C:\lang\djgpp\bin set djgpp=c:/lang/djgpp/djgpp.env temp=h:\ tmp=h:\ goto %config% :QEMMCD ..doskey /insert ..mouse ..keyb gr ..mscdex.exe ... smartdrv 256 goto done :HIMEMCD ..doskey /insert ..mouse ..keyb gr ..mscdex.exe ..smartdrv 256 goto done :WINCD path=%path%;d:\windows ..doskey /insert ..keyb gr ..mscdex.exe ..smartdrv 1024 512 win :done set config= I executed SETDJGPP.BAT with the appropiate Path for djgpp Maybe someone could help me to get rid of this problem. Thanks Reimar P.S. opening DOS under WINDOWS and trying TRYIT.BAT causes the same. Just one time, and from that on for the rest of the DOS-Session, the errormessages was like insufficent DPMI memory, but this thing occured just this one session.