protected x64 program crashes on start

Post here messages if you have any problems with working of Enigma Protector
Post Reply
aargh
Posts: 35
Joined: Wed Jan 05, 2011 1:51 pm

protected x64 program crashes on start

Post by aargh »

Hi enigma

OS: Win 7 x64 Ultimate or Win 2003 server or Win 2008 R2 server
Application is pure .NET assembly (EXE) using .NET v4 and c# language.

if I use enigma x86 to protect this assembly all is OK.
But if i use enigma x64 to protect this assembly, protected program crashes on start immediately.

Now small background...

For x86 protection i use target platform x86 in VS2010 project properties
and for x64 protection i use target platform x64 in VS2010 project properties.

As enigma project i use default project generated by enigma (separated for x86 and x64) without any modifications.
Used enigma version is 3.100 for x86 and x64

Source code used in this case:

Code: Select all

using System;
using System.Collections.Generic;
using System.Text;

namespace protect
{
    class Program
    {
        static void Main(string[] args)
        {
            System.Console.WriteLine("Hello world");
            System.Console.ReadLine();
        }
    }
}
And now my question ;-) Where is the problem??
I need to use a pure x64 code due to binding to other components, such as mixed mode x64 assemblies.

thank you for your answer
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: protected x64 program crashes on start

Post by Enigma »

Hi aargh,

Thanks you for the note! Really, there were few issues with the x64 .net files.

The problems are now fixed, I have sent a new version to you in PM.
aargh
Posts: 35
Joined: Wed Jan 05, 2011 1:51 pm

Re: protected x64 program crashes on start

Post by aargh »

Enigma wrote:Hi aargh,

Thanks you for the note! Really, there were few issues with the x64 .net files.

The problems are now fixed, I have sent a new version to you in PM.
Thank you enigma ;-)
aargh
Posts: 35
Joined: Wed Jan 05, 2011 1:51 pm

Re: protected x64 program crashes on start

Post by aargh »

Enigma wrote:Hi aargh,

Thanks you for the note! Really, there were few issues with the x64 .net files.

The problems are now fixed, I have sent a new version to you in PM.
Hi Enigma

I am waiting for the PM message, but so far nothing ;-)

aargh
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: protected x64 program crashes on start

Post by Enigma »

Haven't you got it...? My apologies...

Please go to control panel and download the latest version, it had been just released!
aargh
Posts: 35
Joined: Wed Jan 05, 2011 1:51 pm

Re: protected x64 program crashes on start

Post by aargh »

Enigma wrote:Haven't you got it...? My apologies...

Please go to control panel and download the latest version, it had been just released!
ok thx ;-) but last x64 version in control panel is version 3.100 from 10.10.2012...... ????
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: protected x64 program crashes on start

Post by Enigma »

I'm sorry for the confusion, please go to control panel now and download it!
Post Reply