Author Topic: The bot of sudden Crash RESOLVED 2.43.1k  (Read 3658 times)

Offline gymsum

  • Bot Destroyer
  • ***
  • Posts: 215
    • View Profile
The bot of sudden Crash RESOLVED 2.43.1k
« on: May 06, 2008, 05:33:09 PM »
Ok, let me know if I've renamed any used sysvars, but everytime I try to run this bot, it freezes up the DB system.
« Last Edit: May 07, 2008, 11:09:21 AM by EricL »

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
The bot of sudden Crash RESOLVED 2.43.1k
« Reply #1 on: May 06, 2008, 06:12:07 PM »
I'll bet you've exceeded that size of the static array for custom memory labels.

Offline gymsum

  • Bot Destroyer
  • ***
  • Posts: 215
    • View Profile
The bot of sudden Crash RESOLVED 2.43.1k
« Reply #2 on: May 06, 2008, 06:28:30 PM »
whats the limit on that?

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
The bot of sudden Crash RESOLVED 2.43.1k
« Reply #3 on: May 06, 2008, 06:32:01 PM »
Also, if you define a custom label that points to the same place as a sysvar, all it means is that your custom label points to the same place as a sysvar.  It won't break the game (but you might get funky results when the system resets it to a specific value every cycle).

The limit used to be 50, but I think Eric increased it recently.  How many defs do you have there?

Offline gymsum

  • Bot Destroyer
  • ***
  • Posts: 215
    • View Profile
The bot of sudden Crash RESOLVED 2.43.1k
« Reply #4 on: May 06, 2008, 06:43:43 PM »
Quote from: Numsgil
Also, if you define a custom label that points to the same place as a sysvar, all it means is that your custom label points to the same place as a sysvar.  It won't break the game (but you might get funky results when the system resets it to a specific value every cycle).

The limit used to be 50, but I think Eric increased it recently.  How many defs do you have there?

Its basically every free sysvar I think, so well over 50. I can remove some of them if I can remember the basic structure and sysvar #s.

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
The bot of sudden Crash RESOLVED 2.43.1k
« Reply #5 on: May 06, 2008, 07:50:22 PM »
I'm sure Eric will be kind enough to increase the limit for you, if this is indeed the issue.

Offline EricL

  • Administrator
  • Bot God
  • *****
  • Posts: 2266
    • View Profile
The bot of sudden Crash RESOLVED 2.43.1k
« Reply #6 on: May 07, 2008, 11:10:16 AM »
Pretty sure that was it.  This bot does not crash with the increased limit in 2.43.1k.

Fixed in 2.43.1k.
Many beers....

Offline gymsum

  • Bot Destroyer
  • ***
  • Posts: 215
    • View Profile
The bot of sudden Crash RESOLVED 2.43.1k
« Reply #7 on: May 07, 2008, 09:46:10 PM »
o that explains it, I'm only running j.