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

Revit Lookup Cast Error Wpf.Ui.Controls.TitleBar #272

Open
binghuinew opened this issue Aug 12, 2024 · 1 comment · May be fixed by #296
Open

Revit Lookup Cast Error Wpf.Ui.Controls.TitleBar #272

binghuinew opened this issue Aug 12, 2024 · 1 comment · May be fixed by #296
Labels
bug 🐛 An unexpected issue that highlights incorrect behavior

Comments

@binghuinew
Copy link

binghuinew commented Aug 12, 2024

RevitLookup version

[2025.0.8]

Steps to reproduce

  • open dynamo
  • run a python node (for example: calculate 3+5)
  • run Revit Lookup (can not)

✔️ Expected Behavior

Revit Lookup can be opened.

❌ Actual Behavior

When I open Dynamo and run a Python node (— where I’m only calculating 3+5), whether it’s Python or “Python from Script”, everything works as expected. However, after this, I am unable to open Revit Lookup.

If I debug Revit Lookup, I got this wpf error:
Snipaste_2024-08-12_13-03-10

Unbenanntes Bild

on dynamo Forum: https://forum.dynamobim.com/t/revit-lookup-error-after-running-dynamo-python-node/103472

Other Software

Dynamo Core: 3.0.3.7597
Dynamo Revit: 3.0.3.4605
Revit Version: 2025.1
Revit Lookup: [2025.0.8]

@binghuinew binghuinew added bug 🐛 An unexpected issue that highlights incorrect behavior unverified ⌛ Needs more investigation to conclude it's an actual bug labels Aug 12, 2024
@Nice3point Nice3point removed the unverified ⌛ Needs more investigation to conclude it's an actual bug label Aug 12, 2024
@Nice3point
Copy link
Collaborator

Bug confirmed. It is only observed when opening Python Script, which loads about 80 additional dlls into memory, including an additional RevitLookup.UI dependency. If Lookup is already open, the search field breaks and does not display properly.
There are non-obvious Python Script mechanics here that I'm not aware of, need more research and help from the Dynamo community

изображение

@Nice3point Nice3point moved this to 📋 Backlog in RevitLookup roadmap Sep 1, 2024
@Nice3point Nice3point linked a pull request Jan 7, 2025 that will close this issue
13 tasks
@Nice3point Nice3point moved this from 📋 Backlog to Pre-release in RevitLookup roadmap Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An unexpected issue that highlights incorrect behavior
Projects
Status: Pre-release
Development

Successfully merging a pull request may close this issue.

2 participants