PDA

View Full Version : critikal terror when loading my bot



Alwa
6th August 2005, 15:13
hi

is anyone good in read critikal error msg's?
i get always the error 1 sec after i summoning my bot my bot.
No Label

OS: Windows XP 5.1 (Build: 2600)
CPU: AuthenticAMD PentiumPro-class processor @ 1808 MHz with 511MB RAM
Video: RADEON 9700 PRO (6542)

General protection fault!

History: UObject::ProcessEvent <- (InteractionMaster Package.InteractionMaster, Function Engine.InteractionMaster.Process_PostRender) <- UInteractionMaster::MasterProcessPostRender <- FPlayerSceneNode::Render <- UGameEngine::Draw <- UWindowsViewport::Repaint <- UWindowsClient::Tick <- ClientTick <- UGameEngine::Tick <- Level Untitled <- UpdateWorld <- MainLoop <- FMallocWindows::Free <- FMallocWindows::Realloc <- 796D7241 0 FArray <- FArray::Realloc <- 0*2 <- FMallocWindows::Free
i don't have a clue what is wrong, i only think something with the esp or tick maybe.......

KizZamP-
6th August 2005, 15:39
i think it's something in the postrender that isn't valid

DeathFr0mBehinD
6th August 2005, 20:44
i think you need to recheck the code in your "myinteraction.uc" or post it here.

jginger3462
6th August 2005, 22:50
Toggle all options off(might have to be done via .ini), summon bot, if it doesnt crash, then start toggling options on untill it crashs. If it crashs with all options off, then you know its in your postrender. Then you have to make sure you check if Variables != None.

Alwa
7th August 2005, 00:17
Toggle all options off(might have to be done via .ini), summon bot, if it doesnt crash, then start toggling options on untill it crashs. If it crashs with all options off, then you know its in your postrender. Then you have to make sure you check if Variables != None.

k i will try it to turn all options to off.btw you mean all options in the defaultproperties ?

i post later my result`s ......because im currently not @ home, and thx all for the help. :nervous:

Alwa
8th August 2005, 02:03
Toggle all options off(might have to be done via .ini), summon bot, if it doesnt crash, then start toggling options on untill it crashs. If it crashs with all options off, then you know its in your postrender. Then you have to make sure you check if Variables != None.


yes j ginger that has helped me alot. i have to turn all defaultproberties off except the
brequirestick, bisvissible and bvisible.

and than i joined a server and i have turned all option, step by step on and have found the error's . always when i turn the esp and mystats on i got immediately a error msg.
i will try now to change this parts of myinteraction.uc and hope i can finish my bot now. :)


btw i have tested over 3 hours and no errors with the other codes of my bot and it ownz

hooah im so glad for your help.thx