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

getting these errors WARNING: Attempted to modify missing Text Mirror for Document #1220

Closed
miguel-negrao opened this issue Oct 26, 2014 · 11 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.

Comments

@miguel-negrao
Copy link
Member

WARNING: Attempted to modify missing Text Mirror for Document {355fc97a-6ca7-42dc-8922-380afb6ec1a1}
ERROR: Message 'prSetEdited' not understood.
RECEIVER:
   nil
ARGS:
   Integer 0
CALL STACK:
    DoesNotUnderstandError:reportError   0x895f628
        arg this = <instance of DoesNotUnderstandError>
    Nil:handleError   0xc1a97b8
        arg this = nil
        arg error = <instance of DoesNotUnderstandError>
    Thread:handleError   0xe028b18
        arg this = <instance of Thread>
        arg error = <instance of DoesNotUnderstandError>
    Object:throw   0x9a10f38
        arg this = <instance of DoesNotUnderstandError>
    Object:doesNotUnderstand   0xa6591e8
        arg this = nil
        arg selector = 'prSetEdited'
        arg args = [*1]
    Process:interpretCmdLine   0xd879138
        arg this = <instance of Main>
^^ The preceding error dump is for ERROR: Message 'prSetEdited' not understood.
RECEIVER: nil
@miguel-negrao miguel-negrao added the bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. label Oct 26, 2014
@muellmusik
Copy link
Contributor

Hey Miguel,

Could you provide at least some context? Is this on latest master, or?

'getting these errors' is not very helpful.

@miguel-negrao
Copy link
Member Author

Sorry. Yes, this is on master.

@muellmusik
Copy link
Contributor

Can you provide some info on how and when it occurs? Specifically of use would be to know how the documents have been created, if they were loaded from a session, etc.

@miguel-negrao
Copy link
Member Author

The documents are loaded from a session.

The 'Attempted to modify missing Text Mirror for Document' error happens all the time while I edit documents.
The 'prSetEdited' error seems to happen immediately after saving an edited file.

@miguel-negrao
Copy link
Member Author

Also, when I start the interpreter I get:

ERROR: A primitive was not bound. 0 703
Instance of Method {    (0x356efc0, gc=01, fmt=00, flg=11, set=04)
  instance variables [15]
    raw1 : Float 0.000000   00000000 0090000C
    raw2 : Float 0.000000   00000400 04030004
    code : instance of Int8Array (0x356f2c0, size=4, set=2)
    selectors : nil
    constants : nil
    prototypeFrame : instance of Array (0x356f200, size=4, set=2)
    context : nil
    argNames : instance of SymbolArray (0x356f140, size=4, set=2)
    varNames : nil
    sourceCode : nil
    ownerClass : instance of Meta_Document (0x3560c80, size=19, set=5)
    name : Symbol 'prSetSelectionMirror'
    primitiveName : Symbol '_ScIDE_SetDocSelectionMirror'
    filenameSymbol : Symbol '/home/miguel/Development/SuperCollider/supercollider/SCClassLibrary/scide_scqt/ScIDE.sc'
    charPos : Integer 15230
}
ERROR: Primitive 'none' failed.
Failed.
RECEIVER:
   nil
CALL STACK:
    MethodError:reportError   0x6603888
        arg this = <instance of PrimitiveFailedError>
    Nil:handleError   0x66040f8
        arg this = nil
        arg error = <instance of PrimitiveFailedError>
    Thread:handleError   0x6604288
        arg this = <instance of Thread>
        arg error = <instance of PrimitiveFailedError>
    Object:throw   0x6604458
        arg this = <instance of PrimitiveFailedError>
    Object:primitiveFailed   0x6607388
        arg this = nil
    Document:prSetSelectionMirror   0x66c46b8
        arg this = nil
        arg quuid = nil
        arg start = nil
        arg size = nil
    Document:initFromIDE   0x66c4aa8
        arg this = <instance of Document>
        arg id = '{47b36d3c-7b34-446c-aafd-a57ea01f2150}'
        arg argtitle = "BUGS.txt"
        arg argstring = "*** URGENT ***

+ panner dur..."
        arg argisEdited = false
        arg argPath = "/home/miguel/Development/phD..."
        arg selStart = nil
        arg selSize = nil
    Meta_Document:syncFromIDE   0x66c6248
        arg this = <instance of Meta_Document>
        arg quuid = '{47b36d3c-7b34-446c-aafd-a57ea01f2150}'
        arg title = "BUGS.txt"
        arg chars = "*** URGENT ***

+ panner dur..."
        arg isEdited = false
        arg path = "/home/miguel/Development/phD..."
        arg selStart = nil
        arg selSize = nil
        var doc = nil
    ArrayedCollection:do   0x662d788
        arg this = [*7]
        arg function = <instance of Function>
        var i = 0
    Meta_Document:syncDocs   0x66a9d78
        arg this = <instance of Meta_Document>
        arg docInfo = [*7]
    Process:interpretCmdLine   0x66aa678
        arg this = <instance of Main>
^^ The preceding error dump is for ERROR: Primitive 'none' failed.
Failed.
RECEIVER: nil

@muellmusik
Copy link
Contributor

Hmm. Just pulled last few commits, and now I can build but interpreter doesn't start at all. Need to look into this a little more.

@muellmusik
Copy link
Contributor

what commit are you on?

@muellmusik
Copy link
Contributor

Okay f31909c does it for me. I'll file an issue.

For the primitive not bound thing I'm a little confused. Can you check with a clean build folder?

@miguel-negrao
Copy link
Member Author

I'm on 519efd5. Did 'make clean' and 'make' again. After a brief editing and saving of files I don't get any errors now. I had been getting the errors all day yesterday though. Will report again in case I get the errors again.

@miguel-negrao
Copy link
Member Author

never saw the issue again... sorry for the noise.

@Huss195
Copy link

Huss195 commented Oct 5, 2020

I had this on ver 3.11.1 running on windows 10. virtually every time I did anything in the workspace. My workspace was not saved and as soon as I did so the messages disappeared.

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.
Projects
None yet
Development

No branches or pull requests

3 participants