This is a simple script to demonstrate the problem.

Verified crash for me on 4.60 and 4.61
This is being run on a remote XP SP3 computer with the following info:

Name: HOME1
IP: 192.168.1.100
FQDN: HOME1.TEST.COM

This is an established network with all services confirmed working as in PING, NSLOOKUP, NETSTAT all provide the predictable and correct results.

 Code:
BREAK ON
$Display = ENUMKEY("\\HOME1\HKLM\SYSTEM\CurrentControlSet\Enum\Display",0)

? "Works 1"

$Display = ENUMKEY("\\192.168.1.100\HKLM\SYSTEM\CurrentControlSet\Enum\Display",0)

? "Works 2"

$Display = ENUMKEY("\\HOME1.TEST.COM\HKLM\SYSTEM\CurrentControlSet\Enum\Display",0)

? "Works 3"

EXIT
 



If I run this script the results are:

Works 1
Works 2

Then Kixtart crashes with "KiXtart main executable has encountered a problem and needs to close. We are sorry for the inconvenience"

I can work around the problem, but is this a known issue?


Edited by IanDubbelboer (2010-04-07 06:41 PM)