Ratter not work

V.I.

Active Member
19:36:47: Warping...
19:36:47: Reloading Weapons...
19:37:20: Dropped out of warp
19:37:20: Reloading Weapons...
19:37:20: Player found XxXxXx <- name of my character
19:37:20: PlayerCheck - Move
19:37:25: Preparing for warp
19:37:25: Warping to Warping to xxxxxxxx- Asteroid Belt x @ xkm
 

Amadeus

The Maestro
Staff member
Nothing here is helpful. I don't even know what isn't working. For all I can tell it's supposed to do that.

You need to be MUCH more specific and informative. Also, if you're not going to take the time to open the script file and try to find out what part of it is not working, then you might as well just not waste your time posting here either.

evebot/isxeve/etc. is not for casual users. Users are expected to learn lavishscript and open the files and debug things and let me know what SPECIFICALLY is not working. The scripts such as evebot are just included for you to use and learn from -- they're not intended to be a "hand-out" for you.

Everyone is expected to learn lavishscript and help in the writing of scripts and debugging of scripts.
 

V.I.

Active Member
Here a problem. Player found XxXxXx <- name of my character

Today, after last updating, bot finds itself and flies on a next belt.

21:01:05: Dropped out of warp
21:01:05: Reloading Weapons...
21:01:05: Player found XxXxXx
21:01:05: PlayerCheck - Move
21:01:10: Preparing for warp
21:01:10: Warping to XxXxXx - Asteroid Belt 7 @ 0km
21:01:13: Warping...
21:01:13: Reloading Weapons...
21:01:44: Dropped out of warp
21:01:44: Reloading Weapons...
21:01:44: Player found XxXxXx
21:01:44: PlayerCheck - Move
21:01:49: Preparing for warp
21:01:49: Warping to XxXxXx - Asteroid Belt 8 @ 0km
 

Technobabbler

Active Member
Confirming this behavior. I think I have been able to track it to here:

Code:
	{
		variable index:entity tgtIndex
		variable iterator tgtIterator

		EVE:DoGetEntities[tgtIndex, CategoryID, CATEGORYID_SHIP]
		tgtIndex:GetIterator[tgtIterator]
		
		if ${tgtIterator:First(exists)}
		do
		{
			if ${tgtIterator.Value.OwnerID} != ${Me.CharID}
			{	/* A player is already present here ! */
				UI:UpdateConsole["Player found ${tgtIterator.Value.Owner}"] 
				return TRUE
			}
		}
		while ${tgtIterator:Next(exists)}
		
		; No other players around 
		return FALSE
	}
It's as if this is always returning true even if there is no one else in the belt.

Code snippet is from the obj_Targets.iss

To be exact I think it's related to this line: if ${tgtIterator.Value.OwnerID} != ${Me.CharID}

I could be talking out of my butt though.
 
Last edited:

RedMan

Active Member
Add the bolded line below and post results...

Code:
{
		variable index:entity tgtIndex
		variable iterator tgtIterator

		EVE:DoGetEntities[tgtIndex, CategoryID, CATEGORYID_SHIP]
		tgtIndex:GetIterator[tgtIterator]
		
		if ${tgtIterator:First(exists)}
		do
		{
			if ${tgtIterator.Value.OwnerID} != ${Me.CharID}
			{	/* A player is already present here ! */
				UI:UpdateConsole["Player found ${tgtIterator.Value.Owner}"] 


[B]UI:UpdateConsole["ID Check: Target=${tgtIterator.Value.OwnerID}, Me=${Me.CharID}"] [/B]

				return TRUE
			}
		}
		while ${tgtIterator:Next(exists)}
		
		; No other players around 
		return FALSE
	}
 

thirdlight

Active Member
15:38:27: Memory: Microsoft Windows XP Process: 388440kb Free: 539mb Texture Mem Free: 275mb FPS: 27 Windowed: TRUE(TRUE) Foreground: FALSE
15:38:45: Dropped out of warp
15:38:45: Reloading Weapons...
15:38:45: Player found ****<-me
15:38:45: ID Check: Target=21***808, Me=13******228
15:38:45: PlayerCheck - Move

Get this with the bolded part added. So for some reason looks like you character id changes?
 

RedMan

Active Member
The game didn't patch but ISXEVE.dll DID patch today.

Likely Amadeus accidentally broke something.

Updates on testing:
Searching for PC ships on grid
variable index:entity tgtIndex
variable iterator tgtIterator

EVE:DoGetEntities[tgtIndex, CategoryID, CATEGORYID_SHIP]
tgtIndex:GetIterator[tgtIterator]
EVE:DoGetEntities[tgtIndex, CategoryID, CATEGORYID_SHIP]

tgtIterator.Value.OwnerID = a number...
Me.CharID = a different number
Me.Name = my name
tgtIterator.Value.Owner = my name
so the names match but the IDs dont

Of possible interest:
tgtIterator.Value.Pilot.CharID = NULL
tgtIterator.Value.Pilot.Name = NULL
these are with print statements so possibly it is tgtIterator.Value.Pilot that is actually null.

Eve just crashed too.. checking into that.
Edit: the last thing it tried to do was reload.
 

RedMan

Active Member
Sit at a safe spot away from other ships and run this.... without the radius argument it returned a LOT of results even with an empty grid in game. The Target.OwnerID is different every time this is run.

Code:
function main()
{
variable index:entity tgtIndex
variable iterator tgtIterator

EVE:DoGetEntities[tgtIndex, CategoryID, CATEGORYID_SHIP, radius, 100000]
tgtIndex:GetIterator[tgtIterator]

if ${tgtIterator:First(exists)}
do
{	
	echo "Me=" ${Me.CharID}
	echo "Target.OwnerID=" ${tgtIterator.Value.OwnerID}
	echo "Target.Owner=" ${tgtIterator.Value.Owner}
	echo "Target.Owner.CharID=" ${tgtIterator.Value.Owner.CharID}
	echo "Target.Owner.Name=" ${tgtIterator.Value.Owner.Name}
	echo ------------------------------------------
}
while ${tgtIterator:Next(exists)}

}
Updated...
 
Last edited:

RedMan

Active Member
Workaround/change

Change:
Code:
if ${tgtIterator.Value.OwnerID} != ${Me.CharID}
to
Code:
if ${tgtIterator.Value.Owner.CharID} != ${Me.CharID}
 

RedMan

Active Member
This action solved the problem?
Well.. it actually tries to rat now but the whole of eve seems to crash occasionally.

Posting crash debug log here:
Code:
LOAD: 0.00033 sec 'res:/UI/Texture/UITexLib_01.dds'
PREP: 0.00235 sec 'res:/UI/Texture/Icons/icons03.dds'
PREP: 0.00030 sec 'res:/UI/Texture/UITexLib_01.dds'
LOAD: 0.00008 sec 'cache:/Pictures/Gids/dx9_1114_8_64.dds'
LOAD: 0.00011 sec 'res:/UI/Texture/Icons/icons01.dds'
PREP: 0.00007 sec 'cache:/Pictures/Gids/dx9_1114_8_64.dds'
PREP: 0.00008 sec 'res:/UI/Texture/Icons/icons01.dds'
[391172] IsValid() - Object Not Valid:: pObject: 0x14d4e9c8 - Type: 0x75646f6d
[391172] IsValid() - Object Not Valid:: pObject: 0x14d4e9c8 - Type: 0x75646f6d
(fbc.66c): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
eax=1752a320 ebx=14d4e9b8 ecx=00000000 edx=00000000 esi=14d4e9c8 edi=00000000
eip=00491253 esp=00139a88 ebp=00139b64 iopl=0         nv up ei pl zr na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00210246
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for D:\Program Files\CCP\EVE\bin\python25.dll - 
python25!PyDict_SetItem+0x173:
00491253 894204          mov     dword ptr [edx+4],eax ds:0023:00000004=????????
0:000> kv
ChildEBP RetAddr  Args to Child              
WARNING: Stack unwind information not available. Following frames may be wrong.
00139b64 00492d2d 1721b360 00000000 00676d24 python25!PyDict_SetItem+0x173
00139b84 0049448a 1721b360 00000000 00676d24 python25!PyEval_EvalFrameEx_slp+0x6d
00139c4c 00492d2d 17569fa8 00000000 00676d24 python25!PyEval_EvalFrame_value+0xd5a
00139c6c 0049448a 17569fa8 00000000 00676d24 python25!PyEval_EvalFrameEx_slp+0x6d
00139d34 00492d2d 17566dd0 00000000 12c38ea8 python25!PyEval_EvalFrame_value+0xd5a
00139d54 004928df 17566dd0 00000000 00676d24 python25!PyEval_EvalFrameEx_slp+0x6d
00139da8 004907e6 0754d898 07de0920 00000000 python25!PyEval_EvalCodeEx+0x16f
00000000 00000000 00000000 00000000 00000000 python25!PyErr_NormalizeException+0x3c6
0:000> r
eax=1752a320 ebx=14d4e9b8 ecx=00000000 edx=00000000 esi=14d4e9c8 edi=00000000
eip=00491253 esp=00139a88 ebp=00139b64 iopl=0         nv up ei pl zr na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00210246
python25!PyDict_SetItem+0x173:
00491253 894204          mov     dword ptr [edx+4],eax ds:0023:00000004=????????
Lavish popup with his traces:
Code:
LavishScript Execution Stack:
-----------------------------------
aWeaponIterator.Value:DoGetAvailableAmmo[anItemIndex]
aWeaponIterator.Value:DoGetAvailableAmmo[anItemIndex]
aWeaponIterator.Value:DoGetAvailableAmmo[anItemIndex]
${Ship.IsAmmoAvailable}
!${Ship.IsAmmoAvailable}
Full dump
Code:
Software: Inner Space Kernel 1.09 Build 4900 (Sun Mar 01 09:50:26 2009)
Crash: 0x00491253: Exception 0xc0000005 writing to address 0x00000004 in module python25.dll

Registers:
-----------------------------------
eax=1752A320 ebx=14D4E9B8 ecx=00000000 edx=00000000
edi=00000000 esi=14D4E9C8 ebp=00139B64 esp=00139A88

Stack:
-----------------------------------
1721B4D0 07B3E8EF 14F16FC8 778715A8 1721B4D4 07B3E8EC 00139B64 00494011
004939BA 14D4E9C8 1721B360 00BB5FC8 17569FA8 00677010 14F16FC8 0DED6160
121C8E78 0000000B 1721B4D0 00000001 00685CA8 00000000 00000001 00000000
00BB5FC8 1721B360 07A98DE0 00000000 07B3E77C 00000002 1756A0E8 12C8C180
BF3BD1CC 1721B4CC 07B044D8 00139B40 023B67D8 00139B48 0034EC4C 12A34038
00000000 00BB5FC8 1721B4D0 00000001 07CBF308 0049325A 07B044D8 FFFFFFFF
00000000 FFFFFFFF 00000002 00000000 00000000 07B050E0 00000000 00139B84
00492D2D 1721B360 00000000 00676D24 1756A0E8 07B02B8B 00000002 00139C4C
0049448A 1721B360 00000000 00676D24 17569FA8 00BB5FC8 17566DD0 03727758
0063DA24 023B67D8 0225CCF0 00000001 1756A0E8 00139BD8 00677010 00000000
00000001 00000000 00BB5FC8 10828700 07B02BA8 00000000 07B02B7C 07CB9460
00C8C028 B8B08AC8 07CB9460 1756A0E8 07B04528 10828700 00139C64 00C8E038
17566DD0 0049268C 006830A0 00677010 1756A0E8 00000001 07CBF350 17566F40
0391DD48 FFFFFFFF 12C38EA8 FFFFFFFF 0391DD48 00000000 00BB5FC8 07AFE808
07CB9460 00139C6C 00492D2D 17569FA8 00000000 00676D24 17566F40 03784DA9
00000001 00139D34 0049448A 17569FA8 00000000 00676D24 17566DD0 00BB5FC8
17566DD0 03871A78 0063DA24 0391DD48 13B791B8 00000000 17566F40 00000000
00685CA8 00000000 00000001 00000000 00BB5FC8 00000000 0751A758 00000000
03784C7C 07DE0920 00C8C028 08061780 03876118 17566F3C 0754D898 B8B08AC8
0238F168 00139D18 0048E4FD 00139D20 0048E4FD 07DE0920 17566F40 B8B08AC8
07DE0920 07DE48F0 14F0B614 FFFFFFFF 00CB3110 FFFFFFFF 00CB3110 00000000
006830A0 07529C78 0754D898 00139D54 00492D2D 17566DD0 00000000 12C38EA8
00676D24 00BB5FC8 00139D84 00139DA8 004928DF 17566DD0 00000000 00676D24
00000000 07DE48F0 14F0B614 00139FA0 7C90E900 00000002 01070000 00000201
01369388 00139FBC FD9A4708 00000000 17566F18 00BB5FC8 17566F3C 00CB3110
00000000 004907E6 0754D898 07DE0920 00000000 14F0B614 00000002 00000000
00000000 07DDAC9C 00000001 00000000 14F0B608 07DE48F0 14EF6A88 00000000
00000001 07DDAC9C 075037B8 004A6DF8 07DE48F0 14F0B608 00000000 00000000
00000000 14EF6C08 00000000 13CB8088 00000001 07DE48F0 00000000 00000000
014B0000 00BB5FC8 129DCF08 00CB3110 0BC56918 00000000 00000000 00BB5FC8
08061780 00CB3110 072F7CF4 01070000 01369388 00000201 00139E84 7C9118A0
01070000 01369388 01369388 01070000 0136A000 012A0000 02000000 00139ECC
7C911ACF 00000201 01369388 00000000 01070000 01369388 00000000 00000390
0136A000 00139EBC 00000000 7C910098 26670A08 00139F88 7C910021 01070718
7C91003D 269CB3B0 26670A10 00139FFF 01369390 265A5558 0013A0D8 01369390
14BF561C 07DE0AE8 0754FE98 01369388 004AD5DE 7C910202 00000000 00000018
00000000 75625F5F 00000000 00139F40 0048E4FD 07DE0AE8 0754FE98 14BF561C
07DD8AC4 00000005 00000000 00000088 01368560 00001008 00139F98 0048638C
07DE0AE8 004ACEB0 00000000 0754FE98 00487DD3 07DE48F0 00000000 03541AF8
03343368 0754FE98 00000000 00000000 03343368 00000003 04590028 0000000F
7C91003D 00139FC4 00139FE0 00000004 00139FBC 00488846 03541AF8 0754FE98
03541AF8 0754FE98 239A08E0 00139FE0 239A08E0 00139FD8 004887F1 03541AF8
0754FE98 00000000 0013A064 02D7AE09 00487985 00004D1B 13CB8094 13CB8088
0013A064 00000001 10076DFA 0013A024 00486A2C 0013A064 0013A068 00000000
14EF6C98 0013A064 174D2A28 14EF6A88 00000000 00000000 14EF6A88 0013A050
61744028 004921A4 174D2A28 13CB8088 00000000 13CB8088 00486677 174D2A28
13CB8088 00000000 13CB8088 13CB8088 00000001 02D43E29 174D2A28 13CB8088
00000000 14EF6C98 13CB8088 14EF6C08 174D2A28 005141C8 174D2A28 13CB8088
00000000 12C42068 02D215EB 174D2A28 02D7AE08 00004D1B 12A32E68 0D8A1390
0D8A1318 00000000 0D8A4B78 12A32E5C 174D2A28 26663290 00676D24 00BB5FC8
12A32E68 00000002 0013A02C 2667B4C0 011A5C88 2667B4C0 7C910040 FFFFFFFF
7C91003D 78134C39 00BB0000 00000000 78134C58 6163B741 1736A518 00000000
0775C824 00000000 00000000 00BB5FC8 03599EB4 0013A0FC 00000000 0013AA10
78138CED 196B5A15 FFFFFFFE 78134C58 0049F872 1736A518 00E56A65 07F9B888
0229AFC8 004908C1 0775C818 0291EAE8 0238BE78 1752A330 00000003 00C858F8
0775C818 0013A198 0048E4FD 07F9B888 0229AFC8 00E56A65 07E27758 07340745
0229AFC8 12CC8F18 00000000 00C7C460 00CAE628 00488906 00000000 00C7C460
004A6440 0067E790 00000000 004A6410 022588EC 00CAE628 00487D28 00C7BED8
0067E790 00670BB8 00674D48 00CAE628 006858E8 00C7BED8 00670BB8 00000000
00BB5FF4 00BB5FF8 00000000 13C5C6B8 0067E790 00000002 0013A220 0048F8E9
0067E790 00CAE628 0067E790 0067E790 006858E8 00000000 0013A24C 0048F899
0013A24C 00489E3E 0067E790 0067E790 0067E790 00670BB8 006858E8 0067C008
0067C008 0013A270 00489FC1 0067E790 0067E790 000003E8 13C5C6B8 00BB5FC8
00487FAF 13C5C6B8 175129AC 07340779 00000000 00C7C460 00CAE628 00000000

Module addresses in stack:
-----------------------------------
python25.dll+14011
python25.dll+139BA
python25.dll+1F7010
python25.dll+205CA8
python25.dll+1325A
python25.dll+12D2D
python25.dll+1F6D24
python25.dll+1448A
python25.dll+1F6D24
python25.dll+1BDA24
python25.dll+1F7010
python25.dll+1268C
python25.dll+2030A0
python25.dll+1F7010
python25.dll+12D2D
python25.dll+1F6D24
python25.dll+1448A
python25.dll+1F6D24
python25.dll+1BDA24
python25.dll+205CA8
python25.dll+E4FD
python25.dll+E4FD
python25.dll+2030A0
python25.dll+12D2D
python25.dll+1F6D24
python25.dll+128DF
python25.dll+1F6D24
ntdll.dll+E900
python25.dll+107E6
python25.dll+26DF8
ntdll.dll+118A0
ntdll.dll+11ACF
ntdll.dll+10098
ntdll.dll+10021
ntdll.dll+1003D
python25.dll+2D5DE
ntdll.dll+10202
python25.dll+E4FD
python25.dll+638C
python25.dll+2CEB0
python25.dll+7DD3
ntdll.dll+1003D
python25.dll+8846
python25.dll+87F1
isxeve.dll+8AE09
python25.dll+7985
blue.dll+76DFA
python25.dll+6A2C
python25.dll+121A4
python25.dll+6677
isxeve.dll+53E29
python25.dll+941C8
isxeve.dll+315EB
isxeve.dll+8AE08
python25.dll+1F6D24
ntdll.dll+10040
ntdll.dll+1003D
MSVCR80.dll+4C39
MSVCR80.dll+4C58
MSVCR80.dll+8CED
MSVCR80.dll+4C58
python25.dll+1F872
python25.dll+108C1
python25.dll+E4FD
python25.dll+8906
python25.dll+26440
python25.dll+1FE790
python25.dll+26410
python25.dll+7D28
python25.dll+1FE790
python25.dll+1F0BB8
python25.dll+1F4D48
python25.dll+2058E8
python25.dll+1F0BB8
python25.dll+1FE790
python25.dll+F8E9
python25.dll+1FE790
python25.dll+1FE790
python25.dll+1FE790
python25.dll+2058E8
python25.dll+F899
python25.dll+9E3E
python25.dll+1FE790
python25.dll+1FE790
python25.dll+1FE790
python25.dll+1F0BB8
python25.dll+2058E8
python25.dll+1FC008
python25.dll+1FC008
python25.dll+9FC1
python25.dll+1FE790
python25.dll+1FE790
python25.dll+7FAF

System:
-----------------------------------
Windows Version: Microsoft Windows XP/Service Pack 3/2600.xpsp_sp3_gdr.080814-1236
Process Memory Usage: 372MB
System Physical RAM: 820/2046MB
Page File: 8841/10076MB
Virtual Memory: 1340/2047MB (Extended: 0MB)
CPU 1: Intel(R) Core(TM)2 Duo CPU     E6850  @ 3.00GHz @ 3000MHz
CPU 2: Intel(R) Core(TM)2 Duo CPU     E6850  @ 3.00GHz @ 3000MHz
CPU Affinity Mask: 0x3
Video 1: //./DISPLAY1/NVIDIA GeForce 8800 Ultra
Video 2: //./DISPLAY2/NVIDIA GeForce 8800 Ultra
Video 3: //./DISPLAYV1/NetMeeting driver
Video 4: //./DISPLAYV2/RDPDD Chained DD
Sound: ¨
DirectX: 4.09.00.0904
Internet Explorer: 7.0.5730.13

Loaded Modules:
-----------------------------------
Module 0x00400000-0x0047C000: D:/Program Files/CCP/EVE/bin/ExeFile.exe (Mon Dec 01 11:57:55 2008)
Module 0x00480000-0x006A8000: D:/Program Files/CCP/EVE/bin/python25.dll (Mon Nov 10 14:50:29 2008)
Module 0x00C00000-0x00C1E000: D:/Program Files/InnerSpace/Lavish.dll (Sun Feb 15 21:03:56 2009)
Module 0x01AC0000-0x01AE3000: D:/Program Files/InnerSpace/IS-D3D9.dll (Fri Dec 19 22:30:28 2008)
Module 0x01AF0000-0x01D50000: C:/WINDOWS/system32/d3dx9_30.dll (Fri Mar 31 19:32:20 2006)
Module 0x01D60000-0x01DC4000: D:/Program Files/InnerSpace/IS-D3D8.dll (Tue Apr 08 19:39:58 2008)
Module 0x01DE0000-0x01DF8000: D:/Program Files/InnerSpace/IS-OpenGL.dll (Sat Oct 04 18:41:59 2008)
Module 0x01E20000-0x01E5F000: D:/Program Files/InnerSpace/IS-VirtualInput.dll (Sat Feb 28 05:15:57 2009)
Module 0x01F90000-0x01FA2000: D:/Program Files/TSDisp/TSAgent.dll (Mon Jan 02 07:27:54 2006)
Module 0x02610000-0x027CF000: D:/Program Files/CCP/EVE/bin/chartdir.dll (Sun Jul 23 17:51:55 2006)
Module 0x02CF0000-0x02DC2000: D:/Program Files/InnerSpace/Extensions/isxeve.dll (Fri Mar 06 04:00:51 2009)
Module 0x02DE0000-0x02EF5000: D:/Program Files/CCP/EVE/bin/dbghelp.dll (Thu Sep 27 21:27:05 2007)
Module 0x03000000-0x0316A000: D:/Program Files/InnerSpace/IS-Kernel.dll (Sun Mar 01 09:50:17 2009)
Module 0x03970000-0x03F3A000: D:/Program Files/CCP/EVE/bin/_trinity.dll (Mon Dec 15 10:52:15 2008)
Module 0x03F50000-0x03F87000: D:/Program Files/CCP/EVE/bin/boost_python.dll (Mon Oct 15 09:54:06 2007)
Module 0x03F90000-0x03FC8000: D:/Program Files/CCP/EVE/bin/ortp.dll (Wed Jun 11 23:11:48 2008)
Module 0x04000000-0x04060000: D:/Program Files/InnerSpace/InnerSpace.dll (Sun Mar 01 09:50:26 2009)
Module 0x044C0000-0x044C8000: C:/WINDOWS/assembly/GAC_MSIL/Lavish.LavishVMRuntime/1.0.0.0__9029a3ab4cbe108d/Lavish.LavishVMRuntime.dll (Mon Dec 17 20:36:15 2007)
Module 0x04570000-0x04584000: C:/WINDOWS/assembly/GAC_MSIL/Lavish.InnerSpace/1.0.0.0__9029a3ab4cbe108d/Lavish.InnerSpace.dll (Sat Feb 21 06:53:33 2009)
Module 0x04720000-0x04AC8000: C:/WINDOWS/system32/d3dx9_35.dll (Thu Jul 19 21:54:38 2007)
Module 0x04BD0000-0x04D75000: D:/Program Files/CCP/EVE/bin/audio.dll (Mon Dec 01 11:29:13 2008)
Module 0x04D90000-0x04DB2000: D:/Program Files/CCP/EVE/bin/alut.dll (Thu Nov 15 19:03:36 2007)
Module 0x04DC0000-0x04FE0000: D:/Program Files/CCP/EVE/bin/wrap_oal.dll (Mon Jun 25 23:25:51 2007)
Module 0x05000000-0x05152000: D:/Program Files/InnerSpace/ISUI.dll (Fri Feb 20 17:54:19 2009)
Module 0x08160000-0x08769000: D:/Program Files/CCP/EVE/bin/vivoxsdk.dll (Wed Jun 11 23:21:28 2008)
Module 0x08880000-0x088A4000: D:/Program Files/CCP/EVE/bin/pyexpat.pyd (Wed Sep 03 14:47:47 2008)
Module 0x088B0000-0x0891F000: D:/Program Files/CCP/EVE/bin/destiny.dll (Mon Dec 01 11:53:10 2008)
Module 0x08920000-0x0893B000: D:/Program Files/CCP/EVE/bin/_ctypes.pyd (Thu Sep 25 10:26:19 2008)
Module 0x08950000-0x089B9000: D:/Program Files/CCP/EVE/bin/_PyFreeTypeP.dll (Mon Dec 01 11:38:42 2008)
Module 0x08F70000-0x08F81000: D:/Program Files/CCP/EVE/bin/Extensions.dll (Tue Oct 28 11:35:44 2008)
Module 0x09570000-0x09835000: C:/WINDOWS/system32/xpsp2res.dll (Sun Apr 13 17:39:24 2008)
Module 0x0A7A0000-0x0A7A9000: C:/WINDOWS/system32/Normaliz.dll (Thu Jun 29 15:05:42 2006)
Module 0x10000000-0x10102000: D:/Program Files/CCP/EVE/bin/blue.dll (Mon Dec 15 10:30:02 2008)
Module 0x4FDD0000-0x4FF76000: C:/WINDOWS/system32/d3d9.dll (Mon Apr 14 00:09:13 2008)
Module 0x5AD70000-0x5ADA8000: C:/WINDOWS/system32/uxtheme.dll (Mon Apr 14 00:11:10 2008)
Module 0x5B860000-0x5B8B5000: C:/WINDOWS/system32/NETAPI32.dll (Wed Oct 15 16:34:24 2008)
Module 0x5D090000-0x5D12A000: C:/WINDOWS/system32/comctl32.dll (Mon Apr 14 00:09:44 2008)
Module 0x5E3A0000-0x5E42D000: C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/diasymreader.dll (Wed Oct 24 07:44:00 2007)
Module 0x5ED00000-0x5EDCC000: C:/WINDOWS/system32/OPENGL32.dll (Mon Apr 14 00:11:06 2008)
Module 0x60610000-0x60616000: C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/fusion.dll (Wed Oct 24 03:28:45 2007)
Module 0x637A0000-0x63D28000: C:/WINDOWS/assembly/NativeImages_v2.0.50727_32/System.Xml/c98cb65a79cfccb44ea727ebe4593ede/System.Xml.ni.dll (Wed Oct 24 03:41:43 2007)
Module 0x64890000-0x6498C000: C:/WINDOWS/assembly/NativeImages_v2.0.50727_32/System.Configuration/eee9b48577689e92db5a7b5c5de98d9b/System.Configuration.ni.dll (Wed Oct 24 03:41:52 2007)
Module 0x662B0000-0x66308000: C:/WINDOWS/system32/hnetcfg.dll (Mon Apr 14 00:09:46 2008)
Module 0x68000000-0x68036000: C:/WINDOWS/system32/rsaenh.dll (Tue Mar 18 14:39:32 2008)
Module 0x688F0000-0x688F9000: C:/WINDOWS/system32/hid.dll (Mon Apr 14 00:09:41 2008)
Module 0x68B20000-0x68B40000: C:/WINDOWS/system32/GLU32.dll (Mon Apr 14 00:09:34 2008)
Module 0x6CE10000-0x6CE48000: C:/WINDOWS/system32/DINPUT8.dll (Mon Apr 14 00:09:48 2008)
Module 0x6D990000-0x6D996000: C:/WINDOWS/system32/d3d8thk.dll (Mon Apr 14 00:09:12 2008)
Module 0x71A50000-0x71A8F000: C:/WINDOWS/system32/mswsock.dll (Fri Jun 20 17:46:57 2008)
Module 0x71A90000-0x71A98000: C:/WINDOWS/System32/wshtcpip.dll (Mon Apr 14 00:12:30 2008)
Module 0x71AA0000-0x71AA8000: C:/WINDOWS/system32/WS2HELP.dll (Mon Apr 14 00:12:20 2008)
Module 0x71AB0000-0x71AC7000: C:/WINDOWS/system32/WS2_32.dll (Mon Apr 14 00:12:19 2008)
Module 0x71AD0000-0x71AD9000: C:/WINDOWS/system32/WSOCK32.dll (Mon Apr 14 00:12:32 2008)
Module 0x722B0000-0x722B5000: C:/WINDOWS/system32/SensApi.dll (Mon Apr 14 00:10:47 2008)
Module 0x72D10000-0x72D18000: C:/WINDOWS/system32/msacm32.drv (Sat Aug 18 05:33:30 2001)
Module 0x72D20000-0x72D29000: C:/WINDOWS/system32/wdmaud.drv (Mon Apr 14 00:11:24 2008)
Module 0x73760000-0x737AB000: C:/WINDOWS/system32/DDRAW.dll (Mon Apr 14 00:09:28 2008)
Module 0x73BC0000-0x73BC6000: C:/WINDOWS/system32/DCIMAN32.dll (Mon Apr 14 00:09:27 2008)
Module 0x73EE0000-0x73EE4000: C:/WINDOWS/system32/KsUser.dll (Mon Apr 14 00:09:58 2008)
Module 0x73F10000-0x73F6C000: C:/WINDOWS/system32/dsound.dll (Mon Apr 14 00:10:30 2008)
Module 0x74720000-0x7476C000: C:/WINDOWS/system32/MSCTF.dll (Mon Apr 14 00:11:24 2008)
Module 0x74D90000-0x74DFB000: C:/WINDOWS/system32/usp10.dll (Mon Apr 14 00:11:09 2008)
Module 0x755C0000-0x755EE000: C:/WINDOWS/system32/msctfime.ime (Mon Apr 14 00:11:25 2008)
Module 0x76360000-0x76370000: C:/WINDOWS/system32/WINSTA.dll (Mon Apr 14 00:11:21 2008)
Module 0x76390000-0x763AD000: C:/WINDOWS/system32/IMM32.DLL (Mon Apr 14 00:10:15 2008)
Module 0x76B40000-0x76B6D000: C:/WINDOWS/system32/WINMM.dll (Mon Apr 14 00:11:40 2008)
Module 0x76BF0000-0x76BFB000: C:/WINDOWS/system32/PSAPI.DLL (Mon Apr 14 00:10:42 2008)
Module 0x76C30000-0x76C5E000: C:/WINDOWS/system32/WINTRUST.dll (Mon Apr 14 00:11:22 2008)
Module 0x76C90000-0x76CB8000: C:/WINDOWS/system32/IMAGEHLP.dll (Mon Apr 14 00:10:00 2008)
Module 0x76D60000-0x76D79000: C:/WINDOWS/system32/iphlpapi.dll (Mon Apr 14 00:09:52 2008)
Module 0x76E80000-0x76E8E000: C:/WINDOWS/system32/rtutils.dll (Mon Apr 14 00:10:55 2008)
Module 0x76E90000-0x76EA2000: C:/WINDOWS/system32/rasman.dll (Mon Apr 14 00:10:43 2008)
Module 0x76EB0000-0x76EDF000: C:/WINDOWS/system32/TAPI32.dll (Mon Apr 14 00:11:01 2008)
Module 0x76EE0000-0x76F1C000: C:/WINDOWS/system32/rasapi32.dll (Mon Apr 14 00:10:39 2008)
Module 0x76F20000-0x76F47000: C:/WINDOWS/system32/DNSAPI.dll (Fri Jun 20 17:46:57 2008)
Module 0x76F50000-0x76F58000: C:/WINDOWS/system32/WtsApi32.dll (Mon Apr 14 00:12:36 2008)
Module 0x76F60000-0x76F8C000: C:/WINDOWS/system32/WLDAP32.dll (Mon Apr 14 00:11:26 2008)
Module 0x76FB0000-0x76FB8000: C:/WINDOWS/System32/winrnr.dll (Mon Apr 14 00:11:14 2008)
Module 0x76FC0000-0x76FC6000: C:/WINDOWS/system32/rasadhlp.dll (Mon Apr 14 00:10:38 2008)
Module 0x77120000-0x771AB000: C:/WINDOWS/system32/OLEAUT32.dll (Mon Apr 14 00:10:58 2008)
Module 0x773D0000-0x774D3000: C:/WINDOWS/WinSxS/x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83/comctl32.dll (Mon Apr 14 00:08:52 2008)
Module 0x774E0000-0x7761D000: C:/WINDOWS/system32/ole32.dll (Mon Apr 14 00:10:57 2008)
Module 0x77920000-0x77A13000: C:/WINDOWS/system32/SETUPAPI.dll (Mon Apr 14 00:10:51 2008)
Module 0x77A80000-0x77B15000: C:/WINDOWS/system32/CRYPT32.dll (Mon Apr 14 00:09:59 2008)
Module 0x77B20000-0x77B32000: C:/WINDOWS/system32/MSASN1.dll (Mon Apr 14 00:11:18 2008)
Module 0x77B40000-0x77B62000: C:/WINDOWS/system32/apphelp.dll (Mon Apr 14 00:09:35 2008)
Module 0x77BD0000-0x77BD7000: C:/WINDOWS/system32/midimap.dll (Mon Apr 14 00:10:20 2008)
Module 0x77BE0000-0x77BF5000: C:/WINDOWS/system32/MSACM32.dll (Mon Apr 14 00:11:03 2008)
Module 0x77C00000-0x77C08000: C:/WINDOWS/system32/VERSION.dll (Mon Apr 14 00:11:09 2008)
Module 0x77C10000-0x77C68000: C:/WINDOWS/system32/msvcrt.dll (Mon Apr 14 00:12:56 2008)
Module 0x77C70000-0x77C94000: C:/WINDOWS/system32/msv1_0.dll (Mon Apr 14 00:12:53 2008)
Module 0x77DD0000-0x77E6B000: C:/WINDOWS/system32/ADVAPI32.dll (Mon Apr 14 00:09:22 2008)
Module 0x77E70000-0x77F02000: C:/WINDOWS/system32/RPCRT4.dll (Mon Apr 14 00:10:46 2008)
Module 0x77F10000-0x77F59000: C:/WINDOWS/system32/GDI32.dll (Thu Oct 23 12:36:14 2008)
Module 0x77F60000-0x77FD6000: C:/WINDOWS/system32/SHLWAPI.dll (Mon Apr 14 00:11:02 2008)
Module 0x77FE0000-0x77FF1000: C:/WINDOWS/system32/Secur32.dll (Mon Apr 14 00:11:07 2008)
Module 0x78000000-0x78045000: C:/WINDOWS/system32/iertutil.dll (Sat Dec 20 23:15:19 2008)
Module 0x78050000-0x78120000: C:/WINDOWS/system32/wininet.dll (Sat Dec 20 23:15:40 2008)
Module 0x78130000-0x781CB000: C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2/MSVCR80.dll (Wed Oct 24 03:02:06 2007)
Module 0x79000000-0x79046000: C:/WINDOWS/system32/mscoree.dll (Wed Oct 24 07:35:46 2007)
Module 0x79060000-0x790B6000: C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorjit.dll (Wed Oct 24 07:42:45 2007)
Module 0x790C0000-0x79BF6000: C:/WINDOWS/assembly/NativeImages_v2.0.50727_32/mscorlib/32e6f703c114f3a971cbe706586e3655/mscorlib.ni.dll (Wed Oct 24 03:30:35 2007)
Module 0x79E70000-0x7A3FF000: C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorwks.dll (Wed Oct 24 07:41:29 2007)
Module 0x7A440000-0x7AC2A000: C:/WINDOWS/assembly/NativeImages_v2.0.50727_32/System/ba0e3a22211ba7343e0116b051f2965a/System.ni.dll (Wed Oct 24 03:42:05 2007)
Module 0x7ADE0000-0x7AF7C000: C:/WINDOWS/assembly/NativeImages_v2.0.50727_32/System.Drawing/0e83aac37b2623f1a24c70979f31dd56/System.Drawing.ni.dll (Wed Oct 24 03:42:40 2007)
Module 0x7AFD0000-0x7BC6C000: C:/WINDOWS/assembly/NativeImages_v2.0.50727_32/System.Windows.Forms/3d8c79c45aa674e43f075e2e66b8caf5/System.Windows.Forms.ni.dll (Wed Oct 24 03:43:36 2007)
Module 0x7C420000-0x7C4A7000: C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2/MSVCP80.dll (Wed Oct 24 03:04:07 2007)
Module 0x7C800000-0x7C8F6000: C:/WINDOWS/system32/kernel32.dll (Mon Apr 14 00:11:24 2008)
Module 0x7C900000-0x7C9AF000: C:/WINDOWS/system32/ntdll.dll (Mon Apr 14 00:11:24 2008)
Module 0x7C9C0000-0x7D1D7000: C:/WINDOWS/system32/SHELL32.dll (Tue Jun 17 19:02:17 2008)
Module 0x7E410000-0x7E4A1000: C:/WINDOWS/system32/USER32.dll (Mon Apr 14 00:11:07 2008)

LavishScript Execution Stack:
-----------------------------------
aWeaponIterator.Value:DoGetAvailableAmmo[anItemIndex]
aWeaponIterator.Value:DoGetAvailableAmmo[anItemIndex]
aWeaponIterator.Value:DoGetAvailableAmmo[anItemIndex]
${Ship.IsAmmoAvailable}
!${Ship.IsAmmoAvailable} 

Running Scripts:
-----------------------------------
dronesaver
evebot
 

thirdlight

Active Member
couple days ago i started getting a python25.dll missing error. then it went away. Think this has anything to do with that? And yeah now it straight crashes just about right after i start it with the new line.
 

andrey

Active Member
for me problem window EVE in general does take off after the start of boat, and aborts by turns errors from SSP and from a boat with the heap of every dens, who did run into the same problem?
 

vaab

Active Member
for me problem window EVE in general does take off after the start of boat, and aborts by turns errors from SSP and from a boat with the heap of every dens, who did run into the same problem?
:toast: best choice for us
not make ISKies - make coffe
 
Last edited:

RedMan

Active Member
ratter good work now stable since hours...

Edit.. both instances just crashed within a minute.
 
Last edited:

teabing

Active Member
This thread is a wonderful example of the blind leading the blind.

Amadeus is currently making large amounts of changes to ISXEve (you may have noticed there is a new patch at least once a day) . Once these changes are finished it should result in a more stable extension (less crashes!). So for now you are going to have to wait it out.

If you want to help but don't know anything about lavishscript make sure you create crash reports! (http://eve.isxgames.com/wiki/index.php?title=Crash_Reporting for how to make a decent one). Those that do know lavishscript , track down the problem and make small scripts that can replicate them and forward it to Amadeus.
 

thirdlight

Active Member
okay here's whats going on. yes he's doing whatever. the problem is that one of the changes made it so it sees yourself in the belt as a player and warps to next. This is what everyone is getting. Redman figured a line that would make this not happen. The only problem is with his line it crashed all the time. Now with the latest patch it doesnt crash right away but still crash's after a bit. This is only for those that have used redman's fix for the time being.
 

RedMan

Active Member
My fix doesn't make it crash :p

If you run with out it you will move from belt to belt to belt doing nothing and likely still crash eventually. If not then the reason why it crashes with my fix is that there is something in the "actually fight with the rats" code that causes the delayed crash. It's updated again when I logged on this morning but I havent been ratting yet.
 
Top Bottom