Experiencing a Really Annoying Error

Posts 17 of 7 · Page 1 of 1
Experiencing a Really Annoying Error
I don't really know where to put this, so I'll just post it here. Move it if you need to, but I didn't really think it belonged in the "Programming" section.

Anyways, I've been trying to install the XBoxStat program for a wired 360 controller on my new install of Windows, and every time I start it up I get the error:

"The application was unable to start correctly (0xc000007b). Click OK to close the application."

I did a lot of looking around, but I couldn't find a single fix to this. The funny thing is, when I do a system restore to the first restore point on my computer, and then I install/run it, it runs fine. I couldn't just do that though, because that was somehow before I set my user account up and none of the programs I had installed counted as being installed, it raised a lot of issues.

What do you think the problem could possibly be? I'll post an XML read-out of the entire error from my event viewer:


Code:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Application Popup" Guid="{47BFA2B7-BD54-4FAC-B70B-29021084CA8F}" /> 
  <EventID>26</EventID> 
  <Version>0</Version> 
  <Level>4</Level> 
  <Task>0</Task> 
  <Opcode>0</Opcode> 
  <Keywords>0x8000000000000000</Keywords> 
  <TimeCreated SystemTime="2013-10-27T02:40:50.767569700Z" /> 
  <EventRecordID>6857</EventRecordID> 
  <Correlation /> 
  <Execution ProcessID="600" ThreadID="688" /> 
  <Channel>System</Channel> 
  <Computer>Chris-PC</Computer> 
  <Security UserID="S-1-5-18" /> 
  </System>
- <EventData>
  <Data Name="Caption">XBoxStat.exe - Application Error</Data> 
  <Data Name="Message">The application was unable to start correctly (0xc000007b). Click OK to close the application.</Data> 
  </EventData>
  </Event>
This error message may occur on 64 bit operating systems when the Microsoft Visual C++ Redistributable Package is not properly configured.

1. Replace these files. mfc100.dll, mfc100u.dll, msvcr100.dll, msvcp100.dll and msvcr100_clr0400.dll

They can be found at Microsoft Download Center...

Please save these files to any location on your PC;

2. Please reboot your computer in Safe Mode

xD I found that on some website when i googled your problem.
Quote Originally Posted by Aerozynx View Post
This error message may occur on 64 bit operating systems when the Microsoft Visual C++ Redistributable Package is not properly configured.

1. Replace these files. mfc100.dll, mfc100u.dll, msvcr100.dll, msvcp100.dll and msvcr100_clr0400.dll

They can be found at Microsoft Download Center...

Please save these files to any location on your PC;

2. Please reboot your computer in Safe Mode

xD I found that on some website when i googled your problem.
Worked for my friend.
Quote Originally Posted by Aerozynx View Post
This error message may occur on 64 bit operating systems when the Microsoft Visual C++ Redistributable Package is not properly configured.

1. Replace these files. mfc100.dll, mfc100u.dll, msvcr100.dll, msvcp100.dll and msvcr100_clr0400.dll

They can be found at Microsoft Download Center...

Please save these files to any location on your PC;

2. Please reboot your computer in Safe Mode

xD I found that on some website when i googled your problem.
I tried this, and it didn't work. The files wouldn't go in because they were "already in use", even when I used elevated Command Prompt or elevated PowerShell (I'm on 8.1).

I then booted up a Linux live disc (Fedora 14 to be exact), and moved the files in without any problems. But my error is still occurring. :S

Thanks anyways though. xD
So, no one else has any ideas?
Bumping for halp. :S
Posts 17 of 7 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?