You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I, like many others, own multiple steam accounts to play rocket league. To keep the steam credentials for both accounts stored, I use an (inactive) second windows user.
I then start steam using runas to run it under my current windows account with permissions of the second user account (this is required for steam to store both credentials). The full command I use is: %windir%\system32\runas.exe /user:SECOND_WINDOWS_USER /savecred "cmd /c start steam://rungameid/252950".
Bakkesmod injector fails to detect rocketleague.exe when using runas. To reproduce you do not need a second steam account/rocket league copy, the results can be reproduced with only a second windows user and the above command.
Edit: I want to mention that I have obviously tried both running bakkesmod as admin and as the second user
The text was updated successfully, but these errors were encountered:
I, like many others, own multiple steam accounts to play rocket league. To keep the steam credentials for both accounts stored, I use an (inactive) second windows user.
I then start steam using
runas
to run it under my current windows account with permissions of the second user account (this is required for steam to store both credentials). The full command I use is:%windir%\system32\runas.exe /user:SECOND_WINDOWS_USER /savecred "cmd /c start steam://rungameid/252950"
.Bakkesmod injector fails to detect
rocketleague.exe
when usingrunas
. To reproduce you do not need a second steam account/rocket league copy, the results can be reproduced with only a second windows user and the above command.Edit: I want to mention that I have obviously tried both running bakkesmod as admin and as the second user
The text was updated successfully, but these errors were encountered: