-
Notifications
You must be signed in to change notification settings - Fork 62
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
unable to load pool files #16
Comments
Same problem here. I'm wondering if the backslash ("") is causing some trouble? Because it should appear as a forward slash. |
Try the version on my fork, I think I managed to fix it (I dunno, I had some similar problems so I made some changes) |
same issue, but with bacon boi version, we need fix maybe asap |
Hmm, I'm going to look at that when i have some time |
found the problem, just need to solve it. its trying to load from mam91's downloads folder, which of course, isn't on your computer. just gotta tweak the search path |
i have done that, i realized it was saying |
note: i dont know lua, but i might be able to find it. looking for the issue rn. For anyone looking for a fix, please be patient. it seems to be checking for a value in an array or table(dont know what it is called here) at a spot where one would not be located, hence "nil" or nonexistent. If i find it, i will post here again with fix. note2: i dont know what im doing. i dont understand this stuff, tried using text finder, found "neuron" but too many. my brain hurts. i give up. |
so i came back to this problem, and have narrowed it down. making smol changes and undoing them has brought me here for some reason.
the first line is line 921 in the mario-neat.config. Now here is the issue i have now. NLua.Exceptions.LuaScriptException: [string "main"]:921: 'for' limit must be a number this only happens when i try to load a saved pool. Is there any way i can fix this? note:don't know what github is trying to do, so i made it a quote. |
are you able to upload this to a fork so that you I can take a closer look at it |
copied the folder over into my fork as "neat-mario-from-me".I change the population, but that had no effect on the issue. |
Made it to line 1046 |
didnt seem to fix the problem here. I still think it has to do with the for loop and the variable it is using. |
Reverted some of the code back to SethBling's version and I think I've fixed it! It was not loading the correct numbers from the geneStr (lines 938-944) so I replaced it with |
That works. Problem solved.
|
so, now there is another issue: lasted 1 week with previous fix. any help? |
when loading any .pool file i get two different errors:
or (for a file i manually saved):
The text was updated successfully, but these errors were encountered: