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
DriverStore Explorer 0.12.xxx
When choose Options -> Use Native Driver Store in Windows 10 Pro x86
RAPR 0.12.17, 0.12.30, 0.12.40 returns an error: Handle is not initialized.
RAPR 0.12.4, 0.12.12 returns an error: Value cannot be null. Parameter name: input
In Windows 10 Pro x64 everything OK.
DISM (10.0.19041.3636) and .NET Framework are identical in both versions of Windows 10.
RAPR 0.12.17, 0.12.30, 0.12.40 returns an error: Handle is not initialized.
RAPR 0.12.4, 0.12.12 returns an error: Value cannot be null. Parameter name: input
RAPR log in Windows x86. Error. Handle is not initialized:
Expand
2025-02-24 09:22:49Z [Information]: ---------------------------------------------------------------
2025-02-24 09:22:49Z [Information]: Rapr started
2025-02-24 09:22:49Z [Information]: Scanning driver store...
2025-02-24 09:23:00Z [Information]: Ready
2025-02-24 09:23:03Z [Information]: Scanning driver store...
2025-02-24 09:23:03Z [Error]: System.InvalidOperationException: Handle is not initialized.
at System.Runtime.InteropServices.GCHandle.FromIntPtr(IntPtr value)
at Rapr.Utils.NativeDriverStore.EnumDriverPackages(IntPtr driverStoreHandle, String driverStoreFilename, DriverPackageInfo pDriverPackageInfo, IntPtr lParam)
at Rapr.Utils.NativeDriverStore.NativeMethods.DriverStoreEnum(IntPtr driverStoreHandle, DriverStoreEnumFlags flags, EnumDriverPackageDelegate CallbackRoutine, IntPtr lParam)
at Rapr.Utils.NativeDriverStore.EnumeratePackages()
at Rapr.DSEForm.<PopulateUIWithDriverStoreEntries>b__17_0()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Rapr.DSEForm.<PopulateUIWithDriverStoreEntries>d__17.MoveNext()
2025-02-24 09:23:09Z [Information]: Shutting down - reason UserClosing
RAPR log in Windows x86. Error. Value cannot be null. Parameter name: input:
Expand
2025-02-25 13:32:19Z [Information]: ---------------------------------------------------------------
2025-02-25 13:32:19Z [Information]: Rapr started
2025-02-25 13:32:20Z [Information]: Scanning driver store...
2025-02-25 13:32:20Z [Error]: System.ArgumentNullException: Value cannot be null.
Parameter name: input
at System.Version.Parse(String input)
at Rapr.Utils.NativeDriverStore.EnumDeviceObjects(IntPtr hDriverStore, DriverStoreObjectType ObjectType, String ObjectName, IntPtr lParam)
at Rapr.Utils.NativeDriverStore.NativeMethods.DriverStoreEnumObjects(IntPtr hDriverStore, DriverStoreObjectType objectType, DRIVERSTORE_LOCK_LEVEL flags, EnumObjectsDelegate callbackRoutine, IntPtr lParam)
at Rapr.Utils.NativeDriverStore.EnumeratePackages()
at Rapr.DSEForm.<PopulateUIWithDriverStoreEntries>b__17_0()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Rapr.DSEForm.<PopulateUIWithDriverStoreEntries>d__17.MoveNext()
The text was updated successfully, but these errors were encountered:
vodek3
changed the title
Error. Handle is not initialized. Windows 10 x86.
Errors. Handle is not initialized. + Value cannot be null. Parameter name: input. Windows 10 x86.
Feb 25, 2025
DriverStore Explorer 0.12.xxx
When choose Options -> Use Native Driver Store in Windows 10 Pro x86
RAPR 0.12.17, 0.12.30, 0.12.40 returns an error: Handle is not initialized.
RAPR 0.12.4, 0.12.12 returns an error: Value cannot be null. Parameter name: input
In Windows 10 Pro x64 everything OK.
DISM (10.0.19041.3636) and .NET Framework are identical in both versions of Windows 10.
RAPR 0.12.17, 0.12.30, 0.12.40 returns an error: Handle is not initialized.

RAPR 0.12.4, 0.12.12 returns an error: Value cannot be null. Parameter name: input

.Net Framework installed in system:
Expand
RAPR log in Windows x86. Error. Handle is not initialized:
Expand
RAPR log in Windows x86. Error. Value cannot be null. Parameter name: input:
Expand
The text was updated successfully, but these errors were encountered: