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
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
leo.ricc...@gmail.com
on 8 Apr 2010 at 9:21The text was updated successfully, but these errors were encountered: