Replies: 1 comment
-
Thanks, should be fixed in the beta. https://mudhalla.net/tintin-beta.tar.gz |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When in a map, no matter how many rooms the map has, If you input "#map find <a room name or room id>", then input "#kill" later, tintin++ will crash:
#alias bug {
#map read mymap.map;
#map goto 1;
#map find 5;
#kill;
};
bug;
#KILL - ALL LISTS CLEARED.
DEBUG_STACK[000] [000] = mainloop()
──────────────────────────────────────────────────
FATAL ERROR trap_handler (signal 11: Segmentation fault)
syserr_fatal(crashed)haha@myLinux:~/tintin $
I've tried different maps for many times and got the same result.
Beta Was this translation helpful? Give feedback.
All reactions