EveBot Freezeup

BattleCobra

Active Member
I was using InnerSpace for Everquest, but due to some of the autostart scripting, I've backed up and uninstalled/reinstalled Innerspace so as to hopefully have no problems there.

So... I have a fresh install of InnerSpace, IsxEve, and EveBot (via that SNV thingy).

IS and IsxEve work fine. When I type /run evebot/evebot', the InnerSpace window just completely freezes. After a few seconds, Windows Task Manager shows the application crashed, and I have to 'end process'. I've let it sit for about 5 minutes to be sure it wasn't just a timer issue before closing it.

I've read the EveBot pages, and other than the Mission Agent optional part, I didn't see any files it required to change. After a few crashes I setup the
'launcher_config.xml' and 'Sample User Agents.xml' (renamed ov'course) files, and still crashes.

Is there something I'm not aware of to change?
 

thorarin

Active Member
got the same problem.

but i noticed that after u downgraded ur evebot and started it while logged in with ur character u can upgrade back to the recent version without any problems.


but u have to log in once with an older version of evebot then upgrade it back to 854!
 

ponsjuh

Active Member
I have the same problem...

above solution didn't work for me. Well it worked once but that bot was broken. It started the bot instant and i couldn't pause it. well anyway there is another thing i'm currious about.

when i check out the svn given at this URL
https://www.isxgames.com/EVEBot/Trunk/EVEbot

i get
Checked out revision 856.


but according to this thread (http://www.isxgames.com/forums/showthread.php?t=1461) i should get a different revision
(EVEBot 0.97 Rev 399 )

so i think something is wrong and might get things broken because of the many
different versions
 

BattleCobra

Active Member
umm...
EVEBot 0.97 Rev 399 ----Posted 07-23-2007, 10:46 AM

It's an older version. It's been upgraded, and best version right now that I've used is 802. You'll have to modify the auto-login if you want to use that.

http://www.isxgames.com/forums/project.php?issueid=284

*copy-pasted here*
Posted by: Ventari

For it's no _all_ the time, only when it's online.
May be this is not actually bug in ISXEVE but something new from CCP?
To workaround for this I modified EVEBot to account for this:

support\obj_loginhandler.iss:

serverdown processing now looks like that:

case SERVERDOWN
echo DEBUG: Server Status: ${Login.ServerStatus}
if (${Login.ServerStatus.NotEqual[LIVE]} && \
${Login.ServerStatus.NotEqual[EVE-EVE-RELEASE]})
{
This.CurrentState:Set["SERVERDOWN"]
This.LoginTimer:Set[${This.connectWaitTime}]
break
}
else
{
This.CurrentState:Set["SERVERUP"]
}
break
 
Top Bottom