Bots and Simulations > Evolution and Internet Sharing Sims

Simplest Evo Starter Bot

<< < (24/30) > >>

Elite:
Aaaaaaaaargh, it won't open the file I saved. Noooooooooo, my 14 hour sim!
But it probably has something to do with the file being 13MB!

The (compressed) saved file is attached. Can anyone else run it?

I would be really grateful if I could get my sim back.

Welwordion:
I will try to run abot with the code:

--- Code: ---0 0 *0 *0 sub sgn 1 sub abs sgn mult sgn store
0 0 *0 *0 sub sgn 1 add sgn mult sgn store
0 0 *0 sgn mult sgn store
0 *0 *0 sub sgn 1 sub abs sgn mult sgn inc
0 *0 *0 sub sgn 1 add sgn mult sgn inc
0 *0 sgn mult sgn inc
0 *0 *0 sub sgn 1 sub abs sgn mult sgn dec
0 *0 *0 sub sgn 1 add sgn mult sgn dec
0 *0 sgn mult sgn dec
*0 0 *0 *0 sub sgn 1 sub abs sgn mult sgn store
*0 0 *0 *0 sub sgn 1 add sgn mult sgn store
*0 0 *0 sgn mult sgn store
*0 *0 *0 sub sgn 1 sub abs sgn mult sgn inc
*0 *0 *0 sub sgn 1 add sgn mult sgn inc
*0 *0 sgn mult sgn inc
*0 *0 *0 sub sgn 1 sub abs sgn mult sgn dec
*0 *0 *0 sub sgn 1 add sgn mult sgn dec
*0 *0 sgn mult sgn dec
...(repeated several times)
--- End code ---

@Elite:I get such errors quite often, thats why I now always save my files to multiple names.

EricL:

--- Quote from: Elite ---I would be really grateful if I could get my sim back.
--- End quote ---
Attached is the sim with the mutation history strings stripped out.

Save the old one.  I may be able to fix the bug in 2.42.4 in such a way that it can be read in and the mutation history preserved.  No guarentees, but I'll try.

Numsgil:
I've had a similar experience with my 30 million cycle saved sim.

Would really like to get that back

EricL:

--- Quote from: Numsgil ---I've had a similar experience with my 30 million cycle saved sim.

Would really like to get that back
--- End quote ---
Try loading it with the attached version.  It's just 2.42.3b with a hack to skip to the end of the per-bot section if the LastMutDetail length is negative.  Note that any per-bot mutation settings will be lost as they will be skipped in the read.  Note also that they may be read in incorrectly as it is possible that the mutdetails length is postive but still incorrect, having wrapped positive and negative a few times.

It's a good thing the mutation details are so close to the end of the per-bot file section or this hack wouldn't work.

If it loads, save it and you will have a sim with all the mutations strings stripped out which should be good for awhile before the mutations build up again.

Anyone else hitting this bug is welcome to try this.  No guarentees.  This is just a hack.  2.42.4 will have a real fix I hope.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version