On Mon, Mar 6, 2017 at 7:14 AM, <[email protected]> wrote:
> Hello, > I was working at loading Hapao into the latest Pharo image, and ran into a > problem. I started with a brand new download of Pharo 5.0, and got the > latest development image and changes for 6.0 (60429). I then ran: > > Gofer it > smalltalkhubUser: 'ObjectProfile' project: 'Spy2'; > configurationOf: 'Spy2'; > loadStable. > > which ran to completion. > > I then went to check the tests in the String class, so I ran: > > > (Hapao2 runTestsForClasses: String withAllSubclasses , StringTest > withAllSubclasses) visualize. > > Pharo started running the tests. Then a message from the operating system > came up saying, > > "Pharo.exe has stopped working. A problem caused the program to stop > working correctly. Windows will close the program and notify you if a > solution is available". > > I tried this twice, and got the same error message each time. > > Is there something I should be doing differently in terms of how I am > loading and running Hapao? > > Many thanks, > > and best regards, > > Sheridan > > Hi Sheridan, Just as a matter of procedure, could you try 60429 with each of these VMs... http://files.pharo.org/vm/pharo-spur32/win/stable-20170222.zip http://files.pharo.org/vm/pharo-spur32/win/pharo-win-i386-201703031554-13cc5f8.zip cheers -ben
