robhagemans / pcbasic

PC-BASIC - A free, cross-platform emulator for the GW-BASIC family of interpreters
http://www.pc-basic.org
Other
396 stars 48 forks source link

"CHAIN" command #118

Closed BASICLFE closed 3 years ago

BASICLFE commented 4 years ago

Bug report

Problem

I have individual programs that use the CHAIN command to advance from one program to the other. It was successful in "chaining" two programs; but on the third it came back with:

pc.basic.var: 159, clear_variables None pc.basic.var: 81, get_string_copy_packed None pc.basic.var: 49, copy_packed None pc.basic.var: 40, retrieve None KeyError; '\xfd\xfd'

Can you tell me what is the issue?

Steps

Program

Crash log

Notes

PC-BASIC version:
Operating system version:

robhagemans commented 4 years ago

Can you post the programs and the PC-BASIC version? From the information given I won't be able to reproduce the issue.

On Thu, 16 Jul 2020, 20:38 BASICLFE, notifications@github.com wrote:

Bug report

Problem

I have individual programs that use the CHAIN command to advance from one program to the other. It was successful in "chaining" two programs; but on the third it came back with:

pc.basic.var: 159, clear_variables None pc.basic.var: 81, get_string_copy_packed None pc.basic.var: 49, copy_packed None pc.basic.var: 40, retrieve None KeyError; '\xfd\xfd'

Can you tell me what is the issue?

Steps

1. 2. 3.

Program

Crash log

Notes

PC-BASIC version: Operating system version:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/robhagemans/pcbasic/issues/118, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB25REQXYP2NMPAOOMYYKZDR35JLTANCNFSM4O42DFJQ .

robhagemans commented 3 years ago

Closing as insufficient information provided. Please re-open if you have the details needed.