SessionCreator returns exitcode: 7 Failed to create user session
- 1 day ago
Hello fellow testers,
I sort of solved this issue so I'll let you know what I had to do to get my tests started again.
I have a batchscript in taskmanager that restarts my PC.
Then an other task that starts the tests planned about 15 min later.
Since the testrun can no longer start on when the pc is locked/ logged off,
I've added a registry edit that automatically logs on the user.
It can be added here:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
add these keys:
AutoAdminLogon 1
DefaultUserName {Your Username}
DefaultPassword {Your Password}
DefaultDomainName {Your PCs domain name}When the PC restarts it automatically logs on so it has a active session that SessionCreator/ testexecute can use.
When the testing is done I've added a script that logs off the user.Unfortunately my other PC now also has this issue. It can no longer create a user session.
2 of the 3 PCs i use now have this issue, I've disabled windows updates on the last working PC hoping it can still keep running as it is.
It seems all the vibecoding in windows 11 is breaking more and more everyday.
Please do let me know if anyone else starts having these issues. Maybe with more affected Smartbear can create a fix that solves this once and for all.