Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Windows 7 hates Sandbox

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
Malkin
Member
Member
Posts: 9
Joined: March 23rd, 2010, 4:48 am
Name: Ray

Windows 7 hates Sandbox

Post by Malkin »

I'm having real issues with windows 7. The games I developed last term (college lecturer) run fine under XP. However the college IT dept upgraded all the student PCs to Windows 7 over the summer break. When I load a game from a memory stick - which is how the students save their work - the fps rate rapidly drops to 1...
I've tried running it under the compatibility trouble shooter and Windows 7 correctly identifies that Sandbox likes XP. The launcher starts fine but I get a message saying that Windows is trying to find the directories "packages" and "my_stuff" in windows\win32. Which is exactly where they are not... So the launcher obviously displays no games at all.

The solution would seem to be to install Sandbox in windows\win32 but:
• I'd have to get the IT Dept to do this on some 60 machines which I guarantee such a request would be received very badly
• The students work in three classrooms so would have to copy their .cfg & .art files to their memory sticks at the end of every lesson and from the
stick to windows\win32 at the start of the next lesson. Which they cannot do as they do not have admin rights (thankfully)

So any ideas how I can effectively run Sandbox under Windows 7 would be gratefully received. I’m teaching Computer Games Development next term so have a couple of months to get this resolved. Yet I am starting to panic already.

Malk
User avatar
klimyriad
Support Team
Support Team
Posts: 969
Joined: December 23rd, 2009, 1:43 pm
Name: liam
Contact:

Re: Windows 7 hates Sandbox

Post by klimyriad »

Turn off the shaders Ermm and if that does not work i would turn the graphics down also i got Win764 and on my sis PC has got Win732 and there are both fine from a memory stick so it could be the the graphics card does not support the shaders there for you might need to turn the shaders off.


Hope this helps
Klimyriad
Support Team


edit: Also it maybe that you might have to put it on the PC's just test it on one of them and see if it works better if nor make sure you turn the shaders off.
Firstspace the attack Progress. Image
Maps= Image finishing the town of hisal map.
Models and textures Image Just started finding these.
Menus, script's and other stuff. Image
User avatar
Runescapedj
Member
Member
Posts: 1706
Joined: January 9th, 2010, 9:06 am
Name: Michiel
IRC Username: Sandboxdj
Location: Deventer, the Netherlands

Re: Windows 7 hates Sandbox

Post by Runescapedj »

I suggest you and your students download the SVN version (w8 a sec, maybe u, cuz they don't have admin rights)

I hope this helps, and as klimyriad said, turning of the shaders will help 2
User avatar
klimyriad
Support Team
Support Team
Posts: 969
Joined: December 23rd, 2009, 1:43 pm
Name: liam
Contact:

Re: Windows 7 hates Sandbox

Post by klimyriad »

yea try the svn it works better with win7 anyway more stable and that.
Firstspace the attack Progress. Image
Maps= Image finishing the town of hisal map.
Models and textures Image Just started finding these.
Menus, script's and other stuff. Image
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Windows 7 hates Sandbox

Post by PizzaLover101 »

yeah, I use both (regular more than svn) and it works fine for me IF I turn my shaders off.
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!

http://pizzagametime.tk/
http://forums.pizzagametime.tk/
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Windows 7 hates Sandbox

Post by chocolatepie33 »

Windows 7 hates a lot of programs... My math teacher uses a poll program, and it sometimes doesn't let students connect... It annoys her...
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
klimyriad
Support Team
Support Team
Posts: 969
Joined: December 23rd, 2009, 1:43 pm
Name: liam
Contact:

Re: Windows 7 hates Sandbox

Post by klimyriad »

Win7 works fine for me all the time.
Firstspace the attack Progress. Image
Maps= Image finishing the town of hisal map.
Models and textures Image Just started finding these.
Menus, script's and other stuff. Image
User avatar
Leo_V117
Support Team
Support Team
Posts: 1640
Joined: February 16th, 2010, 8:00 pm
Name: Leo
IRC Username: Leo_V117
Location: That one place...
Contact:

Re: Windows 7 hates Sandbox

Post by Leo_V117 »

It seems to hate some versions of windows 7 more than others.

32 bit seems to work better with sandbox than 64 bit. Its also down to your Graphics Card. Nvidia supports OpenGL Better than ATI. Especially on Windows 7.

A Fix for Sandbox is shown below. This is how I fixed mine. It should work for you guys.

-> Install TortoiseSVN and Codeblocks with MingW Source code compilers.
-> Download the SVN Repos from this URL:

Code: Select all

http://www.svn.kids.platinumarts.net/32pas32/trunk/
-> Build sandbox.cpp located in src/windows.
Locked