fifengine / fifengine-editor-old

Other
4 stars 3 forks source link

crash: AttributeError: 'module' object has no attribute 'NC_RESIZEN' #23

Closed ntfshard closed 7 years ago

ntfshard commented 8 years ago

Editor starts and crashes after a few seconds. (I didn't install python module; just sources PYTHONPATH)

Python 2.7.9; Opensuse 42.1 x64; crashlog.txt

prock-fife commented 8 years ago

It seems this bug was introduced here: https://github.com/fifengine/fifengine/commit/2e9a77fdb49f5619022a310afdb396d7a5e3ea1b

I'm assuming the attribute you want to use is NC_RESIZEWE.

ntfshard commented 8 years ago

I'm not sure about '_want to use is NCRESIZEWE' =) I didn't change this code (I just run it) BTW it looks like this place contains another symbols

Thank you for reply

milandamen commented 7 years ago

I can confirm this bug exists. It happens when you mouse over a panel (Layertool, Cellview, Object selector, Object editor etc). Basically the application becomes unusable. The property depends on where you touch a panel, so it can be NC_RESIZEW, NC_RESIZEE, NC_RESIZEN, NC_RESIZES

(Running Kubuntu 16.04)

LinuxDonald commented 7 years ago

Should be fixed with: https://github.com/fifengine/fifengine-editor/pull/25