Hi all, I'm new in this forum... Anyway, I compiled my application with VB6, then I protected it using a packer... If I try to load it with Wine, it's shown a message saying "Debugger detected, quitting.". And that's strange because this is the message that my app shows if opened by a debugger... So, what's that?? *** Sorry for bad English ***
James McKenzie
2011-Jul-02 11:39 UTC
[Wine] Wine shows a strange message loading an application
On 7/2/11 2:47 AM, skjobax wrote:> Hi all, I'm new in this forum... > Anyway, I compiled my application with VB6, then I protected it using a packer... > If I try to load it with Wine, it's shown a message saying "Debugger detected, quitting.". > And that's strange because this is the message that my app shows if opened by a debugger... > So, what's that?? >This is your packer's message saying that it is not compatible with Wine. You'll have to remove it. James
skjobax
2011-Jul-02 16:40 UTC
[Wine] Re: Wine shows a strange message loading an application
jjmckenzie wrote:> On 7/2/11 2:47 AM, skjobax wrote: > > > Hi all, I'm new in this forum... > > Anyway, I compiled my application with VB6, then I protected it using a packer... > > If I try to load it with Wine, it's shown a message saying "Debugger detected, quitting.". > > And that's strange because this is the message that my app shows if opened by a debugger... > > So, what's that?? > > > > > This is your packer's message saying that it is not compatible with > Wine. You'll have to remove it. > > JamesThe message is strange because I used ExeCryptor 3, checking the box "Wine compatible"...