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

Unable to Read Bytes #1

Open
codemann8 opened this issue Mar 10, 2019 · 1 comment
Open

Unable to Read Bytes #1

codemann8 opened this issue Mar 10, 2019 · 1 comment

Comments

@codemann8
Copy link

I'm using Snes9x-rr v1.54 and am referencing and running the connector.lua script that is included in this project. When I run the Demo code here, I repeatedly get the message: "LuaConnector block processor caught an exception." every 2-3 seconds after successfully connecting. I assume this is related to my real issue.

When I click Test on the Demo, and enter in the appropriate address, I am able to Write to that address successfully. However, when I Read from the address, this doesn't bring in the current value to the numericValue textbox. Since the code to process this is threaded, and that I'm not well versed in threaded debugging, I'm unable to debug it as is. I commented out the surrounding "Task.Run()" and this caused the entire program to freeze on this line: _connector.ReadByte(). I assume that these threads are doing the same thing, which is why my textbox isn't updating with the current value.

I assume this has to be a bug with this project, or an issue with Snes9x-rr. Perhaps you could guide me in the right direction if this is not a bug.

@codemann8
Copy link
Author

@KatDevsGames Since it's been 11 days since I posted this, I'm just wondering if you had seen this post. his issue does still occur.

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