Page 2 of 3

hmm...

Posted: Thu Feb 12, 2004 9:03 pm
by Cid Highwind
didnt work for me, i run a windows 98 with a 56k connection, i cant run autoexec and i installed the correct files exactly where you guys said to. damn libglib thing
send the link to download the DLL
-Cid

Re: hmm...

Posted: Fri Feb 13, 2004 1:04 am
by Leaf
Cid Highwind wrote:didnt work for me, i run a windows 98 with a 56k connection, i cant run autoexec and i installed the correct files exactly where you guys said to.
Do you mean you can't edit autoexec.bat?
Ryo wrote: For Win9x: edit c:\autoexec.bat, find the 'PATH' line, add the directory, save & reboot the computer.

Posted: Fri Feb 13, 2004 1:14 am
by Cid Highwind
my autoexec has this in the edit part

@ECHO OFF
SET BLASTER=A220 I5 D1
LH C:\WINDOWS\COMMAND\DOSKEY


IF EXIST C:\PIPOST.BAT CALL C:\PIPOST.BAT
IF EXIST C:\PIPOST.BAT DEL C:\PIPOST.BAT
SET Path=%Path%;"c:\Program Files\Norton SystemWorks\Norton Ghost\"

what would i change?

Posted: Fri Feb 13, 2004 1:17 am
by Leaf
For windows 9x you can add onto the SET PATH line to your c:\autoexec.bat (any editor should work fine) which should finally look like this:

SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;"C:\Program Files\Common Files\GTK\2.0\lib"

Just what is between quotes needs to be added and they are needed if the path has spaces like in this case.

Posted: Fri Feb 13, 2004 1:26 am
by Cid Highwind
leaf wrote:For windows 9x you can add onto the SET PATH line to your c:\autoexec.bat (any editor should work fine) which should finally look like this:

SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;"C:\Program Files\Common Files\GTK\2.0\lib"

Just what is between quotes needs to be added and they are needed if the path has spaces like in this case.
well i dont understand all that, im slow remember, look at my previous post :P

Posted: Fri Feb 13, 2004 1:49 am
by Cid Highwind
dammit
i tried practically everything with your post, leaf, but no prevail.
my 2 files i have for crossfire is the client and the runtime thingie, am i missin something?

AARRRRGGGGHHHH!!!

Posted: Sat Feb 14, 2004 2:10 am
by Cid Highwind
got it to work!!! but all of a sudden, this pops up in the MS-DOS window that says

GTKCLIENT caused an invalid page fault in
module LIBGTK-WIN32-2.0-0.DLL at 0177:0077af52.
Registers:
EAX=00000000 CS=0177 EIP=0077af52 EFLGS=00010246
EBX=00000000 SS=017f ESP=00b3fb4c EBP=00b3fb64
ECX=00000000 DS=017f ESI=00c63020 FS=213f
EDX=ffffffff ES=017f EDI=00000000 GS=0000
Bytes at CS:EIP:
f6 40 0d 01 74 0a 8b 5d f8 8b 75 fc 89 ec 5d c3
Stack dump:
00000000 00c63020 00000001 00000000 00000001 00c71540 00000000 00408e89 00000000 00c71540 00000000 00000000 00000001 00000000 0045e9fe 0045e9be

:evil:

another problem, fixed the old one

Posted: Sat Feb 14, 2004 2:14 am
by Cid Highwind
argh...

didnt mean to double post, fixed it

Posted: Sat Feb 14, 2004 9:35 am
by a sad person
wow, that sucks. But hey, at least your not stuck with that damn screen saying "lib dll missing, blah blah". I've tried all of the above, and it still doesnt work... wtf. I think ill just dl the directx version

Posted: Sat Feb 14, 2004 10:01 am
by Ryo
a sad person wrote:wow, that sucks. But hey, at least your not stuck with that damn screen saying "lib dll missing, blah blah". I've tried all of the above, and it still doesnt work... wtf. I think ill just dl the directx version
Try the following:

* launch 'regedit'
* go to the branch HKEY_LOCAL_MACHINE\Software\GTK\2.0\
* copy the value of the 'path' subkey
* go to the branch HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\
* create a new key named 'GTKClient.exe'
* create a subkey, type string, named 'path', set its value to '<value of path you copied>\lib'

Try launching the game again.