Changes between Version 1 and Version 2 of Ticket #3987, comment 10
- Timestamp:
- 04/07/24 10:03:38 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3987, comment 10
v1 v2 21 21 > What could it be? And why does it not happen in the non full SciTE? 22 22 23 23 24 The SciTE included with AutoIt3 is simply only running aut2exe when you do a compile. 24 25 I can only assume that it will not be AutoIt3Wrapper as that is the only place the directory gets created when your provided TempDir in autoit3wrapper.ini doesn't exists. 25 Just looked at the aut2exe source and it really looks like it will try to create "%localappdata%\AutoIt v3\aut2exe" when it does a compile. So I renamed that existing directory and did just a aut2exe.exe on a test.au3 and the directory was created. So you might want to recheck that! 26 27 Just looked at the aut2exe source and it really looks like it will try to create "%localappdata%\AutoIt v3\aut2exe" when it does a compile. Only when that fails it will use the %temp% path. So I renamed my current existing "%localappdata%\AutoIt" directory and performed an aut2exe.exe on a test.au3 and the directory was created. So you might want to recheck that! 26 28 27 29 >