Messages from list : cormas@cirad.fr

Choose a topic among the following archives :

Re: CorMAC

New Message Reply Date view Thread view Subject view Author view

Subject: Re: CorMAC
From: Jennifer Fenske (jj_babin@laurentian.ca)
Date: Sun Dec 03 2006 - 16:11:51 CET

Hi Pierre,

Thanks for the advice, however, the debugger is still not working. I'm
just learning how to use this program so I didn't realize that this was
a problem until two days ago. The entire message is :

doesNotUnderstand: t1
        " ***This is decompiled code.***
        The source was unavailable because the source pointer appears to
point to
        an incorrect position in the file. The file may have been
modified after this
        method was updated."

        | t2 t3 |
        (t2 := Object messageNotUnderstoodSignal newException)
searchFrom: thisContext; parameter: t1;
                messageText:
                        [| t4 |
                        t4 := [t1 selector printString]
                                                on: Error do: [:t5 | t5
return: (#errSelectorNotPrintable << #dialogs >> '** unprintable
selector **') expandMacros asString].
                        #errNotUnderstood << #dialogs >> 'Message not
understood: <1s>' expandMacrosWith: t4]; originator: self;
makeSureResumable.
        t3 := t2 raiseSignal.
        t2 reachedDefaultHandler ifTrue: [^self perform: t1 selector
withArguments: t1 arguments].
        ^t3

This is the same message for EVERY error I get. I have checked my home
directory and it is:
/Applications/VW7.4

I have added the new parcel you sent me and the debugger still does not
work.

Another message that I have received says:

One of your source files is invalid -- reason:
        "No such file or directory
("/Applications/VW7.4/parcels/PDPDebug.pst")"
Check that the VisualWorks home directory path is set properly
        (in the Launcher window, select Set VisualWorks Home on the File
menu).
Alternately, edit the sources file name (in bold), select the entire
expression below, and evaluate using "Do It"
        SourceFileManager default file: 30
                        name: '$(VISUALWORKS)/parcels/PDPDebug.pst'
                        writable: false

This message only happened once or twice and it may not have anything to
do with my problem. I found the file PDPDebug.pst here:
/Applications/VW7.4/obsolete/parcels/PDPDebug.pst. I tried dragging the
file into /Applications/VW7.4/parcels/ but it didn't work so put it
back to "obsolete".

There is actually a new problem now that I've added the new parcel
following the instructions: One of my models, now says: "the model has
been adapted to VW7.3. A package and a parcel have been created" and
nothing is packaged (where did VW7.3 come from?). When I go to
programming - the class for each Entity - spatial - and it says it is
not packaged and there is not 'control' , 'init' , 'pov' or anything.
When I go from Hierarchy to Package and search for my model name,
everything under 'instance' is empty (control), (init), (pov) etc. I
have to search through the hierarchy under browser - parcel -
"unparceled" to find all my code. The model runs fine so I am just
going to take some time to figure this out. Do I just copy and paste
everything back into the package or is there a special way to do this?

Thanks again for ALL your help!
Jennifer

>>> Pierre <bommel@cirad.fr> 12/02/06 1:20 PM >>>

New Message Reply Date view Thread view Subject view Author view
 

Back to home