Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mupen64 Input Plugin doesn't support external hosts #10

Open
OhmGeek opened this issue Nov 19, 2018 · 2 comments
Open

Mupen64 Input Plugin doesn't support external hosts #10

OhmGeek opened this issue Nov 19, 2018 · 2 comments

Comments

@OhmGeek
Copy link
Collaborator

OhmGeek commented Nov 19, 2018

The C plugin uses TCP sockets, and segfaults when an external host is used (e.g heroku). It only seems to work with localhost.

Some way of properly resolving domain details through a DNS would combat this (e.g. using libcurl)

@OhmGeek
Copy link
Collaborator Author

OhmGeek commented Dec 17, 2018

Alternatively, a more reliable technology such as Rust might be suitable to implement the c method, using easier to interface libraries. Thoughts?

@OhmGeek
Copy link
Collaborator Author

OhmGeek commented Oct 25, 2019

See #25 for a more concrete solution. We should stick to using C for now, and try to avoid external libs if possible for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant