Darwinbots Forum
General => Announcements => Topic started by: Numsgil on December 19, 2006, 06:18:30 AM
-
Here's a snapshot of the C++ code and exe as it exists at the moment (minues some of Sprotiel's new changes that I haven't downloaded yet. Sorry Sprotiel!). When you start the simulation, you will see about 100 veggies clump because of planet eaters and eventually form a planet. There is a small stable of bots that come with this snapshot, but most current bots should work just as well in the new version.
The most notable differences between this and older 2.4X versions is ties (specifically the lack of alot of tie functions) and physics. Please play with the physics. The mouse wheel zooms in/out and left clicking and holding will let you "drag" the display around.
Read sysvarschanges.txt to see what's different. This version represents a place DB was at before most of Eric's changes, so there are no shapes, for instance.
This also comes with the source code, so for those so inclined they can use this source code and project files to get started (although you'll need some dependancies, please consult the wiki).
-
Tried running it on my laptop and the exe at the base directory crashes. If this happens to you, go to source->workspace->debug and copy that exe to the base directory and run it. It's going to be alot slower, but it should run.
Also, at slower frame rates you'll probably see bots seem to "lurch". This is because the graphics thread and the engine thread are reading from robots at the same time, so at slower frame rates you'll actually get several frames drawn per cycle of the simulation.
-
Pasted exe from debug over original and got message 'the application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem' which it didn't.
Any suggestions? Have I done something wrong?
-
It seems I'm supposed to include the dependancy manifest file with the exe... I'll upload a fixed version later today when my laptop works again (spilled water on the keyboard )
-
Before I rebuild the zip, someone try this exe and tell me if it works or not.
-
Not for me sorry,
Gives an open file security warning and then a DB encountered a problem, please tell MS about this problem message
-
There aren't any problems when I tried running it on my sister's computer, but I don't know what that means. I never did program very good error handling
Are you running the exe straight from a download, or are you placing it in the Darwinbots2.5 directory? If you run the exe naked without the Foxlib files it should give you a warning telling you not to do that...
-
Your original DB download was unzipped into C/program files
The replacement exe was downloaded into the DB2.5 folder to replace the exisiting exe.
Is it possible that my pc is missing some software DB needs that the computers you have tried it on have already? Maybe it's one of those often forgotten driver updates I haven't done yet.
-
I don't think so. But you could try to install the latest version of the .Net framework, and see if that does it. The only dependancies are the c run time libraries and fox GUI. And it comes with the DLLs for fox gui.
-
You need .NET framework 2.0 to run it.
-
I have .net2 and also get the error
-
I have downloaded .net 3.0 and will try a reinstall tomorrow.
-
The exe (from the zip file) works for me, though it crashes sometimes and birth ties are never deleted.
And I never installed .NET!
-
I can't find any rhyme or reason to why it crashes on some computers and not others.
-
.net 3.0 didn't help and when I checked I already had .net 2.0 installed.