Jump to content

Ressource Update on compilation is failing, Error 1359


rudi
 Share

Recommended Posts

Hi.

Problem was using two compilation options at the same time:

 

  1. "Save a copy of the Scriptsource in the output program resources." on Tab "Resource Update", and ...
  2. "Run Au3Stripper before compilation." on Tab "Au3Stripper" (no options).

 

In this thread Jos pointed out, that UTF-8 with or without BOM doesn't make any difference.

It was a bug in AutoIt3Wrapper.au3, which was instantly fixed by Jos. That beta Version is available from this page,

the Link "this location" on the bottom of the page will take you to the "Betas": https://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/

Thanks to Jos again, you can stop reading here, the other stuff is just confusing

 

 

Regards, Rudi.

 

 

 

######################################################################

 

 

 

 

 

 

 

 

This is only one out of 5 PCs, where I use Autoit & SciTE, latest version on all of them.

 

for a similar issue Jos suggested, to try the latest beta version of SciTE:

I did so, but the compilation is always failing, *IF* I try to "save a copy of the Scriptsource in the output program resources".

Starting SciTE using "run as Administrator" doesn't change anything.

Deleting "%localappdata%\AutoIt v3" doesn't help either, avoiding "German Umlauts" (äöüÄÖÜ) doesn't make any difference as well.

 

 

>"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /ShowGui /prod /in "H:\DATEN\EDV\Anleitungen Hilfe Doku\W3Stat-(IDES)\w3stat-IDES-DesktopVerknüpfung.au3"
+>13:54:18 Starting AutoIt3Wrapper v.15.920.938.0 SciTE v.3.6.0.0   Keyboard:00000407  OS:WIN_7/Service Pack 1  CPU:X64 OS:X64    Environment(Language:0407)
+>         SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE   UserDir => C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper   SCITE_USERHOME => C:\Users\admin\AppData\Local\AutoIt v3\SciTE
-> No changes made..
>Running AU3Check (3.3.15.1)  from:C:\Program Files (x86)\AutoIt3  input:H:\DATEN\EDV\Anleitungen Hilfe Doku\W3Stat-(IDES)\w3stat-IDES-DesktopVerknüpfung.au3
+>13:55:01 AU3Check ended.rc:0
>Running Au3Stripper (15.920.938.0)  from:C:\Program Files (x86)\AutoIt3\SciTE\Au3Stripper cmdline:
- ### C:\Program Files (x86)\AutoIt3\SciTE\Au3Stripper\Au3Stripper.dat missing... Please get it from the website to make sure the Au3Stripper will work correctly.
- 0.02 Iteration 1 Strip Functions result: Output  18 lines, stripped 0 Func lines and 28 Commentlines
- ### C:\Program Files (x86)\AutoIt3\SciTE\Au3Stripper\Au3Stripper.dat missing... Please get it from the website to make sure the Au3Stripper will work correctly.
- 0.02 Iteration 2 Strip Variables result: Output  18 lines and stripped 0 lines
+> 0 Au3Stripper v15.920.938.0 finished merging 54 lines of code, stripped 28 comment lines and Merged 7 Continuation lines.
+>        Created:H:\DATEN\EDV\Anleitungen Hilfe Doku\W3Stat-(IDES)\w3stat-IDES-DesktopVerknüpfung_stripped.au3 with 19 lines.
+>13:55:01 Au3Stripper ended.rc:0
>Running AU3Check (3.3.15.1)  from:C:\Program Files (x86)\AutoIt3  input:H:\DATEN\EDV\Anleitungen Hilfe Doku\W3Stat-(IDES)\w3stat-IDES-DesktopVerknüpfung_stripped.au3
+>13:55:01 AU3Check ended.rc:0
>Running:(3.3.14.2):C:\Program Files (x86)\AutoIt3\aut2exe\aut2exe.exe  /in "H:\DATEN\EDV\Anleitungen Hilfe Doku\W3Stat-(IDES)\w3stat-IDES-DesktopVerknüpfung_stripped.au3" /out "C:\Users\admin\AppData\Local\AutoIt v3\Aut2exe\~AUF86B.tmp.exe" /nopack /comp 2
+>13:55:04 Aut2exe.exe ended.C:\Users\admin\AppData\Local\AutoIt v3\Aut2exe\~AUF86B.tmp.exe. rc:0
>13:55:04 Performing the Program Resource Update steps:
...>Updating Program Version information.
!>13:55:04 Skipping SourceSave because this is an stripped script.rc:2
!>13:55:04 Error: EndUpdateResource: Returncode = 0 - LastError:1359:Interner Fehler.rc:2
!>13:55:04 Error: Program Resource updating Failed. The output program will not contain the Resource updates!rc:2
+>13:55:07 AutoIt3Wrapper Finished.
>Exit code: 0    Time: 49.72

 

 

After renaming "my" folder "C:\Program Files (x86)\AutoIt3" and copying over all the content of the same folder from a different, working PC do the mainly used box, the Error Message now is:

 

 

>"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /ShowGui /in "H:\DATEN\EDV\Anleitungen Hilfe Doku\W3Stat-(IDES)\w3stat-IDES-DesktopVerknüpfung.au3"
+>14:14:35 Starting AutoIt3Wrapper v.2.2.0.0 SciTE v.3.6.0.0   Keyboard:00000407  OS:WIN_7/Service Pack 1  CPU:X64 OS:X64    Environment(Language:0407)
+>         SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE   UserDir => C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper   SCITE_USERHOME => C:\Users\admin\AppData\Local\AutoIt v3\SciTE
! ***************************************************************************************************************
! * Input file is UTF8 without BOM encoded, Au3Stripper do not support UNICODE and will be skipped.      *
! * The file SHOULD BE encoded as UTF8 with BOM to continue processing by AutoIt3Wrapper.                       *
! *    #####################################################################################################    *
! * ##### AutoIt3Wrapper will not show a GUI or update the script to avoid any damage to your scriptfile. ##### *
! *    #####################################################################################################    *
! * When your file isn't a UTF8 file without BOM then please report this to me for review.                      *
! ***************************************************************************************************************
>Running AU3Check (3.3.10.2)  from:C:\Program Files (x86)\AutoIt3  input:H:\DATEN\EDV\Anleitungen Hilfe Doku\W3Stat-(IDES)\w3stat-IDES-DesktopVerknüpfung.au3
+>14:14:36 AU3Check ended.rc:0
>Running Au3Stripper (1.2.0.0)  from:C:\Program Files (x86)\AutoIt3\SciTE\Au3Stripper cmdline:
- ### C:\Program Files (x86)\AutoIt3\SciTE\Au3Stripper\Au3Stripper.dat missing... Please get it from the website to make sure the Obfuscation will work correctly.
- 0.02 Iteration 1 Strip Functions result: Output  18 lines, stripped 0 Func lines and 28 Commentlines
- ### C:\Program Files (x86)\AutoIt3\SciTE\Au3Stripper\Au3Stripper.dat missing... Please get it from the website to make sure the Obfuscation will work correctly.
- 0.02 Iteration 2 Strip Variables result: Output  18 lines and stripped 0 lines
+> 0 Au3Stripper v1.2.0.0 finished merging 54 lines of code, stripped 28 comment lines and Merged 7 Continuation lines.
+>        Created:H:\DATEN\EDV\Anleitungen Hilfe Doku\W3Stat-(IDES)\w3stat-IDES-DesktopVerknüpfung_stripped.au3 with 19 lines.
+>14:14:36 Au3Stripper ended.rc:0
>Running AU3Check (3.3.10.2)  from:C:\Program Files (x86)\AutoIt3  input:H:\DATEN\EDV\Anleitungen Hilfe Doku\W3Stat-(IDES)\w3stat-IDES-DesktopVerknüpfung_stripped.au3
+>14:14:36 AU3Check ended.rc:0
>Running:(3.3.10.2):C:\Program Files (x86)\AutoIt3\aut2exe\aut2exe.exe  /in "H:\DATEN\EDV\Anleitungen Hilfe Doku\W3Stat-(IDES)\w3stat-IDES-DesktopVerknüpfung_stripped.au3" /out "C:\Users\admin\AppData\Local\AutoIt v3\Aut2exe\~AU3hddtvjf.exe" /nopack /comp 2
+>14:14:38 Aut2exe.exe ended.C:\Users\admin\AppData\Local\AutoIt v3\Aut2exe\~AU3hddtvjf.exe. rc:0
>14:14:38 Performing the Program Resource Update steps:
...>Updating Program Version information.
!>14:14:38 Skipping SourceSave because this is an stripped script.rc:2
+>14:14:38 Resource Update skipped: missing Resfile :C:\Users\admin\AppData\Local\AutoIt v3\Aut2exe\scriptin.tmp
>14:14:39 Program Resource updating finished successfully.
+>14:14:39 Created program:z:\w3stat-IDES-IntraStat-DesktopVernuepfung-Erstellen.exe
- Skipping Updated of the Source Version because this file is detected as UTF8 without BOM which could cause script corruption.
+>14:14:40 AutoIt3Wrapper Finished.
>Exit code: 0    Time: 5.176

 

 

 

I tried to figure out, if this AU3 file is such a "UTF-8 without BOM", I don't know how to tell? :mad2:

 

 

 

:'( any suggestions?

Regards, Rudi.

 

Edited by rudi

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Link to comment
Share on other sites

Solved:

It's happening, when both is checked for compilation:

 

  1. Tab "Ressource Update" --> "Save a copy of the Scriptsource in the output program resources"
  2. [ ] Run Au3Strippper before compilation (no options specified, due to description the same as /so = /sf + /sv)

 

Regards, Rudi.

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Link to comment
Share on other sites

  • Developers
1 hour ago, rudi said:

I tried to figure out, if this AU3 file is such a "UTF-8 without BOM", I don't know how to tell?

SciTE should tell you when you look at File/Encoding. It will either say "Code Page Property" or "UTF8"

Will look at the other issue you mention to see what is happening.

Jos

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

Hi Jos.

 

Sorry, I miss most of the meaning or your relpy :-(

Ah :D, the file encoding is "UTF-8" :D


The console output of SciTE is included in my initial post, it *WAS* telling something about UTF-8.

Now I cannot reproduce this, but these options give a ressource upate error, quite similar, when I compile using these options. Maybe "Stripper" and "Resource Updater --> save source to output" are incompatible options?

  1. Autoit3/Aut2Exe: production, Exe, targets "blank", Icon = "Vorhaengeschloss.ico" (same folder as au3), file install compression = normal, x86, "use UPX" unchecked, no CUI, no add required constants
  2. Tab "Ressource Update": Auto Increment, Exec Level Default, save a copy of ScriptSource in the output program ressources is [checked]
  3. Run Au3Stripper before compilation without parameters (that's according to the description using "/so" = "/sf + /sv" as default values)

 

As the decompile option has been removed years ago, an I have lost source code info more than once, I always make use of this "Save SrcCode to Prog Ressource". (I miss this function. That's just a statement, no arguing to get it back ;-)

>"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /NoStatus /prod /in "H:\DATEN\PUBLIC\Bunker\Script\Mittags-ein-Schuss.au3"
+>11:26:38 Starting AutoIt3Wrapper v.15.920.938.0 SciTE v.3.6.0.0   Keyboard:00000407  OS:WIN_7/Service Pack 1  CPU:X64 OS:X64    Environment(Language:0407)
+>         SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE   UserDir => C:\Users\admin\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper   SCITE_USERHOME => C:\Users\admin\AppData\Local\AutoIt v3\SciTE 
>Running AU3Check (3.3.14.2)  from:C:\Program Files (x86)\AutoIt3  input:H:\DATEN\PUBLIC\Bunker\Script\Mittags-ein-Schuss.au3
+>11:26:38 AU3Check ended.rc:0
>Running Au3Stripper (15.920.938.0)  from:C:\Program Files (x86)\AutoIt3\SciTE\Au3Stripper cmdline:
- 0.56 Iteration 1 Strip Functions result: Output  1232 lines, stripped 3536 Func lines and 4667 Commentlines
- 0.88 Iteration 2 Strip Variables result: Output  66 lines and stripped 1166 lines
- 0.88 Iteration 3 Strip Variables result: Output  36 lines and stripped 30 lines
- 0.94 Iteration 4 Strip Variables result: Output  35 lines and stripped 1 lines
- 0.94 Iteration 5 Strip Variables result: Output  35 lines and stripped 0 lines
+> Source    9575 lines 467028 Characters.
+> Stripped  4733 Func/Var lines and  4667 comment lines, Total 464859 Characters.
+> Saved     98% lines 99% Characters.
+> 0 Au3Stripper v15.920.938.0 finished created:H:\DATEN\PUBLIC\Bunker\Script\Mittags-ein-Schuss_stripped.au3
+>11:26:39 Au3Stripper ended.rc:0
>Running AU3Check (3.3.14.2)  from:C:\Program Files (x86)\AutoIt3  input:H:\DATEN\PUBLIC\Bunker\Script\Mittags-ein-Schuss_stripped.au3
+>11:26:39 AU3Check ended.rc:0
>Running:(3.3.14.2):C:\Program Files (x86)\AutoIt3\aut2exe\aut2exe.exe  /in "H:\DATEN\PUBLIC\Bunker\Script\Mittags-ein-Schuss_stripped.au3" /out "C:\Users\admin\AppData\Local\AutoIt v3\Aut2exe\~AU1479.tmp.exe" /nopack /comp 2
+>11:26:42 Aut2exe.exe ended.C:\Users\admin\AppData\Local\AutoIt v3\Aut2exe\~AU1479.tmp.exe. rc:0
>11:26:42 Performing the Program Resource Update steps:
...>Updating Program Version information.
!>11:26:42 Skipping SourceSave because this is an stripped script.rc:2
!>11:26:42 Error: EndUpdateResource: Returncode = 0 - LastError:1359:Interner Fehler.rc:2
!>11:26:42 Error: Program Resource updating Failed. The output program will not contain the Resource updates!rc:2
+>11:26:44 Created program:H:\DATEN\PUBLIC\Bunker\Script\Mittags-ein-Schuss.exe

Dialog: Error: EndUpdateResource: Returncode = 0 - LastError:1359:Interner Fehler.
--> continue anyway

-Updated the Source Version to:1.0.0.5
+>11:26:44 AutoIt3Wrapper Finished.
>Exit code: 0    Time: 6.909


--> here the output of SciTE ends. Putting the Cursor into the SciTE output pane behind "rc:2" at the very end of the line startging with 11:25:42, pressing enter clears the output pane and shows this text:



>!>11:25:27 Error: Program Resource updating Failed. The output program will not contain the Resource updates!rc:2

Die Syntax f² den Dateinamen, Verzeichnisnamen oder die Datentrŧerbezeichnung ist falsch.
>Exit code: 1    Time: 0.2351

Translated: The syntax for file name, directory name or volume name is wrong (or invalid).
And it should tell "für", not "f[x81]r" and "Datenträger...", not Datentr[x84]..." --> Propably UTF-8 Chars not displayed properly???

Regards, Rudi.

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Link to comment
Share on other sites

Hello,

Thanks for your reply.

I did so (change encoding to "UTF-8 with BOM", save file, then CTRL+F7), and still run into an error:

 

>"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /ShowGui /prod /in "H:\DATEN\PUBLIC\Bunker\Script\Mittags-ein-Schuss.au3"
+>17:37:18 Starting AutoIt3Wrapper v.15.920.938.0 SciTE v.3.6.0.0   Keyboard:00000407  OS:WIN_7/Service Pack 1  CPU:X64 OS:X64    Environment(Language:0407)
+>         SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE   UserDir => C:\Users\admin\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper   SCITE_USERHOME => C:\Users\admin\AppData\Local\AutoIt v3\SciTE 
-> No changes made..
>Running AU3Check (3.3.14.2)  from:C:\Program Files (x86)\AutoIt3  input:H:\DATEN\PUBLIC\Bunker\Script\Mittags-ein-Schuss.au3
+>17:37:31 AU3Check ended.rc:0
>Running Au3Stripper (15.920.938.0)  from:C:\Program Files (x86)\AutoIt3\SciTE\Au3Stripper cmdline:
- 0.56 Iteration 1 Strip Functions result: Output  1232 lines, stripped 3536 Func lines and 4667 Commentlines
- 0.94 Iteration 2 Strip Variables result: Output  66 lines and stripped 1166 lines
- 0.94 Iteration 3 Strip Variables result: Output  36 lines and stripped 30 lines
- 0.94 Iteration 4 Strip Variables result: Output  35 lines and stripped 1 lines
- 0.94 Iteration 5 Strip Variables result: Output  35 lines and stripped 0 lines
+> Source    9575 lines 467028 Characters.
+> Stripped  4733 Func/Var lines and  4667 comment lines, Total 464856 Characters.
+> Saved     98% lines 99% Characters.
+> 0 Au3Stripper v15.920.938.0 finished created:H:\DATEN\PUBLIC\Bunker\Script\Mittags-ein-Schuss_stripped.au3
+>17:37:32 Au3Stripper ended.rc:0
>Running AU3Check (3.3.14.2)  from:C:\Program Files (x86)\AutoIt3  input:H:\DATEN\PUBLIC\Bunker\Script\Mittags-ein-Schuss_stripped.au3
+>17:37:32 AU3Check ended.rc:0
>Running:(3.3.14.2):C:\Program Files (x86)\AutoIt3\aut2exe\aut2exe.exe  /in "H:\DATEN\PUBLIC\Bunker\Script\Mittags-ein-Schuss_stripped.au3" /out "C:\Users\admin\AppData\Local\AutoIt v3\Aut2exe\~AUA098.tmp.exe" /nopack /comp 2
+>17:37:34 Aut2exe.exe ended.C:\Users\admin\AppData\Local\AutoIt v3\Aut2exe\~AUA098.tmp.exe. rc:0
>17:37:34 Performing the Program Resource Update steps:
...>Updating Program Version information.
!>17:37:34 Skipping SourceSave because this is an stripped script.rc:2
!>17:37:34 Error: EndUpdateResource: Returncode = 0 - LastError:1359:Interner Fehler.rc:2
!>17:37:34 Error: Program Resource updating Failed. The output program will not contain the Resource updates!rc:2

####
Error Message Box:
Error: EndUpdateResource: Returncode = 0 - LastError:1359:Interner Fehler. (internal error)
--> Clicking button "continue anyway"


+>17:37:45 Created program:H:\DATEN\PUBLIC\Bunker\Script\Mittags-ein-Schuss.exe
-Updated the Source Version to:1.0.0.1
+>17:37:46 AutoIt3Wrapper Finished.
>Exit code: 0    Time: 27.8

--> the resulting file has no ressource updates, no version number (filegetversion() ...

 

It *DOES* compile the script successfully, when I use only *ONE* of both options:

  1. Save Source Code in Programm Ressources, *OR*
  2. run stripper (no params) before compilation

Regards, Rudi.

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Link to comment
Share on other sites

  • Developers
5 hours ago, AutoBert said:

Rudi: au3check, au3stripper and tidy also can't work with UTF8 without BOM encoded Files, so you have to switch to UTF8 with BOM.  Just open Filemenu => Encoding => UTF8 with Bom and save the file.  

Don't think this is valid information. They all will work perfectly since a while with UTF8 files with or without a BOM!

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
47 minutes ago, rudi said:

It *DOES* compile the script successfully, when I use only *ONE* of both options:

  1. Save Source Code in Programm Ressources, *OR*
  2. run stripper (no params) before compilation

I will have a look at this as that sounds as a AutoIt3Wrapper bug to me.

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

So this could have been summarized to something simpel like this... which also failed:   :)

#AutoIt3Wrapper_Run_Au3Stripper=y
#AutoIt3Wrapper_Res_SaveSource=Y
Msgbox(0,"Test","Test")

Just uploaded a beta for AutoIt3Wrapper v15.920.938.6 that should fix this. 

Thanks for reporting,
Jos

Edited by 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

×
×
  • Create New...