System hangs after starting Privateer

tk421

Spaceman
When I launch Privateer, I get nada. Zero. Zilch. Zip. As far as mem goes, I've got elbow room (if I remember correctly) 624. I've copied my .TRE's to my c:\privater
directory, edited the appropriate cfgs. Should have it made. BUT...

I cd into privater, type priv. Nuthin' happens. Just sits there.

Here's the pertinents...

Bootdisk Files...
-
autoexec.bat
-

@ECHO OFF
SET PROMPT=$P$G
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\;C:\CDROM;C:\BRCD\BIN;C:\BRCD\COMMAND
SET BLASTER=A220 I5 D1 H5 P330 T6
SET CTSYN=C:\WINDOWS
C:\PROGRA~1\CREATIVE\SBLIVE\DOSDRV\SBEINIT.COM
C:\

-
Config Sys
-
DOS=HIGH,UMB
Device=a:\Himem.Sys
Device=a:\EMM386.Exe 16384 D=64 FRAME=E000 /I=B000-B7FF RAM
Stacks=18,256
Files=50
Buffers=35


Bachelor number one is an 800mhz Duron w/128mb of RAM. Files system is FAT32, Win95 bootdisk. It likes Unreal Tournament, Italian food, and long walks on moonlit beaches. It just can't seem to get over this Privateer hump.

Think I've covered just about everything. Questions, ideas, comments, spelling and/or grammatical corrections? Feel free to respond.

Thanks in advance.

TK421

"TK421, why aren't you at your post?"
 
What is your OS and sound card are you using? How did you install P1? Which version CD or floppy.

[Edited by Johnl12 on 07-23-2001 at 05:37]
 
OS on the machine is Win2K, however I am booting off of a Win95 floppy. Soundcard is an SB Live!. I've got the CD, but I've gone so far as to copy the TRE's from the cd onto my hard drive and edit the CFG files to point to the image.
 
O'kay try is. You'll need to get a mouse driver. You can get one here http://www.bootdisk.com and add it to the autoexec.bat. The LASTDRIVE=F in the config.sys is suoppose to be the last drive letter in "My Computer" please change it to the correct letter.
Autoexec.bat:

IF ERRORLEVEL 1 PAUSE
ECHO=OFF
SET PATH=A:\;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\CREATIVE\SBLIVE\DOSDRV;C:\PRIVATER;
SET TMP=C:\WINDOWS\TEMP
SET TEMP=C:\WINDOWS\TEMP
SET PROMPT=$P$G

REM -----THE BELOW LINES ARE FOR THE SBLIVE SOUND CARD--------
SET BLASTER=A220 I5 D1 H5 P330 T6 J200
SET CTSYN=C:\WINDOWS
REM SBESET.EXE -D0 -J1 -W0 -A220 -I5 -D1 -H5 -J200 -P330
C:\PROGRA~1\CREATIVE\SBLIVE\DOSDRV\SBEINIT.COM

REM ---THE BELOW LINES FOR MOUSE-----

REM --THE BELOW LINE IS FOR THE CD-ROM---

SET COMSPEC=A:\COMMAND.COM
ECHO=ON
C:

Config Sys:

DEVICE=A:\HIMEM.SYS
DEVICE=A:\EMM386.EXE 16384 D=64 FRAME=E000 /I=B000-B7FF RAM

REM --THE BELOW LINE IS FOR THE CD-ROM-----

DOS=HIGH, UMB
FILESHIGH=50
BUFFERSHIGH=35
SHELL=A:\COMMAND.COM A:\ /P
LASTDRIVE=F
 
I just realize that Windows 2000 by default installs to C:\WINNT unless you tell it difference. Assuming that it is in C:\WINNT you will need to change every C:\WINDOWS to C:\WINNT in the autoexec.bat.
 
Back
Top