Skip to content

Error: Cannot load library /usr/lib/tiled/plugins/libyy.so #3018

Answered by bjorn
DrSensor asked this question in Q&A
Discussion options

You must be logged in to vote

Hmm, libyy.so is the new GameMaker Studio 2 export plugin. The undefined symbol problem is a little unexpected, especially considering it doesn't happen in the distributed AppImage. When we demangle this symbol, we get:

Yy::JsonWriter::writeUnquotedMember(char const*, QByteArray const&)

Which is defined here:

void JsonWriter::writeUnquotedMember(const char *key,
const QByteArray &value)
{
writeKey(key);
write(value);
m_newLine = false;
m_valueWritten = true;
}

But, then I realized that Arch Linux builds are based on qmake and I checked the qmake project of the plugin:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bjorn
Comment options

bjorn Apr 6, 2021
Maintainer

Answer selected by bjorn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants