-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running DOjS with modified EXE name does not work #22
Comments
Will be fixed in V1.9.0 |
I tried upgrading my project to 1.9.1. Is there a change to zip file structure expectations? Prior setup didn't work and confused if I need to do something different with JSBOOT to get things working again. My exe and zip filenames match and I'm either getting a Script Not Found at startup or e.g., cannot open file 'c:/xmarks.ZIP=JSBOOT/func.js' in JSLOG. Thoughts? |
Hmm, I think I tested all different possibilities regarding EXE and ZIP files, but with DOStodon I noticed it doesn't work when additional command line parameters are needed. If you don't use parameters it would be nice if you could provide me with an example to reproduce the problem... |
Even with no parameters. I'll DM you on discoord ...succulentbacon |
using the "EXE and JSBOOT rename feature" leads to memory corruption in DOS memory due to an out-of-bounds write. will be fixed in v1.10 |
fixed in v1.10.0 |
In theory it should be possible to rename
DOJS.EXE
andJSBOOT.ZIP
to, lets say,FOO.EXE
andFOO.ZIP
.Running
FOO.EXE
without additional parameters should run the script MAIN.JS in theFOO.ZIP
.This does not work because DOjS still searches for the bootfiles in
JSBOOT.ZIP
instead ofFOO.ZIP
.The text was updated successfully, but these errors were encountered: