Jump to content

EnvUpdate() does not work! Hanging the program!


 Share

Recommended Posts

  • Developers

No access to a crystal ball at the moment so you need to share more details:

  • Are you running from SciTE
  • What happens when SciTE is runnning as Administrator and you run the script?
  • Show the Output console info when hanging
  • Show the whole script.
  • etc etc 

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

1. Yes and exe too
2.  I use SciTEas Administrator
3. 

>"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "C:\Users\!\Desktop\Test.au3" /UserParams    
+>03:21:26 Starting AutoIt3Wrapper v.15.920.938.0 SciTE v.3.6.0.0   Keyboard:00000409  OS:WIN_10/  CPU:X64 OS:X64    Environment(Language:0409)
+>         SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE   UserDir => C:\Users\!\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper   SCITE_USERHOME => C:\Users\!\AppData\Local\AutoIt v3\SciTE 
>Running AU3Check (3.3.14.2)  from:C:\Program Files (x86)\AutoIt3  input:C:\Users\!\Desktop\Test.au3
+>03:21:27 AU3Check ended.rc:0
>Running:(3.3.14.2):C:\Program Files (x86)\AutoIt3\autoit3.exe "C:\Users\!\Desktop\Test.au3"    
--> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop

4.

#RequireAdmin

;~ EnvGet("temp")
;~ EnvSet("autoit","love")

EnvUpdate()

Error.png

Edited by VIP

Regards,
 

Link to comment
Share on other sites

Works fine for me, no delays and no hangup.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

  • Developers

No idea, the same ends for me right away. I am running newer version of SciTE/ AutoIt3wrapper, but the same AutoIt3.exe.

What does the AutoIt3 icon say in the systemtray?

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

try running the script without autoit3wrapper to exclude that ... so just from the commandline ( or upgrade to the latest to exclude any bug i fixed in the past)

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

2 hours ago, VIP said:

Nothing changes !
Tried everything and updates to the latest version!

Do I need to upgrade my computer to run faster? :lmao:

SSD is not enough, need more CPU like Intel Core-i7 ? :sweating:

Just an advise because you are kind of new here like I'm, sarcasm does not  work very well here.
People here just help on their free time and maybe this does not help you to find help.

Again: This is just an advise, take it or leave it.

Regards
Alien.

Link to comment
Share on other sites

Just for grins you may want to try my compiled UpdateEnv program.  It uses a variation of Melba's Toast with 3 calls to EnvUpdate() and sleep while the toast is showing.   Just makes it obvious to the user that something is happening.  Mainly I use it to flush the Registry to disk without having to log out and back in.  That is why I make 3 calls.  Just to try to drive in the nail.  :)

The file is UpdateEnv.zip on the page below

http://milesaheadsoftware.org/

 

btw I have noticed on Windows 7 and Windows 8.0 that EnvUpdate() can have long delays and hang at times.  I think that is one reason I wrapped it in Toast.  To make it obvious where the program was pausing.  It seems to require killing via Task Manager much less often the way I have it now.  Three calls interspersed with calls to Sleep().  If I just let it sit it will usually complete on its own accord.  Most times it runs as expected though.  I have no idea why unless the Registry has lots of changes to save to disk?  I don't know.

 

Edited by MilesAhead
more info
Link to comment
Share on other sites

@Alien4u not sarcasm.

@MilesAhead, Your program only further notice, but slow 4x.
I was downgraded to Windows7, I will use Windows 10 when I bought a new computer.
I will not use the EnvUpdate(), instead I choose to kill explorer and restart program again.

Thanks All,
Regards
 

Regards,
 

Link to comment
Share on other sites

  • Developers

Yea... shit happens, but there is no need to post the Notice page and you simply remove the duplicate post. much easier ;)

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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