Search found 13 matches

by Riski1588
Thu Dec 13, 2018 1:56 pm
Forum: Problems
Topic: TKeyGenParams passing Key as Empty
Replies: 19
Views: 35837

Re: TKeyGenParams passing Key as Empty

Enigma wrote: Thu Dec 13, 2018 1:32 pm In your project file you have the option Registration Features - Common - Uncode enabled.
Wow, something as simple as that. Cheers Enigma and great support as always.
by Riski1588
Thu Dec 13, 2018 12:02 pm
Forum: Problems
Topic: TKeyGenParams passing Key as Empty
Replies: 19
Views: 35837

Re: TKeyGenParams passing Key as Empty

I noticed that when I was generating the KeyGenParams, I wasn't adding in the encrypted constant, so I've now added that in. I added in UseKeyExpiration (as somehow I missed that as well).

I've attached the updated code, funnily enough, the registration key outputted is still incorrect :(
by Riski1588
Wed Dec 12, 2018 10:05 pm
Forum: Problems
Topic: TKeyGenParams passing Key as Empty
Replies: 19
Views: 35837

Re: TKeyGenParams passing Key as Empty

Thank you, whilst it does generate a registration key, the registration key appears to be invalid. I've attached the CS files which show the problem and the enigma project. The key generated in the test expires 15/12/2018 and is: 2374443323248628532631177541756314713122536322137145643334568587242212...
by Riski1588
Mon Dec 10, 2018 12:45 pm
Forum: Problems
Topic: TKeyGenParams passing Key as Empty
Replies: 19
Views: 35837

Re: TKeyGenParams passing Key as Empty

Perfect! Thought I was going insane! Thanks.
by Riski1588
Mon Dec 10, 2018 12:12 pm
Forum: Problems
Topic: TKeyGenParams passing Key as Empty
Replies: 19
Views: 35837

Re: TKeyGenParams passing Key as Empty

Running from explorer is exactly the same. The "Press any key" comes from Console.ReadKey() Enabling Native DLL debugger I get the same exception as posted before: Exception thrown at 0x0000000110003751 (keygen64.dll) in Test.exe: 0xC0000005: Access violation writing location 0x00000000D0F...
by Riski1588
Mon Dec 10, 2018 11:45 am
Forum: Problems
Topic: TKeyGenParams passing Key as Empty
Replies: 19
Views: 35837

Re: TKeyGenParams passing Key as Empty

Windows 10 Enterprise
Version 1803 (OS Build 17134.407).
by Riski1588
Mon Dec 10, 2018 11:07 am
Forum: Problems
Topic: TKeyGenParams passing Key as Empty
Replies: 19
Views: 35837

Re: TKeyGenParams passing Key as Empty

Video showing the problem:
https://streamable.com/r3tff
by Riski1588
Mon Dec 10, 2018 11:02 am
Forum: Problems
Topic: TKeyGenParams passing Key as Empty
Replies: 19
Views: 35837

Re: TKeyGenParams passing Key as Empty

I've attached the build that just exits.
by Riski1588
Mon Dec 10, 2018 10:10 am
Forum: Problems
Topic: TKeyGenParams passing Key as Empty
Replies: 19
Views: 35837

Re: TKeyGenParams passing Key as Empty

Maybe the problem appears because you use Enigma_KeyGen_IDE instead of Enigma_KeyGen_IDE64? How did you come to that conclusion considering my code examples? :) This project doesn't work for me unless I change the project .NET framework to 3.5. Anything above that the console application crashes wi...
by Riski1588
Sun Nov 25, 2018 1:33 pm
Forum: Problems
Topic: TKeyGenParams passing Key as Empty
Replies: 19
Views: 35837

Re: TKeyGenParams passing Key as Empty

Debugging native I get the following error: Exception thrown at 0x0000000110003751 (keygen64.dll) in Test.exe: 0xC0000005: Access violation writing location 0x00000000D0F2985D. I run the project as Administrator and still facing the same problem. Steps to reproduce: VS2017: - New>Project>Windows Des...