Alexandros Roussos

Results 84 comments of Alexandros Roussos

This is a [known issue](https://stackoverflow.com/a/56493176) with mingw. Use experimental filesystem instead.

You need to provide the correct search paths using the options `-p`, `--search-env` or `--search-cwd`.

You probably need `--search-cwd` as well.

Thanks for contributing! Please also post a logcat snippet around the time of the crash. Would you be able to modify and recompile the code to test a possible fix?

> I have posted the logcat You have, but I meant more of the preceding logcat around the time of the crash. Especially lines containing "nfc", "NATIVENFC" or "HOOKNFC" are...

We have found a new way to limit the listen tech (see 0ccbe62). Please try the new debug version [app-debug.zip](https://github.com/nfcgate/nfcgate/files/15396611/app-debug.zip) to confirm everything works for you now.

Looks like there is still a bug in the code, could you post a bit more of the log preceding the crash? Especially lines containing "nfc", "NATIVENFC" or "HOOKNFC" are...

Thanks! I was able to fix the bug with the help of your log. Please try the newest debug version [app-debug.zip](https://github.com/nfcgate/nfcgate/files/15407977/app-debug.zip) to confirm everything works as expected now.

Thanks for testing! Looks like you are really good at finding all the bugs. I have quick-fixed the nfc service crash and hopefully the clone mode crash as well. Please...

This issue has been fixed in release [v2.4.0](https://github.com/nfcgate/nfcgate/releases/tag/v2.4.0)