Operating System: Windows 10
CEmu version: CEmu v2.0dev (git: d606eb3)
Describe your issue:
When sending an appvar to CEmu with the variable name 'out/BANK', the variable in question won't actually be sent it being a valid filename. The same file with the variable name 'BANK' will send.
What are the steps to reproduce this issue?
Create an appvar with convbin with the variable name 'out/BANK'
Create an appvar from the same source file with the variable name 'BANK'
Send both to CEmu and a physical calculator via TI-Connect
Both will show on the calculator, but only 'BANK' will show on CEmu
Any logs, error output, screenshot, other comments...?
So this is now confirmed to work on master, thanks to commit 31dff66743ac8d02c9850ceeac12da5b14616085 which fixed #463 and actually had the same root cause (the slash is fine).
What's wrong, and with what software version?
Operating System: Windows 10 CEmu version: CEmu v2.0dev (git: d606eb3) Describe your issue:
When sending an appvar to CEmu with the variable name 'out/BANK', the variable in question won't actually be sent it being a valid filename. The same file with the variable name 'BANK' will send.
What are the steps to reproduce this issue?
Any logs, error output, screenshot, other comments...?
An example of a
/
being used fine on-calc.