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

Segmentation fault SVN source r24 #4

Open
GoogleCodeExporter opened this issue Mar 12, 2015 · 2 comments
Open

Segmentation fault SVN source r24 #4

GoogleCodeExporter opened this issue Mar 12, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

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

No branches or pull requests

1 participant