On 12 July 2018 at 11:18, Ben Coman <btc@openinworld.com> wrote:
This time I also saw some additional info in the debug console... # Debug console # To close: F2 -> 'debug options' -> 'show output console' # To disable: F2 -> 'debug options' -> 'show console on errors' LoadLibrary(SqueakSSL) (998: Invalid access to memory location.) LoadLibrary(SqueakSSL.dll) (998: Invalid access to memory location.) LoadLibrary(C:\Apps\pharo-win-stable\SqueakSSL) (998: Invalid access to memory location.) LoadLibrary(C:\Apps\pharo-win-stable\SqueakSSL.dll) (998: Invalid access to memory location.)
general vicinity of the error... https://github.com/OpenSmalltalk/opensmalltalk-vm/blame/Cog/platforms/win32/...
Per suggestion dealing with similar issue with FreeType, rebooting my machine fixed it. Now here... https://www.experts-exchange.com/questions/21065604/LoadLibrary-returns-998-... I see here I was mistaken that "998" is not a line number but an error code "NOACCESS". I discovered many queries about error 998 for other software with most answers saying "reinstall the software", but the only vaguely useful info was this "Windows 7 - LoadLibrary() fails (32bit) - why?" ... https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/e4138698-e5a2-... cheers -ben