LoadLibrary(FT2Plugin.dll) (998: Invalid access to memory location.
) Windows 10. Win32 built on May 31 2017 03:09:04 GMT Compiler: 5.4.0 VMMaker versionString VM: 201705310241 Tried latest stable VM - same error. Pharo 7 works normally. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html |
Seems similar...
http://forum.world.st/Win10-Launcher-Pharo7-1122-ZdcPluginMissing-SSL-TLS-plugin-initailization-failed-VM-plugin-missing-O-tp5081539p5081573.html cheers -ben On 13 July 2018 at 03:09, webwarrior <[hidden email]> wrote: > LoadLibrary(FT2Plugin.dll) (998: Invalid access to memory location. > > ) > > Windows 10. > > Win32 built on May 31 2017 03:09:04 GMT Compiler: 5.4.0 > VMMaker versionString VM: 201705310241 > > Tried latest stable VM - same error. > > Pharo 7 works normally. > > > > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html > |
Hello
This seems exactly like a problem I reported almost exactly a year ago - 15 July 2017. Peter Uhnak reported then that he saw it regularly. The only sure remedy we found is to reboot the machine - occasionally reboot twice. I am using Pharo 6.1 on Windows 10. Since that report, I have seen it very rarely. Most recently I found that the Pharo window appearance was distorted - wrong font size etc - but I did not see the debug console error message. Advice to Webwarrior - reboot machine and see if it goes away. HTH Peter Kenny -----Original Message----- From: Pharo-users <[hidden email]> On Behalf Of Ben Coman Sent: 12 July 2018 22:20 To: Any question about pharo is welcome <[hidden email]> Subject: Re: [Pharo-users] Pharo 6 Freetype plugin stopped working after Windows update Seems similar... http://forum.world.st/Win10-Launcher-Pharo7-1122-ZdcPluginMissing-SSL-TLS-plugin-initailization-failed-VM-plugin-missing-O-tp5081539p5081573.html cheers -ben On 13 July 2018 at 03:09, webwarrior <[hidden email]> wrote: > LoadLibrary(FT2Plugin.dll) (998: Invalid access to memory location. > > ) > > Windows 10. > > Win32 built on May 31 2017 03:09:04 GMT Compiler: 5.4.0 VMMaker > versionString VM: 201705310241 > > Tried latest stable VM - same error. > > Pharo 7 works normally. > > > > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html > |
Hi,
I've seen the FT distorted fonts when launched several images at the same time. It could be a way to reproduce it. Cheers, Hernán 2018-07-12 19:26 GMT-03:00 PBKResearch <[hidden email]>: > Hello > > This seems exactly like a problem I reported almost exactly a year ago - 15 July 2017. Peter Uhnak reported then that he saw it regularly. The only sure remedy we found is to reboot the machine - occasionally reboot twice. I am using Pharo 6.1 on Windows 10. Since that report, I have seen it very rarely. Most recently I found that the Pharo window appearance was distorted - wrong font size etc - but I did not see the debug console error message. > > Advice to Webwarrior - reboot machine and see if it goes away. > > HTH > > Peter Kenny > > -----Original Message----- > From: Pharo-users <[hidden email]> On Behalf Of Ben Coman > Sent: 12 July 2018 22:20 > To: Any question about pharo is welcome <[hidden email]> > Subject: Re: [Pharo-users] Pharo 6 Freetype plugin stopped working after Windows update > > Seems similar... > http://forum.world.st/Win10-Launcher-Pharo7-1122-ZdcPluginMissing-SSL-TLS-plugin-initailization-failed-VM-plugin-missing-O-tp5081539p5081573.html > > cheers -ben > > On 13 July 2018 at 03:09, webwarrior <[hidden email]> wrote: >> LoadLibrary(FT2Plugin.dll) (998: Invalid access to memory location. >> >> ) >> >> Windows 10. >> >> Win32 built on May 31 2017 03:09:04 GMT Compiler: 5.4.0 VMMaker >> versionString VM: 201705310241 >> >> Tried latest stable VM - same error. >> >> Pharo 7 works normally. >> >> >> >> -- >> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html >> > > |
In reply to this post by Peter Kenny
Peter Kenny wrote
> Hello > > This seems exactly like a problem I reported almost exactly a year ago - > 15 July 2017. Peter Uhnak reported then that he saw it regularly. The only > sure remedy we found is to reboot the machine - occasionally reboot twice. > I am using Pharo 6.1 on Windows 10. Since that report, I have seen it very > rarely. Most recently I found that the Pharo window appearance was > distorted - wrong font size etc - but I did not see the debug console > error message. > > Advice to Webwarrior - reboot machine and see if it goes away. > > HTH > > Peter Kenny Rebooted, and the problem did go away. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html |
This is not FT plugin problem. This is Windows failing to load a proper dll for Pharo. Happens regularly at least with FT and Cairo. Peter On Fri, Jul 13, 2018 at 10:00 AM, webwarrior <[hidden email]> wrote: Peter Kenny wrote |
More specifically, it was suggested (by Herby, I think) that it is a timing problem with Windows loading several .dll files at the same time. If the loads complete in the right order, all is well; but in some cases, loading one .dll takes a bit longer, and it is not available when called by another. If correct, this explains why it happens intermittently. It also explains why it is so difficult to debug. Peter Kenny From: Pharo-users <[hidden email]> On Behalf Of Peter Uhnák This is not FT plugin problem. This is Windows failing to load a proper dll for Pharo. Happens regularly at least with FT and Cairo. Peter On Fri, Jul 13, 2018 at 10:00 AM, webwarrior <[hidden email]> wrote:
|
In reply to this post by Peter Uhnak
Agreed, it's not just FT. And it happens to me very often. Rebooting PC works
every time (well, since it seems random-ish, MOST of the times), but to close all my work just to reboot PC for Pharo is quite annoying. Jan Peter Uhnák wrote > This is not FT plugin problem. This is Windows failing to load a proper > dll > for Pharo. Happens regularly at least with FT and Cairo. > > Peter > > On Fri, Jul 13, 2018 at 10:00 AM, webwarrior < > reg@ > > wrote: > >> Peter Kenny wrote >> > Hello >> > >> > This seems exactly like a problem I reported almost exactly a year ago >> - >> > 15 July 2017. Peter Uhnak reported then that he saw it regularly. The >> only >> > sure remedy we found is to reboot the machine - occasionally reboot >> twice. >> > I am using Pharo 6.1 on Windows 10. Since that report, I have seen it >> very >> > rarely. Most recently I found that the Pharo window appearance was >> > distorted - wrong font size etc - but I did not see the debug console >> > error message. >> > >> > Advice to Webwarrior - reboot machine and see if it goes away. >> > >> > HTH >> > >> > Peter Kenny >> >> Rebooted, and the problem did go away. >> >> >> >> -- >> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html >> >> -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html |
Free forum by Nabble | Edit this page |