Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sclang - currently not starting properly on terminal due to new document stuff #1026

Closed
miguel-negrao opened this issue Jan 24, 2014 · 1 comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: sclang sclang C++ implementation (primitives, etc.). for changes to class lib use "comp: class library"

Comments

@miguel-negrao
Copy link
Member

running 'sclang' one gets the error:

Execution warning: Class 'Document' not found
ERROR: Message 'isMetaClass' not understood.
RECEIVER:
   nil
ARGS:
CALL STACK:
    DoesNotUnderstandError:reportError   0x193a328
        arg this = <instance of DoesNotUnderstandError>
    Nil:handleError   0x193a278
        arg this = nil
        arg error = <instance of DoesNotUnderstandError>
    Thread:handleError   0x193a1c8
        arg this = <instance of Thread>
        arg error = <instance of DoesNotUnderstandError>
    Object:throw   0x193a118
        arg this = <instance of DoesNotUnderstandError>
    Object:doesNotUnderstand   0x1939bf8
        arg this = nil
        arg selector = 'isMetaClass'
        arg args = [*0]
    Meta_Class:initClassTree   0x1939a98
        arg this = <instance of Meta_Class>
        arg aClass = nil
        var implementsInitClass = nil
    Meta_Instr:initClass   0x19399e8
        arg this = <instance of Meta_Instr>
    Meta_Class:initClassTree   0x1939438
        arg this = <instance of Meta_Class>
        arg aClass = <instance of Meta_Instr>
        var implementsInitClass = nil
    ArrayedCollection:do   0x19ae378
        arg this = [*695]
        arg function = <instance of Function>
        var i = 179
    Meta_Class:initClassTree   0x19ad578
        arg this = <instance of Meta_Class>
        arg aClass = <instance of Meta_Object>
        var implementsInitClass = nil
    Process:startup   0x19ac5f8
        arg this = <instance of Main>
        var time = 1390585893.4959
    Main:startup   0x19aaf08
        arg this = <instance of Main>
        var didWarnOverwrite = false
^^ The preceding error dump is for ERROR: Message 'isMetaClass' not understood.
RECEIVER: nil

Doing sclang -i scqt doesn't produce the error...

@miguel-negrao
Copy link
Member Author

Actually this is caused by cruciallib quark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: sclang sclang C++ implementation (primitives, etc.). for changes to class lib use "comp: class library"
Projects
None yet
Development

No branches or pull requests

1 participant