admich / scigraph-evo

A CLIM plotting library
5 stars 1 forks source link

Unknown type specifier: CLIM-INTERNALS::PIXMAP #1

Closed informatimago closed 2 years ago

informatimago commented 3 years ago

Might be a CLIM problem actually. I just tried:

cl-user> (ql:quickload :scigraph-evo)
To load "scigraph-evo":
  Load 1 ASDF system:
    scigraph-evo
; Loading "scigraph-evo"
..................................................
[package net.tuxee.paths-ttf].....................
[package mcclim-truetype].........................
[package clim-xcommon]............................
[package clim-clx]................................
[package mcclim-bidi].............................
[package mcclim-render]...........................
[package mcclim-render-extensions]................
[package mcclim-render-internals].................
[package clim-clx-fb].............................
[package clim-pdf]................................
[package mcclim-bezier]...........................
[package mcclim-bezier-clx].......................
[package dwim]....................................
[package tool]....................................
[package statistics]..............................
[package graph]....................
(:scigraph-evo)
cl-user> (gr:make-demo-frame)
#<process Scigraph Frame Top Level(186) [Reset] #x30200A1BB0CD>
cl-user> 

and got:

Unknown type specifier: CLIM-INTERNALS::PIXMAP
   [Condition of type SIMPLE-ERROR]

Restarts:
 0: [CLEAR-PANE-TRY-AGAIN] Clear the output history of the pane and reattempt forceful redisplay.
 1: [CLEAR-PANE] Clear the output history of the pane, but don't redisplay.
 2: [SKIP-REDISPLAY] Skip this redisplay.
 3: [SCIGRAPH-TOP-LEVEL] Abort to SCIGRAPH Top Level
 4: [ABORT-BREAK] Reset this thread
 5: [ABORT] Kill this thread

Backtrace:
  0: (ccl::%%typep #<clx-143234-clim:application-pane display #x302009FC070D> #<unknown-ctype clim-internals::pixmap>)
  1: (typep #<clx-143234-clim:application-pane display #x302009FC070D> clim-internals::pixmap nil)
  2: (#<standard-method stream-viewport (t)> #<clx-143234-clim:application-pane display #x302009FC070D>)
  3: (#<standard-method stream-viewport-size (t)> #<clx-143234-clim:application-pane display #x302009FC070D>)
  4: (fill-window-with-graphs (#<annotated-graph annotated-graph-1>) :autoscale nil :right-margin 0 :columns 1 :stream #<clx-..
  5: (clim-internals::invoke-display-function #<graph-viewer #x302009FA737D> #<clx-143234-clim:application-pane display #x302..
  6: (#<standard-method redisplay-frame-pane (application-frame clim-internals::pane-display-mixin)> #<graph-viewer #x302009F..
  7: (ccl::%call-next-method ((#(#<standard-generic-function redisplay-frame-pane #x302004EDAE1F> (#<standard-method redispla..
  8: (#<standard-method redisplay-frame-pane (application-frame clim-internals::updating-output-stream-mixin)> ((#(#<standard..
  9: (ccl::%%before-and-after-combined-method-dcode (#(#<standard-generic-function redisplay-frame-pane #x302004EDAE1F> (#<st..
 10: (ccl::%call-next-method (#(#<standard-generic-function redisplay-frame-pane #x302004EDAE1F> (#<standard-method redisplay..
 11: (#<standard-method redisplay-frame-pane :around (application-frame t)> (#(#<standard-generic-function redisplay-frame-pa..
 12: (ccl::%%cnm-with-args-combined-method-dcode #(#<standard-generic-function redisplay-frame-pane #x302004EDAE1F> (#<standa..
 13: (nil #<Unknown Arguments>)
 14: (ccl::%%check-keywords #(2 #(:force-p) #<Combined-Method redisplay-frame-pane #x30200A0D393F>) 226487648)
 15: (nil #<Unknown Arguments>)
 16: (scigraph-top-level #<graph-viewer #x302009FA737D>)
 17: (#<standard-method run-frame-top-level (application-frame)> #<graph-viewer #x302009FA737D>)
 18: (ccl::%call-next-method (nil #<standard-method run-frame-top-level (application-frame)> . 226487750))
 19: (#<standard-method run-frame-top-level :around (application-frame)> #<graph-viewer #x302009FA737D>)
 20: (ccl::%%standard-combined-method-dcode (#<standard-method run-frame-top-level :around (application-frame)> #<standard-me..
 21: (nil #<Unknown Arguments>)
 22: ((:internal bordeaux-threads::binding-default-specials))
 23: (ccl::run-process-initial-form #<process Scigraph Frame Top Level(186) [Active] #x30200A0BBBBD> (#<ccl:compiled-lexical-..
 24: ((:internal (ccl::%process-preset-internal (ccl:process))) #<process Scigraph Frame Top Level(186) [Active] #x30200A0BBB..
 25: ((:internal ccl::thread-make-startup-function))
admich commented 2 years ago

With big delay (I didn't see the issue), anyway now it is solved.