Page 2 of 4

Re: gaP: great! another Portabilizer

Posted: Wed Nov 15, 2017 10:44 am
by Stibbert
Hi Aeolis,

How can I request/suggest new features in GAP?

Thanks.

Re: gaP: great! another Portabilizer

Posted: Fri Nov 17, 2017 4:39 am
by Midas
@Stibbert:

I regret to inform you, just in case you didn't notice, that Aeolis last visited TPFC in August 2015.

I wouldn't expect an answer any time soon... :?

Re: gaP: great! another Portabilizer

Posted: Fri Nov 17, 2017 10:08 am
by TP109
Is there a working download link for gaP? The original doesn't appear to be functional.

Re: gaP: great! another Portabilizer

Posted: Fri Nov 17, 2017 7:14 pm
by Napiophelios
TP109 wrote:Is there a working download link for gaP? The original doesn't appear to be functional.
This is his dropbox link but the archive's MD5 doesn't match what he has listed.

https://dl.dropboxusercontent.com/conte ... x.com&dl=1

Re: gaP: great! another Portabilizer

Posted: Fri Nov 17, 2017 7:18 pm
by TP109
Error (500)

Re: gaP: great! another Portabilizer

Posted: Fri Nov 17, 2017 7:20 pm
by TP109
Napiophelios wrote: This is his dropbox link but the archive's MD5 doesn't match what he has listed.
I'm getting a Error (500) from that link.

Re: gaP: great! another Portabilizer

Posted: Fri Nov 17, 2017 7:21 pm
by Napiophelios
TP109 wrote:
Napiophelios wrote: This is his dropbox link but the archive's MD5 doesn't match what he has listed.
I'm getting a Error (500) from that link.
gaP.7z
(428.15 KiB) Downloaded 1053 times

Re: gaP: great! another Portabilizer

Posted: Fri Nov 17, 2017 7:40 pm
by TP109
Napiophelios wrote: gaP.7z [428.15 KiB]
Thanks. Your attachment worked. The file password is "gapportablefreeware" (without quotes).

Re: gaP: great! another Portabilizer

Posted: Sat Nov 18, 2017 8:45 am
by TP109
I've played around with this a bit and it has some good features, but seems to have a few bugs. I can't get os recognition to work on XP for one. The built-in help file option and built in encryption are useful as well as it being a single executable for 32 and 64 bit programs. In contrast, yaP works without any issues that I can find.

Re: gaP: great! another Portabilizer

Posted: Fri Nov 24, 2017 10:08 am
by Stibbert
I would advise the launcher after changed icon (with Greenfish Icon Editor Pro or other editor) fail to work...

Firma problema:
Nome evento problema: APPCRASH
Nome applicazione: gaP.exe
Versione applicazione: 1.1.5.0
Timestamp applicazione: 55c668f8
Nome modulo con errori: ntdll.dll
Versione modulo con errori: 6.1.7600.16559
Timestamp modulo con errori: 4ba9b29c
Codice eccezione: c0000005
Offset eccezione: 0003e831
Versione SO: 6.1.7600.2.0.0.768.3
ID impostazioni locali: 1040
Informazioni aggiuntive 1: 4c0d
Ulteriori informazioni 2: 4c0d4d78887f76d971d5d00f1f20a433
Ulteriori informazioni 3: 4c0d
Ulteriori informazioni 4: 4c0d4d78887f76d971d5d00f1f20a433

Re: gaP: great! another Portabilizer

Posted: Sun Jan 21, 2018 2:00 am
by Stibbert
I've found a strange behaviour in GAP, and I don't know if is a bug:

[GENERAL]
application = App\MyApp.exe

[BEFORE]

regkey = HKCU\Software\Test ; This is OK
+regvalue = HKCU\Software\Test :: test :: hex:01,00,00 ; This is OK


regkey = HKLM\Software\Test ; This fail
+regvalue = HKLM\Software\Test :: test :: hex:01,00,00 ; This fail

If i write a key in HKCU everythings is OK but if I try to change HKLM, the program doesn't write the key.
why?

Re: gaP: great! another Portabilizer

Posted: Sun Jan 21, 2018 6:21 am
by skunkos
Insufficient permissions.

Re: gaP: great! another Portabilizer

Posted: Sun Jan 21, 2018 7:34 am
by Stibbert
Thanks.

How can I change the permission to write HKLM?

Re: gaP: great! another Portabilizer

Posted: Sun Jan 21, 2018 8:33 am
by SYSTEM
Stibbert wrote: Sun Jan 21, 2018 7:34 am How can I change the permission to write HKLM?
Request admin rights with

Code: Select all

!admin = 1

Re: gaP: great! another Portabilizer

Posted: Mon Jan 22, 2018 3:14 am
by Stibbert
YOU ARE A GREAT!!!