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

Mac OSX via Love? #39

Closed
kansha93 opened this issue Aug 13, 2020 · 3 comments
Closed

Mac OSX via Love? #39

kansha93 opened this issue Aug 13, 2020 · 3 comments
Assignees

Comments

@kansha93
Copy link

Describe the bug
Blue screen when loading .love file on Love app (see below)
image

Desktop (please complete the following information):

  • OS: MacOSX 10.15.3
  • Dolphin Version: Slippi 2.2.1
@kansha93 kansha93 added the Bug Something isn't working label Aug 13, 2020
@bkacjios
Copy link
Owner

OSX doesn't have support at the moment. I have a memory watching module that is partially implemented in C, which can be found here. I don't have an OSX core, so it won't work. I would like to support OSX, but I don't have a Mac and VM's are awful to work with when it comes to apple stuff.

@bkacjios
Copy link
Owner

I have done a bit of research into some of the C calls that would be needed to get this to work if someone would like to implement this themselves.

proc_listpids to get all the current running processes.
proc_pidinfo to get the name of the process and check if it's dolphin.
task_for_pid to get the task
vm_read to read the tasks memory.

@bkacjios bkacjios removed the Bug Something isn't working label Aug 14, 2020
@bkacjios
Copy link
Owner

Closing because of discussion in #97

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

2 participants