Jump to content

IE.au3 (1299) : ==> The requested action with this object has failed.


Recommended Posts

Hello Autoitscript.com community,

I am writing a GUI based script that can help me admin my Killing Floor server. There is no remote console/admin tool(besides ingame) that i have been able to find, so i decided to make my own. This script uses <IE.au3> to target certain elements of the webadmin page for the server. Everything was moving along fine, hit a few hurdles and navigated past them. Until now.... Here is my current code:

<snip>

What this script does is:

Show a combo box of all of the maps the server has installed, and allows to switch maps.(WORKING)

Allows the admin to send messages into the game.(WORKING**)

Allows the admin to send console messages to the server.(WORKING**)

What i will add to this script:

Ability to show current running map.(SOME OF THIS IS WRITEN AND COMMENTED OUT)

** These functions work once, then upon the second attempt it crashes the script.

ERROR =

C:\Program Files (x86)\AutoIt3\Include\IE.au3 (1299) : ==> The requested action with this object has failed.:

If String($o_object.type) = "file" Then

If String($o_object.type^ ERROR

Normally i would be able to trouble shoot this a bit more then i am currently able to, but since the error is in the included IE.au3, im not really sure what the issue might be. If i had to take a guess i would guess that the issue is due to where/when the console related stuff is written into the code. I have never used IE.au3 prior to this, so i am a bit new to this. Also would like to add that yes, this code is a bit rough since im not really sure when/where to put most of the elements of the code.

Thanks in advance to anyone willing to lend a helping hand!

Hope to hear from you all soon.

Edited by Melba23
Code removed at OP's request
Link to comment
Share on other sites

  • Moderators

twamp22,

Please read the Forum Rules - particularly the bit about not discussing "Automating games or game servers" - before you post again. Thread locked. :naughty:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...