Date: Mon, 19 Dec 1994 07:48:11 +0100 (NFT) From: "Reimar v.d. Sand" To: djgpp Subject: DJGPP PROBS III And the 3rd time ........ Calling TRYIT.BAT in SAMPLES/HELLO causes this output : Running go32 to get system information go32 version 1.12maint1 .... Lowest Version ... 1.08 *************************** NOW : VERSION 1.12maint2 *************************** .. VCPI (Expanded) memory available: 2224 Kb Swap space available: 2504 Kb (or more, depending on SET TMP...up to 70 MB) 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 shell=4dos.com ... [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 shell=4dos.com [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:\ kstack.com goto %config% :QEMMCD ..mouse ..keyb gr ..mscdex.exe ... smartdrv 256 goto done :HIMEMCD ..mouse ..keyb gr ..mscdex.exe ..smartdrv 256 goto done :WINCD path=%path%;d:\windows ..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