We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to run the program in Windows 10 the following error message is displayed, what could it be?
C:\Program Files (x86)\Network Adapter Selector> NetworkAdapterSelector.Hook.exe --network {B79EAD6A-CFD6-45E9-AA6A-9DD8049B5B66} --execute C:\Users\Mauricio\AppData\Local\Programs\Opera\launcher.exe --network {B79EAD6A-CFD6-45E9-AA6A-9DD8049B5B66} --execute C:\Users\Mauricio\AppData\Local\Programs\Opera\launcher.exe System.OutOfMemoryException: STATUS_NO_MEMORY: Unable to allocate memory in target process. (Code: 5) em EasyHook.NativeAPI.Force(Int32 InErrorCode) em EasyHook.RemoteHooking.InjectEx(Int32 InHostPID, Int32 InTargetPID, Int32 InWakeUpTID, Int32 InNativeOptions, String InLibraryPath_x86, String InLibraryPath_x64, Boolean InCanBypassWOW64, Boolean InCanCreateService, Boolean InRequireStrongName, Object[] InPassThruArgs) em NetworkAdapterSelector.Hook.Program.Main()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to run the program in Windows 10 the following error message is displayed, what could it be?
C:\Program Files (x86)\Network Adapter Selector> NetworkAdapterSelector.Hook.exe --network {B79EAD6A-CFD6-45E9-AA6A-9DD8049B5B66} --execute C:\Users\Mauricio\AppData\Local\Programs\Opera\launcher.exe
--network {B79EAD6A-CFD6-45E9-AA6A-9DD8049B5B66} --execute C:\Users\Mauricio\AppData\Local\Programs\Opera\launcher.exe
System.OutOfMemoryException: STATUS_NO_MEMORY: Unable to allocate memory in target process. (Code: 5)
em EasyHook.NativeAPI.Force(Int32 InErrorCode)
em EasyHook.RemoteHooking.InjectEx(Int32 InHostPID, Int32 InTargetPID, Int32 InWakeUpTID, Int32 InNativeOptions, String InLibraryPath_x86, String InLibraryPath_x64, Boolean InCanBypassWOW64, Boolean InCanCreateService, Boolean InRequireStrongName, Object[] InPassThruArgs)
em NetworkAdapterSelector.Hook.Program.Main()
The text was updated successfully, but these errors were encountered: