Windows error 0x00003B01, 15105

Detailed Error Information

MUI_FILE_NOT_LOADED[1]

MessageThe resource loader cache doesn't have loaded MUI entry.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80073B01.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code15105 (0x3b01)

Questions

13votes
2answers

How to use tscon on Windows7?

I need to run overnight automation testing using RFT and IE on Windows7 virtual machine. I found that restarting the Windows box before the testing starts helps. I am moving the production environment from Windows XP to Windows 7. RFT used to complain when running RFT scripts that CRFCN0557E: Activation [...] read more
windows-7
remote-desktop
windows-terminal-services
2votes
3answers

Is it possible to properly execute qwinsta from a Cygwin ssh session?

I have Cygwin running on a Windows 7 machine and have the Cygwin ssh server running on it. On Linux I have a shell script where I want to do ssh myuser@mymachine "qwinsta | grep Active" to see who is logged in. This worked fine for a Windows Server 2008 [...] read more
windows
ssh
cygwin
0votes
1answer

Problem Installing .Net Framework 4 Full on Windows 7 x64

I'm trying to install Visual Studio C# 2010 Express, and it fails when installing .Net Framework 4. The error in the log is: > Installation failed with error code: (0x00003B01), "The resource loader cache > doesn't have loaded MUI entry." I've tried installing .Net Framework 4 using the standalone installer, [...] read more
windows-7
.net-framework
0votes
0answers

Running command in command prompt from c# code error

I'm trying to execute the following command in command prompt from my c# application and I keep getting the following output and it's not running the command I specified, any help or direction in resolving this issue would be greatly appreciated! Env: Windows 10 .Net Standard Error: Error loading resource: [...] read more
c#
windows
command-prompt

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0