bvn-architecture / RevitBatchProcessor

Fully automated batch processing of Revit files with your own Python or Dynamo task scripts!
GNU General Public License v3.0
277 stars 75 forks source link

Could not find suitable button @dialog box: "Some numerical data within the imported file was out of range..." #108

Open 2Komm opened 1 year ago

2Komm commented 1 year ago

Hi @DanRumery, Thank you for this awesome Tool .

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 :

Revit_4hYWC8wjtk

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_RevitFilterDataOutOfRange 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!

eyalBPM commented 1 year ago

I have the same issue. I hope that it's be fix soon. Also in Revit version 2019.

eyalBPM commented 11 months ago

Another one: image