timmerk / mtools

Automatically exported from code.google.com/p/mtools
0 stars 0 forks source link

Segmentation fault SVN source r24 #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download source from SVN
2. compile source
3. try to execute software

What is the expected output? What do you see instead?
Now I expet to get the GUI, but I get these error instead:

(mtools:23809): gtkmm-CRITICAL **: gtkmm: object `dlgInputText' not found
in GtkBuilder file.

(mtools:23809): gtkmm-CRITICAL **: gtkmm: Gtk::Buidler: widget
`dlgInputText' was not found in the GtkBuilder file, or the specified part
of it.

** (mtools:23809): CRITICAL **: Gtk::Builder::get_widget(): dynamic_cast<>
failed.

(mtools:23809): gtkmm-CRITICAL **: gtkmm: object `btnInputTextOk' not found
in GtkBuilder file.

(mtools:23809): gtkmm-CRITICAL **: gtkmm: Gtk::Buidler: widget
`btnInputTextOk' was not found in the GtkBuilder file, or the specified
part of it.

** (mtools:23809): CRITICAL **: Gtk::Builder::get_widget(): dynamic_cast<>
failed.
Segmentation fault

What version of the product are you using? On what operating system?

Ubuntu 9.10 with latest patches
Libnfc 1.3.4 / libnfc svn 
Libfreefare from SVN
mtools r24 from SVN

Please provide any additional information below.

To compile it I had to change 2 lines of code (158 and 162) in file
src/Nfc.cpp because the function in libfreefare changed, I changed it to :

char* pUid = freefare_get_tag_uid(tag);

AFAIK it should be a problem with mtools.glade but I don't know how to try
to fix.

Hope that somebody can fix it.

Thanks

Original issue reported on code.google.com by leo.ricc...@gmail.com on 8 Apr 2010 at 9:21

GoogleCodeExporter commented 9 years ago
Ubuntu 10.04
libnfc svn 
Libfreefare from SVN
mtools r24 from SVN

I also have the same problem

Original comment by zamby....@gmail.com on 29 Jul 2010 at 11:01

GoogleCodeExporter commented 9 years ago
Just another one.

Ubuntu 10.04
libnfc svn
libfreefare svn
mtools svn

Needed to adapt Nfc.cpp to fix the mifare_classic_get_uid. With the changes, 
the app crash with the same output as leo.ricchieri.

Original comment by pis...@gmail.com on 10 Sep 2010 at 7:28