Opened 9 years ago

Closed 9 years ago

#3262 closed defect (fixed)

crash when trying to start game (utf8 decoding)

Reported by: Igor Gnatenko Owned by: Itms
Priority: Should Have Milestone: Alpha 19
Component: Core engine Keywords:
Cc: i.gnatenko.brain@… Patch:

Description

utf8.cpp(84): Function call failed: return value was -100703 (Invalid UTF-8 sequence) Function call failed: return value was -100703 (Invalid UTF-8 sequence) Location: utf8.cpp:84 (RaiseError)

Attachments (2)

bt (19.3 KB ) - added by Igor Gnatenko 9 years ago.
backtrace
utf8-fixes.patch (6.7 KB ) - added by Igor Gnatenko 9 years ago.
patch which converts all ISO-8859 to utf8

Download all attachments as: .zip

Change History (7)

by Igor Gnatenko, 9 years ago

Attachment: bt added

backtrace

comment:1 by elexis, 9 years ago

Caused by r16666. Try to start the game and it will crash.

Last edited 9 years ago by elexis (previous) (diff)

comment:2 by Itms, 9 years ago

In 16668:

Temporarily revert r16666 for technologies, refs #3262.

Also add a forgotten change for the Athenian wonder.

comment:3 by Itms, 9 years ago

Resolution: fixed
Status: newclosed

Nevermind, I had some files I had forgotten to convert to UTF8. Fixed in r16671.

comment:4 by Igor Gnatenko, 9 years ago

Resolution: fixed
Status: closedreopened

by Igor Gnatenko, 9 years ago

Attachment: utf8-fixes.patch added

patch which converts all ISO-8859 to utf8

comment:5 by Itms, 9 years ago

Owner: set to Itms
Resolution: fixed
Status: reopenedclosed

In 16672:

More encoding fixes and EOL changes, fixes #3262

Note: See TracTickets for help on using tickets.