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
I stumbled upon a warning that is entering an endless loop:
08:51:58 : 'Revit' dialog box detected.
08:51:58 :
08:51:58 : WARNING: Could not find suitable button to click for 'Revit' dialog box!
08:51:58 :
08:51:58 : Button: 'Close'
08:51:58 :
The Revit Journal shows:
' 9:< GUI Resource Usage GDI: Avail 9759, Used 241, User: Used 296
' 9:< TaskDialog "Some numerical data within the imported file was out of range. This numerical data has been truncated."
'CommonButtons : Close
'DefaultButton : Close
' 9:< ::68:: Delta VM: Avail +12 -> 134177272 MB, Used 1232 MB; RAM: Avail -343 -> 14694 MB, Used 1457 MB
' 9:< GUI Resource Usage GDI: Avail 9751, Used 249, User: Used 292
'H 30-Apr-2023 08:53:05.806; 9:<
Jrn.Data "TaskDialogResult" _
, "Some numerical data within the imported file was out of range. This numerical data has been truncated.", _
"Close", "IDCLOSE"
'E 30-Apr-2023 08:53:05.809; 9:<
' [Jrn.AutoConvertedMessageBox] Rvt.Attr.MessageId: String_Revit_FilterDataOutOfRange Rvt.Attr.MessageAnswer: IDOK
' 9:< TaskDialog "Some entities were lost during import."
'CommonButtons : Close
'DefaultButton : Close
' 9:< ::69:: Delta VM: Avail +15 -> 134177288 MB, Used 1232 MB; RAM: Avail +96 -> 14790 MB, Used 1457 MB
' 9:< GUI Resource Usage GDI: Avail 9751, Used 249, User: Used 291
'H 30-Apr-2023 08:53:10.723; 9:<
Jrn.Data "TaskDialogResult" _
, "Some entities were lost during import.", _
"Close", "IDCLOSE"
'E 30-Apr-2023 08:53:10.723; 9:<
' [Jrn.AutoConvertedMessageBox] Rvt.Attr.MessageId: String_Revit_EntitiesNotImported Rvt.Attr.MessageAnswer: IDOK
Please let me know if you need more information.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @DanRumery,
Thank you for this awesome Tool .
I stumbled upon a warning that is entering an endless loop:
The Revit Journal shows:
Please let me know if you need more information.
Thank you!
The text was updated successfully, but these errors were encountered: