Upon hitting the Release button, project.materials/Release/Test Case.zblorb is correctly generated. However, project.materials/Release/interpreter/Test Case.zblorb.js is not; it contains only a stub Z-code file of length 2560.
This is the same stub file that's generated as project.inform/Build/output.z8. It is valid but exits immediately. It's compiled from project.inform/Build/auto.inf, which is just "[ Main; ];".
Steps to reproduce :
"Test Case" by Andrew Plotkin.
Release along with an interpreter and an existing story file called "test.z5".
[Format set to Z-code, with a valid test.z5 game file in the materials folder.]
Reported by : zarf
Description :
Upon hitting the Release button, project.materials/Release/Test Case.zblorb is correctly generated. However, project.materials/Release/interpreter/Test Case.zblorb.js is not; it contains only a stub Z-code file of length 2560.
This is the same stub file that's generated as project.inform/Build/output.z8. It is valid but exits immediately. It's compiled from project.inform/Build/auto.inf, which is just "[ Main; ];".
Steps to reproduce :
Additional information :
imported from: [Mantis 1918] "Release along with an interpreter and an existing story file" doesn't work