Issue Ted2Go crash

About Monkey 2 Forums Monkey 2 Development Issue Ted2Go crash

Tagged: ,

This topic contains 5 replies, has 2 voices, and was last updated by  nerobot 2 years, 2 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6894

    Pepa
    Participant

    Another bug in Ted2Go.

    Const GBA:= New ASResolution(240,160,3,2,”GBA”)’:= HQVGA

    in a empty project.

    Then, I add “,” after “GBA” :

    Const GBA:= New ASResolution(240,160,3,2,”GBA”,)’:= HQVGA

    Ted2Go crash asap.

    It’s the same for any lines like my exemple.

    #6895

    Pepa
    Participant

    ASResolution seems to crash immediatly Ted2.

    With :

    Const GBA:= New ASRes(240,160,3,2,”GBA”)’:= HQVGA

    Nothing is happening.

    #6896

    Pepa
    Participant

    Nothing in a empty project, but not in my project è_é

    #6902

    nerobot
    Participant

    I also got the same crash when try to type russian chars. There is an russian ‘э’ char on the button with english apostrophe  in my keyboard. When I typed <span style=”color: #00ff00;”>э</span> instead of<span style=”color: #00ff00;”> </span> I got a crash. I think you use non-latin apostrophe too. It’s a core monkey’s bug, not the IDE itself. I wrote this issue to Mark.

    Attachments:
    #6908

    Pepa
    Participant

    By the way, pretty color scheme.

    I uses a normal azerty keyboard, it’s a Corsair, then it’s not a bizarre problems I think so (not caused by a noname keyboard). What you say means that if I’ll copy/past a char, this should fixed the problem, in a short way…

    From my last Ted2Go’s session, I have replaced all by a from mojo (maybe another utf8-code in my mind) but Ted2Go have crashed directly after the first random next key pressed. I would say, pure win32 crash.

    So, re-run Ted2Go, some fingers movements. And… no crash. Because the bad utf8 isn’t in the undo-sequence anymore, I can add an new argument in my line exemple, well, from my point of view…

    I presume that the problem it’s fixed patched from your suggestion.

    No need to say that’s the undo functionality is amazing.

    #6917

    nerobot
    Participant

    Fixed in develop branch. Let’s try.

    Upd.  Pull monkey2 develop branch -> rebuild mojo module -> rebuild ted2go.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.