Error everytime trying to play a video using the CGSchool Video Player

Asked By 30 points N/A Posted on -
qa-featured

I am getting an error every time I trying to play a video using the CGSchool Video Player.

Can someone help me with this problem? Your assistance will be greatly appreciated. Thanks!

Error:

Microsoft Windows       
CGschool Video Player has stopped working       
Windows can check online for a solution to the problem.       
Check online for a solution and close the program       
Close the program       
Debug the program       
       
Microsoft Visual Studio       
Unhandled exception at 0x6340de19 in hmplayer.exe: 0xC0000005: Access       
violation reading location 0xffffffff.       
   

 

SHARE
Best Answer by Cherop Xonm
Best Answer
Best Answer
Answered By 0 points N/A #144253

Error everytime trying to play a video using the CGSchool Video Player

qa-featured

 

The reason for this error is SQL server installation process. The default application debugger to the visual studio JIT debugger was been changed by the visual studio installation process.

To resolve this problem, you should enable Dr.watson program to detect the unhandled exception.  If you do so, the visual studio will not catch any unhandled exception.

Follow the instruction below:

–          Click “start”, then click “run”, put “cmd ” in the run field, then click “ok”.

–          The command prompt will open, then type the code”drwtsn32-i”.

–          Press Enter.

Make sure you follow the instruction carefuly and back up the registry before you modify.

Related Questions