valarnin

Results 65 comments of valarnin

I commented this on the original PR (because I didn't see this issue, because I really should be asleep at 3am to be honest), so copy/pasting here as well. >...

Yeah, this is on my list of things to look into but it's a bit far down the list since it's resolved with a refresh when it happens.

I think that a mapping file that was something like the following would be fine for readability? Could be auto-generated from SaintCoinach exports or via XIVAPI, whichever is easier to...

I'm still unable to test these changes myself. Has anyone else been able to verify that they work as expected, aside from Riven-Spell?

I can't think of a reason this would be happening unless XL/FFXIV was running under another user or group from your normal terminal user. It works fine for me with...

It should time out the connect after 30 seconds max. Is it doing that or just hanging there? If it's the latter, it may be a GUI/Connect thread sync issue.

There's not really a way to speed up memory searches beyond what's already in place, unfortunately. The 3DS's wifi is slow, and we can't ask the 3DS to search for...

To clarify, the way it works is that there's a threshold where if there are more than [200 results](https://github.com/valarnin/NTRRemoteDebugger/blob/master/NTRDebuggerTool/Remote/NTRRemoteConnection.cs#L226) currently found for a search, it will dump the entire memory...

I'm all for plugins, but we'll have to hash out a solid strategy for interfacing with them, loading them, error handling passing between the classes that handle the network calls,...

Some quick thoughts on Plugin implementation, written in haste: Load methodology: 1. Check for Plugins directory - In CWD, or in AppData folder? - If in AppData folder, autocreate, if...