Okay Ruud,
Here's a copy of 4.64 in a dos screen;
----
Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. Alle rechten voorbehouden.

c:\kix>\kix\kix32 testje.kix

Start script
4.64

9200
c:\kix
4.64
6.2

c:\kix>
----
With version 4.63 I got these;
----
Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. Alle rechten voorbehouden.

c:\kix>\kix\kix32 testje.kix

Start script
4.63

9200
c:\kix
4.63
6.2
Fatal exception occurred.

c:\kix>
----
The script I used is;
----
Dim $PIET[3]
? "Start script"
? @KIX + @CRLF

$PIET[0] = @BUILD
$PIET[1] = @SCRIPTDIR
$PIET[2] = @KIX
$PIET[3] = @DOS

? $PIET[0]
? $PIET[1]
? $PIET[2]
? $PIET[3] + @CRLF

$PIET[3] = @FULLNAME
? $PIET[0]
? $PIET[1]
? $PIET[2]
? $PIET[3]

? "*" + @COMMENT + "*"
? "*" + @FULLNAME + "*"
? "*" + @HOMEDIR + "*"
? "*" + @HOMEDRIVE + "*"
? "*" + @HOMESHR + "*"
? "*" + @LONGHOMEDIR + "*"
? "*" + @MAXPWAGE + "*"
? "*" + @PRIMARYGROUP + "*"
? "*" + @PRIV + "*"
? "*" + @PWAGE + "*"
? "*" + @RSERVER + "*"
----

So after I changed the 3th element there's no output of that array anymore. The macro's at the bottom have to something with networking. So I looked after Allen Suggestion in the logfiles and found;
- System

- Provider

[ Name] KIXTART

- EventID 5

[ Qualifiers] 49152

Level 2

Task 0

Keywords 0x80000000000000

- TimeCreated

[ SystemTime] 2013-05-08T15:24:13.000000000Z

EventRecordID 4981

Channel Application

Computer ninja

Security


- EventData

Fatal exception occurred. Error : (0xc0000005/-1073741819)
AND ----
- System

- Provider

[ Name] KIXTART

- EventID 1722

[ Qualifiers] 0

Level 2

Task 0

Keywords 0x80000000000000

- TimeCreated

[ SystemTime] 2013-05-08T15:24:12.000000000Z

EventRecordID 4980

Channel Application

Computer ninja

Security


- EventData

UserModalsGet failed Error : De RPC-server is niet beschikbaar. (0x6ba/1722)
-----
AND
- System

- Provider

[ Name] KIXTART

- EventID 1722

[ Qualifiers] 0

Level 2

Task 0

Keywords 0x80000000000000

- TimeCreated

[ SystemTime] 2013-05-08T15:24:12.000000000Z

EventRecordID 4979

Channel Application

Computer ninja

Security


- EventData

UserGetInfo failed Error : De RPC-server is niet beschikbaar. (0x6ba/1722)
-----------------------------------
The RPC-server however is up and running.
By the way I have a laptop with with a dutch version of windows 8(64) Pro and an english version on a desktop and they both come with the same error.

All updates, including those for the internet adapters, are installed.