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