When I attempted to run solitaire by loading scripts, I was able to
get the problem though the stack trace is not too informative but it
resembles the earlier problem which started this thread: it looks like
something's getting called without proper initialization:

   load 'C:\Program Files (x86)\j64-701\addons\games\solitaire\win.ijs'
   load 'C:\Program Files (x86)\j64-701\addons\games\solitaire\init.ijs'
   load 'C:\Program Files (x86)\j64-701\addons\games\solitaire\used.ijs'
   load 'C:\Program Files (x86)\j64-701\addons\games\solitaire\options.ijs'
   load 'C:\Program Files (x86)\j64-701\addons\games\solitaire\about.ijs'
   load 'C:\Program Files (x86)\j64-701\addons\games\solitaire\main.ijs'
|value error: glcmds
|       glcmds DRAWINIT
   callback run error: expose_event_3_
|value error: glcmds
|       glcmds DRAWINIT

      13!:4''
|value error: glcmds
|       glcmds DRAWINIT
|drawinit[1]

On Fri, Mar 2, 2012 at 1:40 PM, Devon McCormick <devon...@gmail.com> wrote:
> Turns out I already had demos on my launch pad but invoking solitaire
> from here doesn't allow me to see what I'm loading and doesn't allow
> me to turn on debug.
>
> On Fri, Mar 2, 2012 at 1:35 PM, Björn Helgason <gos...@gmail.com> wrote:
>> I installed a fresh J701 on a XP and same problem
>>
>> 2012/3/2 bill lam <bbill....@gmail.com>
>>
>>> Thosee warnings could be eliminated.  But I cannot the blank screen in
>>> solitaire as you reported.  Is there something wrong with my system
>>> or yours?  Can some one confirm?
>>>
>>> Птн, 02 Мар 2012, Björn Helgason писал(а):
>>> > I updated and got three new things - Solitaire one
>>> > Both on the Vista and The Ubuntu Linux
>>> > Still no cards - just white blank screen
>>> >
>>> > Now I notice I get a message on the terminal window in Linux - just there
>>> > (unknown : 2124 ) : GTK CRITICAL **: gtk_widget_get_parent: assertion '
>>> > GTK_IS_WIDGET (widget)' failed
>>> >
>>> > I may not have seen this message in that window earlier
>>> > It happens when I leave the Solitaire
>>> > Also other demos like plot, coins and more
>>> > It also happens when I choose Pousse as soon as I press to get a red
>>> piece
>>> >
>>> > 2012/3/2 bill lam <bbill....@gmail.com>
>>> >
>>> > > Sorry, I failed to realised that build.ijs script has be to run to
>>> > > take effect.  I rebuild solitaire and other packages, please update
>>> > > and test again.
>>> > >
>>> > > I tested it ok on wine32 and wine64 with gtk2.  gtk3 crashed on some
>>> > > demos.
>>> > >
>>> > > Птн, 02 Мар 2012, Björn Helgason писал(а):
>>> > > > I tried this on my Linux machine and same results.
>>> > > > Also removed the NB. before the glpaint there
>>> > > >
>>> > > > 2012/3/2 Björn Helgason <gos...@gmail.com>
>>> > > >
>>> > > > > I changed and removed the NB.
>>> > > > > restarted gtk
>>> > > > > no change
>>> > > > > still just white blank screen
>>> > > > >
>>> > > > >
>>> > > > > 2012/3/2 bill lam <bbill....@gmail.com>
>>> > > > >
>>> > > > >> There is a line
>>> > > > >> NB. glpaint
>>> > > > >> inside main.ijs ,please uncomment that line to see if it will
>>> work.
>>> > > > >>
>>> > > > >> Птн, 02 Мар 2012, Björn Helgason писал(а):
>>> > > > >> > I am using Vista
>>> > > > >> >
>>> > > > >> >    JVERSION
>>> > > > >> > Engine: j701/2011-01-10/11:25
>>> > > > >> > Library: 7.01.057
>>> > > > >> > Platform: Win 32
>>> > > > >> > Installer: j701a_win.exe
>>> > > > >> > InstallPath: c:/j701
>>> > > > >> >
>>> > > > >> > I have not tried this on Linux.
>>> > > > >> >
>>> > > > >> > Opening up Solitaire only gives a blank screen.
>>> > > > >> >
>>> > > > >> > Trying deal or restart or whatever does not show cards.
>>> > > > >> >
>>> > > > >> > In help/about one card is shown.
>>> > > > >> >
>>> > > > >> > No error but no cards shown just a blank screen.
>>> > > > >> >
>>> > > > >> > Even tried in options draw lines instead of cards
>>> > > > >> > On that screen choosing cards you can change cards and it gets
>>> > > displayed
>>> > > > >> > but not in the main screen.
>>> > > > >> >
>>> > > > >> > Everything works it seems except not to play solitaire
>>> > > > >> >
>>> > > > >> >
>>> > > > >> > 2012/3/2 bill lam <bbill....@gmail.com>
>>> > > > >> >
>>> > > > >> > > It works for me.  Please give details.
>>> > > > >> > >
>>> > > > >> > > Птн, 02 Мар 2012, Björn Helgason писал(а):
>>> > > > >> > > > plot works after the update now.
>>> > > > >> > > >
>>> > > > >> > > > I tried the demos and the solitaire only shows a blank
>>> screen.
>>> > > > >> > > >
>>> > > > >> > > > 2012/3/2 bill lam <bbill....@gmail.com>
>>> > > > >> > > >
>>> > > > >> > > > > Yes as there are so many different combinations of
>>> > > > >> platform/output for
>>> > > > >> > > > > plot, providing more details should be helpful.
>>> > > > >> > > > >
>>> > > > >> > > > > The gtk output was broken while other output are untested.
>>> > > > >>  Updated
>>> > > > >> > > > > version has been commited to JAL.
>>> > > > >> > > > >
>>> > > > >> > > > > Also the 'isi' output will be decommited, if gtkwd can
>>> work
>>> > > well
>>> > > > >> > > > > enough with gtk output.
>>> > > > >> > > > >
>>> > > > >> > > > > Чтв, 01 Мар 2012, Eric Iverson писал(а):
>>> > > > >> > > > > > I think we (at least I) need more context for the error
>>> > > report.
>>> > > > >> My
>>> > > > >> > > > > > assumption is report is for the new jconsole support and
>>> > > does
>>> > > > >> not
>>> > > > >> > > > > > apply to jgtk or jhs. Details like 32 vs 64 also nice to
>>> > > have.
>>> > > > >> > > > > >
>>> > > > >> > > > > > On Thu, Mar 1, 2012 at 3:45 PM, Devon McCormick <
>>> > > > >> devon...@gmail.com>
>>> > > > >> > > > > wrote:
>>> > > > >> > > > > > > The 32-bit version still works under Windows 7.
>>> > > > >> > > > > > >
>>> > > > >> > > > > > > On Thu, Mar 1, 2012 at 3:27 PM, Marshall Lochbaum <
>>> > > > >> > > > > mwlochb...@gmail.com> wrote:
>>> > > > >> > > > > > >> Confirmed on Ubuntu. Oh no!
>>> > > > >> > > > > > >>
>>> > > > >> > > > > > >> Marshall
>>> > > > >> > > > > > >>
>>> > > > >> > > > > > >> On Thu, Mar 1, 2012 at 3:16 PM, William Szuch <
>>> > > > >> > > > > bsz...@wsa-fincon.com.au>wrote:
>>> > > > >> > > > > > >>
>>> > > > >> > > > > > >>> Using Windows 7
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>> load 'plot'
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>>   plot i. 123
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>> |assertion failure: cairo_glcmds
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>> |   0~:gtkcr,gtkpl
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>> Regards
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>> Bill Szuch
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>>
>>> > > > >> > > > >
>>> > > > >>
>>> ----------------------------------------------------------------------
>>> > > > >> > > > > > >>> For information about J forums see
>>> > > > >> > > > > http://www.jsoftware.com/forums.htm
>>> > > > >> > > > > > >>>
>>> > > > >> > > > > > >>
>>> > > > >> > >
>>> > > ----------------------------------------------------------------------
>>> > > > >> > > > > > >> For information about J forums see
>>> > > > >> > > > > http://www.jsoftware.com/forums.htm
>>> > > > >> > > > > > >
>>> > > > >> > > > > > >
>>> > > > >> > > > > > >
>>> > > > >> > > > > > > --
>>> > > > >> > > > > > > Devon McCormick, CFA
>>> > > > >> > > > > > > ^me^ at acm.
>>> > > > >> > > > > > > org is my
>>> > > > >> > > > > > > preferred e-mail
>>> > > > >> > > > > > >
>>> > > > >> > >
>>> > > ----------------------------------------------------------------------
>>> > > > >> > > > > > > For information about J forums see
>>> > > > >> > > http://www.jsoftware.com/forums.htm
>>> > > > >> > > > > >
>>> > > > >> > >
>>> > > ----------------------------------------------------------------------
>>> > > > >> > > > > > For information about J forums see
>>> > > > >> > > http://www.jsoftware.com/forums.htm
>>> > > > >> > > > >
>>> > > > >> > > > > --
>>> > > > >> > > > > regards,
>>> > > > >> > > > > ====================================================
>>> > > > >> > > > > GPG key 1024D/4434BAB3 2008-08-24
>>> > > > >> > > > > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
>>> > > > >> > > > >
>>> > > > >>
>>> ----------------------------------------------------------------------
>>> > > > >> > > > > For information about J forums see
>>> > > > >> http://www.jsoftware.com/forums.htm
>>> > > > >> > > > >
>>> > > > >> > > >
>>> > > > >> > > >
>>> > > > >> > > >
>>> > > > >> > > > --
>>> > > > >> > > > Björn Helgason, Verkfræðingur
>>> > > > >> > > > Fornustekkum II
>>> > > > >> > > > 781 Hornafirði,
>>> > > > >> > > > t-póst: gos...@gmail.com
>>> > > > >> > > > gsm: +3546985532
>>> > > > >> > > > twitter: @flugfiskur
>>> > > > >> > > > http://groups.google.com/group/J-Programming
>>> > > > >> > > >
>>> > > > >> > > >
>>> > > > >> > > > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari
>>> > > > >> einfaldleikans
>>> > > > >> > > >
>>> > > > >> > > > góður kennari getur stigið á tær án þess að glansinn fari af
>>> > > skónum
>>> > > > >> > > >           /|_      .-----------------------------------.
>>> > > > >> > > >          ,'  .\  /  | Með léttri lund verður        |
>>> > > > >> > > >      ,--'    _,'   | Dagurinn í dag                     |
>>> > > > >> > > >     /       /       | Enn betri en gærdagurinn  |
>>> > > > >> > > >    (   -.  |        `-----------------------------------'
>>> > > > >> > > >    |     ) |         (\_ _/)
>>> > > > >> > > >   (`-.  '--.)       (='.'=)   ♖♘♗♕♔♙
>>> > > > >> > > >    `. )----'        (")_(") ☃☠
>>> > > > >> > > >
>>> > > > >>
>>> ----------------------------------------------------------------------
>>> > > > >> > > > For information about J forums see
>>> > > > >> http://www.jsoftware.com/forums.htm
>>> > > > >> > >
>>> > > > >> > > --
>>> > > > >> > > regards,
>>> > > > >> > > ====================================================
>>> > > > >> > > GPG key 1024D/4434BAB3 2008-08-24
>>> > > > >> > > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
>>> > > > >> > >
>>> > > ----------------------------------------------------------------------
>>> > > > >> > > For information about J forums see
>>> > > > >> http://www.jsoftware.com/forums.htm
>>> > > > >> > >
>>> > > > >> >
>>> > > > >> >
>>> > > > >> >
>>> > > > >> > --
>>> > > > >> > Björn Helgason, Verkfræðingur
>>> > > > >> > Fornustekkum II
>>> > > > >> > 781 Hornafirði,
>>> > > > >> > t-póst: gos...@gmail.com
>>> > > > >> > gsm: +3546985532
>>> > > > >> > twitter: @flugfiskur
>>> > > > >> > http://groups.google.com/group/J-Programming
>>> > > > >> >
>>> > > > >> >
>>> > > > >> > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari
>>> > > > >> einfaldleikans
>>> > > > >> >
>>> > > > >> > góður kennari getur stigið á tær án þess að glansinn fari af
>>> skónum
>>> > > > >> >           /|_      .-----------------------------------.
>>> > > > >> >          ,'  .\  /  | Með léttri lund verður        |
>>> > > > >> >      ,--'    _,'   | Dagurinn í dag                     |
>>> > > > >> >     /       /       | Enn betri en gærdagurinn  |
>>> > > > >> >    (   -.  |        `-----------------------------------'
>>> > > > >> >    |     ) |         (\_ _/)
>>> > > > >> >   (`-.  '--.)       (='.'=)   ♖♘♗♕♔♙
>>> > > > >> >    `. )----'        (")_(") ☃☠
>>> > > > >> >
>>> > > ----------------------------------------------------------------------
>>> > > > >> > For information about J forums see
>>> > > http://www.jsoftware.com/forums.htm
>>> > > > >>
>>> > > > >> --
>>> > > > >> regards,
>>> > > > >> ====================================================
>>> > > > >> GPG key 1024D/4434BAB3 2008-08-24
>>> > > > >> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
>>> > > > >>
>>> ----------------------------------------------------------------------
>>> > > > >> For information about J forums see
>>> > > http://www.jsoftware.com/forums.htm
>>> > > > >>
>>> > > > >
>>> > > > >
>>> > > > >
>>> > > > > --
>>> > > > > Björn Helgason, Verkfræðingur
>>> > > > > Fornustekkum II
>>> > > > > 781 Hornafirði,
>>> > > > > t-póst: gos...@gmail.com
>>> > > > > gsm: +3546985532
>>> > > > > twitter: @flugfiskur
>>> > > > > http://groups.google.com/group/J-Programming
>>> > > > >
>>> > > > >
>>> > > > > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari
>>> > > einfaldleikans
>>> > > > >
>>> > > > > góður kennari getur stigið á tær án þess að glansinn fari af skónum
>>> > > > >           /|_      .-----------------------------------.
>>> > > > >          ,'  .\  /  | Með léttri lund verður        |
>>> > > > >      ,--'    _,'   | Dagurinn í dag                     |
>>> > > > >     /       /       | Enn betri en gærdagurinn  |
>>> > > > >    (   -.  |        `-----------------------------------'
>>> > > > >    |     ) |         (\_ _/)
>>> > > > >   (`-.  '--.)       (='.'=)   ♖♘♗♕♔♙
>>> > > > >    `. )----'        (")_(") ☃☠
>>> > > > >
>>> > > >
>>> > > >
>>> > > >
>>> > > > --
>>> > > > Björn Helgason, Verkfræðingur
>>> > > > Fornustekkum II
>>> > > > 781 Hornafirði,
>>> > > > t-póst: gos...@gmail.com
>>> > > > gsm: +3546985532
>>> > > > twitter: @flugfiskur
>>> > > > http://groups.google.com/group/J-Programming
>>> > > >
>>> > > >
>>> > > > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari
>>> einfaldleikans
>>> > > >
>>> > > > góður kennari getur stigið á tær án þess að glansinn fari af skónum
>>> > > >           /|_      .-----------------------------------.
>>> > > >          ,'  .\  /  | Með léttri lund verður        |
>>> > > >      ,--'    _,'   | Dagurinn í dag                     |
>>> > > >     /       /       | Enn betri en gærdagurinn  |
>>> > > >    (   -.  |        `-----------------------------------'
>>> > > >    |     ) |         (\_ _/)
>>> > > >   (`-.  '--.)       (='.'=)   ♖♘♗♕♔♙
>>> > > >    `. )----'        (")_(") ☃☠
>>> > > >
>>> ----------------------------------------------------------------------
>>> > > > For information about J forums see
>>> http://www.jsoftware.com/forums.htm
>>> > >
>>> > > --
>>> > > regards,
>>> > > ====================================================
>>> > > GPG key 1024D/4434BAB3 2008-08-24
>>> > > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
>>> > > ----------------------------------------------------------------------
>>> > > For information about J forums see http://www.jsoftware.com/forums.htm
>>> > >
>>> >
>>> >
>>> >
>>> > --
>>> > Björn Helgason, Verkfræðingur
>>> > Fornustekkum II
>>> > 781 Hornafirði,
>>> > t-póst: gos...@gmail.com
>>> > gsm: +3546985532
>>> > twitter: @flugfiskur
>>> > http://groups.google.com/group/J-Programming
>>> >
>>> >
>>> > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans
>>> >
>>> > góður kennari getur stigið á tær án þess að glansinn fari af skónum
>>> >           /|_      .-----------------------------------.
>>> >          ,'  .\  /  | Með léttri lund verður        |
>>> >      ,--'    _,'   | Dagurinn í dag                     |
>>> >     /       /       | Enn betri en gærdagurinn  |
>>> >    (   -.  |        `-----------------------------------'
>>> >    |     ) |         (\_ _/)
>>> >   (`-.  '--.)       (='.'=)   ♖♘♗♕♔♙
>>> >    `. )----'        (")_(") ☃☠
>>> > ----------------------------------------------------------------------
>>> > For information about J forums see http://www.jsoftware.com/forums.htm
>>>
>>> --
>>> regards,
>>> ====================================================
>>> GPG key 1024D/4434BAB3 2008-08-24
>>> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
>>> ----------------------------------------------------------------------
>>> For information about J forums see http://www.jsoftware.com/forums.htm
>>>
>>
>>
>>
>> --
>> Björn Helgason, Verkfræðingur
>> Fornustekkum II
>> 781 Hornafirði,
>> t-póst: gos...@gmail.com
>> gsm: +3546985532
>> twitter: @flugfiskur
>> http://groups.google.com/group/J-Programming
>>
>>
>> Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans
>>
>> góður kennari getur stigið á tær án þess að glansinn fari af skónum
>>          /|_      .-----------------------------------.
>>         ,'  .\  /  | Með léttri lund verður        |
>>     ,--'    _,'   | Dagurinn í dag                     |
>>    /       /       | Enn betri en gærdagurinn  |
>>   (   -.  |        `-----------------------------------'
>>   |     ) |         (\_ _/)
>>  (`-.  '--.)       (='.'=)   ♖♘♗♕♔♙
>>   `. )----'        (")_(") ☃☠
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
>
>
>
> --
> Devon McCormick, CFA
> ^me^ at acm.
> org is my
> preferred e-mail



-- 
Devon McCormick, CFA
^me^ at acm.
org is my
preferred e-mail
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to