You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rubberduck version information
Rubberduck version 2.5.9.6316
Operating System: Windows 10 Enterprise 2009 x64 (Microsoft Windows NT 6.2.9200.0)
Host Product: Visual Basic x86
Host Version: 6.00.9782
Host Executable: VB6.EXE;
Description
After loading a project into VB6 and clicking Refresh, a few seconds later VB6 closes without any warning. This happens every time for the VB6 project I am working on.
To Reproduce
Start VB6
Load project into VB6
Click the button labelled"pending" button to refresh Rubberduck
Do nothing else except wait
A few seconds later, With the Rubberduck button showing "Resolving references...", VB6 closes without any prompt
Expected behavior
Refresh should complete and VB6 should remain open afterwards.
Additional context
The VB6 project I am working on is quite large (but not huge). This happens every time and so I am currently unable to use Rubberduck with it. Other smaller projects work ok for me with Rubberduck.
The text was updated successfully, but these errors were encountered:
same here when it comes to resolving references ... crashes ide its because of 3rd party dlls and ocxs i guess ...
until this resolve we cant use rubberduck in vb6 enviornment
found that cause in my case. if codejock controls used then it crashes vb6 ide .... strange other than its running smooth on complex projects smoothly. most probably this could be the main reason of crashing using such OCX which is not compatible with rubberduck-vba
Rubberduck version information
Rubberduck version 2.5.9.6316
Operating System: Windows 10 Enterprise 2009 x64 (Microsoft Windows NT 6.2.9200.0)
Host Product: Visual Basic x86
Host Version: 6.00.9782
Host Executable: VB6.EXE;
Description
After loading a project into VB6 and clicking Refresh, a few seconds later VB6 closes without any warning. This happens every time for the VB6 project I am working on.
To Reproduce
Log
RubberduckLog.txt
In the Windows Application Log there is this Application Error:
That is followed 6 seconds later by this Information entry:
Expected behavior
Refresh should complete and VB6 should remain open afterwards.
Additional context
The VB6 project I am working on is quite large (but not huge). This happens every time and so I am currently unable to use Rubberduck with it. Other smaller projects work ok for me with Rubberduck.
The text was updated successfully, but these errors were encountered: