-
Notifications
You must be signed in to change notification settings - Fork 34
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
Parkitect (453090) crashes SamRewritten on load #88
Comments
Hey sorry for delay here. The YAJL library fails to encode a float value. Are you launching with launch.sh? |
No problem. I got it installed from the AUR, but I'll see what I can do, so I can try your suggestions and give feedback. |
When I try to compile with 'make dev' it terminates with the following error:
I did clone the git repo. |
You're going to need to install Valgrind to compile in dev mode, it's a single package. If you're using arch, I think that should be in this package: https://archlinux.org/packages/extra/x86_64/valgrind/ Thanks again for the feedback! |
Alright, this is what happens in the terminal with the compiled version:
It also say's core dumped, but don't know where. |
If you have coredumpctl (comes with systemd in most modern distros), do Here's the problematic encoding:
I need to add more logging so I know what value it was trying to encode... |
Alright, here is that info. This is from 'coredumpctl debug': https://gist.github.com/Sojiro84/743774692987cb4f58376d4878e493d0 And this is from the gdb 'backtrace': https://gist.github.com/Sojiro84/b5b9bac830f92347d2b69b0b02876605 |
Log from the terminal:
The text was updated successfully, but these errors were encountered: