Hello
NearInfinity is crashing when i use the search function.
from the BCS tab, i've selected a script, then used the search function, selecting on CRE, to find what has that specific script assigned
It starts working but when it gets to 3800/8517 it stops, then error boxes appear. The first few have information in them, eg
Error
ERROR reading ICSALFIR.CRE
null
Then an empty Error box appears that i cant close and i have to use Taskmanager to close the program.
I can open the .CRE files that cause the error but i have no idea what i could look at in them to potentially fix them so they could be read.
Any ideas?
Thanks
If I understand it correctly you have selected a script and used the "Find... > references to this script" feature to search for CRE resource using that script?
Are you able to open the debug console (via menu Tools > Show debug console, or shortcut Ctrl+D) when the error occured?
Otherwise, you could start Near Infinity from the command line, so that error messages are redirected to the console window. To do this, open a command prompt and enter this command:
java -jar
Make sure there is a trailing space after "-jar". Then drag and drop the NearInfinity.jar file from the file manager to the command prompt to add the path of the Near Infinity binary. Press enter to execute the command and try to reproduce the error in
NI. If you are successful then there should be (hopefully) a verbose stack trace printed to the console window. Please copy/paste the error message, especially the first couple of lines.
Edited by Argent77, 02 June 2021 - 08:47 AM.