What should I do to prevent games from crashing?

2

I've looked for similar duplicates but my problem is a bit specific than others. I'll clearly explain what my problem is.

When I installed Windows 8, I was able to play game Despicable Me: Minion Rush. But now, it won't work and only the splash screen appears before exiting to Desktop. This problem is only with this game I suppose, as Mail, Calendar and even non-MS apps like PicsArt photo editor and other games work.

I've used some solutions such as:

  • Checking if all permissions to "All Package System" in Regedit and C:\ is set to Read/Execute
  • Using Windows App Diagnostic Tool but has a MS Troubleshooter ever worked?
  • Reinstalling

Specs: enter image description here

Error Log from Event Log Viewer

Faulting application name: DespicableMe_w8.exe, version: 0.0.0.0, time stamp: 0x5447cec2
Faulting module name: combase.dll, version: 6.3.9600.17031, time stamp: 0x53086d7c
Exception code: 0xc000027b
Fault offset: 0x000fb152
Faulting process id: 0xdc0
Faulting application start time: 0x01cff3819237d66f
Faulting application path: C:\Program Files\WindowsApps\GAMELOFTSA.DespicableMeMinionRush_2.2.0.18_x86__0pp20fcewvvtj\DespicableMe_w8.exe
Faulting module path: C:\WINDOWS\SYSTEM32\combase.dll
Report Id: d00ceaac-5f74-11e4-a373-c0cb38d6092f
Faulting package full name: GAMELOFTSA.DespicableMeMinionRush_2.2.0.18_x86__0pp20fcewvvtj
Faulting package-relative application ID: App
windows-8
windows-8.1
windows-8-apps
asked on Super User Oct 28, 2014 by Amit Joki • edited Mar 21, 2017 by I say Reinstate Monica

3 Answers

2

I downgraded my display adapter and found out that the issue was the absence of Windows Media Feature Pack.

I downloaded it from Microsoft Download Center and installed it. Then upgraded my display driver to what it was before and everything worked fine.

answered on Super User Feb 10, 2015 by Amit Joki
1

I found the same crash in a VideoLan bug report #10991, marked as a duplicate of bug report #10941, where the answer is :

If the user does not have directories attached to their media libraries, the app hard crashes. In VideoLibraryViewModel?.cs/GetMediaFromFolder is called, it errors with "Error HRESULT E_FAIL has been returned from a call to a COM component.", which is not caught. As a result, it gets passed all the way back up the chain and it crashes.

In this case, the user does not have any media in their library, so I think the error should be caught and either ignored or let the user know that they need to add a directory to their music or video libraries.

If adding a directory to your music or video libraries doesn't help, the problem might have been caused by some product that you have installed, so try to identify it.

It might also be useful to run some antivirus scans on the computer.

answered on Super User Nov 1, 2014 by harrymc
0

Look into shell extensions using ShellXView. One solution to a similar problem was to disable 'Microsoft Access Custom Icon Handler', there is a chance that you are having a similar issue with an extension. Have you recently added anything to your system that adds an option to explorer drop down menus?

You can also use filestypeman to see if anything has manipulated your extensions, you can send a report of your extensions (Ctrl+F9) to their website and it will list which program uses which extensions.

A program you recently installed may have changed one of your extension defaults or maybe DespicableMe_w8.exe is set to use something other than the default extension. If you find that it is you can reset them using F4 in filestypeman.

answered on Super User Nov 5, 2014 by Aphex

User contributions licensed under CC BY-SA 3.0