Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Vlek

Pages: [1]
1
Stealth Client / Stealth Crashing Error 0xEEDFADE
« on: November 24, 2015, 03:32:41 PM »
I was having a lot of weird issues with a miner bot that I had created. It'd run perfectly through a few runebooks, and then, out of nowhere it'd error out by giving a C++ library runtime error which caused stealth to crash. I tried everything I could possibly think of. I double and triple checked my code. The only thing I got from my stealth error log files was this:
Code: [Select]
An exception raised at <<24 November>>, 01:54:10:315
Access violation at address 00000000 in module 'Stealth.exe'. Read of address 00000000
(FFFFF000){Stealth.exe } [00000000]

Call stack:


I talked to Vizit0r, the current programmer for stealth, and he wasn't too helpful or thrilled. He kept wanting to say that it was an issue with stealth's internal python interpreter, and that using an external wrapper would help. I'm using boydon's wrapper now, and when I run my code it's giving me three error pop-up windows:

The first error window I get has this:
Code: [Select]
Error, New ReturnValue incoming, but previous not used yet! Report to developer now!

The second,
Code: [Select]
Error, Packet parsed incorrectly
The third,
Code: [Select]
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module>
exec(code, m.__dict__)
File "AutoMiner.py", line 410 in <module>
File "C:\Users\Vlek\Desktop\py_stealth.py", line 2457, in GetX
  return stealth_dll.Script_GetX(ObjID)
WindowsError: [Error 250477278] Windows Error 0xEEDFADE


I looked up the error code I'm getting, and stackoverflow is saying that it's a delphi error message that's being called. Considering this always crashes my stealth, I'm thinking it's a Stealth bug. It looks like there may be something weird with stealth.GetX, and I'm thinking there might be some weird memory issues as well based on the stackoverflow posts that I had seen for the memory access error I was getting.

Can anyone shed some light on what the hell is going on, any possible ways I could test what is really the case, or even an answer to this problem?

2
Stealth Client / Unable to Close Trade Windows
« on: November 15, 2015, 03:24:00 PM »
I have run into another interesting problem. Stealth does not seem able to close certain things like trade windows. I used what I thought was the most appropriate function, CancelTrade, but that only removes the checkmark from the player's accept trade box. Is there another function I should be using to do this?

3
Stealth Client / Getting Shown Versus Real Skill
« on: November 11, 2015, 08:19:21 AM »
I'm playing a Pre-AOS server that has skill bonuses based on stat points. It appears that steatlh.GetSkillValue only returns the real skill level. Is there a way to receive the value under the "Current" column in the Skills tab of stealth?

4
Stealth archive / PartySay Error - Does not appropriately accept a string
« on: October 02, 2014, 12:28:35 PM »
Hello, I found a bug with PartySay. It appears that it doesn't accept strings well. A line of text causes it to not work without showing an error. A few words will cause asian characters to appear, and "1" will actually show up as "1" in a party message. It's really weird.

5
Stealth archive / Stealth Python Console
« on: September 28, 2014, 02:37:39 PM »
Hello, I'm trying to get a python console to work so that I can plug in code into it and have it being used in game. I believe this will be an invaluable tool in script creation. I have already tried using the code module, but that seems to be a bust. Is it possible, am I missing something?

6
Stealth archive / Stealth Python Reference
« on: August 19, 2014, 05:41:31 PM »
Can I get a reference for the built-in stealth functions for python? It's in pascal on the website, but that doesn't help too much.

Here's the pascal reference I'm talking about: http://stealth.od.ua/Doc:Manual/Reference

7
New member introductions / The new orc in town
« on: August 06, 2014, 07:50:27 PM »
Hello, I'm Vlek. I'm a twenty-something bachelor's degree earner that, in his free time, likes to script the video games that he plays. I've been playing UO since I was ten, and I was a diehard Napa Valley player. I never really understood how to play until several years later when I graduated from petty, ridiculously annoying thief to a warrior and finally found my true calling in UO in an orcish guild called the bloodclan. In it, I have played PvP characters, both warrior and mage, and also played solely crafters for months at a time. I supplement my green characters with gold from tamer mages. I feel like, as an orc, I have become a much more well rounded UO player. I am here because, quite frankly, I got good with UOSteam and now, since it is gone and since I have maxed out its potential automation power, I want more. To be truthful, yes, I am power hungry in my lust for total automation, but my first and foremost concern is helping my clan and the community at large via statistical analysis only possible by the powerful stealth assistant. I hope to be a good, consistent contributor to the forum, and I hope to use stealth to great ends.

8
Stealth archive / Making objects/graphics appear in game via stealth
« on: July 28, 2014, 03:43:29 PM »
Hello, I have a few ideas for scripts and would like to utilize as much in the way of the creation of graphical ques as possible. I was wondering if it was possible to, although it is not actually there in game, put objects or graphics places? How about making things in game different colors, ect?

9
Stealth archive / Stealth Client Won't Close Because of Error
« on: July 26, 2014, 03:19:17 PM »
I've been getting a lot of errors recently. Here's the one I'm getting when I try to close the stealth client after failing to run a script because it can't find it in Path. I'm not using steal.cfg for any of my clients, but maybe just the fact that it exists is causing stealth to flip out?:

Code: [Select]
An exception raised at <<3 June>>, 20:25:43:795
Cannot create file "C:\Program Files (x86)\Electronic Arts\Ultima Online Classic\steal.cfg". Access is denied
(000A3AAE){Stealth.exe } [004A4AAE] System.Classes.TFileStream.Create (Line 8582, "System.Classes.pas")

Call stack:
  (000A3AA9){Stealth.exe } [004A4AA9] System.Classes.TFileStream.Create (Line 8582, "System.Classes.pas")
  (000A39C8){Stealth.exe } [004A49C8] System.Classes.TFileStream.Create (Line 8563, "System.Classes.pas")
  (00610063){Stealth.exe } [00A11063] main.TStealthForm.BitBtnStartClientClick (Line 2701, "main.pas")
  (0021001F){Stealth.exe } [0061101F] Vcl.Controls.TControl.Click (Line 7340, "Vcl.Controls.pas")
  (002144B5){Stealth.exe } [006154B5] Vcl.Controls.TWinControl.WndProc (Line 10039, "Vcl.Controls.pas")
  (001431F8){Stealth.exe } [005441F8] Vcl.StdCtrls.TButtonControl.WndProc (Line 5150, "Vcl.StdCtrls.pas")
  (0021461B){Stealth.exe } [0061561B] Vcl.Controls.DoControlMsg (Line 10108, "Vcl.Controls.pas")
  (002144B5){Stealth.exe } [006154B5] Vcl.Controls.TWinControl.WndProc (Line 10039, "Vcl.Controls.pas")
  (00213AF8){Stealth.exe } [00614AF8] Vcl.Controls.TWinControl.MainWndProc (Line 9751, "Vcl.Controls.pas")
  (000B5BE8){Stealth.exe } [004B6BE8] System.Classes.StdWndProc (Line 17013, "System.Classes.pas")
  (002145C6){Stealth.exe } [006155C6] Vcl.Controls.TWinControl.DefaultHandler (Line 10080, "Vcl.Controls.pas")
  (002144B5){Stealth.exe } [006154B5] Vcl.Controls.TWinControl.WndProc (Line 10039, "Vcl.Controls.pas")
  (001431F8){Stealth.exe } [005441F8] Vcl.StdCtrls.TButtonControl.WndProc (Line 5150, "Vcl.StdCtrls.pas")
  (000B5BE8){Stealth.exe } [004B6BE8] System.Classes.StdWndProc (Line 17013, "System.Classes.pas")

10
Stealth archive / Stealth Client Freeze With Second Monitor Issue
« on: July 26, 2014, 11:15:28 AM »
Hello, I've been enjoying using stealth so far. One thing I recently found was that, if you have the stealth client window on a second monitor and try to "Configure Profiles". The main window freezes all of the buttons and the pop up window doesn't show. I have to shut down the program manually and restart it to get it to work again.

11
Stealth archive / 'No character to login with.' login error
« on: February 13, 2014, 05:01:13 PM »
I am able to login to hybrid, but when I try to start the client it opens up the client window and in a login screen it says 'No character to login with'. I had a hard time getting even to this point, as it kept erroring out saying that stealth didn't have permission to open or create certain files.

Any help would be greatly appreciated.


I have looked into the issue a little more, and I came across this error message in my debug textfile:

Quote
Loading Verdata failed, reason : File not exists;

Pages: [1]