you need to also download the sources: http://files.pharo.org/get-files/60/sources.zip
and put them aside of the image (or the vm), otherwise it will not work. cheers, Esteban ps: PharoLauncher is shipping with an old VM and most probably many things on Pharo 6.0 will not work. Hopefully there will be an update of the launcher after release... > On 15 Apr 2017, at 23:37, Ricardo Pacheco <[email protected]> > wrote: > > Esteban, > > My computer is using Windows 10. > > I'm using the Pharo Launcher 0.2.11-2016.09.22 (as indicated in the > README.txt or 3.0.20131220 as indicated in the Control panel's Programs and > characteristics). > (http://files.pharo.org/platform/launcher/pharo_installer-0.2.11.exe) > > The image I was using was the latest Pharo 6.0 (Beta) downloaded today. > http://files.pharo.org/image/60/latest.zip > > With that combination I got the crash while trying to run: AthensFlakeDemo > new openInWorld. > > As an additional test, I downloaded the VM version that you included > (http://files.pharo.org/get-files/60/pharo-win-latest.zip) with the latest > image as of today (60465), but got the following errors: > First it complained abut the missing PharoV50.cources, but loaded Pharo. > Then I tried to run the demo, but got the following error: Could not find > accessor for variable named "aFormat" > > FFICallout>>loaderForArgNamed: > FFICallout>>loaderForArgNamed:indirectIndex: > FFICallout>>argName:indirectIndex:type:ptrArity: > FFIFunctionParser>>parseArgument > FFIFunctionParser>>parseArguments > FFIFunctionParser>>parseNamedFunction: > FFICalloutMethodBuilder>>parseSignature: > FFICalloutMethodBuilder>>generate > FFICalloutMethodBuilder>>build: > FFICalloutAPI>>function:module: > AthensCairoSurface class(Object)>>nbCall: > AthensCairoSurface class>>primImage:width:height: > AthensCairoSurface class>>extent:format: > AthensCairoSurface class>>extent: > AthensFlakeDemo>>initialize > AthensFlakeDemo class(Behavior)>>new > UndefinedObject>>DoIt > OpalCompiler>>evaluate > RubSmalltalkEditor>>evaluate:andDo: > RubSmalltalkEditor>>highlightEvaluateAndDo: > [ textMorph textArea editor highlightEvaluateAndDo: arg1 action. > textMorph shoutStyler style: textMorph text ] in [ textMorph textArea > handleEdit: [ textMorph textArea editor highlightEvaluateAndDo: arg1 > action. > textMorph shoutStyler style: textMorph text ] ] in > GLMMorphicPharoScriptRenderer(GLMMorphicPharoCodeRenderer)>>actOnHighlightAndEvaluate: > RubEditingArea(RubAbstractTextArea)>>handleEdit: > [ textMorph textArea > handleEdit: [ textMorph textArea editor highlightEvaluateAndDo: arg1 > action. > textMorph shoutStyler style: textMorph text ] ] in > GLMMorphicPharoScriptRenderer(GLMMorphicPharoCodeRenderer)>>actOnHighlightAndEvaluate: > WorldState>>runStepMethodsIn: > WorldMorph>>runStepMethods > WorldState>>doOneCycleNowFor: > WorldState>>doOneCycleFor: > WorldMorph>>doOneCycle > WorldMorph class>>doOneCycle > [ [ WorldMorph doOneCycle. > Processor yield. > false ] whileFalse: [ ] ] in MorphicUIManager>>spawnNewProcess > [ self value. > Processor terminateActive ] in BlockClosure>>newProcess > > Please let me know if you need me to do some other test or if you want I can > give you access t my computer using TeamViewer. > > Regards. > > > > > > > > > > -- > View this message in context: > http://forum.world.st/Pharo-6-0-On-windows-crash-while-trying-to-run-AthensFlakeDemo-tp4942238p4942257.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. >
