schollz / find

High-precision indoor positioning framework for most wifi-enabled devices.
https://www.internalpositioning.com/
GNU Affero General Public License v3.0
5.03k stars 370 forks source link

Segmentation fault: 11 #188

Open robkamp opened 6 years ago

robkamp commented 6 years ago

I downloaded the findclient for Mac. After extracting the client and executing it fails with "Segmentation fault: 11".

I run macOS High Sierra Version 10.13.2.

schollz commented 6 years ago

Which version of the FIND client? Can you run in debug mode and paste the output?

robkamp commented 6 years ago

It is version 0.5 as downloaded from the site.

How do I start with debug? Every option, like --debug or -debug or --help, leads to the same segmentation fault.

I downloaded a fresh copy extracted it. Same result.

schollz commented 6 years ago

Hm I'm not sure, I don't have any OSX stuff. Can you install from source?

robkamp commented 6 years ago

Compiled it and now it works.

chinghanyu commented 6 years ago

Noted that there are two RF.py in the same folder. One in uppercase and one in lower case. This causes cloning and naming issues on Windows system. Please fix it.