In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

New Unrecoverable Serious Error Arrise

Xailer professional forum in English
Responder
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

New Unrecoverable Serious Error Arrise

Mensaje 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
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
xAvi
Mensajes: 108
Registrado: Mar Abr 08, 2008 6:12 pm

New Unrecoverable Serious Error Arrise

Mensaje 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
xAvi
Mensajes: 108
Registrado: Mar Abr 08, 2008 6:12 pm

New Unrecoverable Serious Error Arrise

Mensaje 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
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

New Unrecoverable Serious Error Arrise

Mensaje 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
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
Guest

New Unrecoverable Serious Error Arrise

Mensaje 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
Responder