2016-01-08 23:20 GMT+01:00 Hilaire <hilaire@drgeo.eu>:
Le 08/01/2016 21:31, Nicolai Hess a écrit :
The crashing image itself can be found there in case of
usefulness
https://www.dropbox.com/s/rur8ayt8eon6mab/drgeo.image.zip?dl=0
Do you have the changes file, too?
Here: https://www.dropbox.com/s/dwg99xmvtgak10o/DrGeoCrashVM.zip?dl=0
Thanks
Hi Hilaire, I think this is the same bug as https://pharo.fogbugz.com/f/cases/13854/frameSize-calculated-wrongly-for-lin... this is fixed in pharo4.0 and pharo5.0 but not in pharo3.0 I modified the changeset for pharo4.0 to make it loadable in pharo3.0 But I did not looked further on the code changes, maybe it won't fully work. Find attached the changeset. You have to switch compiler class before and after loading this. SmalltalkImage compilerClass: Compiler. 'opal_drgeo.cs' asFileReference fileIn. SmalltalkImage compilerClass: OpalCompiler.
-- Dr. Geo http://drgeo.eu