microsoft / WinAppDriver

Windows Application Driver
MIT License
3.68k stars 1.4k forks source link

WinAppDriverUIRecorder fails to launch on some Win10 #1674

Open adrian-herscu opened 2 years ago

adrian-herscu commented 2 years ago

I have to run UI Recorder on a restricted Win10 computer which does not receive regular updates and is not connected to the Internet.

Compiled UI Recorder on my Win10 (version 20H2) laptop and it works. However, when running it on a Win10 (version 1607) computer it fails on start. (this computer is restricted, not connected to Internet and does not update) Tried with master, v1.2.1, and v1.1.1. All the same :(

Here is the Event Viewer message:

Faulting application name: WinAppDriverUIRecorder.exe, version: 1.0.0.0, time stamp: 0x61f2982c
Faulting module name: KERNELBASE.dll, version: 10.0.14393.3986, time stamp: 0x5f77fd5b
Exception code: 0xe0434352
Fault offset: 0x0000000000034f38
Faulting process id: 0x22c0
Faulting application start time: 0x01d813848ea510db
Faulting application path: C:\WinAppDriverUIRecorder\WinAppDriverUIRecorder.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: 2d4410e2-93c1-477a-86f3-92bd6ce23b19
Faulting package full name:
Faulting package-relative application ID:

Anything I can do to diagnose this issue? Other suggestion(s)?

adrian-herscu commented 2 years ago

Pulled from master and compiled to x86 -- now it works :)