-
Notifications
You must be signed in to change notification settings - Fork 109
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
FILEFORMAT_ASSERT() on text object export #2012
Comments
Unsurprisingly, changing
|
This is the murder weapon:
Symbol number -4 is the hardcoded number for undefined text symbol. The root cause of this issue is that the .ocd exporter routines do not handle objects with undefined symbols. |
mapper/src/fileformats/ocd_file_export.cpp
Line 2622 in e247f72
At this moment, we merely know that it triggers but don't understand the exact circumstances. The reporter explicitly mentioned that the map contains text objects with varying alignment. However, it is unclear why
text_format_mapping
does not have the symbol+alignment combination.The text was updated successfully, but these errors were encountered: