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

HandleChange_Lua broken on OS X (always returns false) #2162

Closed
Bo98 opened this issue Jul 26, 2015 · 4 comments
Closed

HandleChange_Lua broken on OS X (always returns false) #2162

Bo98 opened this issue Jul 26, 2015 · 4 comments

Comments

@Bo98
Copy link

Bo98 commented Jul 26, 2015

Might not seem like a big issue at the moment as it is really an internal thing (though binary modules could use it), but it will be an issue that needs fixing for AutoRefresh to work on OS X if garrynewman/bootil#16 was merged.

Worth noting that it does work on Linux DS. I don't know about the client but I don't see any reason why it shouldn't. I kept this separate from the main AutoRefresh request since this seems to affect OS X only.

@robotboy655
Copy link
Contributor

It only returns false if the last argument isn't "lua".

@Bo98
Copy link
Author

Bo98 commented Jul 26, 2015

Odd because I'm explicitly giving it "lua" as a 3rd argument.

@robotboy655
Copy link
Contributor

It must be a Bootil string. ( A std::string )

@Bo98
Copy link
Author

Bo98 commented Jul 26, 2015

I am using a BString. The exact same code works on Linux DS but not OS X.

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