problem running CwSkimmer

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
navado
Level 1
Level 1
Posts: 5
Joined: Sat Aug 30, 2008 5:20 am

problem running CwSkimmer

Post by navado »

Good day!
I'm trying to run CwSkimmer with wine 1.0
Installation was finished, but the program drops dialog with this error:

Code: Select all

For security purposes, this program will not run while system debuggers are active. Please remove or disable the system debugger before trying to run this program again.
What I have to do to let application think that system debugger is inactive (or turn it off)?

console output:

Code: Select all

$ wine "~/.wine/drive_c/Program Files/Afreet/CwSkimmer/CwSkimmer.exe"
fixme:process:SetProcessShutdownParameters (00000100, 00000001): partial stub.
fixme:mountmgr:harddisk_ioctl unsupported ioctl 560000
fixme:mountmgr:harddisk_ioctl unsupported ioctl 560000
fixme:mountmgr:harddisk_ioctl unsupported ioctl 560000
fixme:reg:RegSetKeySecurity :(0x64,4,0x3c5a50): stub
$
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: problem running CwSkimmer

Post by dimesio »

navado wrote:I'm trying to run CwSkimmer with wine 1.0
Installation was finished, but the program drops dialog with this error:

Code: Select all

For security purposes, this program will not run while system debuggers are active. Please remove or disable the system debugger before trying to run this program again.
What I have to do to let application think that system debugger is inactive (or turn it off)?
You can't. Your app is detecting Wine and interpreting it as a debugger. This happens with some copy protection programs.
navado
Level 1
Level 1
Posts: 5
Joined: Sat Aug 30, 2008 5:20 am

Post by navado »

Thank you...
Locked