Page 1 of 4

missing file

Posted: Sun Nov 16, 2003 3:22 am
by kalagaraz
I just downloaded crossfire off of sourceforge, the windows GTK client 1.6.0 Anyways right when I double click the .exe a error message pops up and says "This application has failed to start because libglib-2.0-0.dll was not found." Any idea where I can get the dll? it didnt come with the installer

Have the same problem but fixed it

Posted: Sun Nov 16, 2003 5:09 am
by Lord_SilverStone
I had the same problem but fixed it.

First you need to read the running.txt file it is in the programs directory program files/crossfire gtk client/.

In that there is a link to download the GTK 2.0 for win32
install that.

then the next thing is a little tricky. In windows 95,98 and ME you need to edit your autoexec.bat file.

add the directory to your GTK librarys to your path= . if you installed it without changing directory it is c:\program files\common files\gtk\2.0\libs.

In dos though you might have to do the short directory names. I had to on win ME.

I don't know about win XP because i don't run it but someone might know about that.

Lord SilverStone

Posted: Sun Nov 16, 2003 8:38 am
by Ryo
You need to do what is described above.
Sorry, right now the installer will NOT install GTK for you....
*makes a note to add some page in the installer to really detail this*

Posted: Sun Nov 16, 2003 12:42 pm
by Guest
Thanks Ryo.

I found out by messing around trying to get it to work. I am thankful i still remember my old dos roots.

Lord SilverStone

Posted: Tue Nov 18, 2003 5:36 am
by hoxu
This looks a lot like double posting. (not the mention it's in totally wrong forum imho).

Guess it can't be helped. I just wish the forum archives will be of some use for someone out there.. :roll:

Posted: Sat Nov 29, 2003 10:43 pm
by Guest
ok i went to
http://www.dropline.net/gtk/.

and installed dev-c++ and a runtime environement... now where do i find autoexec.bat?

Posted: Sun Nov 30, 2003 1:54 pm
by Ryo
Anonymous wrote:ok i went to
http://www.dropline.net/gtk/.

and installed dev-c++ and a runtime environement... now where do i find autoexec.bat?
If you are running Win95/98, autoexec.bat is located in C:\
For WinNT / W2K, you need to change environment settings: my computer -> properties -> advanced -> environment variables. Then either change PATH variable for your user only, or the whole system (assuming you do have rights for that).

Posted: Sun Nov 30, 2003 7:18 pm
by hoxu
Isn't it easier to simply put the dll in the same directory with the executable?

Posted: Sun Nov 30, 2003 9:07 pm
by Ryo
Yes, that'd work to. But if/when s/he'll use another program requiring GTK, DLLs won't be installed correctly.
So either put all files in same directory, duplicate GTK... or what we do here, install once & configure :)

Weird the GTK installer doesn't set the path, though...

Posted: Mon Dec 01, 2003 5:33 pm
by hoxu
Isn't it okay to put those dlls in windows\system then? :P