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 ***
Wine shows a strange message loading an application
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
Wine shows a strange message loading an application
On 7/2/11 2:47 AM, skjobax wrote:
Wine. You'll have to remove it.
James
This is your packer's message saying that it is not compatible withHi 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??
Wine. You'll have to remove it.
James
Re: Wine shows a strange message loading an application
The message is strange because I used ExeCryptor 3, checking the box "Wine compatible"...jjmckenzie wrote:On 7/2/11 2:47 AM, skjobax wrote:This is your packer's message saying that it is not compatible withHi 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??
Wine. You'll have to remove it.
James
Re: Wine shows a strange message loading an application
Sounds like a bug in ExeCryptor. Report the problem to its developer.skjobax wrote: The message is strange because I used ExeCryptor 3, checking the box "Wine compatible"...
- SpawnHappyJake
- Level 5
- Posts: 272
- Joined: Sun Feb 06, 2011 5:57 am
A Better Idea?
Since you have the privilege of the source code, can't you just compile it for whatever operating system you want to? Or did you have it call Windows function calls in the source code?
It's far better to have a native version for each operating system than to use WINE as your method for making it cross-platform.
As a compromise, I think, think, don't know, you can compile it with winelibs or whatever to make Linux version.
Cheers,
Jake
It's far better to have a native version for each operating system than to use WINE as your method for making it cross-platform.
As a compromise, I think, think, don't know, you can compile it with winelibs or whatever to make Linux version.
Cheers,
Jake