#207233 - 2013-05-02 01:38 AM
Re: 4.64 BETA 1 just released...
[Re: NTDOC]
|
Henriques
Fresh Scripter
Registered: 2007-09-13
Posts: 43
|
Looks like several bugs introduced now. Try this script;
Dim $PIET[3]
Dim $RESULT
? @KIX
$PIET[0]= @BUILD
$PIET[1]= @SCRIPTDIR
$PIET[2]= @KIX
$PIET[3]= @FULLNAME
? $PIET[0]
? $PIET[1]
? $PIET[2]
? $PIET[3]
$PIET = @BUILD,
@SCRIPTDIR,
@KIX,
@FULLNAME
? $PIET[0]
? $PIET[1]
? $PIET[2]
? $PIET[3]
$PIET = "piet",
"klaas",
"jan",
"joris"
? $PIET[0]
? $PIET[1]
? $PIET[2]
? $PIET[3]
$RESULT = 0
$RESULT = Len($PIET)
? $RESULT
? "*" + @COMMENT + "*"
? "*" + @FULLNAME + "*"
? "*" + @HOMEDIR + "*"
? "*" + @HOMEDRIVE + "*"
? "*" + @HOMESHR + "*"
? "*" + @LONGHOMEDIR + "*"
? "*" + @MAXPWAGE + "*"
? "*" + @PRIMARYGROUP + "*"
? "*" + @PRIV + "*"
? "*" + @PWAGE + "*"
? "*" + @RSERVER + "*"
You'll find only that the veraion is printed which is 4.64 so although it is printed the versionnumber should something like 4.64b1.
Edited by Mart (2013-05-02 10:06 AM) Edit Reason: Please use code tags when posting code.
|
Top
|
|
|
|
#207239 - 2013-05-02 11:20 AM
Re: 4.64 BETA 1 just released...
[Re: Ruud van Velsen]
|
NTDOC
Administrator
   
Registered: 2000-07-28
Posts: 11625
Loc: CA
|
I get the following running your code Henriques
E:\Download\KiX\KiX2010.464b1>KIX32 T1.KIX
4.64 7601 E:\Download\KiX\KiX2010.464b1 4.64
7601 E:\Download\KiX\KiX2010.464b1 4.64
piet klaas jan joris ERROR : Error in expression: this type of array not supported in expressions.! Script: E:\Download\KiX\KiX2010.464b1\T1.KIX Line : 35
This is on line 35
|
Top
|
|
|
|
#207242 - 2013-05-02 01:14 PM
Re: 4.64 BETA 1 just released...
[Re: NTDOC]
|
Henriques
Fresh Scripter
Registered: 2007-09-13
Posts: 43
|
I'm having a standalone pc with windows 8(64) pro. Just found that if I use @dos instead of @fullname it works besides the len statement. So it has something to do with the value of @fullname which by the way is in the last eleven print statements. Now using one of these macro's at my pc's corrupts the array and nothing is printed. I did send an email about this problem before. Running the same on a standalone pc with windows 7(32) it runs fine.
|
Top
|
|
|
|
#207246 - 2013-05-02 03:52 PM
Re: 4.64 BETA 1 just released...
[Re: Allen]
|
Henriques
Fresh Scripter
Registered: 2007-09-13
Posts: 43
|
It's not the len function but the contents of @COMMENT, @FULLNAME, @HOMEDIR, @HOMEDRIVE, @HOMESHR, @LONGHOMEDIR, @MAXPWAGE, @PRIMARYGROUP, @PRIV, @PWAGE and @RSERVER if not connected to a network and working with windows 8(64) Pro.
|
Top
|
|
|
|
#207279 - 2013-05-08 05:36 PM
Re: 4.64 BETA 1 just released...
[Re: Ruud van Velsen]
|
Henriques
Fresh Scripter
Registered: 2007-09-13
Posts: 43
|
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.
|
Top
|
|
|
|
#207283 - 2013-05-08 10:45 PM
Re: 4.64 BETA 1 just released...
[Re: Henriques]
|
Patrick20
Fresh Scripter
Registered: 2009-08-27
Posts: 22
Loc: Belgium
|
Hello,
where can we download 4.64 BETA 1 to check ?
Thanks/Patrick
|
Top
|
|
|
|
#207284 - 2013-05-08 11:00 PM
Re: 4.64 BETA 1 just released...
[Re: Patrick20]
|
Allen
KiX Supporter
   
Registered: 2003-04-19
Posts: 4557
Loc: USA
|
|
Top
|
|
|
|
#207353 - 2013-05-19 03:52 PM
Re: 4.64 BETA 1 just released...
[Re: Allen]
|
Smitis
Just in Town
Registered: 2005-05-30
Posts: 1
Loc: Russia
|
This bug is not fixed http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=196878
demo
cls
? "Bug printing non-english symbols in the kixtart 4.60 - 4.63 and 4.64beta1"
?
? "Printing two symbols instead of one"
?
$a=chr(168)
$a
?
? "Normal printing two symbols"
?
$a=chr(168) + "*"
$a
|
Top
|
|
|
|
Moderator: ShaneEP, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Ruud van Velsen, Mart
|
1 registered
(Allen)
and 509 anonymous users online.
|
|
|