-
Notifications
You must be signed in to change notification settings - Fork 85
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
RTF GUI freezes on opening #94
Comments
Hi @pefreis , I have not seen this problem before and can not reproduced it. Could you give some more information about this issue? For example, the OS version, the version of RTF you are using, and the Revit version. |
OS: Windows 10 (64 bit) Also it is worth mentioning that RevitTestFramework.exe seems to be running properly. |
Is that RevitTestFramework.exe means RevitTestFrameworkConsole.exe? There should not be a file called RevitTestFramework.exe. |
That's right, I have been using RevitTestFrameworkConsole.exe for some days without any problem. The issue with RevitTestFrameworkGUI.exe occurs when:
It also happens when debugging, in some cases. I will try to explain it better: When it reaches the breakpoint I show in the image, if I wait some seconds before I continue, it will start properly. If I don't wait any time, or don't wait enough (I don't know how long is enough...), it will start and freeze, the same way it would occur in the previous cases. |
It seems like you open the RevitTestFrameworkGUI.exe with a parameter. It's no need to add a parameter then open the GUI.exe. |
Hey! I've just started trying RTF but couldn't do much... Every time I launch RevitTestFrameworkGUI.exe, it opens up the "Runner" window and freezes imediately.
I've already tried installing it directly through the setup file at "...\tools\Output" as well as running the .exe file built from Visual Studio solution, but with no success. The weirdest thing is that if I debug the RevitTestFrameworkGUI project more slowly the Revit Test Runner starts seamlessly, which won't occur in case I go through it faster.
Can anyone help me??
The text was updated successfully, but these errors were encountered: