Hi,
I got some problems in python when creating an online highscorelist. I stripped down the whole project and got the essential parts that makes it crash. It crashes lesser in this stripped .cap file, but it should be the same type of crash.
Link to .cap file:
http://fullmetal.no-ip.org:8080/test.cap
To produce the crash:
Press "Start Game" button and then press the "Submit" button.
Do this 19 times (you can press Skip too, it only matters the first time). If you delete TextManipulator do this 23 times then it crashes.
In the real project you only need to do this twice and before I recreated the TextManipulator obj it took 7 times in the stripped cap file. I wouldn't mind if it takes 23 times in the real project before it crash, it just would be annoying. I noticed now while writing that it crashed much earlier on another almost identical computer. It seems it may vary depending on computer. If you toggle the load script in loadHS event sheet it stops crashing.
I checked in the bug tracker and there was a bug with python and Image Manipulator, thought it could be something with the Text Manipulator. But it still crashes without it. Then I saw something about using Globalvars with "Text" crashes but not "Numbers" in python. Could this be the case?
How to do it otherwise?
All help appreciated