jsl.exe won't even load the engine, finds no errors, but browser doesn't load it either.
after 8 seconds on an i7-3970x machine with 64GB RAM, it says
atoi64.js-4-15-2017
atoi64.js
l:\atoi64.js:0: can't open file: No such file or directory
echo %ERRORLEVEL% gives me a 4 after this, jsl.exe is trying to strip out anything that doesn't look like a .js filename, and I have backups I need to process. a browser doesn't care what the file extension is when you specify src=""
browsers do work with nonstandard filename extensions, and so should this program.
problem is, the filename is atoi64.js-4-15-2017 http://Jesusnjim.com/atoi64.js-4-15-2017
you can use it for test purposes, I am basically trying to get this debugged.
is it possible I can get this project as source code to compile myself? I might be able to. and I might be able to get the engine to load maybe. the engine is often not loading with some syntax errors in big files (4000 lines) just like ff.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
jsl.exe won't even load the engine, finds no errors, but browser doesn't load it either.
after 8 seconds on an i7-3970x machine with 64GB RAM, it says
echo %ERRORLEVEL% gives me a 4 after this, jsl.exe is trying to strip out anything that doesn't look like a .js filename, and I have backups I need to process. a browser doesn't care what the file extension is when you specify src=""
browsers do work with nonstandard filename extensions, and so should this program.
problem is, the filename is atoi64.js-4-15-2017
http://Jesusnjim.com/atoi64.js-4-15-2017
you can use it for test purposes, I am basically trying to get this debugged.
j.bat:
is it possible I can get this project as source code to compile myself? I might be able to. and I might be able to get the engine to load maybe. the engine is often not loading with some syntax errors in big files (4000 lines) just like ff.