TraceBullet/vba-rerecording

VBAWatch/VBxWatch cannot watch the shared memory using addresses generated with "Copy Settings for VBAWatch" or "Copy Settings for VBxWatch" command under "Tools" menu

Closed this issue · 3 comments

VBAWatch/VBxWatch cannot watch the shared memory using addresses generated
with "Copy Settings for VBAWatch" or "Copy Settings for VBxWatch" command
under "Tools" menu. The VBA process is detected, but neither the internal
name of the loaded ROM nor the watched items are displayed with
VBAWatch/VBxWatch. Refreshing with F5 has no effect.

Original issue reported on code.google.com by aquan...@gmail.com on 30 Mar 2009 at 7:27

I verified it. It is because VBA v21.0 copies the setting strings ended with LF
newlines, while VBAWatch/VBxWatch only recognizes CR+LF newlines inside the 
setting
files.

If you have such a problem, please replace all LF newlines inside your
VBAWatch/VBxWatch setting files with CR+LF newlines.

Original comment by aquan...@gmail.com on 24 Apr 2009 at 1:56

This issue may be closed if r78 has fixed it.

Original comment by aquan...@gmail.com on 26 Apr 2009 at 3:52

  • Changed state: Started
This issue is closed as r78 has fixed it.

Original comment by aquan...@gmail.com on 29 Apr 2009 at 7:58

  • Changed state: Fixed