Modify ↓
Opened 9 years ago
Closed 4 years ago
#3163 closed Bug (Wont Fix)
Windows PE - Unknown software exeption 0xc000001d
Reported by: | Tom1969 | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.14.2 | Severity: | None |
Keywords: | Cc: |
Description
TestScript:
$Result = 2 ^ 16 MsgBox(0, "Result", $Result)
Compile the Script:
- Autoit 3.3.14.2 or 3.3.15.0
- 64bit
Test-Scenario:
- Boot Windows 8.1 x64 Installmedia from USB or DVD
- Press Shift-F10 to open command shell
- Run Script
Result depends on CPU-Type:
Broadwell, Hasswell or Skylake
- unknown software exeption (0xc000001d)
Ivybride and older CPU
- script works fine
Alternative tests :
- Boot Windows 10 x64 Installmedia -> same problem
- Boot Windows 8.1 x64 or Windows 10 x74 Installation from Harddisk -> No problem on every CPU-Type
- Compile with Autoit 3.3.12.0 -> No problem on every CPU-Type
Attachments (0)
Change History (3)
comment:1 Changed 9 years ago by BrewManNH
comment:2 Changed 9 years ago by anonymous
I confirm this exception on two computer. Autoit 3.3.12 works fine, 3.3.14.2 throws this exception
comment:3 Changed 4 years ago by Jpm
- Resolution set to Wont Fix
- Status changed from new to closed
As AutoIt does noes really support Win_PE This will not be fix.
The change perhaps occurred with the removing support of Windows_XP
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Windows PE is not Windows, the fact that it works at all on Windows PE is a good thing, that things don't work with Windows PE is not at all surprising. After 3.3.12.x AutoIt was compiled to work with XP SP3 and above, so it's probably something related to that change causing the issue.