Skip to content
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

SIGSEGV on startup (latest build) #2206

Closed
1942rob opened this issue Jul 26, 2013 · 2 comments

Comments

Projects
None yet
3 participants
@1942rob
Copy link
Contributor

commented Jul 26, 2013

Tested on both windows versions

artifact.cpp:
game::init_artifacts() Line: 359
and other places.

Seems to be related to the gettextification.

Thread

@tung

This comment has been minimized.

Copy link
Contributor

commented Jul 26, 2013

I did a git bisect (492510d..989a9fc) and it pointed me to 8ebe261 (add more colors) as the culprit. The code looked pretty innocuous, but I tried a git revert on it, and sure enough it fixed the problem. I'm not familiar enough with the source code to say what the true cause of the problem is, but I hope this helps.

@1942rob

This comment has been minimized.

Copy link
Contributor Author

commented Jul 26, 2013

Found it! PR incomming

@1942rob 1942rob referenced this issue Jul 26, 2013

Merged

fix SIGSEGV #2207

@OzoneH3 OzoneH3 closed this Jul 26, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.