Editor Crashes

About Monkey 2 Forums Monkey 2 Development Editor Crashes

This topic contains 43 replies, has 8 voices, and was last updated by  AdamStrange 2 years ago.

Viewing 15 posts - 1 through 15 (of 44 total)
  • Author
    Posts
  • #7575

    DaY
    Participant

    im up to about 800 lines of code in a file and the editor has started runtime erroring im prety sure its a memory leak on large files as its first time its started doing it.

    #7578

    nerobot
    Participant

    800 lines – its not a large file 🙂

    Do you using ted2 or ted2go?

    #7582

    DaY
    Participant

    oh the file is just prototype classes to my dx11 renderer that im trying to import.

    anyway im using a laptop with 8 gb ram on win8.1 pro and the editor slows the system to a crawl after using copy paste a few times(even with out debuging anything or compiling) im using the git version every thing is setup correct.

    I did not want to have to split my classes into seperate files at this stage due to it only being void abstract layer.

    #7585

    Mark Sibly
    Keymaster

    I can copy and paste canvas.monkey – which is 1600 lines long – until the doc is longer than 200000 lines, at which point the textview knob disappears, which is a bug I’ll look at later.

    But no crash. I am however use plain ted2, not ted2go. What are you using to rebuild? rebuildall or rebuildall2go?

    #7593

    Jesse
    Participant

    1. Ted2 on OSX sierra, If I press command F twice or press command F after it’s already active the Ide crashes. this happens at random.

    2. I have been getting this weird text in the IDE’s source window. I renamed several files from monkey1 to monkey2
    and when I load them into the IDE I get what’s in this picture below instead of the breakdown of classes, methods and functions. This happens on Ted2 and Ted2Go.

    3. this Happens on Ted2go, when the IDE loads more files the the Handle can handle, the idea crashes.
    I renamed a file from monkey1 to monkey2 and when I try to run it and detects errors. it starts to load a bunch of program files and module files. I guess thats when it reaches a certain amount of files it becomes too much for the IDE to handle and crashes.

    Attachments:
    #7596

    DaY
    Participant

    i am using the standerd ide i usaly just rebuild all i might just remove mx2 and fresh install and build maybe ive done something while ive been messing about

    #7606

    DaY
    Participant

    its again crashing while using a large file when i debug this info is in the screenshot attachment dunno if its useful.

    Attachments:
    #7608

    nerobot
    Participant

    Would be helpful if you can reproduce crash and show that problematic code.

    #7629

    Mark Sibly
    Keymaster

    Yes, some reliable steps to reproduce would be most useful.

    #7641

    DaY
    Participant

    i dont have any were to upload and the forum wont take the code file so its below nothing special was getting used to the syntax.

    i was replacing Types/Fields so a lot of delete/copy/paste flicking through the source file using the scroll bar the error has not shown it self when short use 5/10 mins but gets worse the longer in use.

    i dont get these crashes with files under 800-900 lines long even after hours of work.

    Maybe im just incompatible with technology!

     

    <!–more–>

     

    [/crayon]
    #7642

    DaY
    Participant

    so it has started doing it on small projects i was trying to convert some array functions i was typing and swaping back and forth from google chrome.

    thats the example i was trying i know its still borked but cant keep the editor open now :/

    i should just reinstall but i hate messing about rebuilding.

    Mark i did load ted into vs2015 debug and saved a project file and dmp but i need some were to upload to if its any use to you(prolly not)

    [/crayon]
    #7643

    nerobot
    Participant

    Mystic. But maybe it crash even with empty workspace when no one file opened?

    #7646

    Jesse
    Participant

    I had a problem with crashing on my Mack because flash drive was some how incompatible with my operating system or faulty. It probably was just faulty. I would start typing and all of a sudden the IDE would just crash. I replaced the Flash Drive where I was storing the programs and it stopped doing it.

    #7647

    DaY
    Participant

    no problems so far with nothing loaded

    #7652

    AdamStrange
    Participant

    @day you on mac or windows?

Viewing 15 posts - 1 through 15 (of 44 total)

You must be logged in to reply to this topic.