Página 1 de 1
New Unrecoverable Serious Error Arrise
Publicado: Sab Ene 19, 2008 6:47 pm
por Dionisis Divaris
Hello Ignacio, Jose
Today after rebuilding my application i get the following error without any
error.log so i post a screen capture demostrates the problem.
Any quick help would be APRECIATE (like HEEEEEEEEEELP)
Many thanks
Dionisis
--
Attached files
New Unrecoverable Serious Error Arrise
Publicado: Dom Ene 20, 2008 9:02 pm
por xAvi
Dionisis Divaris escribio':
> Any quick help would be APRECIATE (like HEEEEEEEEEELP)
>
This is because you call Decrypt() with a string 0 len of extension.-
Local cbBuffer := ''
LogDebug( Len(cbBuffer) ) // 0
Decrypt( cbBuffer, 'password' ) // RT Error
IMHO: I recommend you to use [x]Harbour functions HB_Crypt() and HB_Decrypt() by Giancarlo because apart from check this
Decrypt() has a problem with Harbour HB_FM_STATISTICS: hb_xfree(xxxxxxxx) Pointer Overflow.
Best regards
Xavi
New Unrecoverable Serious Error Arrise
Publicado: Dom Ene 20, 2008 9:02 pm
por xAvi
Dionisis Divaris escribio':
> Any quick help would be APRECIATE (like HEEEEEEEEEELP)
>
This is because you call Decrypt() with a string 0 len of extension.-
Local cbBuffer := ''
LogDebug( Len(cbBuffer) ) // 0
Decrypt( cbBuffer, 'password' ) // RT Error
IMHO: I recommend you to use [x]Harbour functions HB_Crypt() and HB_Decrypt() by Giancarlo because apart from check this
Decrypt() has a problem with Harbour HB_FM_STATISTICS: hb_xfree(xxxxxxxx) Pointer Overflow.
Best regards
Xavi
New Unrecoverable Serious Error Arrise
Publicado: Lun Ene 21, 2008 11:56 am
por Dionisis Divaris
Hello Xavi
Many thanks for your quick answer. The problem was a few code lines there
was erased accidentaly by me.
When origianal code restored, everything was as i expected.
Many thanks again
Regards
Dionisis
"xAvi" <
jarabal_eliminar_no_spam_@gmail.com> wrote in message
news:4793a8bb$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
> Dionisis Divaris escribio':
>> Any quick help would be APRECIATE (like HEEEEEEEEEELP)
>>
>
> This is because you call Decrypt() with a string 0 len of extension.-
>
> Local cbBuffer := ''
>
> LogDebug( Len(cbBuffer) ) // 0
> Decrypt( cbBuffer, 'password' ) // RT Error
>
>
> IMHO: I recommend you to use [x]Harbour functions HB_Crypt() and
> HB_Decrypt() by Giancarlo because apart from check this Decrypt() has a
> problem with Harbour HB_FM_STATISTICS: hb_xfree(xxxxxxxx) Pointer
> Overflow.
>
> Best regards
> Xavi
New Unrecoverable Serious Error Arrise
Publicado: Lun Ene 21, 2008 11:56 am
por Guest
Hello Xavi
Many thanks for your quick answer. The problem was a few code lines there
was erased accidentaly by me.
When origianal code restored, everything was as i expected.
Many thanks again
Regards
Dionisis
"xAvi" <
jarabal_eliminar_no_spam_@gmail.com> wrote in message
news:4793a8bb$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
> Dionisis Divaris escribio':
>> Any quick help would be APRECIATE (like HEEEEEEEEEELP)
>>
>
> This is because you call Decrypt() with a string 0 len of extension.-
>
> Local cbBuffer := ''
>
> LogDebug( Len(cbBuffer) ) // 0
> Decrypt( cbBuffer, 'password' ) // RT Error
>
>
> IMHO: I recommend you to use [x]Harbour functions HB_Crypt() and
> HB_Decrypt() by Giancarlo because apart from check this Decrypt() has a
> problem with Harbour HB_FM_STATISTICS: hb_xfree(xxxxxxxx) Pointer
> Overflow.
>
> Best regards
> Xavi