Jump to content

There are no .SciTEConfig files available


Recommended Posts

Fresh AutoIt and Scite install, getting that message when trying to change color scheme (CTRL+1, Editor Colors tab, button at bottom). Never had this before.

yQb27Uc.png

 

Found some code in SciTE referencing an environment variable, and assume it's related to the fact that my SCITE_USERHOME environment variable isn't being read properly, despite being set in Windows.

8JjdlZA.png

 

The following code does not print the value of the SCITE_USERHOME environment variable:

ConsoleWrite(StringFormat("SCITE_USERHOME: %s", EnvGet("SCITE_USERHOME")) & @CRLF)

 

I checked on another computer however, and it is working fine. Any help as to why this is happening would be appreciated.

AutoIt Stuff:

 

UDFs: {Grow}

Link to comment
Share on other sites

  • Developers

What is shown in the first couple of lines in the SciTE output pane when AutoIt3Wrapper is ran?
Is the username in the SCITE_HOME the same as the USERID you are running with?
There is another option to check some of the setting in SciTE config: Start SciTECOnfig, Slect "Other tools", select " Run AutoIt3/SciTE check"

PM me the info in case you don't want to share in public.

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

What is shown in the first couple of lines in the SciTE output pane when AutoIt3Wrapper is ran?

​>"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:\Users\XXXXXXXX\Documents\scripting\AutoIt\bulk email.au3" /UserParams
+>15:35:42 Starting AutoIt3Wrapper v.15.503.1200.1 SciTE v.3.5.4.0   Keyboard:00000409  OS:WIN_7/Service Pack 1  CPU:X64 OS:X64    Environment(Language:0409)
+>         SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE   UserDir => C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper
>Running AU3Check (3.3.10.2)  from:C:\Program Files (x86)\AutoIt3  input:C:\Users\XXXXXXXX\Documents\scripting\AutoIt\bulk email.au3
+>15:35:44 AU3Check ended.rc:0
>Running:(3.3.10.2):C:\Program Files (x86)\AutoIt3\autoit3.exe "C:\Users\XXXXXXXX\Documents\scripting\AutoIt\bulk email.au3"    
--> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop
+>15:35:52 AutoIt3.exe ended.rc:0
+>15:35:52 AutoIt3Wrapper Finished.
>Exit code: 0    Time: 10.22

 

It's worth mentioning that the script runs perfectly as it does on the other machine, with no complications.

 

Is the username in the SCITE_HOME the same as the USERID you are running with?

​Yes, it's the username I am logged in with on the company machine I use daily. The same username is in both spots below:

SYyqLd2.png

 

Full output of "Run AutoIt3/SciTE check"

******************************************************************************************************************************************
* HKCR\.au3 Default       :AutoIt3Script
* HKCR\.au3 ShellNew      :C:\Windows\SHELLNEW\Template.au3 (File Exists)
******************************************************************************************************************************************
* Explorer shell options:
* HKCR\AutoIt3Script\shell:
*  => Default Action:Open
*     Compile                => Command:"C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2Exe_x64.exe" /in "%l"
*     Compile with Options   => Command:"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /ShowGui /in "%l"
*     CompileX64             => Command:"C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2Exe_x64.exe" /in "%l"
*     CompileX86             => Command:"C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2Exe.exe" /in "%l"
*     Edit                   => Command:"C:\Program Files (x86)\AutoIt3\SciTE\SciTE.exe" "%1"
*     Open                   => Command:"C:\Program Files (x86)\AutoIt3\SciTE\SciTE.exe" "%1"
*     Run                    => Command:"C:\Program Files (x86)\AutoIt3\AutoIt3_x64.exe" "%1" %*
*     RunX64                 => Command:"C:\Program Files (x86)\AutoIt3\AutoIt3_x64.exe" "%1" %*
*     RunX86                 => Command:"C:\Program Files (x86)\AutoIt3\AutoIt3.exe" "%1" %*
*     Tidy                   => Command:"C:\Program Files (x86)\AutoIt3\SciTE\Tidy\Tidy.exe" "%1"
******************************************************************************************************************************************
* User SciTE info:
*    Portable:C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig:
*    Directory missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\Au3Stripper
*    Directory missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\AutoIt3Wrapper
*    Directory missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\CodeWizard
*    Directory missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\SciTE Jump
*    Directory missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\SciTEConfig
*    Directory missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\Tidy
*    File missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\Aabbrev.properties
*    File missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\au3abbrev.properties
*    No SciTEUSer.properties yet
******************************************************************************************************************************************
Edited by cembry90

AutoIt Stuff:

 

UDFs: {Grow}

Link to comment
Share on other sites

  • Developers

Looks like SCITE_USERHOME environment variable is unknow to AUtoIt3Wrapper and SciTEConfig as they are not shown.
Any idea why?

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 weeks later...

Looks like SCITE_USERHOME environment variable is unknow to AUtoIt3Wrapper and SciTEConfig as they are not shown.
Any idea why?

Jos

 

​Absolutely no idea why, but I just reinstalled Scite and AutoIt again and it seems to be fine now. Maybe something went wrong at install? Either way, thank you.

AutoIt Stuff:

 

UDFs: {Grow}

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...