SFML community forums

General => SFML projects => Topic started by: Fierce_Dutch on December 11, 2010, 09:52:35 pm

Title: Can Someone Test My Game?
Post by: Fierce_Dutch on December 11, 2010, 09:52:35 pm
Well i have a pikin sticks game I made and I don't have another computer to test it on. It is the debug version not the release, I hope that doesnt matter.

Here: http://www.mediafire.com/?s454jgrzdcp35om
Title: Can Someone Test My Game?
Post by: Laurent on December 11, 2010, 09:53:59 pm
Quote
It is the debug version not the release, I hope that doesnt matter.

If you compiled with Visual C++ it does matter, people who don't have Visual C++ won't be able to run it.
Title: Can Someone Test My Game?
Post by: Groogy on December 11, 2010, 11:10:59 pm
Even so, I tried starting it and I got Visual Studio but it still complained about a missing MSVC dll. So make a release and give us that link.
Title: Can Someone Test My Game?
Post by: Fierce_Dutch on December 12, 2010, 02:11:22 am
Quote from: "Groogy"
Even so, I tried starting it and I got Visual Studio but it still complained about a missing MSVC dll. So make a release and give us that link.


I updated it. I added some dll's too.
Title: Can Someone Test My Game?
Post by: Luinechor on December 15, 2010, 09:57:29 pm
Ran the game under Windows 7 and it started without problems, however, I couldn't do anything (like pressing H to go to Spawn) - just nothing happened.

Also, the window was created in the upper left of the desktop (0, 0) and since I do have my windows task bar on the top I couldn't move it and so a part of the screen was not viewable. After resizing it worked and it moved itself right under the task bar.

(http://dl.dropbox.com/u/1316672/problem.PNG)
Title: Can Someone Test My Game?
Post by: tntexplosivesltd on December 16, 2010, 08:28:43 am
Yeah, I got the following error in Windows 7 32-bit when I run it. The same thing happeans with each .dll

"C:\Users\***\Desktop\Pikin\OPENGL32.dll is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support."

Did you only compile on a 64-bit machine? That's the only obvious problem I can think of.
Title: Can Someone Test My Game?
Post by: tntexplosivesltd on December 18, 2010, 01:45:45 am
Or the .dlls are 64-bit ones.