What is strange is that I cannot reopen the image I saved. I reopen it with exactly the same VM that I did before but not impossible it crashes directly. Stef On Jul 5, 2012, at 7:33 PM, Igor Stasenko wrote:
On 5 July 2012 16:41, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
igor and for the second problem?
i think this is the problem:
(Smalltalk globals classNamed: 'ConfigurationOfAthens') loadBleedingEdge.
try load exact version of it, or make sure you loaded latest version:
ConfigurationOfAthens loadVersion: '1.2.1'.
i do not know what it loads when you call loadBleedingEdge..
On Jul 5, 2012, at 2:44 PM, Stéphane Ducasse wrote:
second loadSymbol: aSymbolName fromModule: moduleName
(moduleName = '' or: [moduleName = 0 ]) ifTrue: [ "if module name is empty, try to retrieve symbol from globals " ^ self getGlobalSymbolPointer: aSymbolName ]. ^ super loadSymbol: aSymbolName fromModule: moduleName
error: aString "Throw a generic Error exception."
^Error new signal: aString
'failed to get a symbol address: cairo_image_surface_create'
here is what I did
-- Best regards, Igor Stasenko.