Re: [Pharo-users] External Module not found - LGitLibrary

2019-12-21 Thread BrunoBB
Hi, Finally i remember how i fixed this problem in the past. Just a small description for the record. libgit2.dll fail to load on startup on Pharo 7 on Windows (in this case 8). * Starting Pharo from launcher >> libgit2.dll load FAIL * Starting Pharo from command line >> libgit2.dll load FAIL *

Re: [Pharo-users] External Module not found - LGitLibrary

2019-12-21 Thread BrunoBB
Hi, Reboot the machine usually fixed the problem but not this time. Note: It happen on image startup. regards, bruno -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] External Module not found - LGitLibrary

2019-12-20 Thread Ben Coman
On Fri, 20 Dec 2019 at 22:36, BrunoBB wrote: > Hi, > > My problem is in Pharo 7 and also it happend randomly. > > But this time is not going away ... > > My Pharo 7 VM is installed in "C:\Users\Usuario\Documents\Pharo\vms\70-x64" > > If i remember correctly i have read there are some issues when

Re: [Pharo-users] External Module not found - LGitLibrary

2019-12-20 Thread BrunoBB
The following also fail: DynamicLoader loadLibrary: 'C:\Users\Usuario\Documents\Pharo\vms\70-x64\libgit2.dll' -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] External Module not found - LGitLibrary

2019-12-20 Thread BrunoBB
Hi, Any idea how to fix this problem ? regards, bruno -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] External Module not found - LGitLibrary

2019-12-20 Thread BrunoBB
Hi, My problem is in Pharo 7 and also it happend randomly. But this time is not going away ... My Pharo 7 VM is installed in "C:\Users\Usuario\Documents\Pharo\vms\70-x64" If i remember correctly i have read there are some issues when is not installed in the default path. regards, bruno -- S

Re: [Pharo-users] External Module not found - LGitLibrary

2019-12-20 Thread Andrei Chis
Hi, We got a slightly similar error with Pharo 8 on a Linux CI when loading code quite often (but still randomly). Does it happen for you when loading code or just when opening the image? Which Pharo 8.0 build are you using? Error: External module not found ExternalLibraryFunction(Object)>>error

[Pharo-users] External Module not found - LGitLibrary

2019-12-19 Thread BrunoBB
Hi, Using Pharo on Windows time to time i got "External Module not found" for LGitLibrary. Not sure if i'm hitting: https://github.com/pharo-project/pharo-launcher/issues/307 But this time the problem is not fixed. Other time after some trying to open the image in different way (PharoLaucher, fr