Hello. I install Seaside in a Pharo 1.4 summer image. Then I run it in headless from console and I go to the /status app, and a "MessageNotUnderstood: NonInteractiveUIManager>>openDebuggerOn:context:label:contents:fullView:" exception occurs and the vm close.
Then I run this image in gui and an "Deprecation: The method SmalltalkImage>>isRunningCog has been deprecated." dialog box are raised. I evaluate Deprecation raiseWarning: false but no take effect, the dialog is raised anyway. Maybe another is correct way to disable raise deprecation? 2012/8/31 Camillo Bruni <[email protected]> > if run from the command line you should get a decent error message... > > what kind of error do you get? > > BTW: just show me the code and I'll fix it :P > > On 2012-08-31, at 07:24, Dale Henrichs <[email protected]> wrote: > > > I'm running a headless pharo2.0 from a script and the vm disappears > without a trace (no pharodebug.log info etc.) ... when I run the script in > a gui, I see that a warning dialog box is popping up, so perhaps this is > the source of the issue? ... or perhaps it's something else? > > > > Dale > > > > >
