crash on saving

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

crash on saving

Lumaja
Saving or opening a file Librecad Quits.
How to fix this.
Thank you
Reply | Threaded
Open this post in threaded view
|

Re: crash on saving

dxli
Please provide detailed information for us to investigate.

Like, version, OS, installer URL, and detailed steps to reproduce this bug.

Lumaja wrote
Saving or opening a file Librecad Quits.
How to fix this.
Thank you
Reply | Threaded
Open this post in threaded view
|

Re: crash on saving

Lumaja
OS Ubuntu 12.04
LibreCad ver. 1.01

I don’t find any tutorial or manual for ver. 1.01 so I use User Manual for LibreCad 2.0.
After define a template and Save Drawing As to a folder the application stops with a error “The application LibreCad as closed unexpectedly”, the send report is marked, the generated report cant be copied.
Same happens on Open file, for some other reason the error window only shows once a day opening the application again and save file the error window does not show it just
closes.
Reply | Threaded
Open this post in threaded view
|

Re: crash on saving

dxli
please upgrade to 2.0.6, as 1.0 series is not actively maintained.

BTW, 1.0.4 is the latest version for 1.0

Please help us improve our wiki on ubuntu installation: http://wiki.librecad.org/index.php/LibreCAD-2_Installation#Daily_and_Stable_Builds_in_Ubuntu_PPA
Lumaja wrote
OS Ubuntu 12.04
LibreCad ver. 1.01

I don’t find any tutorial or manual for ver. 1.01 so I use User Manual for LibreCad 2.0.
After define a template and Save Drawing As to a folder the application stops with a error “The application LibreCad as closed unexpectedly”, the send report is marked, the generated report cant be copied.
Same happens on Open file, for some other reason the error window only shows once a day opening the application again and save file the error window does not show it just
closes.
Reply | Threaded
Open this post in threaded view
|

Re: crash on saving

Lumaja
Upgraded and the version now is Ver. 2.07.

After define a template and Save Drawing As to a folder the application stops with a error “The application LibreCad as closed unexpectedly”, the send report is marked, the generated report cant be copied.
Same happens on Open file, for some other reason the error window only shows once a day Run the application again and save file the error window does not show it just closes.
 
Tried to save to other folders the same happens, experimenting, fond if save into the first three folders of Home they open and can be saved, but try the fourth folder or any other it closes.
Reply | Threaded
Open this post in threaded view
|

Re: crash on saving

Lumaja
Open Terminal enter “librecad” it open with error in terminal but I carry on on saving file it close again sending result of Terminal it might help.
 luis@luis-G41M-Combo:~$ librecad
RS_DEBUG::setLevel(3)
RS_DEBUG: Critical
RS_DEBUG: Errors
RS_DEBUG: Warnings
Got bus address:  "unix:abstract=/tmp/dbus-O7dlqekdI5,guid=a610166aaed5b8adc8e17e040000001d"
Connected to accessibility bus at:  "unix:abstract=/tmp/dbus-O7dlqekdI5,guid=a610166aaed5b8adc8e17e040000001d"
Registered DEC:  true
Registered event listener change listener:  true
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QObject(0x0)  " invalid interface!"
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QSidebar(0xb7de550, name = "sidebar") "sidebar"
FIXME: handle dialog start.
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QObject(0x0)  " invalid interface!"
Interface is not valid
ASSERT failure in : "Got an update for an invalid inteface. Investigate this.", file atspiadaptor.cpp, line 899
Aborted (core dumped)
luis@luis-G41M-Combo:~$

As I have another HD with Ubuntu 14.04 install LibreCad and tried the same file save and it work
perfectly.
I hope this will help
Thank you
Reply | Threaded
Open this post in threaded view
|

Re: crash on saving

dxli
this seems to be a qt-ai-spi bug,

https://bugs.launchpad.net/ubuntu/+source/qtiplot/+bug/997462

Please remove the package qt-ai-spi and try again.
Reply | Threaded
Open this post in threaded view
|

Re: crash on saving

Lumaja
Apologize for my ignorance
How to remove the package  qt-ai-spi ?
Thank you
Reply | Threaded
Open this post in threaded view
|

Re: crash on saving

dxli
sudo apt-get uninstall qt-at-spi

Please have a look at https://help.ubuntu.com/12.04/serverguide/package-management.html
Lumaja wrote
Apologize for my ignorance
How to remove the package  qt-ai-spi ?
Thank you
Reply | Threaded
Open this post in threaded view
|

Re: crash on saving

Lumaja
Following your advised the result:
luis@luis-G41M-Combo:~$ sudo apt-get --purge remove qt-ap-spi
[sudo] password for luis:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
E: Unable to locate package qt-ap-spi
luis@luis-G41M-Combo:~$

I was expecting for this to be fixed
Cant find qt-ap-spi
 anywhere.
Reply | Threaded
Open this post in threaded view
|

Re: crash on saving

dxli
 sudo apt-get --purge remove qt-at-spi
Lumaja wrote
Following your advised the result:
luis@luis-G41M-Combo:~$ sudo apt-get --purge remove qt-ap-spi
[sudo] password for luis:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
E: Unable to locate package qt-ap-spi
luis@luis-G41M-Combo:~$

I was expecting for this to be fixed
Cant find qt-ap-spi
 anywhere.