Polink: fatal error: Es wurde versucht auf eine unzulässige

Just starting out? Need help? Post your questions and find answers here.
Diogenes
New User
New User
Posts: 6
Joined: Tue Feb 20, 2018 6:04 pm

Polink: fatal error: Es wurde versucht auf eine unzulässige

Post by Diogenes »

Hello,

sorry for my poor English, I normally write in the german section.
I am member of windows-insider-program on the slow ring.
That means I will get only the new Versions of Windows, which are quite stable.
I now installed Build 17074 from win10 prof 64bit
From now the PB-Compiler does not work any more. The error-code is:

Polink: fatal error: Es wurde versucht auf eine unzulässige Adresse zuzugreifen.

I tried severeal PB-sources, which were compiled previously without any problems.

For testing I installed PB 5.62 on a machine where Build 17025 i.e last FAll-Creators-Update is running.
The compiler works without problems.
Therefore I think it's clear that PB won't run on the upcoming release of win 10 in March or April
I reported that Problem to MS but I don't think, they'll take care.
Have you already heard about that error ??
Bitblazer
Enthusiast
Enthusiast
Posts: 733
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

Re: Polink: fatal error: Es wurde versucht auf eine unzuläss

Post by Bitblazer »

Did you try if it works with a manually updated POLINK? That might fix it.

Klappt es wenn Du die POLINK version manuell updatest?

Check http://www.purebasic.fr/english/viewtop ... 13&t=70191
webpage - discord chat links -> purebasic GPT4All
Diogenes
New User
New User
Posts: 6
Joined: Tue Feb 20, 2018 6:04 pm

Re: Polink: fatal error: Es wurde versucht auf eine unzuläss

Post by Diogenes »

Bitblazer wrote:Did you try if it works with a manually updated POLINK? That might fix it.

Klappt es wenn Du die POLINK version manuell updatest?

Check http://www.purebasic.fr/english/viewtop ... 13&t=70191
I'm sorry. I don't Know, how to update polink manually. After running into the fault, i updated the whole PB
from 5.51 to 5.62, but the result was the same.

I found polink.exe in the compilers path of the PB-Installation. But what to do with it ?

Edit:
I looked for details of the polink version: it is 5.0.1.0 from 04.02.2018 10:39
Bitblazer
Enthusiast
Enthusiast
Posts: 733
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

Re: Polink: fatal error: Es wurde versucht auf eine unzuläss

Post by Bitblazer »

I have 5.62 beta myself and the same polink 5.00.1 but that was released 2008 and works fine with my win7 x64. The current version of POLINK seems to be version 8 here - so i would try to install the latest version and see if it that fixes your win10 problem. If it does, you could report it here and request a POLINK update for PB 5.62 final :)
webpage - discord chat links -> purebasic GPT4All
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Polink: fatal error: Es wurde versucht auf eine unzuläss

Post by IdeasVacuum »

Well, it could be as simple as your Anti-Virus interrupting Polink, especially if it been recently updated. This is a common issue, AV sees app development as being suspicious.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Diogenes
New User
New User
Posts: 6
Joined: Tue Feb 20, 2018 6:04 pm

Re: Polink: fatal error: Es wurde versucht auf eine unzuläss

Post by Diogenes »

IdeasVacuum wrote:Well, it could be as simple as your Anti-Virus interrupting Polink, especially if it been recently updated. This is a common issue, AV sees app development as being suspicious.
That's definitely not the reason.
1. I said the antivir pb-paths to be an exception
2. I tried tor run while having antivir off-line.
Diogenes
New User
New User
Posts: 6
Joined: Tue Feb 20, 2018 6:04 pm

Re: Polink: fatal error: Es wurde versucht auf eine unzuläss

Post by Diogenes »

Bitblazer wrote:I have 5.62 beta myself and the same polink 5.00.1 but that was released 2008 and works fine with my win7 x64. The current version of POLINK seems to be version 8 here - so i would try to install the latest version and see if it that fixes your win10 problem. If it does, you could report it here and request a POLINK update for PB 5.62 final :)
Another user in the german Forum tried pelle's c8 version. He said; problem not solved.
I downloaded Version 8 through your link and i'll give it a try

Edit: I tried it for my own, but I don't know how to bind it to PB.
Only copying polink.exe, porc.exe porc.dll and polib.exe to the Compiler-path of
PB does not work. There are several other faults which polink reports.
Bitblazer
Enthusiast
Enthusiast
Posts: 733
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

Re: Polink: fatal error: Es wurde versucht auf eine unzuläss

Post by Bitblazer »

Diogenes wrote:I tried it for my own, but I don't know how to bind it to PB.
Only copying polink.exe, porc.exe porc.dll and polib.exe to the Compiler-path of
PB does not work. There are several other faults which polink reports.
I would proceed with one of the two following solutions to get more informations about the problem:

Use Rohitab's API-Monitor to trace what happens. It is one of the most important universal tools for windows to understand problems.

API Monitor

You have another universal tool in your hands. Replace polink.exe with your personal compiled PureBasic program and use it to dump any passed program parameters before passing them to a renamed "polink_.exe".

After you did that and probably fixed the problem - the "many other" polink errors might point you to another problem and its solution. This might be a polink problem, a purebasic problem of using polink or (most likely) a change of the upcoming windows 10 security policies to make windows 10 more "safe" (more of a consumer system which instead of a homebrew development platform - remember that homebrew also includes the ability to create malicious software and worst of all - free software ;)
Might be their next step to a "locked up" consumer system.
webpage - discord chat links -> purebasic GPT4All
Diogenes
New User
New User
Posts: 6
Joined: Tue Feb 20, 2018 6:04 pm

Re: Polink: fatal error: Es wurde versucht auf eine unzuläss

Post by Diogenes »

Sorry Bitblazer,

those things I can't do. I'm only a Hobby-Coder. I hope the developpers of PB will fix that error,
when the next win-update will be rolled out and all PB-Users will have that Problem.
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: Polink: fatal error: Es wurde versucht auf eine unzuläss

Post by Dude »

Diogenes wrote:I hope the developpers of PB will fix that error
It's not a PureBasic problem, and not a confirmed bug. Disable your AV totally and try again, or try when your PC is booted in Safe Mode. It'll work.
Diogenes
New User
New User
Posts: 6
Joined: Tue Feb 20, 2018 6:04 pm

Re: Polink: fatal error: Es wurde versucht auf eine unzuläss

Post by Diogenes »

Dude wrote:
Diogenes wrote:I hope the developpers of PB will fix that error
It's not a PureBasic problem, and not a confirmed bug. Disable your AV totally and try again, or try when your PC is booted in Safe Mode. It'll work.
even with av disabled the error occurs; I wrote that previously.
It's not yet a confirmed bug, but it will be in March or April. I wrote, that in win10 Build 17025 it's all ok !!
Since Build 17074 the error occurs. In March or April the spring-update of windows ,then
probably Build 17101, will be rolled out to public.
And probably then the error will happen to all pb-Users.
In german forum, one User who has installed Build 17101 already says that the error is yet there.
Another user from french forum has the same problem. He opened a new thread in this board
I returned on this PC to Build 17025 and the compiler runs well even with av running, as i whitelisted the pb-paths.
As I go again further to 17074 the error occurs again (with or without av: the error occurs).
Now I returned again to Build 17025 and there is no problem.
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Polink: fatal error: Es wurde versucht auf eine unzuläss

Post by Fred »

Does someone experiencing this as well ?
User avatar
GG
Enthusiast
Enthusiast
Posts: 257
Joined: Tue Jul 26, 2005 12:02 pm
Location: Lieusaint (77), France

Re: Polink: fatal error: Es wurde versucht auf eine unzuläss

Post by GG »

Not reproduced from my side with Windows 10 Pro x64 1909 18363.592.
Purebasic 6.04 64 bits - Windows 11 Pro 64 bits 23H2
Post Reply