Proxmark3 community

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.

Announcement

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.

#1 2014-12-12 05:55:19

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

compile environment windows 8.1 pro 64 bit[resolved]

ok I've read, and read, and searched and looked.  so now i'm asking..  sad  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

#2 2014-12-12 21:37:17

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: compile environment windows 8.1 pro 64 bit[resolved]

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

#3 2014-12-12 22:03:37

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: compile environment windows 8.1 pro 64 bit[resolved]

and which *.dll's is it that messes with win 8.1?

Offline

#4 2014-12-12 22:33:01

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: compile environment windows 8.1 pro 64 bit[resolved]

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

#5 2014-12-12 22:36:12

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: compile environment windows 8.1 pro 64 bit[resolved]

hm, if you take away QtCore and QtGui then how does that influence your "data plot" window?

Offline

#6 2014-12-12 22:38:55

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: compile environment windows 8.1 pro 64 bit[resolved]

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

#7 2014-12-12 22:46:01

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: compile environment windows 8.1 pro 64 bit[resolved]

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

#8 2014-12-12 22:50:42

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: compile environment windows 8.1 pro 64 bit[resolved]

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

#9 2014-12-12 22:51:46

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: compile environment windows 8.1 pro 64 bit[resolved]

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... sad

Offline

#10 2014-12-12 22:51:47

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: compile environment windows 8.1 pro 64 bit[resolved]

ok.
I updated to Qt5 with a bit of problems in my branch. Took awhile to get it to work.

Offline

Board footer

Powered by FluxBB