LonkeroAdministrator
(KiX Master Guru)
2003-03-01 11:57 PM
error: unexpected command (4.20 rc and on)

with 4.12, if you have endfunction without function, the script runs just fine and once it meets the command, it says:
unknown or unexpected command [EndFunction]

with 4.20 (rc2) you get:
error: unexpected command [%s]

and with 4.21 rc1:
error: unexpected command

now, I don't know what others think but I see this as really bad.
you may need to debug your scripts for hours before realizing the cause...
not maybe with endfunction but other more normal commands.


LonkeroAdministrator
(KiX Master Guru)
2003-03-02 12:05 AM
Re: error: unexpected command (4.20 rc and on)

here is simple test:
code:
"here"
endfunction

like said, for simple stuff this is not bad but in 5.000 line script with 100 udfs this is huge bad.


LonkeroAdministrator
(KiX Master Guru)
2003-03-02 03:15 AM
Re: error: unexpected command (4.20 rc and on)

ok, had the same problem when tried to make my code work with novarsinstrings-option.

it seems that all UDF and all their problems are translated to "unknown keyword"

and that is bug alright.


MCA
(KiX Supporter)
2003-03-02 04:15 AM
Re: error: unexpected command (4.20 rc and on)

Dear Lonkero,

Just for those situations we are using our kixstrip, which can help
you a little bit.
The output for your example can be
code:
 "here"
ENDFUNCTION
; -------> Warning KIXSTRIP: 2 block "function/endfunction" incompleted. starting point of block structure missing.
; -------> Warning KIXSTRIP: 2 block incompleted.

;($begin)
;
; sun 02-mar-2003 01:30:16 (kix 4.20 vs 4.00e)
;
;Informative KIXSTRIP: input=2 output=2 skip=0
;
;Warning KIXSTRIP: 1 error in block structure. missing statement(s).
; - do:until [0:0]
; - for|each:in|to:step|next [0|0:0|0:0|0]
; -ERROR- - function:endfunction [0:1]
; - if:else:endif [0:0:0]
; - select:case:endselect [0:0:0]
; - while:loop [0:0]
;Warning KIXSTRIP: some lines contains errors or possible errors.
; 1 block "function/endfunction" incompleted. starting point of block structure missing.
; 1 block incompleted.
;Informative KIXSTRIP: 1 block_structure found.
;Informative KIXSTRIP: no UDF's found.
;Informative KIXSTRIP: no labels found.
;Summary KIXSTRIP: BREAK CALL DEBUG DISPLAY ENDFUNCTION EXECUTE EXIT FUNCTION GET GETS GOSUB GOTO OLExxx PLAY QUIT RETURN RUN SHELL SLEEP THEN USE
;Informative KIXSTRIP: 1 ENDFUNCTION
;
;($end)
;($begin)
;
;Warning KIXSTRIP: 2 block "function/endfunction" incompleted. starting point of block structure missing.
;Warning KIXSTRIP: 2 block incompleted.
;
;($end)

Possible that Ruud is active to improve this. For a lot of guys it was
important to see why and where their script was aborting. Possible that
some information with this redesign isn't available anymore at the right
time.

Thanks, Lonkero based on your topics we see a more critical problem.
Not only in Kixtart 4.21 but also in Kixtart 4.20 final release.

A related issue is, that during such abort already executed output will
be gone. A simple example.
F.e. with following example
code:
? "start"
? @date
? "@unknown_macro"
?
ENDFUNCTION

you doesn't known which statement creates the error.
In kixtart 4.12 we get as output
code:
start
2003/03/02
<unknown:pu
Script error: unknown or unexpected command [endfunction]!
endfunction

Also we are missing the linenumber on which bring on the problem.
In some beta or RC release we saw such information.

This problem becomes more important when we are using one of our scripts.
After the error-trap-handler comes active the output will be gone.
Not only on your screen, but also for the different files we are using.
What did we do:

we add an endfunction statement at the end of our iexpress installation script.
script which contains also a lot of debugging code.

why: so we hope to see what is happening during such an error-trap-handler situation.

what are the results
For kixtart 4.20 final release & kixtart 4.21 release candidate 1 we doesn't
see any output on the output debug file %tmp%\kixdebug.txt. This file
wasn't even created.
In the kixtart 4.12 final release we get as %tmp\kixdebug.txt
code:
-sunday 2003/03/02 03:18:53- kixtart 4.12/4.00e script starting (start2.kix)
-
-curdir: c:\temp\ixp000.tmp
-scriptdir: c:\temp\ixp000.tmp
-scriptname: start2.kix
-startdir: c:\temp\ixp000.tmp
-
-userid: -/-
-user priv: guest
-version: inwin=2/dos=4.90/productsuite=/producttype=Windows Me/csd=
-
-Intel Pentium Celeron (memory 511 MB)
-
-debug file: c:\temp\kixdebug.txt
-debug name: 20030302_031853.000_38 start2.kix
-
----- start-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 1-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 2-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 3-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 5-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 6-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 7-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 8-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 9-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 10-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 11-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 12-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 13-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 14-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 15-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 16-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 17-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 18-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 19-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 20-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 21-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 22-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 23-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 24-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 25-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 26-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 27-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 28-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 29-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 30-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 31-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 32-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 33-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 34-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 35-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 36-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 37-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 38-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 39-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 40-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 41-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 42-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 43-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 44-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 45-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 46-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 47-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 48-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 49-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 50-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 51-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 52-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 53-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 54-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 55-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 56-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 57-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 58-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 59-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 60-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 61-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 62-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 63-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 64-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 65-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 66-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 67-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 68-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 69-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 70-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 71-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 72-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 73-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 74-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 75-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 76-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 77-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 78-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 79-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 80-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 81-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 82-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 83-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 84-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 85-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 86-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 87-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 88-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 91-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 92-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 93-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 94-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 95-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 96-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 97-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 98-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 99-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 100-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 101-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 102-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 103-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 106-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 107-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 108-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 109-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 110-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 111-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 112-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 113-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 114-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 115-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 116-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 117-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 118-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 119-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 120-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 121-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 122-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 123-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 124-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 125-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 133-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 134-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 141-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 142-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 143-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 144-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 145-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 146-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 147-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 148-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 149-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 150-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 151-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 157-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 158-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 159-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

Kixtart 4.12 - ME debug mode (vs 4.00) 03:18:53
- 160-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.


- 161-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 162-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 163-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 164-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 165-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 166-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 167-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 168-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 169-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 170-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 171-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 172-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 173-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 174-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 175-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 176-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 177-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 178-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 179-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 180-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 181-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 182-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 183-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 184-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 185-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 186-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 187-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 188-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 191-03:18:53-20030302_031853.000_38 start2.kix - 120 This function is not supported on this system.

- 192-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 193-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 196-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 197-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 198-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 199-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 200-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 201-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 202-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 203-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 204-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 205-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 206-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 207-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 208-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 209-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 210-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 211-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 212-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 213-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 214-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 215-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 218-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 219-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 220-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 221-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 222-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 223-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 224-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 225-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 226-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 227-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 228-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 230-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 231-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 232-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 233-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 234-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 235-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 236-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 237-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 238-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 239-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 240-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 241-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 242-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 243-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 244-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 245-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 246-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 247-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 248-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 249-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 250-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 251-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 252-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 253-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 254-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 255-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 256-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 257-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 258-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 259-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 260-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 261-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 262-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 263-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 264-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 265-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 266-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 269-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 272-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 273-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

Informative INSTALL: copy c:\temp\ixp000.tmp\kix32.exe c:\windows\kix32.exe
- 274-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.


- 275-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

size.old = 225280
- 276-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

size.new = 225280
- 277-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

time.old = 2002/11/11 00:00:00
- 278-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

time.new = 2002/11/11 00:00:00
- 279-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.


- 280-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

company name
- 281-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

filedescription KiXtart main executable
- 282-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

fileversion 4, 12, 0, 0
- 283-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

internalname KIX32
- 284-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

language 0409English
- 285-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

legalcopyright Copyright Ruud van Velsen 2002
- 286-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

legaltrademarks $
- 287-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

originalfilename KIX32.EXE
- 288-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

privatebuild
- 289-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

productname KiXtart
- 290-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

productversion 4, 12, 0, 0
- 291-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

specialbuild Build 112
- 292-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.


- 293-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 294-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 295-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 298-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 225-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 226-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 227-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 228-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 230-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 231-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 232-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 233-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 234-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 235-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 236-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 237-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 238-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 239-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 240-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 241-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 242-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 243-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 246-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 249-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 252-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 255-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 258-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 261-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 262-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 263-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 264-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 265-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 266-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 269-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 272-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 273-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

Informative INSTALL: copy c:\temp\ixp000.tmp\kx16.dll c:\windows\kx16.dll
- 274-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.


- 275-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

size.old = 47104
- 276-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

size.new = 47104
- 277-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

time.old = 2001/08/27 00:00:00
- 278-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

time.new = 2001/08/27 00:00:00
- 279-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.


- 280-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

company name
- 281-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

filedescription
- 282-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

fileversion
- 283-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

internalname
- 284-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

language
- 285-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

legalcopyright
- 286-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

legaltrademarks
- 287-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

originalfilename
- 288-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

privatebuild
- 289-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

productname
- 290-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

productversion
- 291-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

specialbuild
- 292-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.


- 293-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

- 294-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

- 295-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

- 298-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

- 225-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

- 226-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

- 227-03:18:53-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

- 228-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 230-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 231-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 232-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 233-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 234-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 235-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 236-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 237-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 238-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 239-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 240-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 241-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 242-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 243-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 244-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 245-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 246-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 247-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 248-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 249-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 250-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 251-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 252-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 253-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 254-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 255-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 256-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 257-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 258-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 259-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 260-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 261-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 262-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 263-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 264-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 265-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 266-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 269-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 272-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 273-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

Informative INSTALL: copy c:\temp\ixp000.tmp\kx32.dll c:\windows\kx32.dll
- 274-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.


- 275-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

size.old = 49152
- 276-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

size.new = 49152
- 277-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

time.old = 2002/03/29 00:00:00
- 278-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

time.new = 2002/03/29 00:00:00
- 279-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.


- 280-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

company name
- 281-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

filedescription KiXtart 32 bit Thunk DLL
- 282-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

fileversion 3, 61, 1, 0
- 283-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

internalname KX32
- 284-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

language 0409English
- 285-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

legalcopyright Copyright Ruud van Velsen. 2001
- 286-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

legaltrademarks
- 287-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

originalfilename KX32.DLL
- 288-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

privatebuild
- 289-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

productname KiXtart
- 290-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

productversion 3, 61, 1, 0
- 291-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

specialbuild
- 292-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.


- 293-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 294-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 295-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 298-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 225-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 226-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 227-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 228-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 230-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 231-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 232-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 233-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 234-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 235-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 236-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 237-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 238-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 239-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 240-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 241-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 242-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 243-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 244-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 245-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 246-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 247-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 248-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 249-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 250-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 251-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 252-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 253-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 254-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 255-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 256-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 257-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 258-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 259-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 260-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 261-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 262-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 263-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 264-03:18:53-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 265-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 266-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 269-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 272-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 273-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

Informative INSTALL: copy c:\temp\ixp000.tmp\kx95.dll c:\windows\kx95.dll
- 274-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.


- 275-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

size.old = 49152
- 276-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

size.new = 49152
- 277-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

time.old = 2002/11/11 00:00:00
- 278-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

time.new = 2002/11/11 00:00:00
- 279-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.


- 280-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

company name
- 281-03:18:53-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

filedescription KiXtart RPC client DLL
- 282-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

fileversion 4, 1, 0, 0
- 283-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

internalname KX95
- 284-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

language 0409English
- 285-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

legalcopyright Copyright Ruud van Velsen. 2001
- 286-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

legaltrademarks
- 287-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

originalfilename KX95.DLL
- 288-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

privatebuild
- 289-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

productname KiXtart
- 290-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

productversion 4, 1, 0, 0
- 291-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

specialbuild Build 003
- 292-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.


- 293-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 294-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 295-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 298-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 299-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 300-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 315-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 316-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 317-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 318-03:18:54-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 319-03:18:54-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 320-03:18:54-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 321-03:18:54-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 322-03:18:54-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 323-03:18:54-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 324-03:18:54-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 325-03:18:54-20030302_031853.000_38 start2.kix - 2 The system cannot find the file specified.

- 336-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 337-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 338-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 339-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 342-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 344-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 346-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 347-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

=> KiXtart - kix32.exe - 2003/03/02 03:18:54 -> 2002/11/11 00:00:00 225280 (build 112)
- 348-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 349-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 350-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 351-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 354-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 324-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 325-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 336-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 337-03:18:54-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

- 340-03:18:54-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

- 341-03:18:54-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

- 342-03:18:54-20030302_031853.000_38 start2.kix - 161 The specified path is invalid.

- 344-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 346-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 347-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

=> KiXtart - kx16.dll - 2003/03/02 03:18:54 -> 2001/08/27 00:00:00 47104
- 348-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 349-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 350-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 351-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 354-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 324-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 325-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 336-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 337-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 340-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 341-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 342-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 344-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 346-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 347-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

=> KiXtart - kx32.dll - 2003/03/02 03:18:54 -> 2002/03/29 00:00:00 49152
- 348-03:18:54-20030302_031853.000_38 start2.kix - 0 The operation completed successfully.

- 349-03:18:54-20030302_031853.0

MCA
(KiX Supporter)
2003-03-02 04:16 AM
Re: error: unexpected command (4.20 rc and on)

Dear,

It looks like something which have to deal with the endfunction state-
ments in your script.

So with the code
code:
 IF ("true" = "false")
endfunction
ENDIF

we get the same results as previous post.

With the code
code:
 GOTO weet_ik_niet

the last part of the output is
code:
-       580-03:50:19-20030302_035018.100_365  - 0 The operation completed successfully.

Installation of KiXtart 4.21 Release Candidate 1 completed
- 581-03:50:19-20030302_035018.100_365 - 0 The operation completed successfully.

- 582-03:50:19-20030302_035018.100_365 - 0 The operation completed successfully.

- 583-03:50:19-20030302_035018.100_365 - 0 The operation completed successfully.

- 584-03:50:19-20030302_035018.100_365 - 0 The operation completed successfully.

- 587-03:50:19-20030302_035018.100_365 - 0 The operation completed successfully.

- 590-03:50:19-20030302_035018.100_365 - 0 The operation completed successfully.

- 591-03:50:23-20030302_035018.100_365 - 6 The handle is invalid.

- 592-03:50:23-20030302_035018.100_365 - 6 The handle is invalid.

- 593-03:50:23-20030302_035018.100_365 - 6 The handle is invalid.

- 594-03:50:23-20030302_035018.100_365 - 6 The handle is invalid.

- 595-03:50:23-20030302_035018.100_365 - 6 The handle is invalid.

- 596-03:50:23-20030302_035018.100_365 - 6 The handle is invalid.

ERROR : LABEL [weet_ik_niet] not found!
Script: c:\temp\IXP000.TMP\start2.kix
Line : 707

With the code
code:
 "calling unknown macro" @unknown_macro

we get as result
code:
-       580-03:56:24-20030302_035623.300_1018 - 0 The operation completed successfully.

Installation of KiXtart 4.21 Release Candidate 1 completed
- 581-03:56:24-20030302_035623.300_1018 - 0 The operation completed successfully.

- 582-03:56:24-20030302_035623.300_1018 - 0 The operation completed successfully.

- 583-03:56:24-20030302_035623.300_1018 - 0 The operation completed successfully.

- 584-03:56:24-20030302_035623.300_1018 - 0 The operation completed successfully.

- 587-03:56:24-20030302_035623.300_1018 - 0 The operation completed successfully.

- 590-03:56:24-20030302_035623.300_1018 - 0 The operation completed successfully.

- 591-03:56:25-20030302_035623.300_1018 - 6 The handle is invalid.

- 592-03:56:25-20030302_035623.300_1018 - 6 The handle is invalid.

- 593-03:56:25-20030302_035623.300_1018 - 6 The handle is invalid.

- 594-03:56:25-20030302_035623.300_1018 - 6 The handle is invalid.

- 595-03:56:25-20030302_035623.300_1018 - 6 The handle is invalid.

- 596-03:56:25-20030302_035623.300_1018 - 6 The handle is invalid.

calling unknown macro 0
- 597-03:56:25-20030302_035623.300_1018 - 6 The handle is invalid.

- 598-03:56:25-20030302_035623.300_1018 - 0 The operation completed successfully.

With the code
code:
 unknown_function("true")

we get as result
code:
-       580-03:59:45-20030302_035944.100_365  - 0 The operation completed successfully.

Installation of KiXtart 4.21 Release Candidate 1 completed
- 581-03:59:45-20030302_035944.100_365 - 0 The operation completed successfully.

- 582-03:59:45-20030302_035944.100_365 - 0 The operation completed successfully.

- 583-03:59:45-20030302_035944.100_365 - 0 The operation completed successfully.

- 584-03:59:45-20030302_035944.100_365 - 0 The operation completed successfully.

- 587-03:59:45-20030302_035944.100_365 - 0 The operation completed successfully.

- 590-03:59:45-20030302_035944.100_365 - 0 The operation completed successfully.

- 591-03:59:47-20030302_035944.100_365 - 6 The handle is invalid.

- 592-03:59:47-20030302_035944.100_365 - 6 The handle is invalid.

- 593-03:59:47-20030302_035944.100_365 - 6 The handle is invalid.

- 594-03:59:47-20030302_035944.100_365 - 6 The handle is invalid.

- 595-03:59:47-20030302_035944.100_365 - 6 The handle is invalid.

- 596-03:59:47-20030302_035944.100_365 - 6 The handle is invalid.

ERROR : unknown command [unknown_function]!
Script: c:\temp\IXP000.TMP\start2.kix
Line : 707

With the code
code:
 ENDSELECT

the output is
code:
-       580-04:01:26-20030302_040125.110_397  - 0 The operation completed successfully.

Installation of KiXtart 4.21 Release Candidate 1 completed
- 581-04:01:26-20030302_040125.110_397 - 0 The operation completed successfully.

- 582-04:01:26-20030302_040125.110_397 - 0 The operation completed successfully.

- 583-04:01:26-20030302_040125.110_397 - 0 The operation completed successfully.

- 584-04:01:26-20030302_040125.110_397 - 0 The operation completed successfully.

- 587-04:01:26-20030302_040125.110_397 - 0 The operation completed successfully.

- 590-04:01:26-20030302_040125.110_397 - 0 The operation completed successfully.

- 591-04:01:27-20030302_040125.110_397 - 6 The handle is invalid.

- 592-04:01:27-20030302_040125.110_397 - 6 The handle is invalid.

- 593-04:01:27-20030302_040125.110_397 - 6 The handle is invalid.

- 594-04:01:27-20030302_040125.110_397 - 6 The handle is invalid.

- 595-04:01:27-20030302_040125.110_397 - 6 The handle is invalid.

- 596-04:01:27-20030302_040125.110_397 - 6 The handle is invalid.

ERROR : ENDSELECT without SELECT!
Script: c:\temp\IXP000.TMP\start2.kix
Line : 707

So our conclusion:

Lonkero's issue handles about a real problem with the interpretation of ENDFUNCTION.
Other mistypes like incomplete commands, unknown functions and macros will be handled
in a correct way.

Normally we doesn't have such problems because we are always verifying our
scripts on mistypes by our tools kixstrip and kixref. Just a
simple try by Lonkero shows what the problems really can be.

greetings.


LonkeroAdministrator
(KiX Master Guru)
2003-03-02 04:25 AM
Re: error: unexpected command (4.20 rc and on)

thanks for really long, exchaustive output, which showed that it's a problem.

really, one could always use kixstrip but there is in-time "debugger" build into kixtart and it should handle all the cases or it should be disabled by default.

so currently, it's a bug of kix.


MCA
(KiX Supporter)
2003-03-02 04:30 AM
Re: error: unexpected command (4.20 rc and on)

Dear,

We agree with you. Previously kixstrip or something like that was only
an additional tool. Now it looks to be a requirement for verifying your
script.

Too in our opinion it is something with kixtart itself.
greetings.


Ruud van Velsen
(Hey THIS is FUN)
2003-03-04 05:56 PM
Re: error: unexpected command (4.20 rc and on)

In short: syntax checking in general will be improved in 4.50.

This particular issue (regarding 'stray' ENDFUNCTIONs) will be fixed in the next build of 4.21.

Thanks for the report!

Ruud


LonkeroAdministrator
(KiX Master Guru)
2003-04-11 03:01 AM
Re: error: unexpected command (4.20 rc and on)

same issues with rc-2...
didn't test with the specific endfunction stuff.

anyway, got "unexpected command!" line 679

that is not so funny when you use notepad.
with 4.12 you still got the info of the line.


Ruud van Velsen
(Hey THIS is FUN)
2003-04-11 06:55 AM
Re: error: unexpected command (4.20 rc and on)

Thanks for the feedback. I thought the line-number would be helpful (even in Notepad, you can use Ctrl-G to move to the line).

I'll see if I can improve the error so it indicates the type of the unexpected command.

Let me know what you think.

Ruud


LonkeroAdministrator
(KiX Master Guru)
2003-04-11 07:25 AM
Re: error: unexpected command (4.20 rc and on)

thanks for the reply.
didn't know that notepad thingie [Eek!]

dunno why, but in 4.12 and previous the whole erroring line was shown nicely in the messagebox (wkix32.exe) which eased up the error lookup.

anyway, what more specific you can go with the error message, that better.

like with strings, the error is not basically in syntax but string might have in some situations such combinations of quotes that kixtart errors in some odd situations.

instead of current:
"expected expression" line 0
it could be:
"unresolved error" and the correct linenumber...

anyway, yeah...
like you already promised, I wait for more explaining error messages.

and I thank you a zillion of that notepad hint.