Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
ok I've read, and read, and searched and looked. so now i'm asking.. I've got my compile environment setup per the docs and forum posts and i can make clean && make all with no gleaming errors. i get a proxmark3.exe file but anytime i try and run it i get a proxmark3.exe has stopped working and it crashes. i can run a precompiled proxmark3.exe from the windows client download 0.0.5 version. I've downloaded the latest git source code from the main trunk.
I'm starting to think it is a windows 8.1 incompatibility with some piece of the compile environment
downloaded and used to setup compile enviro: proxspace-130613.7z + others i cannot recall.
Last edited by marshmellow (2014-12-12 21:37:35)
Offline
oy. I hope no one spent time on this one... for some reason a few extra dll's that made it into the client folder were causing the issue. when I removed them and ran ./client/proxmark3.exe com3 it runs fine now.
Offline
and which *.dll's is it that messes with win 8.1?
Offline
libstdc++-6.dll
QtCore4.dll
QtGui4.dll
in the client folder with proxmark3.exe was causing this
(it causes the same issue on windows 7) it was not a windows 8.1 issue.
Last edited by marshmellow (2014-12-12 22:36:28)
Offline
hm, if you take away QtCore and QtGui then how does that influence your "data plot" window?
Offline
they still function when proxmark3 is run from within mingw32. I do get a missing dll if I try and run proxmark3.exe com3 from a command prompt.
Offline
it appears to be corrupt dll files. I replaced the qtcore4.dll and qtgui4.dll with the ones from my qt install directory and it now works as expected. Thanks for making me look closer...
Offline
I think I know what happened. my version of qt is older than the one being used to make the compiled version that comes with the windows GUI proxmark tool.exe. the version asper must be using is qt 4.8.4 and i'm on 4.6.2, when I compiled mine with 4.6.2 and tried to run with the 4.8.4 dll in the client folder it got mad...
Offline
those dlls made it into my client folder because I tried to copy the proxmark tool.exe over and must have copied the dlls along with it...
Offline
ok.
I updated to Qt5 with a bit of problems in my branch. Took awhile to get it to work.
Offline