TomCh

Results 616 comments of TomCh

>And if you reload the state file from the working session, does it work? Reloading a save-state gives the same failure. (And it's basically the same as my bit of...

In `TfePcapLoadLibrary()`, I tried having it initially call `TfePcapFreeLibrary()`, so that it always frees, then reloads the Npcap DLL. This still fails in the same way. I will try on...

Another "data-point": I can reproduce the same issue by just doing CTRL+RESET (instead of a full Apple II power-cycle). Again for both U1 and U2 cards. NB. For U1, the...

>I will try on a newer Windows OS (eg. Win10). AppleWin 1.30.8.0 (HEAD dev build with Uthernet II card support) / Npcap 1.60 / **Win10** (using USB3-to-ethernet adaptor) U1 behaves...

Can I just use the aw.zip from this other issue: https://github.com/AppleWin/AppleWin/issues/1046#issuecomment-1066843270 ?

OK, I used the filter "ip.src == 192.168.0.35 || ip.dst == 192.168.0.35", and exported just these packets to the pcap file: [AppleWin-trace1_src-dst-ip-192_168_0_35-filtered.pcap.gz](https://github.com/AppleWin/AppleWin/files/8248841/AppleWin-trace1_src-dst-ip-192_168_0_35-filtered.pcap.gz) What I did: - Using Uthernet1, and IPCONFIG...

And here's a similar filtered trace for Uthernet2: [AppleWin-trace2_src-dst-ip-192_168_0_36-filtered.pcap.gz](https://github.com/AppleWin/AppleWin/files/8248920/AppleWin-trace2_src-dst-ip-192_168_0_36-filtered.pcap.gz) What I did: - Using Uthernet2, and IPCONFIG assigns ip=192.168.0.36 - WEBBROWS: INFO.CERN.CH (this worked fine) - CTRL+RESET - WEBBROWS: INFO.CERN.CH...

Reading $C020 will return the floating bus. But if the Apple II program (eg. Contiki) is showing a mainly blank text screen, then the floating bus will in most cases...

Uthernet1, using your "contiki-apple2.po". I used the filter "ip.src == 192.168.0.35 || ip.dst == 192.168.0.35", and exported just these packets to the pcap file: [AppleWin-trace4-u1-timeout-src-dst-192_168_0_35-filtered.pcap.gz](https://github.com/AppleWin/AppleWin/files/8274813/AppleWin-trace4-u1-timeout-src-dst-192_168_0_35-filtered.pcap.gz) - Pre-setup the disk as:...

You could fill TEXT page 2 ($800-$BFF) with random data, then briefly change the video mode to "40-COL, TEXT, PAGE2" when generating this 4-byte sequence number. btw, `4E` and `4F`...