Page 1 of 1

[DONE was Avira]POLINK: fatal error: Access denied

Posted: Wed Mar 15, 2017 10:08 am
by infratec
Hi,

Strange bug:

Code: Select all

Date$ = "2017.03.15 09:59:59"

If ParseDate("%yyyy.%mm.%dd %hh:%ii:%ss", Date$) + (5 * 60) < Date()
  Debug "älter als 5 Minuten"
Else
  Debug "jünger als 5 Minuten"
EndIf
This works as expected:

Code: Select all

Date$ = "2017.03.15 09:59:59"

Datum = ParseDate("%yyyy.%mm.%dd %hh:%ii:%ss", Date$) + (5 * 60)

If Datum < Date()
  Debug "älter als 5 Minuten"
Else
  Debug "jünger als 5 Minuten"
EndIf
PB 5.51 x86 on win10 x64

Bernd

Re: POLINK: fatal error: Access denied

Posted: Wed Mar 15, 2017 10:48 am
by Dude
Your first example runs here without any POLINK error, also using 5.51 x86 but on Window 7.

Re: POLINK: fatal error: Access denied

Posted: Wed Mar 15, 2017 10:52 am
by Bisonte
PB5.60 x86/x64 on Win10 x64 no errors. Maybe your AV is a little sensitive today...

Re: POLINK: fatal error: Access denied

Posted: Wed Mar 15, 2017 10:54 am
by infratec
Image

Bernd

Re: POLINK: fatal error: Access denied

Posted: Wed Mar 15, 2017 10:56 am
by infratec
Image

Bernd

Re: POLINK: fatal error: Access denied

Posted: Wed Mar 15, 2017 11:04 am
by Fred
Probably the antivirus or antimalware

Re: POLINK: fatal error: Access denied

Posted: Wed Mar 15, 2017 11:22 am
by infratec
You are right :evil:

We use Avira.
Found TR/Zusy.1154890

But it is very strange that one code works and the other not.

Re: [DONE was Avira]POLINK: fatal error: Access denied

Posted: Wed Mar 15, 2017 11:47 am
by Fred
Bad pattern based detection