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

Crash when trying to create a repository for existing project #2057

Closed
lkavicky opened this issue Jul 14, 2016 · 4 comments
Closed

Crash when trying to create a repository for existing project #2057

lkavicky opened this issue Jul 14, 2016 · 4 comments
Labels
bug Identifies work items for known bugs feature-source-control

Comments

@lkavicky
Copy link

RD somehow forgot the relation to the already created repository (created in RC1) so I've tried to create a new one for the project, but the Access has crashed.

Log entries:

2016-07-14 21:50:51.3867;DEBUG;Rubberduck.UI.Command.MenuItems.ParentMenus.ParentMenuItemBase;(33379675) Executing click handler for menu item '&Source Control', hash code 34746634; 2016-07-14 21:50:51.3927;DEBUG;Rubberduck.Common.Hotkeys.Hotkey;Hotkey (Oemtilde) not registered.; 2016-07-14 21:51:07.1876;TRACE;Rubberduck.UI.SourceControl.SourceControlViewViewModel;Initializing repo; 2016-07-14 21:51:07.4656;TRACE;Rubberduck.UI.SourceControl.SourceControlViewViewModel;Provider changed; 2016-07-14 21:51:07.4806;TRACE;Rubberduck.UI.SourceControl.ChangesViewViewModel;Refreshing view; 2016-07-14 21:51:07.6846;TRACE;Rubberduck.UI.SourceControl.BranchesViewViewModel;Provider changed; 2016-07-14 21:51:07.6846;TRACE;Rubberduck.UI.SourceControl.BranchesViewViewModel;Refreshing view;

Debug info:
Unhandled exception at 0x61E75A8F (VBE7.DLL) in MSACCESS.EXE: 0xC0000005: Access violation reading location 0x0000001A.

@Hosch250
Copy link
Member

Ugh, this is probably my changes to the cache.

@Hosch250 Hosch250 added bug Identifies work items for known bugs feature-source-control labels Jul 16, 2016
@Hosch250
Copy link
Member

You could have just used the Open Existing Repo option.

@lkavicky
Copy link
Author

Well, I have experienced another issue I did not document yet with Open Existing Repo. It has crashed the Access too, and has deleted the modules. Therefore I've tried to create a new repo.

@Hosch250
Copy link
Member

Hosch250 commented Jul 23, 2016

While this might have been caused by something RD did somewhere, the core crash was in MSACCESS.EXE. We can't catch exceptions that happen in Access, and there isn't enough information in the issue for us to determine the cause. If this happens continually, feel free to reopen the issue and upload the problematic project.

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 feature-source-control
Projects
None yet
Development

No branches or pull requests

2 participants