Hi Hilaire,
  I have seen the same problem when trying to reproduce the error with
FreeTypeFonts.
I can see that the problem arise because there is a startUp of a class that
is calling the #splash method. This method uses Delay.
As this is run during the startup of the classes, it runs with the higher
priority. Taking precedence over the Delay scheduling process.
In Pharo 7 the startup of the session runs in higher priority so it cannot
be interrupted.
This is done in that way to fix some problems during the initialization of
the session (Now, I could not remember what was fixed).
I believe this actions should be executed as a deferred action.

Also I have found a problem with the requirement of the UIThemeWatery
class, I have fixed it extending UITheme with a new subclass (same
behavior) so the code can be loaded.

If you want I can help you to port DrGeo to Pharo7.

Cheers,
Pablo

On Tue, Apr 10, 2018 at 8:32 PM, Hilaire <hila...@drgeo.eu> wrote:

> Hi,
> I have this strange situation with a DrGeo built against P7, where DrGeo
> starts, but then get frozen with this message.
> Strangely the start seems not to have completed as the UI messages are not
> localized in French.
>
> What is strange, on my PC where I built the app, this problem does not
> occur.
>
> Any idea?
>
> Thanks
>
> Hilaire
>
>
> --
> Dr. Geo
> http://drgeo.eu
>



-- 
Pablo Tesone.
teso...@gmail.com

Reply via email to