LittleBigMouse
LittleBigMouse copied to clipboard
Program will not start
Seemed to break after the most recent windows update. Tried restarting, uninstalling and reinstalling the two most recent versions with no success.
+1, I have the same exact issue.
+1 on this. As a workaround, uninstall KB4515384
no KB4515384 in the system, can't run latest version, previous (which was old 4.1) were working fine
three entries in event log:
Application: LittleBigMouse_Daemon.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.TypeLoadException
at LittleBigMouse_Daemon.Program.Main(System.String[])
Faulting application name: LittleBigMouse_Daemon.exe, version: 4.0.7124.42680, time stamp: 0x5d1e72d0
Faulting module name: KERNELBASE.dll, version: 10.0.17134.1006, time stamp: 0x2a97fa2d
Exception code: 0xe0434352
Fault offset: 0x000000000003a388
Faulting process id: 0x6ee0
Faulting application start time: 0x01d578378452c7f0
Faulting application path: C:\Program Files\LittleBigMouse\LittleBigMouse_Daemon.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 60fe9e3e-e768-424f-8a4a-fb18630bacec
Faulting package full name:
Faulting package-relative application ID:
Fault bucket 1984630503640971654, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: LittleBigMouse_Daemon.exe
P2: 4.0.7124.42680
P3: 5d1e72d0
P4: KERNELBASE.dll
P5: 10.0.17134.1006
P6: 2a97fa2d
P7: e0434352
P8: 000000000003a388
P9:
P10:
Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6240.tmp.mdmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER62CD.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER62DE.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER62E6.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6316.tmp.txt
These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_LittleBigMouse_D_861a81d352b637f8c71b173763ced0896076a1a6_bbb52b3d_785e6731
Analysis symbol:
Rechecking for solution: 0
Report Id: 60fe9e3e-e768-424f-8a4a-fb18630bacec
Report Status: 268435456
Hashed bucket: 352c97376f24ad973b8ad2ed93ecb986
Cab Guid: 0
uninstalled and went back to 4.2.7120.40854 that works fine
uninstalled and went back to 4.2.7120.40854 that works fine
That older version doesn't work for me, too.
Exact same issue. Was using some version of 4.1 (can't remember which). Updated to Windows 10 1903. Continued to work. Updated to latest version and won't start. Tried previous version, same issue.
Different event log entries tho
Application: LittleBigMouse_Control.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: exception code c0000005, exception address 000002B7EF160980
Faulting application name: LittleBigMouse_Control.exe, version: 4.2.7120.40854, time stamp: 0x5d191e8c Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000 Exception code: 0xc0000005 Fault offset: 0x000002b7ef160980 Faulting process id: 0x40dc Faulting application start time: 0x01d58a4484515743 Faulting application path: C:\Program Files\LittleBigMouse\LittleBigMouse_Control.exe Faulting module path: unknown Report Id: 4102416b-6c67-442e-bdb2-3398f728cfcf Faulting package full name: Faulting package-relative application ID:
Fault bucket 1303258920941680826, type 5 Event Name: BEX64 Response: Not available Cab Id: 0
Problem signature: P1: LittleBigMouse_Control.exe P2: 4.2.7120.40854 P3: 5d191e8c P4: StackHash_8d09 P5: 0.0.0.0 P6: 00000000 P7: PCH_7B_FROM_ntdll+0x000000000009CC14 P8: c0000005 P9: 0000000000000008 P10:
Attached files: \?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER976F.tmp.dmp \?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9889.tmp.WERInternalMetadata.xml \?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER988A.tmp.xml \?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER98A1.tmp.csv \?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER98B2.tmp.txt
These files may be available here: \?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_LittleBigMouse_C_578e4faa6a6b738aea7d56c6f1d719e419a87ce8_490bde4d_722ba9aa-ad6f-4460-896f-8e88f117cc4f
Analysis symbol: Rechecking for solution: 0 Report Id: 4102416b-6c67-442e-bdb2-3398f728cfcf Report Status: 268435456 Hashed bucket: ff0a615e63e89deb22161b15691678ba Cab Guid: 0
Revelation, it works on a new user.
I'd previously deleted the registry stuff to see if that would fix it too, but it did not.
@mgth : Do you need more information to understand the root cause of this issue? @Yeomans added the detail that it is still working for a new windows user for him. I cannot create a new user and have to wait until a fix for an user that was existing before the windows update can run the app again...
I have the same issue here as well, program will not load on startup.
Coding fix should be very easy:
-
When app is launched I have to press "apply" before the settings as implemented. Set it such that settings are applied upon launch of app.
-
Code non-requirement of UAC upon startup launch.
Same for me.
Event Viewer: Application: LittleBigMouse_Control.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.TypeLoadException at LittleBigMouse_Control.App.OnStartup(System.Windows.StartupEventArgs) at System.Windows.Application.<.ctor>b__1_0(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr) at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef) at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame) at System.Windows.Application.RunDispatcher(System.Object) at System.Windows.Application.RunInternal(System.Windows.Window) at LittleBigMouse_Control.App.Main()
Further analysis with Fusion logging pointed to mscorlib.dll.
*** Assembly Binder Log Entry (14.02.2020 @ 14:15:39) ***The operation failed. Bind result: hr = 0x80004005. Unspecified error
Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll Running under executable C:\Program Files\LittleBigMouse\LittleBigMouse_Control.exe --- A detailed error log follows.
=== Pre-bind state information === LOG: DisplayName = netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (Fully-specified) LOG: Appbase = file:///C:/Program Files/LittleBigMouse/ LOG: Initial PrivatePath = NULL LOG: Dynamic Base = NULL LOG: Cache Base = NULL LOG: AppName = LittleBigMouse_Control.exe Calling assembly : HLab.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
LOG: Start validating all the dependencies. LOG: [Level 1]Start validating native image dependency mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
*** Assembly Binder Log Entry (14.02.2020 @ 14:15:39) ***The operation failed. Bind result: hr = 0x80004005. Unspecified error
Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll Running under executable C:\Program Files\LittleBigMouse\LittleBigMouse_Control.exe --- A detailed error log follows.
=== Pre-bind state information === LOG: DisplayName = netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (Fully-specified) LOG: Appbase = file:///C:/Program Files/LittleBigMouse/ LOG: Initial PrivatePath = NULL LOG: Dynamic Base = NULL LOG: Cache Base = NULL LOG: AppName = LittleBigMouse_Control.exe Calling assembly : HLab.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
LOG: Start validating all the dependencies. LOG: [Level 1]Start validating native image dependency mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected LOG: Start validating all the dependencies. LOG: [Level 1]Start validating native image dependency mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
*** Assembly Binder Log Entry (14.02.2020 @ 14:15:39) ***The operation was successful. Bind result: hr = 0x1. Incorrect function.
Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll Running under executable C:\Program Files\LittleBigMouse\LittleBigMouse_Control.exe --- A detailed error log follows.
BEGIN : Native image bind. LOG: Start validating all the dependencies. LOG: [Level 1]Start validating native image dependency mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. Dependency name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 LOG: Start validating all the dependencies. LOG: [Level 1]Start validating native image dependency mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. Dependency name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 END : Incorrect function. (Exception from HRESULT: 0x00000001 (S_FALSE))
*** Assembly Binder Log Entry (14.02.2020 @ 14:15:39) ***The operation failed. Bind result: hr = 0x80004005. Unspecified error
Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll Running under executable C:\Program Files\LittleBigMouse\LittleBigMouse_Control.exe --- A detailed error log follows.
=== Pre-bind state information === LOG: DisplayName = netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (Fully-specified) LOG: Appbase = file:///C:/Program Files/LittleBigMouse/ LOG: Initial PrivatePath = NULL LOG: Dynamic Base = NULL LOG: Cache Base = NULL LOG: AppName = LittleBigMouse_Control.exe Calling assembly : HLab.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
LOG: Start validating all the dependencies. LOG: [Level 1]Start validating native image dependency mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected LOG: Start validating all the dependencies. LOG: [Level 1]Start validating native image dependency mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected WRN: No matching native image found.
*** Assembly Binder Log Entry (14.02.2020 @ 14:15:39) ***The operation failed. Bind result: hr = 0x80004005. Unspecified error
Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll Running under executable C:\Program Files\LittleBigMouse\LittleBigMouse_Control.exe --- A detailed error log follows.
=== Pre-bind state information === LOG: DisplayName = netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (Fully-specified) LOG: Appbase = file:///C:/Program Files/LittleBigMouse/ LOG: Initial PrivatePath = NULL LOG: Dynamic Base = NULL LOG: Cache Base = NULL LOG: AppName = LittleBigMouse_Control.exe Calling assembly : HLab.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
LOG: Start validating all the dependencies. LOG: [Level 1]Start validating native image dependency mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected LOG: Start validating all the dependencies. LOG: [Level 1]Start validating native image dependency mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected WRN: No matching native image found.
Fixed the issue (followed instructions given in https://www.smrfoundation.org/forums/topic/error-encountered-after-windows-10-update/ ).
- Uninstall LBM from Control Panel
- Go to C:\Users[user_profile_name]\AppData\Local\Apps\2.0
- You should notice 2 folders: one is named “Data” and the other one has a strange name. The folder with the strange name used to have all the LBM files (now removed in step 1). Please try to delete that folder. If you are able to remove the folder, please try installing LBM again, otherwise continue in the next step
- Open RegEdit and go to: [HKEY_LOCAL_MACHINE]\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\
- Under ProfileList find the profile that corresponds to your user. To do that click on the profile entry and check “ProfileImagePath” on the right side
- After you have located your profile, add a new DWORD (32-bit) value entry name “RefCount” and set the Value to 0.(for more details you can check https://neosmart.net/wiki/corrupt-user-profile/)
- Sign out from Windows (or restart)
- Try installing LBM (it should work now!)
- Open RegEdit again and remove the key (RefCount) you added in step 6
Hello, I just installed for the first time LittleBigMouse and it’s not launched. Do I have to follow Ontogenez tutorial ?
The program starts, but all I get is a blurry rectangle on the screen before it crashes.
I followed all of the steps given by @ontogenez as well as 5 previous versions with no success.
I'm on Windows 10 Pro version 1903.