<div>Dear ACT-R Users Mailing List,</div><div> </div><div>  I am having a bit of trouble getting experiment windows to display when running CCL.</div><div>  Below is the lisp trace.  I am running ACT-R 6 r1227.  Also, I am using the tutorial from unit 6. Lastly, I am running the start-environment.exe that ships with r1227.</div>
<div>  Operating system is Windows 7.</div><div>  Any ideas would be appreciated.</div><div>Thank you!</div><div>Stu</div><div> </div><div>**************************************************************************************<br clear="all">
<br>; Loading home ccl-init file.<br>Welcome to Clozure Common Lisp Version 1.8-r15286M  (Windowsx8664)!<br>? (load "C:/Users/stuart.rodgers/palm/branches/cl/synavo/synavo/tools/actr6_r1227/load-act-r-6.lisp")</div>
<div> Loading ./devices/virtual/uwi.lisp<br>##################################<br>ACT-R Version Information:<br>Framework             : 1.4 [r1227]<br>production-compilation: 1.5        A module that assists the primary procedural module with compiling productions<br>
declarative           : 1.3        The declarative memory module stores chunks from the buffers for retrieval<br>central-parameters    : 1.1        a module that maintains parameters used by other modules<br>procedural            : 2.0a1      The procedural module handles production definition and execution<br>
retrieval-history     : 1.1        Module to record retrieval history for display in the environment.<br>goal                  : 1.1        The goal module creates new goals for the goal buffer<br>buffer-trace          : 1.0        A module that provides a buffer based tracing mechanism.<br>
buffer-history        : 1.0        Module to record buffer change history for display in the environment.<br>device                : 1.2        The device interface for a model<br>random-module         : 1.0        Provide a good and consistent source of pseudorandom numbers for all systems<br>
naming-module         : 1.3        Provides safe and repeatable new name generation for models.<br>bold                  : 2.0        A module to produce BOLD response predictions from buffer request activity.<br>temporal              : 1.0b5      The temporal module is used to estimate short time intervals<br>
utility               : 2.2        A module that computes production utilities<br>vision                : 3.1        A module to provide a model with a visual attention system (which now uses chunks internally)<br>buffer-params         : 1.0        Module to hold and control the buffer parameters<br>
environment           : 3.0        A module to handle the environment connection if opened<br>production-history    : 1.1        Module to record production history for display in the environment.<br>audio                 : 2.3        A module which gives the model an auditory attentional system<br>
speech                : 2.2        A module to provide a model with the ability to speak<br>printing-module       : 1.0        Coordinates output of the model.<br>imaginal              : 1.2        The imaginal module provides a goal style buffer with a delay and an action buffer for manipulating the imaginal chunk<br>
motor                 : 2.3        Module to provide a model with virtual hands</div><div>######### Loading of ACT-R 6 is complete #########<br>#P"C:/Users/stuart.rodgers/palm/branches/cl/synavo/synavo/tools/actr6_r1227/load-act-r-6.lisp"<br>
? (start-environment)<br>#S(environment-connection :stream #<basic-tcp-stream iso-8859-1 (socket/1148) #x21011D52BD> :local 1 :process #<process Environment-Connection(2) [Active] #x21011D359D> :handlers #<hash-table :test eq<br>
l size 0/60 #x21011D452D> :hooks #<hash-table :test eql size 0/60 #x21011D3F1D>)<br>? (load "C:/Users/stuart.rodgers/palm/branches/cl/synavo/synavo/tools/actr6_r1227/tutorial/unit6/bst-nolearn.lisp")<br>
#P"C:/Users/stuart.rodgers/palm/branches/cl/synavo/synavo/tools/actr6_r1227/tutorial/unit6/bst-nolearn.lisp"<br>? (do-experiment '(12 6 18 20) 'human)<br>Cannot make a visible window, you must use virtual.<br>
> Error: There is no applicable method for the generic function:<br>>          #<standard-generic-function select-rpm-window #x2100F20A7F><br>>        when called with arguments:<br>>          (nil)<br>> While executing: #<ccl::standard-kernel-method no-applicable-method (t)>, in process listener(1).<br>
> Type :GO to continue, :POP to abort, :R for a list of available restarts.<br>> If continued: Try calling it again<br>> Type :? for other options.<br>1 ></div>