subscript used on non accessible variable что делать

Comments

ghost commented May 24, 2017 •

I am getting an error when I run the Universal_XML_Scraper.exe with the latest build on Windows 10. This error happens randomly anywhere from within a few seconds to a few minutes after starting up the program every time. The error is:

Autolt Error
Line 12830 (File «C:\tag\Universal_XML_Scraper.exe»):
Error: Subscript used on non-accesible variable.

I downloaded both the 32 and 64 and both are giving me the same errors. I tried running it both with default and administrative privileges. I also tried it without the antivirus. I get the error every time.

The images appear to be created correctly and it is working great up until it crashes. The only other thing I noticed is that it appear to skip over a bunch of files that have either additional periods, apostrophes, or hyphens.

The text was updated successfully, but these errors were encountered:

Sined66 commented May 24, 2017

Same problem with sometimes hundreds of autoit windows.
When killing the UXS process, I’ve a report in which I can see a ‘stackhash_a1aa’ module faulty (according to windows), but never on the same rom.

Launching again UXS, I’m asked to save a file with a windows called ‘unknown text’ in which the dialog is also ‘unknown text’ (with ‘yes/no’ butons), strange. but crashing few time later.

Tried to delete all files that seems to be related to UXS, downloaded again, reboot. but no way. Downloaded images are still on the drive.

With the previous version, I’d no problem to scrape (except the ‘missing rom name bug’. ).

Universal-Rom-Tools commented May 26, 2017

ghost commented May 26, 2017 •

I did some more testing. I get this error:

Autolt Error
Line 12830 (File «C:\tag\Universal_XML_Scraper.exe»):
Error: Subscript used on non-accesible variable.

I tried it on different systems. I also tried it with scraping different libraries with different consoles and different roms. This happens randomly every time. Usually within the first 15 minutes UXS crashes.

I then tested the same libraries with the previous version of UXS, version 2.2.0.1 and every scan completed. There we no crashes with this version. I can confirm that this crashing bug was introduced in 2.2.0.1

Sined66 commented May 28, 2017

Reloaded a brand new fresh version, put into a new empty directory, but still have the ‘stackhash_a1aa’ module error (no autoit windows).
Restart then asking me to save a previously data file found (but not with the ‘unknonw text’ windows). Responding no then re-scrapping for a few minutes before crash (always for a different rom file).

Warfare360 commented May 28, 2017

Universal-Rom-Tools commented May 29, 2017

I think it linked to #236
Sorry I close this one to keep track only on one Issue 😉

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

Subscript used on non accessible variable

Ошибки, описанные в этой статье, в большинстве случаев возникают при включении компьютера. Именно она и спасает нас от заражения вирусом. Давайте узнаем подробности о AutoIt Error line 15139: как исправить и что делать в первую очередь?

Кратко о скриптах AutoIt

AutoIt – это скриптовый язык для выполнения различных задач в Windows. Учитывая его тесную связь с популярной ОС, некоторые «черные» программисты используют его для написания вредоносных тулов. Они способны повредить личные данные или вывести систему из строя. Но некоторые хакеры тоже совершают ошибки и всплывающее окно с сообщением AutoIt Error line 15139 сигнализирует о том, что опасное приложение не смогло запуститься на вашем компьютере.

Теперь, зная об угрозе, можно спокойно приступить к удалению скрипта, не переживая о повреждении компьютера.

Как удалить?

Для этого выполните ряд простых рекомендаций:

Данных действий должно быть достаточно для решения проблемы.

Теперь вы знаете многое об ошибке AutoIt Error line 15139: как исправить и причины ее появления. Если есть вопросы или исправления – пишите в комментарии.

Читайте также:  лучше быть на руках у любящего чем у ног любимого

I have created a simple script in AutoIT that checks if a string exists or not, if it exists it will show label else it will show another label here is the script :

if it find anything then the label will appear but if it didn’t find the string it gives me an error and exit:

Önerilen İletiler

Hesap oluşturun veya yorum yazmak için oturum açın

Yorum yapmak için üye olmanız gerekiyor

Hesap oluştur

Hesap oluşturmak ve bize katılmak çok kolay.

Giriş yap

Zaten bir hesabınız var mı? Buradan giriş yapın.

Источник

Scraper.au3 error. Subscript used on non-accessible variable #20

Comments

deanhill1971 commented Jul 1, 2015

After Clashbot ran for about 16 hours I closed the Clashbot window and got the below error.
It’s not a big deal since it happened at shutdown. Just wanted to make you aware of it.

The text was updated successfully, but these errors were encountered:

Stormtrail commented Jul 1, 2015

I had the same issue Dean, been trying to replicate it and get Code some screenshots. I don’t think anything makes it to the debug log so he’s flying blind.

After Clashbot ran for about 16 hours I closed the Clashbot window and got the below error.
It’s not a big deal since it happened at shutdown. Just wanted to make you aware of it.


Reply to this email directly or view it on GitHub.

deanhill1971 commented Jul 1, 2015

I checked the log also, and no info there.

So @error needs to be checked after the WinGetHandle() and WinGetClientSize() calls.
GetClientPos() is called from many places so I’m not sure what it should return during this error condition.

CodeSlinger69 commented Jul 1, 2015

You are both right, I should be checking @error in this function.

If I understand what you are saying, this error occurs when you shutdown BlueStacks, prior to shutting down ClashBot, right?

I’m neck deep in July 1 update changes at the moment, so I’ll address this issue at a later point. Even if shutting down BlueStacks first, ClashBot should handle this more gracefully.

deanhill1971 commented Jul 1, 2015

Yes, this will only happen if BlueStacks is shutdown before ClashBot.
So the workaround is to close ClashBot first.

Stormtrail commented Jul 1, 2015

It’s a minor issue, but for me this error occasionally cropped up with blue stacks open on a different pc at startup of the bot. I’ll keep trying to replicate and/or find the error but this particular case was not what was causing the same error for me.

I’ll just echo Dean in that if you do want more assistance in any way I’m willing and able to do my part to help. If not, we appreciate your efforts!

Yes, this will only happen if BlueStacks is shutdown before ClashBot.
So the workaround is to close ClashBot first.


Reply to this email directly or view it on GitHub.

CodeSlinger69 commented Jul 8, 2015

Will keep this issue open until the next official release.

CodeSlinger69 commented Jul 23, 2015

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

Error Line 37714 Subscript used on non-accessible variable #4

Comments

DarkVamprism commented Nov 9, 2019

I have tried a few times to use this application but I always get this error, it occurs on ReScan but I am not sure what game it breaks on, at the bottom of the application it has «OrbusVR Demo appID 1090890» which is my last appmanifest file.

P.S. on the Scan Library messagebox it says «The Game Library is emtpty» when I run the application, just incase you want to fix that spelling mistake.

Читайте также:  беременная в 16 что стало с героинями после съемок

The text was updated successfully, but these errors were encountered:

CogentHub commented Nov 20, 2019

Hi, thanks for Feedback. Regarding the Typo, I will fix that with the next release. The mentioned error comes indeed from a game, two others had that too. The first one had an issue with a game that used a special character «:» in the name. I fixed that by replacing it and adding it back after the Scan. The second one was some app called google stories or something like that. The problem was that it did not have Icons on Steamdb. I fixed that by using the local Steam Icons instead of getting them online from Steam. In your case I was not able to reproduce it with OrbusVR Demo. I don’t think that was the problem. Check if it makes a difference if you disable «Request Steamdb Info» and «Request Steamdb Tags». If not then you can also try to use version 0.79 with the «HomeLoader_DebugMode.zip» from version 0.79. That will activate the Debug Mode and shows some more information. After the error appears you can copy the text (last few lines) from the console Window and send it to me. There will also be some more log Files that will be helpful in the «. \HomeLoader\System\logs» folder.

Hope we can find it.

DarkVamprism commented Nov 21, 2019 •

Just tried and the error still occurs when I have the Request info and tags disabled. I just downloaded the source to output some values and apparently its trying to look at «$Steam_app_key_TEMP = steam.app.3343797038» just before it dies, I dont have any appmanifest file that high so I am not sure how it is finding that at all.

EDIT: I found the issue, inside my steamapps.vrmanifest I have non-steam games added, these are given apparently random and super high IDs and its crashing when it gets to those.

CogentHub commented Nov 21, 2019

Ok thanks for the log Files and the copied content of your steamapps.vrmanifest File. Now I think I can see the issue. What it does is after reading the line «app_key»: «steam.app.3343797038″,» it counts 4 lines down to read the Name with «. [$Loop + 4]. «. But in your case the name of the added non-steam game is only 3 lines down. There is one line missing in your steamapps.vrmanifest File, «launch_type». Compare it to the others and you will see that they are different.

It should look like this:
«app_key»: «steam.app.275850»,
«launch_type»: «url»,
«strings»: <
.

I can fix that by checking if the line contains the word «name» before I try to get it into the array. If not then it will check the previous line and/or the next line. I think with that I schould be able to get rid of that error. You can add that line and it should work. I will add the mentioned method to the next release. Already changed some stuff but wanted to take some more time for the next one, the idea was that it will be the last one. Currently I am busy with other private things but will pick it up in the next weeks. You noticed that I am not native english speaker, I hope everything was understandable. Thank you for your investigation. Hope you liked the Half-Life: Alyx announcement/Trailer too, such a good time for VR in front of us 🙂

DarkVamprism commented Nov 22, 2019

I actually didn’t know you weren’t a native english speaker until I saw in your tutorial video that your PC wasn’t set to english, I would have never guessed, you do really well 🙂 Good luck with your private things, no rush with the update, keep up the good work and yes I am so ready for Half-Life: Alyx 😀

Читайте также:  Что такое необузданная девушка

Источник

Error: Subscript used on non-accessible variable #12

Comments

rx8driver commented Aug 27, 2021 •

Using Tor Expert Bundle 0.4.6.7 and running:
Windows 11 Pro
Version 21H2
OS build 22000.160
Experience Windows Feature Experience Pack 1000.22000.160.0

I experience an error where ProxAllium reports it is unable to identify Tor’s version. When attempting to regenerate the Tor config from the Options menu an error is encountered:

«Autolt Error» in the dialog window header
Line 13984 (File «C:\ProxAllium\ProxAllium.exe»):
Error: Subscript used on non-accessible variable.

Clicking OK on the dialog closes the program.

The text was updated successfully, but these errors were encountered:

TheDcoder commented Aug 27, 2021

TheDcoder commented Aug 27, 2021

rx8driver commented Aug 29, 2021

No, this version is from the Tor Expert Bundle for windows.

TheDcoder commented Aug 29, 2021

@rx8driver Can you double-check? The latest version of Tor Browser and Expert Bundle both use the version I mentioned. If you are indeed using a newer version, please provide me with the link to get it.

rx8driver commented Sep 3, 2021

Sure, here’s the link for the Windows package: https://www.torproject.org/download/tor/

You’ll see the link below the one for the source code.

TheDcoder commented Sep 3, 2021 •

@rx8driver Ah, I think you got confused about the version because the source is more up to date compared to the expert bundle, if you examine the link to download, you will notice that it says tor-win32-0.4.5.10.zip at the end.

After running the command, a file called version.txt will be created, please attach it your next reply.

Here is an example from my machine:

TheDcoder commented Sep 4, 2021

I think the issue might be due to something else, I fixed an out of bounds access bug in another part of the code: 4146827

Can you see if that fixes the issue for you? You can run the source code directly with AutoIt or you can ask me to provide you with a test build, let me know.

rx8driver commented Sep 4, 2021

I checked it in PowerShell and you’re correct, it reports the version as 0.4.5.10—sorry for the confusion!

rx8driver commented Sep 4, 2021

I think the issue might be due to something else, I fixed an out of bounds access bug in another part of the code: 4146827

Can you see if that fixes the issue for you? You can run the source code directly with AutoIt or you can ask me to provide you with a test build, let me know.

Just clone the repo and run it through autolt, right?

rx8driver commented Sep 4, 2021

I had to stop my existing running tor service due to port conflicts (no worries) but I am up and running 🙂 whatever you did seems to have worked and proxallium will successfully configure and launch using either the TBB or the Tor Expert Bundle. Thanks very much man!

rx8driver commented Sep 4, 2021

I’ve never played with AutoIt before, I think I’ll tinker around and see if I can’t just build it myself and then properly install it. Sounds like a fun way to spend an hour lol

TheDcoder commented Sep 4, 2021

Thanks for testing, glad to know that the issue is solved!

Building ProxAllium isn’t complex, you can use the «Compile with Options» menu item after right-clicking on the source file. There is no installation per-se, you just move the main executable into a different folder and package it, just like how I do it in the releases 🙂

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

Информ портал о технике и не только