Hey everyone.
Hope you guys are being great.
I came across a weird error today, when I was running compiled version of my NVGT Script on Linux.
It just worked well all the times before, but just now when I was making little changes to my code, compiling it and then running it back to test stuff, I just encountered this thing which I'm not even sure what is. XD.
So here it is, when I try to launch the script:
server.sh: ../../source/as_restore.cpp:1659: void asCReader::ReadTypeDeclaration (asCTypeInfo*, int, bool*): Assertion `ot' failed.
Aborted (core dumped)
I'm not sure if it's even a mistake on my end, or engine's error. because the same code (when compiled for windows) works absolutely well.
Any help on this would be appreciated.
Thanks!
Um, perhaps appologies for the question but why exactly does it show server.sh? Is your file named this way?
Yep that's intentional. because I had a script to upload files on Linux and for some weird reason it was having errors with no extention filenames and I was lacking of time to fix it so just renamed the file that way to bypass it for the time being.
Anyway, it had nothing to do with the error and I already got that fixed.