Skip to content

write_memory errors when running test_https_local.py #97

Description

@Armitage64

Several errors show up in the console when running the test_https_local.py script. On the C64 screen, the following text is displayed but the test does not complete successfully:

SYS16896
CH
SH
HK1
KEYS
ENC1
RX

at this point, the machine appears to lock up and become unresponsive.

Console output is below:

Enabling UCI...
Setting turbo to 48 MHz (from Off/ 1)...
Resetting machine...
run_prg(PRG)...
net_initialized = $01
Starting U64 6510 debug stream -> 192.168.1.212:11002
WARNING: debug capture failed to start: PUT http://192.168.1.233/v1/streams/debug:start?ip=192.168.1.212%3A11002 returned HTTP 404: {
"errors" : [ "Network Host Resolve Error" ]
}
Sending 'Q' to exit PRG main_loop...
/Users/armitage/git/c64-test-harness/src/c64_test_harness/backends/ultimate64.py:410: UserWarning: write_memory($0277, 2 B): no safe_regions declared and unknown_policy is not 'allow'
self.write_memory(
/Users/armitage/git/c64-test-harness/src/c64_test_harness/backends/ultimate64.py:414: UserWarning: write_memory($00C6, 1 B): no safe_regions declared and unknown_policy is not 'allow'
self.write_memory(
/Users/armitage/git/c64-https/tools/uci/test_https_local.py:1487: UserWarning: write_memory($4200, 64 B): no safe_regions declared and unknown_policy is not 'allow'
transport.write_memory(
/Users/armitage/git/c64-https/tools/uci/test_https_local.py:1487: UserWarning: write_memory($4240, 53 B): no safe_regions declared and unknown_policy is not 'allow'
transport.write_memory(
/Users/armitage/git/c64-https/tools/uci/test_https_local.py:1491: UserWarning: write_memory($4300, 32 B): no safe_regions declared and unknown_policy is not 'allow'
transport.write_memory(HOST_STR_ADDR, host_str.ljust(32, b"\x00"))
/Users/armitage/git/c64-https/tools/uci/test_https_local.py:1492: UserWarning: write_memory($4340, 8 B): no safe_regions declared and unknown_policy is not 'allow'
transport.write_memory(PATH_STR_ADDR, path_str.ljust(8, b"\x00"))
/Users/armitage/git/c64-https/tools/uci/test_https_local.py:1495: UserWarning: write_memory($4380, 16 B): no safe_regions declared and unknown_policy is not 'allow'
transport.write_memory(SENTINEL_ADDR, bytes(16))
Triggering: sys16896
/Users/armitage/git/c64-test-harness/src/c64_test_harness/backends/ultimate64.py:410: UserWarning: write_memory($0277, 9 B): no safe_regions declared and unknown_policy is not 'allow'
self.write_memory(
[ 0.5s] progress=0x03

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions