Roulette - Bookies 'Edition'
Started by
Geddy
, Dec 12 2009 03:33 PM
38 replies to this topic
#1
Posted 12 December 2009 - 03:33 PM
Was given a few of these but until a mate can come round to have a look at the HDD I can't get it going. Might need a 'terminal' or something. There is about 20 of these.
Maybe someone here can work it out before I up the rest. (Usually get a GDResserv.dll missing error.)
Spinny Balls
Maybe someone here can work it out before I up the rest. (Usually get a GDResserv.dll missing error.)
Spinny Balls
#2
Posted 12 December 2009 - 04:41 PM
"The file you are trying to access is temporarily unavailable."
I'll have a look later, megauploads files are sometimes not available fully straight away after uploading. Can't find any reference to GDResserv.dll. Normally it's just a case of downloading the dll file and puting it in the folder where the programs .exe file is.
I'll have a look later, megauploads files are sometimes not available fully straight away after uploading. Can't find any reference to GDResserv.dll. Normally it's just a case of downloading the dll file and puting it in the folder where the programs .exe file is.
#3
Posted 12 December 2009 - 05:16 PM
Was given a few of these but until a mate can come round to have a look at the HDD I can't get it going. Might need a 'terminal' or something. There is about 20 of these.
Maybe someone here can work it out before I up the rest. (Usually get a GDResserv.dll missing error.)
Spinny Balls
A programmer mate of mine has been trying to get this to work (as it was missing), he has written a new .ddl in c++ or something like that, not sure if it works though. Might be worth a try, I know he is testing it but I have had no response.
Attached Files
#4
Posted 12 December 2009 - 05:17 PM
Five rar parts
Attached Files
Edited by Geddy, 12 December 2009 - 05:23 PM.
#5
Posted 12 December 2009 - 05:23 PM
Last three parts.
Attached Files
#6
Posted 12 December 2009 - 07:17 PM
tryed the dll file
downloaded all stuff unzipped it
no joy
downloaded all stuff unzipped it
no joy
#7
Posted 12 December 2009 - 07:41 PM
tryed the dll file
downloaded all stuff unzipped it
no joy
Did you try anything? Do you have a fiddle about to try to get it to work?
#8
Posted 12 December 2009 - 08:13 PM
i have unzipped anything including the dll still got the dll message
plus if the dll is homemade it cannot be registered because it is not real
it might mess the registry up
plus if the dll is homemade it cannot be registered because it is not real
it might mess the registry up
#9
Posted 12 December 2009 - 08:18 PM
plus tryed moving the roulette directory
to C: root
and this roullete game is dual screen the wheel spins at top
to C: root
and this roullete game is dual screen the wheel spins at top
#10
Posted 12 December 2009 - 09:48 PM
tryed the dll file
downloaded all stuff unzipped it
no joy
Try putting the dll file in C:WindowsSystem32
i'll have a fiddle tomorrow.
#11
Posted 13 December 2009 - 07:23 AM
There's something wrong with the dll file.
Edit just reread so would expain that one
A programmer mate of mine has been trying to get this to work (as it was missing), he has written a new .ddl in c++ or something like that, not sure if it works though. Might be worth a try, I know he is testing it but I have had no response.
Edit just reread so would expain that one
A programmer mate of mine has been trying to get this to work (as it was missing), he has written a new .ddl in c++ or something like that, not sure if it works though. Might be worth a try, I know he is testing it but I have had no response.
Edited by kriss, 13 December 2009 - 07:35 AM.
#12
Posted 13 December 2009 - 09:34 AM
IFAIK GD is a graphics libary for PHP,
so maybe you need some sort of webserver running php+gd libaries, which wouldn't suprise me, it being a LBO game ;-(
so maybe you need some sort of webserver running php+gd libaries, which wouldn't suprise me, it being a LBO game ;-(
#13
Posted 13 December 2009 - 10:36 AM
so if this was an image of a hd why is that dll missing?
#14
Posted 13 December 2009 - 12:33 PM
so if this was an image of a hd why is that dll missing?
It's missing because it is not a hd image.
and if it was included you may still need a web server running locally + php etc....
Not the hardest thing to setup IF you got the time and not for novices'
#15
Posted 13 December 2009 - 12:55 PM
IFAIK GD is a graphics libary for PHP,
so maybe you need some sort of webserver running php+gd libaries, which wouldn't suprise me, it being a LBO game ;-(
I'm guessing that dll is a custom one, as it's not included in the GD Library setup program, or is sources. The only thing I can think of is to trace the roulette program back to who wrote it and ask him for the dll.
#16
Posted 13 December 2009 - 01:00 PM
I'm guessing that dll is a custom one, as it's not included in the GD Library setup program, or is sources. The only thing I can think of is to trace the roulette program back to who wrote it and ask him for the dll.
And it's open source I think, so the developers could have altered & compiled their own.
#17
Posted 13 December 2009 - 01:11 PM
The application failed to initialize properly [hex address]
GDResourceServerAPI.dll is probably the scrotey little fcuker that calls the server for da randim nummer? What a scrote. Better off sticking with stanky old copy of "Hoyle's Casino Games" yes?
GDResourceServerAPI.dll is probably the scrotey little fcuker that calls the server for da randim nummer? What a scrote. Better off sticking with stanky old copy of "Hoyle's Casino Games" yes?
He who wrestles with a turd will be beshitted whether he fall under it or over it.
#18
Posted 13 December 2009 - 01:40 PM
The application failed to initialize properly [hex address]
GDResourceServerAPI.dll is probably the scrotey little fcuker that calls the server for da randim nummer? What a scrote. Better off sticking with stanky old copy of "Hoyle's Casino Games" yes?
but if you look at this pic, you can set it up to run on its own so it shouldn't need that.
#19
Posted 13 December 2009 - 02:36 PM
i have unzipped anything including the dll still got the dll message
plus if the dll is homemade it cannot be registered because it is not real
it might mess the registry up
Hello. I'm the author of the copy of GDResSrv.dll that you mentioned here and I was motivated to create an account and post a response to this.
The DLL that was created is a standalone C++ library. It does not need registration with the system to be used by the application. You are thinking COM libraries that require their UUID to be registered in the HKEY_CLASSES_ROOT hive of the registry.
To use any library (DLL) written like this you simply need to put it in the same directory as the program that you're trying to run it with.
It'll work if you put it in %SystemRoot%System32 (typically C:WindowsSystem32) too because that's part of your system's search path.
#20
Posted 13 December 2009 - 02:38 PM
There's something wrong with the dll file.
Edit just reread so would expain that one
A programmer mate of mine has been trying to get this to work (as it was missing), he has written a new .ddl in c++ or something like that, not sure if it works though. Might be worth a try, I know he is testing it but I have had no response.
Yes, there is a problem. The main executables appear to have been compiled against version 8.0 of the Microsoft C++ runtime (Visual Studio 2005) whereas the library is compiled against version 9.0.
I was hoping that it wouldn't be a problem but it appears that the runtime loader is having none of it and blows up.
Investigations continue...
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users