Sebastian Schmidt
Sebastian Schmidt
I downloaded utox (same as above) and I ran it in a macOS 10.9.5 VM. I did not install anything except Xcode, brew, git, firefox and updates. I can't reproduce...
I've made a new build inside of the virtual machine maybe building the libs with an older SDK will allow this to work for you: https://seby.io/download/
@davidak @s2d01 would mind trying the latest [build](https://seby.io/utox/) ? If you have a crash can you run the app using the terminal like this `/Applications/uTox.app/Contents/MacOS/utox -vvvvvvvv` this will show more...
Firstly congrats having a still functioning [MacBook 2,1](https://everymac.com/systems/apple/macbook/specs/macbook-core-2-duo-2.0-white-13-specs.html)! Thanks for the report, At first glance this looks like an invalid memory access when reading from an array when initialising the...
@SoNickRND Sorry for replying so late and thanks for wanting to help out. The [latest version of uTox should be 0.17.0](https://tox.chat/download.html) I would prefer to locally run and test in...
@redmanmale Yea I'll look into it. Do you want me to add commits to this pr?
There is a race condition when the status has switched to idle (due to inactivity) and the user quickly (before the code switches the status) presses the status button to...
You are very welcome :smile: Love to help.
This is just a guess but I don't think `!PLATFORM_ANDROID` is needed. Isn't the file only included on MacOS? Thanks for fixing my spelling!
IMHO I prefer to keep platform specific stuff tied to that platform and not sprinkle it over to other platforms.