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

Arch module is broken #486

Closed
mjollnir14 opened this issue Jul 8, 2022 · 0 comments
Closed

Arch module is broken #486

mjollnir14 opened this issue Jul 8, 2022 · 0 comments

Comments

@mjollnir14
Copy link

OS: Ubuntu Core 20 (ubuntu:GNOME/ubuntu)
Word size of FreeCAD: 64-bit
Version: 2022.706.14555 (Git shallow)
Build type: Release
Branch: (HEAD detached at 2022.07.06-edge)
Hash: 88fe682a2f892b9161134f57fcafad9511a64007
Python version: 3.8.10
Qt version: 5.15.3
Coin version: 4.0.1
OCC version: 7.6.2
Locale: English/United States (en_US)

Arch module seems broken for a few days. Any action, like raising a Arch 3D wall from a simple line or sketch will results in the following error:

19:29:51  <class 'AttributeError'>
19:29:51  Traceback (most recent call last):
19:29:51    File "/snap/freecad-realthunder/53/usr/Mod/Draft/draftguitools/gui_snapper.py", line 1411, in click
19:29:51      accept()
19:29:51    File "/snap/freecad-realthunder/53/usr/Mod/Draft/draftguitools/gui_snapper.py", line 1427, in accept
19:29:51      callback(self.pt, obj)
19:29:51    File "/snap/freecad-realthunder/53/usr/Mod/Arch/ArchWindow.py", line 281, in getPoint
19:29:51      FreeCADGui.doCommand("win = Arch.makeWindowPreset(\"" + WindowPresets[self.Preset] + "\"," + wp + "placement=pl)")
19:29:51    File "<string>", line 1, in <module>
19:29:51    File "/snap/freecad-realthunder/53/usr/Mod/Arch/ArchWindowPresets.py", line 496, in makeWindowPreset
19:29:51      obj = ArchWindow.makeWindow(default[0],width,height,default[1])
19:29:51    File "/snap/freecad-realthunder/53/usr/Mod/Arch/ArchWindow.py", line 83, in makeWindow
19:29:51      _ViewProviderWindow(obj.ViewObject)
19:29:51    File "/snap/freecad-realthunder/53/usr/Mod/Arch/ArchWindow.py", line 981, in __init__
19:29:51      ArchComponent.ViewProviderComponent.__init__(self,vobj)
19:29:51    File "/snap/freecad-realthunder/53/usr/Mod/Arch/ArchComponent.py", line 1145, in __init__
19:29:51      vobj.Proxy = self
19:29:51  AttributeError: 'NoneType' object has no attribute 'Proxy'

It is still possible to load file and see the walls, but not to create new ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant