Author Topic: 2.42.2 Now Available  (Read 6274 times)

Offline EricL

  • Administrator
  • Bot God
  • *****
  • Posts: 2266
    • View Profile
2.42.2 Now Available
« on: April 13, 2006, 04:26:00 PM »
2.42.2 is now available on the FTP Download Page

Lots of little fixes, a couple of nice feature tweaks and most importantly, several serious core crashing bugs fixed.  Once again, I did not get a chance to dive into Leagues or Internet sharing, but I plan to focus on those areas next.

-E

The complete list of fixes in this release can be found in the following topic: 2.42.2 Changes
Many beers....

Offline Elite

  • Bot Overlord
  • ****
  • Posts: 532
    • View Profile
2.42.2 Now Available
« Reply #1 on: April 13, 2006, 04:38:32 PM »
It says that default.set is incompatable, and then gives a divide by zero error when I start the sim  

Otherwise nice work  

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
2.42.2 Now Available
« Reply #2 on: April 13, 2006, 05:51:40 PM »
I'll take a look at your new version right away.  As to internet sharing, we really don't have an FTP at the moment, so there's not a whole lot of point UNLESS:

1.  Someone donates an FTP
2.  Someone rewrites the internet sharing to use the databases on our web space (I have a friend working on this actually).

I also get a divide by zero and it exits with an error save.

The divide by zero has to do with graph update period.  If it's 0 there's a divide by zero.  You should probably add a code that sets it to like 200 if it's <= 0

Offline Elite

  • Bot Overlord
  • ****
  • Posts: 532
    • View Profile
2.42.2 Now Available
« Reply #3 on: April 13, 2006, 06:08:58 PM »
I've fixed it

Install this settings file into settings as default.set
(and add some bots)

It's great. Several minor issues that bugged me about 2.4 have been fixed too

Great job EricL!  

PS, Settings file wouldn't upload so here's the text:

Code: [Select]
-1
-1
""
0
1
9327
6928
150
#FALSE#
#FALSE#
0
#TRUE#
10
20
.02
.04
2
1
200
#TRUE#
0
0
0
.8
1.1
""
0
""
0
1
#FALSE#
5000
5000
""
#FALSE#
#FALSE#
#FALSE#
#FALSE#
0
#FALSE#
0
1
#FALSE#
0
1
0
.05
#FALSE#
#FALSE#
""
""
0
""
""
""
0
""
""
""
0
""
""
""
0
""
""
""
0
""
""
""
0
""
""
""
0
""
""
""
0
""
""
""
0
""
#TRUE#
#TRUE#
10
0
#FALSE#
#FALSE#
0
0
.1
0
0
#FALSE#
0
.0000001
0
0
0
0
0
0
.004
0
.04
0
0
0
0
0
0
0
0
0
0
0
0
.05
0
2
2
0
0
1
1
1
1
0
.1504425
0
.0972973
0
.1504425
.9135135
1
.8672566
1
.8432432
.9891892
.7699115
.9823009
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
60
100
100

BTW, Shouldn't this be moved to announcements
« Last Edit: April 13, 2006, 06:13:54 PM by Elite »

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
2.42.2 Now Available
« Reply #4 on: April 13, 2006, 06:25:19 PM »
I'll fix the uploading and move it to announcements

Offline EricL

  • Administrator
  • Bot God
  • *****
  • Posts: 2266
    • View Profile
2.42.2 Now Available
« Reply #5 on: April 13, 2006, 06:33:36 PM »
Damn, it's always something.  Forgot to include the new settings file in the donwload this time...

If we had more users, then I would say we should do some sort of buddy testing before official releases to catch stuff like old sim/settings file compatability, but since we only have a few dozen active folks at most, it may not make sense just yet...
Many beers....

Offline EricL

  • Administrator
  • Bot God
  • *****
  • Posts: 2266
    • View Profile
2.42.2 Now Available
« Reply #6 on: April 13, 2006, 06:44:54 PM »
Quote
1. Someone donates an FTP
I 've set up an FTP share on my site for testing.  Plenty of space, but my hoster doesn't allow anonomous FTP unles it's at the root so I need to walk through password support for FTP in the code.  That's my first task this weekend.


Quote
The divide by zero has to do with graph update period. If it's 0 there's a divide by zero. You should probably add a code that sets it to like 200 if it's <= 0

Done for the next version.  Want me to patch 2.42.2?
Many beers....

Offline EricL

  • Administrator
  • Bot God
  • *****
  • Posts: 2266
    • View Profile
2.42.2 Now Available
« Reply #7 on: April 13, 2006, 06:56:30 PM »
Okay, I fixed the exe to default the value for charting interval and snuck it into the download.  I also added a good format default.set.  All new downloads should be golden now.
« Last Edit: April 13, 2006, 07:16:21 PM by EricL »
Many beers....

Offline PurpleYouko

  • Bot God
  • *****
  • Posts: 2556
    • View Profile
2.42.2 Now Available
« Reply #8 on: April 13, 2006, 10:11:51 PM »
Quote
we really don't have an FTP at the moment, so there's not a whole lot of point UNLESS:

Who needs an FTP?

We have MySQL and php

All you have to do is set up a php script on DB.com and assign it a database to hold the organism files. The client programs just need to log onto the php script like we do on the forum then upload and download files directly to the database.

Admitedly I'm not that great with programming php yet (only been working on it for about a month) but the concept is pretty simple.
There are 10 kinds of people in the world
Those who understand binary.
and those who don't

:D PY :D

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
2.42.2 Now Available
« Reply #9 on: April 13, 2006, 10:13:15 PM »
Yeah, actually I have a friend working on this for me.  He should be finished in about a month because that's when the class work is due.