POLINK: fatal error:

Windows specific forum
NY152
User
User
Posts: 29
Joined: Sun May 14, 2006 12:33 am

POLINK: fatal error:

Post 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
.:NY152:.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: POLINK: fatal error:

Post by ts-soft »

see here: http://www.purebasic.fr/english/viewtop ... 19#p518619
I think, is a bug in windows 10 insider Preview 17025
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
NY152
User
User
Posts: 29
Joined: Sun May 14, 2006 12:33 am

Re: POLINK: fatal error:

Post by NY152 »

I'm not in Insider 17025 ...
.:NY152:.
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: POLINK: fatal error:

Post by Fred »

Could you try to install a new version of POLINK ? (it's from the PellesC package)
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: POLINK: fatal error:

Post 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.
fryquez
Enthusiast
Enthusiast
Posts: 362
Joined: Mon Dec 21, 2015 8:12 pm

Re: POLINK: fatal error:

Post 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.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: POLINK: fatal error:

Post 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.
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: POLINK: fatal error:

Post 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.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
skywalk
Addict
Addict
Posts: 3972
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: POLINK: fatal error:

Post 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?
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: POLINK: fatal error:

Post 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
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
PB_Rainer
User
User
Posts: 80
Joined: Fri Jun 07, 2019 1:56 pm

Re: POLINK: fatal error:

Post 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
Post Reply