VWNC 7.5 on OS-X

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

VWNC 7.5 on OS-X

MJL-4
   Trying to run my usual prepare image script (on a powerpc Mac), I  
ran into this problem -- it seems I can't start VW from the command  
line. Clicking the icon works find, but launching it from a shell  
results into this:

$ $VISUALWORKS/bin/macx/visual.app/Contents/MacOS/visual visualnc.im
2007-04-29 10:57:59.615 visual[2648] _NXCreateWindow: error setting  
window property (1002)
2007-04-29 10:57:59.623 visual[2648] *** Uncaught exception:  
<NSInternalInconsistencyException> Error (1002) creating CGSWindow
Trace/BPT trap

   Any ideas?

   Cheers,

        mjl

Reply | Threaded
Open this post in threaded view
|

Re: VWNC 7.5 on OS-X

James Robertson-7
Try:

../vwmacxgui -p -= image.im

(above assumes you are in the image dir)


At 05:02 AM 4/29/2007, you wrote:

>   Trying to run my usual prepare image script (on a powerpc Mac), I
>ran into this problem -- it seems I can't start VW from the command
>line. Clicking the icon works find, but launching it from a shell
>results into this:
>
>$ $VISUALWORKS/bin/macx/visual.app/Contents/MacOS/visual visualnc.im
>2007-04-29 10:57:59.615 visual[2648] _NXCreateWindow: error setting
>window property (1002)
>2007-04-29 10:57:59.623 visual[2648] *** Uncaught exception:
><NSInternalInconsistencyException> Error (1002) creating CGSWindow
>Trace/BPT trap
>
>   Any ideas?
>
>   Cheers,
>
>         mjl

<Talk Small and Carry a Big Class Library>
James Robertson, Product Manager, Cincom Smalltalk
http://www.cincomsmalltalk.com/blog/blogView

Reply | Threaded
Open this post in threaded view
|

Re: VWNC 7.5 on OS-X

MJL-4
| >$ $VISUALWORKS/bin/macx/visual.app/Contents/MacOS/visual visualnc.im
| >2007-04-29 10:57:59.615 visual[2648] _NXCreateWindow: error setting
| >window property (1002)
| >2007-04-29 10:57:59.623 visual[2648] *** Uncaught exception:
| ><NSInternalInconsistencyException> Error (1002) creating CGSWindow
| >Trace/BPT trap
|
|  ../vwmacxgui -p -= image.im

  Much better, now it opens its windows and only crashes immediatly
afterwards:

./prepare-image: line 11:  2762 Segmentation fault      $VISUALWORKS/bin/macx/visual.app/Contents/MacOS/vwmacxgui -p -= visualnc.im -filein MJLCustomization.st -doit 'MJLStartup customize'


  Cheers,

        mjl