Page 1 of 1
Polink: fatal error: Es wurde versucht auf eine unzulässige
Posted: Tue Feb 20, 2018 6:20 pm
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 ??
Re: Polink: fatal error: Es wurde versucht auf eine unzuläss
Posted: Tue Feb 20, 2018 10:55 pm
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
Re: Polink: fatal error: Es wurde versucht auf eine unzuläss
Posted: Wed Feb 21, 2018 8:52 am
by Diogenes
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
Re: Polink: fatal error: Es wurde versucht auf eine unzuläss
Posted: Wed Feb 21, 2018 11:00 am
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

Re: Polink: fatal error: Es wurde versucht auf eine unzuläss
Posted: Wed Feb 21, 2018 11:15 am
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.
Re: Polink: fatal error: Es wurde versucht auf eine unzuläss
Posted: Wed Feb 21, 2018 1:03 pm
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.
Re: Polink: fatal error: Es wurde versucht auf eine unzuläss
Posted: Wed Feb 21, 2018 1:05 pm
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.
Re: Polink: fatal error: Es wurde versucht auf eine unzuläss
Posted: Wed Feb 21, 2018 9:43 pm
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.
Re: Polink: fatal error: Es wurde versucht auf eine unzuläss
Posted: Wed Feb 21, 2018 10:43 pm
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.
Re: Polink: fatal error: Es wurde versucht auf eine unzuläss
Posted: Mon Feb 26, 2018 10:19 am
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.
Re: Polink: fatal error: Es wurde versucht auf eine unzuläss
Posted: Mon Feb 26, 2018 10:39 am
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.
Re: Polink: fatal error: Es wurde versucht auf eine unzuläss
Posted: Wed Feb 05, 2020 12:45 pm
by Fred
Does someone experiencing this as well ?
Re: Polink: fatal error: Es wurde versucht auf eine unzuläss
Posted: Wed Feb 05, 2020 12:48 pm
by GG
Not reproduced from my side with Windows 10 Pro x64 1909 18363.592.