Page 1 of 1
POLINK: fatal error:
Posted: Sat Feb 24, 2018 9:12 pm
by NY152
Hello,
Since today, and on ALL my projects (even a simple test of print () in a console or MessageRequester ()), this error is generated:
Code: Select all
POLINK: fatal error: Tentative d'accès à une adresse non valide.
I tried to reinstall Purebasic in its latest version (5.62 at the time of this post), but it does not change anything.
thank you for helping me
Re: POLINK: fatal error:
Posted: Sat Feb 24, 2018 9:36 pm
by ts-soft
see here:
http://www.purebasic.fr/english/viewtop ... 19#p518619
I think, is a bug in windows 10 insider Preview 17025
Re: POLINK: fatal error:
Posted: Sat Feb 24, 2018 10:16 pm
by NY152
I'm not in Insider 17025 ...
Re: POLINK: fatal error:
Posted: Mon Feb 26, 2018 9:22 am
by Fred
Could you try to install a new version of POLINK ? (it's from the PellesC package)
Re: POLINK: fatal error:
Posted: Mon Feb 26, 2018 10:17 am
by Dude
You have not showed that this is a PureBasic bug. POLINK errors are 99% the cause from anti-virus scanners. To test, totally disable your scanner (don't just whitelist PureBasic) and see if you can compile. If yes, then you have your answer.
Re: POLINK: fatal error:
Posted: Mon Feb 26, 2018 5:38 pm
by fryquez
Why is nobody reporting this polink problem to
Pelle?
@Fred any newer version of polink.exe does not work well with Purebasic.
ProcedureDll Names are ignored and on x86 API's can not be resolved.
Re: POLINK: fatal error:
Posted: Mon Feb 26, 2018 5:56 pm
by ts-soft
fryquez wrote:Why is nobody reporting this polink problem to
Pelle?
It is not a problem with Pelle, is a problem with Windows 10 and Pelle. Microsoft have made the errorcode.
Re: POLINK: fatal error:
Posted: Mon Feb 26, 2018 8:51 pm
by mk-soft
No problem here
I have updated my Windows 10 Pro (VM)
winver.exe
Microsoft Window 10 Pro
Version 1709 (Build 16299.125)
Only 'Windows Defender Security' installed
P.S.
I have not installed Purebasic into the program folder, but into a separate folder 'C:\WinAPP'.
Maybe it's because the program doesn't get the full access to the folder programs anymore.
Re: POLINK: fatal error:
Posted: Mon Feb 26, 2018 8:59 pm
by skywalk
Hi mk-soft, that is the latest release version. I have the same.
The reported bug is with a yet to be released Windows 10 version coming sometime in Spring?
Re: POLINK: fatal error:
Posted: Mon Feb 26, 2018 9:57 pm
by mk-soft
This is another thread for new version of Windows (17025).
Started an update from Windows to version 1709 again (Build 16299.248)
I don't have any problems.
Which virus scanner do you use and in which folder do you install Purebasic.
It can only be due to the virus scanner or the Purebasic preferences are damaged.
Install Purebasic once with the virus scanner switched off, or delete the Preferences file of Purebasic.
To reach the folder of Purebasic preferences, simply use the explorer '%appdata%', or open the program 'shell:appdata'.
Translated with
http://www.DeepL.com/Translator
Re: POLINK: fatal error:
Posted: Thu Oct 17, 2019 10:35 am
by PB_Rainer
Hi,
I had this mistake too. Yesterday I had several of this errors.
After looking into the windows TaskManager I found that there are 3 and more Files Compilation*.exe and Program.Exe still running. After closing these running *exefiles everything was OK.
I simply had not closed the programs correct.
Rainer