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
The issue occurs when observer AppObserver is attached to the Sketchup and the method onNewModel prints to console or issue an UI.messagebox. After drawing to the model and then selecting File-> New from the menu, the Sketchup produces a bugsplat. The bugsplating doesn't happen every time, but after repeating the steps several times it happens sooner or later. The issue only happens in Sketchup 2024 and not in 2023 and earlier versions.
The issue occurs when observer AppObserver is attached to the Sketchup and the method
onNewModel
prints to console or issue anUI.messagebox
. After drawing to the model and then selectingFile-> New
from the menu, the Sketchup produces a bugsplat. The bugsplating doesn't happen every time, but after repeating the steps several times it happens sooner or later. The issue only happens in Sketchup 2024 and not in 2023 and earlier versions.Steps to reproduce.
or
Tags
section in Default trayFile->New
from the menuSooner or later, the Sketchup will bugsplat.
Workaround
Wrapping the code in
onNewModel
in seems to prevent bugsplats:The text was updated successfully, but these errors were encountered: