Not signed in (Sign In)

Categories

Vanilla 1.1.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorsemmons99
    • CommentTimeFeb 12th 2007
     permalink

    When starting a new file using the Ruby bundle. When I enter the “cla” snippet and then choose any one of the options, the program becomes unresponsive and eventually crashes. Standard Windows XP Pro SP2. Using Intype Alpha 0.2.1.272. Below is my preferences.itConfig:

    { options : { max_recent_files : 10 line_ending : 'CR+LF' indent_size : 4 indent_with_spaces : false encoding : 'UTF-8-PLAIN' } editor : { line_padding_top : 0 line_padding_bottom : 0 theme : 'Default' font_size : 10 font_name : 'Courier New' } }

    •  
      CommentAuthorFrederick
    • CommentTimeFeb 12th 2007
     permalink

    Can’t replicate this.

    Have you changed anything in your Intype installation? Tried uninstalling, cleaning all the files out and reinstalling?

    • CommentAuthorsemmons99
    • CommentTimeFeb 12th 2007
     permalink

    I have uninstalled and reinstalled twice, removing the directory both times. Still having the same problem.

    •  
      CommentAuthorFrederick
    • CommentTimeFeb 12th 2007
     permalink

    Problems with other snippets or is it just the Ruby ones?

    •  
      CommentAuthortstrokes
    • CommentTimeFeb 12th 2007
     permalink

    I can’t replicate it either.

    • CommentAuthorBrendonKoz
    • CommentTimeFeb 12th 2007 edited
     permalink

    Try downloading the older 236 build (or even older) to see if it works in those builds. I’m also unable to reproduce this behavior on 272 with my work computer. I will try from my laptop once I get home (about 40 mins).

    • CommentAuthori
    • CommentTimeFeb 13th 2007
     permalink

    Could you post step by step instructions on how to replicate this bug? I can’t replicate this bug either. I also went thru all the snippet definitions, and everything looks okay there.

    • CommentAuthorsemmons99
    • CommentTimeFeb 13th 2007
     permalink
    I tried all of the version in the forums and each one had the same problem. I have also discovered that it is reproducable for any snippet trigger that has more than one choice (i.e. C - inc, Ruby - cla). To produce the bug, I start Intype, change the language to C, type "inc" then tab and select "1". At this point it freezes. I have attached the windows debugger and included its output below:

    DbgLogFile: LOG 'user:!!DEBUG.LOG' created

    ConfigFactory::loadFile : Error reading file `base:bundles\C.itBundle\info.itInfo`.
    ConfigFactory::loadFile : Error reading file `base:bundles\DOM.itBundle\info.itInfo`.
    ConfigFactory::loadFile : Error reading file `base:bundles\Jasmine.itBundle\info.itInfo`.
    ConfigFactory::loadFile : Error reading file `base:bundles\Java.itBundle\info.itInfo`.
    ConfigFactory::loadFile : Error reading file `base:bundles\JavaScript.itBundle\info.itInfo`.
    ConfigFactory::loadFile : Error reading file `base:bundles\Perl.itBundle\info.itInfo`.
    ConfigFactory::loadFile : Error reading file `base:bundles\PropertyList.itBundle\info.itInfo`.
    BundleFactory::loadBundleInfo(): Error: Item `assert_equal` not found.
    ConfigFactory::loadFile : Error reading file `base:bundles\SQL.itBundle\info.itInfo`.
    ConfigFactory::loadFile : Error reading file `base:bundles\Textile.itBundle\info.itInfo`.
    ConfigFactory::loadFile : Error reading file `base:bundles\XHTML.itBundle\info.itInfo`.
    ConfigFactory::loadFile : Error reading file `base:bundles\XML.itBundle\info.itInfo`.
    ConfigFactory::loadFile : Error reading file `base:bundles\YAML.itBundle\info.itInfo`.
    GrammarFactory::getGrammar: Grammar `source.smarty` not found.
    GrammarFactory::getGrammar: Grammar `source.open-gl` not found.
    GrammarFactory::getGrammar: Grammar `source.shell` not found.
    GrammarFactory::getGrammar: Grammar `source.smarty` not found.
    GrammarFactory::getGrammar: Grammar `source.smarty` not found.
    GrammarFactory::include: Recursive include of envelope rule in `nest_curly_and_self`
    Loading theme: base:themes\active4d.itTheme
    Loading theme: base:themes\all_hallows_eve.itTheme
    Loading theme: base:themes\blackboard.itTheme
    Loading theme: base:themes\brilliance_black.itTheme
    Loading theme: base:themes\cobalt.itTheme
    Loading theme: base:themes\dawn.itTheme
    Loading theme: base:themes\default.itTheme
    Loading theme: base:themes\eiffel.itTheme
    Loading theme: base:themes\espresso_libre.itTheme
    Loading theme: base:themes\idle.itTheme
    Loading theme: base:themes\lazy.itTheme
    Loading theme: base:themes\magicwb.itTheme
    Loading theme: base:themes\pastels_on_dark.itTheme
    Loading theme: base:themes\slush_n_poppies.itTheme
    Loading theme: base:themes\spacecadet.itTheme
    Loading theme: base:themes\sunburst.itTheme

    Overal startup:
    startup_LoadBundles : 1 @ 973.455 ms
    startup_CompileGrammars: 1 @ 2999.411 ms
    startup_LoadThemes : 1 @ 303.551 ms
    startup_Total : 1 @ 4299.212 ms
    Load per item time
    bundleLoad_Grammar : 23 @ 273.134 ms
    bundleLoad_Snippet : 538 @ 608.796 ms
    bundleLoad_Preferences : 1 @ 1.491 ms
    bundleLoad_Config : 7 @ 0.029 ms
    ModLoad: 755c0000 755ee000 C:\WINDOWS\system32\msctfime.ime
    ModLoad: 01cc0000 01ccd000 C:\Program Files\yz_dck0083\YzDock.dll
    CMDLINE:
    ModLoad: 01ce0000 01dd9000 C:\WINDOWS\system32\nvwimg.dll
    ModLoad: 01ce0000 01cf5000 C:\WINDOWS\system32\nvwddi.dll
    ModLoad: 01d10000 01e09000 C:\WINDOWS\system32\nvwimg.dll
    ModLoad: 76380000 76385000 C:\WINDOWS\system32\msimg32.dll
    ModLoad: 01e20000 01e41000 C:\WINDOWS\system32\pelscrll.dll
    ModLoad: 01e50000 01e59000 C:\WINDOWS\system32\PELCOMM.dll
    ModLoad: 01e60000 01e75000 C:\WINDOWS\system32\PELHOOKS.dll
    ParseTime: 0 ms
    ModLoad: 01fb0000 01fb8000 C:\Program Files\stickies\shook45.dll
    ParseTime: 0 ms
    ParseTime: 0 ms
    ParseTime: 0 ms
    tab trigger = inc
    2 items available.
    > #include (Library)
    > #include (File)
    •  
      CommentAuthorFrederick
    • CommentTimeFeb 13th 2007
     permalink

    Sorry but do you know what the pel*.dll and shook45.dll files are?

    • CommentAuthorsemmons99
    • CommentTimeFeb 13th 2007
     permalink
    shook45.dll is for a sticky note program, pel* is an unknown at the moment. I will look into it.
    • CommentAuthori
    • CommentTimeFeb 13th 2007
     permalink

    The pel*.dll files seem to be related to Primax Electronics, they manufacture pointing devices too.. shook45.dll is the Stickies keyboard hook.

    I can’t seem to get stickies to run on my computer, it crashes every time I run it. Since the problem appears when you invoke the tab trigger, maybe it has something to do with stickies? Try uninstalling it and test this again. If that doesn’t work, then I’m out of ideas :P

    • CommentAuthorsemmons99
    • CommentTimeFeb 13th 2007
     permalink
    No luck with uninstalling extraneous stuff. I will experiment more and let you know if I ever figure anything out.
    •  
      CommentAuthorFrederick
    • CommentTimeFeb 13th 2007
     permalink

    This only happens on ONE computer? You don’t have any others to test on?

    • CommentAuthorsemmons99
    • CommentTimeFeb 13th 2007
     permalink
    It only happens on our work computers. Works fine on my home PC.
    •  
      CommentAuthorFrederick
    • CommentTimeFeb 13th 2007
     permalink

    But it’s more than one, then? Hm.

    •  
      CommentAuthortstrokes
    • CommentTimeFeb 13th 2007 edited
     permalink

    I bet it has something to do with your graphics cards.
    Do all the work machines have the same Card/Drivers.
    The crash is caused more then likely when the popup window is rendered.
    Try updating your NVidia drivers.

  1.  permalink

    Hmm, I’ll try to look at the popup menu trigger, that maybe have some hazards.

    • CommentAuthorsemmons99
    • CommentTimeFeb 13th 2007
     permalink
    We have GeForce FX 5200 graphics cards. They use the nView Desktop Manager which in turn uses rundll32.exe. I found that when turning off the nView Desktop Manager and all its childern, Intype works fine. I am now going update the nvidia drivers and see if I can enable nView again.
    •  
      CommentAuthortstrokes
    • CommentTimeFeb 13th 2007
     permalink

    Hopefully that will work for you.

    • CommentAuthorsemmons99
    • CommentTimeFeb 13th 2007
     permalink
    Updating the drivers didn't help, nView Desktop Manager must still be disabled. This is not a big deal to disable, but it must be done for Intype to function.
  2.  permalink

    Ok, at least we know what to look for, and what causes it. Thanks a lot.