#214063 - 2022-03-18 11:22 AM
Anyone game to test a new build?
|
Ruud van Velsen
Developer
   
Registered: 1999-05-06
Posts: 372
Loc: Amsterdam, The Netherlands
|
...yes... it's been a while... but a ping by Allen woke me up ... So here's a link to a test-version of 4.69: KiXtart 4.69 test
This version recognizes Windows 11, Windows Server 2019, 2022 (and the builds in between) and it also features 2 new macros: @RELEASEID (eg: 1909, 2003, etc) @RELEASENAME eg: 21H2)
If nothing unexpected comes up, I'll share a final build shortly.
|
Top
|
|
|
|
#214064 - 2022-03-19 05:05 PM
Re: Anyone game to test a new build?
[Re: Ruud van Velsen]
|
Henriques
Fresh Scripter
Registered: 2007-09-13
Posts: 38
|
@RELEASEID and @RELEASENAME are working correct. @PRODUCTTYPE is giving Windows 11 PRO which also is correct. The only thing strange is that kix32.exe is now more than twice as big (bitwise). Testing goes on.
|
Top
|
|
|
|
#214067 - 2022-04-07 12:02 PM
Re: Anyone game to test a new build?
[Re: Mart]
|
Henriques
Fresh Scripter
Registered: 2007-09-13
Posts: 38
|
I now found that kix32.exe a log-file makes in the temp-directory. So maybe the bigger size of the program has to do with a debug-version.
|
Top
|
|
|
|
#214138 - 2022-06-22 03:15 PM
Re: Anyone game to test a new build?
[Re: DaveLipman]
|
Flavien
Getting the hang of it
Registered: 1999-07-21
Posts: 94
Loc: Geneva, Switzerland
|
I was surprised to see kix32.exe running on Win 11 ARM!
I tried with my most complex script, and got this error:
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Debug Error!
Program: Z:\KIX32.EXE
HEAP CORRUPTION DETECTED: after Normal block (#38939) at 0x096D94A0.
CRT detected that the application wrote to memory after end of heap buffer.
(Press Retry to debug the application)
---------------------------
Abort Retry Ignore
---------------------------
After extracting the function, I've got this:
---------------------------
Windows - Application Error
---------------------------
The instruction at 0x0000000077BBE658 referenced memory at 0x00000000FEFEFEFE. The memory could not be read.
Click on OK to terminate the program
---------------------------
OK
---------------------------
The culprit:
readvalue("HKLM\hardware\resourcemap\system resources\physical memory", ".Translated")
|
Top
|
|
|
|
#214139 - 2022-06-22 03:48 PM
Re: Anyone game to test a new build?
[Re: DaveLipman]
|
Flavien
Getting the hang of it
Registered: 1999-07-21
Posts: 94
Loc: Geneva, Switzerland
|
(Posted this once already, not sure if it went nowhere or got duplicated)
FYI - Just tried 4.67 on Win 11 ARM (in a VM running on Parallels on a M1 Mac). Caught a bug running this:
break on
readvalue("HKLM\hardware\resourcemap\system resources\physical memory", ".Translated")
---------------------------
Windows - Application Error
---------------------------
The instruction at 0x000000007781E658 referenced memory at 0x00000000FEFEFEFE. The memory could not be read.
kixtart.log:
2022/06/22 15:13:57.0122 - Starting initialization.
2022/06/22 15:13:57.0122 - OS Platform : "NT " [2]
2022/06/22 15:13:57.0122 - OS Major version: [6]
2022/06/22 15:13:57.0122 - OS Minor version: [2]
2022/06/22 15:13:57.0137 - Loaded "C:\Windows\System32\ADVAPI32.dll"
2022/06/22 15:13:57.0137 - Adjusted DACL
2022/06/22 15:13:57.0137 - default locale : "English"
2022/06/22 15:13:57.0137 - set locale
2022/06/22 15:13:57.0137 - decimal point : "."
2022/06/22 15:13:57.0137 - thousands separator : ","
2022/06/22 15:13:57.0153 - grouping : "3;0"
2022/06/22 15:13:57.0153 - negative sign : "-"
2022/06/22 15:13:57.0153 - digits : "2"
2022/06/22 15:13:57.0153 - leading zero : "1"
2022/06/22 15:13:57.0153 - negative number format : "1"
2022/06/22 15:13:57.0153 - Current console attribs [7]
2022/06/22 15:13:57.0169 - Set console mode
2022/06/22 15:13:57.0169 - Loaded "C:\Windows\System32\KERNEL32.DLL"
2022/06/22 15:13:57.0169 - Got console handle
2022/06/22 15:13:57.0169 - Got menu handle
2022/06/22 15:13:57.0169 - Set Ctrl handler
2022/06/22 15:13:57.0169 - Initialized console
2022/06/22 15:13:57.0184 - PATH : "C:\Program Files\Parallels\Parallels Tools\Applications;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\flavien\AppData\Local\Microsoft\WindowsApps;"
2022/06/22 15:13:57.0184 - argv0 "KIX32.EXE"
2022/06/22 15:13:57.0184 - argv "ram_size.kix" [1]
2022/06/22 15:13:57.0184 - Trying LANA:
2022/06/22 15:13:57.0184 - Trying LANA: [1]
2022/06/22 15:13:57.0184 - Trying LANA: [2]
2022/06/22 15:13:57.0200 - Trying LANA: [3]
2022/06/22 15:13:57.0200 - Trying LANA: [4]
2022/06/22 15:13:57.0200 - Trying LANA: [5]
2022/06/22 15:13:57.0200 - Trying LANA: [6]
2022/06/22 15:13:57.0200 - Found NIC address: "001C42D3E32A" [6]
2022/06/22 15:13:57.0200 - Systemdir: "C:\Windows\system32"
2022/06/22 15:13:57.0216 - Computername: "WIN11ARM"
2022/06/22 15:13:57.0216 - Wusername: "flavien"
2022/06/22 15:13:57.0216 - Loaded "C:\Windows\SYSTEM32\NETAPI32.dll"
2022/06/22 15:13:57.0216 - KXLM32: Loaded lib and pointers
2022/06/22 15:13:57.0216 - Got SID "S-1-5-21-796517349-848208846-1737980647-1000"
2022/06/22 15:13:57.0216 - Username: "flavien"
2022/06/22 15:13:57.0231 - LogonDomain: "WIN11ARM"
2022/06/22 15:13:57.0231 - LogonServer: "\\WIN11ARM"
2022/06/22 15:13:57.0231 - Computername: "WIN11ARM"
2022/06/22 15:13:57.0231 - Domain: "WORKGROUP"
2022/06/22 15:13:57.0231 - Actual logonServer: "\\WIN11ARM"
2022/06/22 15:13:57.0231 - Netlogon Drive: "\\WIN11ARM\NETLOGON\"
2022/06/22 15:13:57.0247 - Got local network info
2022/06/22 15:13:57.0247 - LogonMode :
2022/06/22 15:13:57.0247 - Real OS Major version: [10]
2022/06/22 15:13:57.0247 - Real OS Minor version:
2022/06/22 15:13:57.0247 - Real OS Build version: [22598]
2022/06/22 15:13:57.0247 - Current directory: "Z:\"
2022/06/22 15:13:57.0247 - About to process script: "ram_size.kix"
2022/06/22 15:13:57.0262 - Trying for script: "ram_size.kix"
2022/06/22 15:13:57.0262 - Opening: "ram_size.kix"
2022/06/22 15:13:57.0262 - FQ ScriptName: "Z:\ram_size.kix"
2022/06/22 15:13:57.0262 - ScriptLength: [98]
2022/06/22 15:13:57.0262 - Allocated scriptbuffer
2022/06/22 15:13:57.0262 - Read script
2022/06/22 15:13:57.0278 - Initialized script buffers
2022/06/22 15:13:57.0278 - Tokenized script, lines: [4]
2022/06/22 15:13:57.0278 - Strings
2022/06/22 15:13:57.0278 - Initialized script
2022/06/22 15:13:57.0278 - Start descent [5272312]
A longer script has a lot of these:
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Debug Error!
Program: Z:\KIX32.EXE
HEAP CORRUPTION DETECTED: after Normal block (#38937) at 0x097FD840.
CRT detected that the application wrote to memory after end of heap buffer.
|
Top
|
|
|
|
Moderator: ShaneEP, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Ruud van Velsen, Mart
|
1 registered
(ali_cat)
and 284 anonymous users online.
|
|
|