View Single Post
  #3 (permalink)  
Old 11th August 2004
mrs_ mrs_ is offline
Junior Member
BS.Player Newbie
 
Join Date: Aug 2004
Posts: 1
Rep Power: 0
mrs_ is an unknown quantity at this point
Default

Hi,

My guess is that this error is caused by EXE-protector used to compress/protect the executable of BSPlayer. It uses some tricks to make cracking hard, such as self-modifying code, SEH routines etc., and because of that, it could possibly raise false alarms when there is a debugger resident in memory.
You can either uninstall the debugger, ask the author of BSPlayer to use some other EXE-compressor, or manually unpack the file (yet you need a debugger to do this :)).

In response to spunkholie's question: a debugger is a tool used primarily to trace the code of a program in order to detect its errors, memory leaks etc. It's very useful for programmers, but also for crackers.
I don't know which debugger exactly causes BSPlayer not to run, but if you're sure you haven't installed any, try removing the following key from your registry:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\ AeDebug

if you have one. Remember to restart thereafter.

Regards,
mrs
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20