07-03-2024, 05:26 PM
If it happens when you start ned, you can try re-compiling ned with bigger memory pools.
Open ned.n7 in notepad and add:
right after:
Start a windows command prompt (Win+R, then type cmd and press ok) and use cd to get to your n7 root folder. Type "n7.exe ned.n7" and press enter.
Then try to run ned.exe again to see if it helps.
Has this happened to anyone else?
Open ned.n7 in notepad and add:
Code:
#mem64000000
right after:
Code:
#win32
Start a windows command prompt (Win+R, then type cmd and press ok) and use cd to get to your n7 root folder. Type "n7.exe ned.n7" and press enter.
Then try to run ned.exe again to see if it helps.
Has this happened to anyone else?