Menu

#55 Version 013 crash

closed
nobody
None
5
2006-05-27
2006-02-26
No

I have been using 012 on Windows XP x64, and upgraded
to 013 today, because I had problems with CTRL+C signal
not being delivered to the program running in Console.

The new release crashes upon startup. More precisely,
it opens a very small window with only a part of the
toolbar visible. When I try to resize the window so
that canvas can be seen, it simply crashes. The program
being run (either cmd or bash) remains hanging and
needs to be terminated manually from task manager.

I have returned to 012 and the CTRL+C issue was somehow
magically solved. Sorry for the vague descriptions but
I didn't see anything else that could help.

Boris

Discussion

  • Marko Bozikovic

    Marko Bozikovic - 2006-02-27

    Logged In: YES
    user_id=16767

    CTRL+C is a hotkey for copy. You can change it in
    console.xml (set code for 'copy' command to 45, this will
    change hotkey to CTRL+Insert)

    Have you tried using console.xml from the zip file?

    Can you attach your console.xml here?

     
  • Boris Burger

    Boris Burger - 2006-02-27

    Logged In: YES
    user_id=38033

    Now that explains it completely. In 012 config the setting was:

    <hotkey shift="0" ctrl="1" alt="0" code="67" command="copy"/>
    <hotkey shift="0" ctrl="1" alt="0" code="86" command="paste"/>

    When I was upgrading to 013, I merged in my <tabs> section
    to the recent console.xml, but I left other settings intact.
    When I discovered 013 doesn't work for me, I returned to
    older binaries, but left the merged config in place, so now
    I have CTRL+Ins for copy, SHIFT+Ins for paste and CTRL+C for
    the terminate signal.

    And regarding the described 013 crash, is there some way I
    could provide you with more info? Without a source release
    for debugging, I am afraid there's not much more to tell.

     
  • RavenTS

    RavenTS - 2006-03-01

    Logged In: YES
    user_id=1050144

    confirmed here.

     
  • Marko Bozikovic

    Marko Bozikovic - 2006-03-15

    Logged In: YES
    user_id=16767

    Have you tried 014? Use the config file that came with it.

     
  • Marko Bozikovic

    Marko Bozikovic - 2006-05-27
    • status: open --> closed
     

Log in to post a comment.