-
Notifications
You must be signed in to change notification settings - Fork 38
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
Founding a Civ or town with a name that already exists throws an unreadable exception in game. #46
Comments
Hey,when im trying add new structure or tech or wonder i have that problem: https://gyazo.com/31dee75a9ead018fff144433eb8a89c5 |
@TheLegion1337 that looks like a different error. Looks like a YAML issue. Open a new ticket and attach your yml files. |
Some additional information: Disconnecting when in the process of founding a town or civ will break the process. |
Maybe?
|
I think the root cause is deeper than just using the same name, as we already have checks in place for duplicate names.
|
we must check defeated civs too #188 |
sql exception fix (while creating new civ) [#46 fix]
Just need to handle this error condition and send a reasonable message back to the user.
The text was updated successfully, but these errors were encountered: