Results 15 comments of Casey DeLorme

I am running debian jessie and ran into this problem too. The 64 and 32 bit versions of SDL2 conflict; installing one will uninstall the other. I use multiple applications...

@YalithKBK it's the same source code, you are simply instructing the compiler to compile for a 32 bit platform as opposed to 64 bit. **This is done by adding `--build=i386-linux`...

Just taking a stab in the dark based on some google search results, but _if the old 3DS is not supported it might be good to add that to the...

Thank you for the reply and the link. I actually tried it yesterday on a New 3DS with the same results. I have reviewed the documentation. Unfortunately I only own...

While I was trying with iptables disabled, I just added these rules to my iptables: -A INPUT -p udp -m udp --dport 8001 -j ACCEPT -A INPUT -p tcp -m...

Per the instructions I setup TCP 3000 and UDP 8001: > 2. Configure the Windows Firewall to allow listen on TCP port 3000 and UDP port 8001. Same results with...

I reset my router to ensure no custom port mappings were in place, switched to a-class network scheme (10.x), set a fixed ip to the n3ds (10.0.0.8), and disabled `Protected...

I created a pull request: #15 _I am not sure if we want to panic on error, or what will happen if we pass in an empty string._

Unfortunately it doesn't use telepathy to establish the connection, and the code looks like mad science to my eyes. When my teammate Caleb (from HFOSS) was investigating it he said...

I misread the documentation, it is not server-received but sent-to-server confirmation, so no changes would need to be processed using the callback. However, there is a feature flag to request...