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

MS Office 2010 crash when open VBE #3855

Closed
datvq opened this issue Mar 24, 2018 · 9 comments
Closed

MS Office 2010 crash when open VBE #3855

datvq opened this issue Mar 24, 2018 · 9 comments
Labels
bug Identifies work items for known bugs critical Marks a bug as a must-fix, showstopper issue support Whether you're using Rubberduck or you've forked it and have questions, never hesitate to ask!
Milestone

Comments

@datvq
Copy link

datvq commented Mar 24, 2018

After I installed Rubberduck.Setup.2.1.1.exe, I open Excel (version 2010) and open VBA (Alt+F11). So, Excel crash. What should I do to solve that problem?

@Vogel612
Copy link
Member

First off, please check the %APPDATA%/Rubberduck folder for logs and attach them here.

This is to my knowledge the first report of a hard-crash with 2.1.1

@Vogel612 Vogel612 added bug Identifies work items for known bugs support Whether you're using Rubberduck or you've forked it and have questions, never hesitate to ask! critical Marks a bug as a must-fix, showstopper issue labels Mar 24, 2018
@retailcoder
Copy link
Member

I bet it's the missing \Plug-ins folder again. Can you verify under the install folder (default %PROGRAMDATA%\Rubberduck) and see if there's a "Plug-ins" subfolder? If not, create it & try restarting the VBE.

@datvq
Copy link
Author

datvq commented Mar 25, 2018

Oh, I see it has \Plugins folder but the problem still exists. Anyway, I try to install with Office 2016, no problem in here. So, thanks for your help.

@bclothier
Copy link
Contributor

@datvq I'm wondering - did you have 2010 and 2016 installed at the same time when you first tried to install Rubberduck on the 2010?

@datvq
Copy link
Author

datvq commented Mar 26, 2018

@bclothier Right, I have 3 devices, in my company and home with diffirent versions.

@bclothier
Copy link
Contributor

Sorry, I should be more clearer --- were they on the same machine? It sounds like not.

@datvq
Copy link
Author

datvq commented Mar 26, 2018

Yes. One machine have mso 2016 and base on Windows 10 build 1709 and that ok. One another, mso 2010 on Windows 7 SP1, it has problem.

@bclothier
Copy link
Contributor

Hmm. I am also assuming you can't get to the log since you can't change the setting because it crash.

So if you could please, save the below as at the path %APPDATA%\Rubberduck\Rubberduck.config then try to start Excel again with Rubberduck enabled. Hopefully that will generate the logs (located in %APPDATA%\Rubberduck\Logs, so we can better diagnose why it seems to crash on your machine.

Also, another thing to check is whether you have other VBE addins and if so, to try and disable them all and see if you can load with only Rubberduck enabled.

Rubberduck.Config:

<?xml version="1.0" encoding="utf-8"?>
<Configuration>
  <GeneralSettings>
    <Language Code="en-US" />
    <CanShowSplash>true</CanShowSplash>
    <CanCheckVersion>true</CanCheckVersion>
    <CompileBeforeParse>true</CompileBeforeParse>
    <IsSmartIndenterPrompted>false</IsSmartIndenterPrompted>
    <IsAutoSaveEnabled>false</IsAutoSaveEnabled>
    <AutoSavePeriod>10</AutoSavePeriod>
    <MinimumLogLevel>0</MinimumLogLevel>
    <EnableExperimentalFeatures />
  </GeneralSettings>
</Configuration>

@Vogel612 Vogel612 added this to TODO in Release 2.3.0 Apr 9, 2018
@Vogel612 Vogel612 added this to the 2.3.0 Release milestone Jun 20, 2018
@bclothier
Copy link
Contributor

Closing the issue because we already released 2.2 which introduced changes to installation which may or may not alleviate the reported issue. I cannot reproduce this with recent versions of installer. If this is an issue still, feel free to reopen.

Semi-automatic bug tracker automation moved this from ToDo to Done Jul 17, 2018
Release 2.3.0 automation moved this from TODO to Done Jul 17, 2018
@Vogel612 Vogel612 modified the milestone: 2.3.0 Release Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Identifies work items for known bugs critical Marks a bug as a must-fix, showstopper issue support Whether you're using Rubberduck or you've forked it and have questions, never hesitate to ask!
Projects
Release 2.3.0
  
Done
Development

No branches or pull requests

4 participants