A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://join-lemmy.org/context.json",
"https://www.w3.org/ns/activitystreams"
],
"type": "Page",
"id": "https://feddit.org/post/15075302",
"attributedTo": "https://feddit.org/u/ackthxbye",
"to": [
"https://lemmy.ml/c/linux_gaming",
"https://www.w3.org/ns/activitystreams#Public"
],
"name": "Native version of Unreal Tournament 2004",
"cc": [],
"content": "<p>I recently switched to Nobara and I’m currently trying to get everything to work. I’ll be a bit spammy here looking for help, I hope that’s ok.</p>\n<p>Today I would like to install my retail version of Unreal Tournament 2004 that came on a DVD.\nI got the installer for the native Linux version to run and copied over the latest patch. But when I try to run the game i get\n<code>./ut2004-bin-linux-amd64: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory</code></p>\n<p>I tried to install libstdc++ through dnf and got</p>\n<pre style=\"background-color:#ffffff;\">\n<span style=\"color:#323232;\">Package "libstdc++-15.1.1-2.fc42.x86_64" is already installed.\n</span><span style=\"color:#323232;\">Package "libstdc++-15.1.1-2.fc42.i686" is already installed.\n</span></pre>\n<p>In /root/lib I habe a libstdc++.so.6</p>\n<p>Does “.so.5” mean I need version 5. How do I get the version Unreal Tournament 2004 wants?</p>\n<p>Or would it be easier to use the Windows version through Wine?</p>\n",
"mediaType": "text/html",
"source": {
"content": "I recently switched to Nobara and I'm currently trying to get everything to work. I'll be a bit spammy here looking for help, I hope that's ok.\n\nToday I would like to install my retail version of Unreal Tournament 2004 that came on a DVD.\nI got the installer for the native Linux version to run and copied over the latest patch. But when I try to run the game i get\n`./ut2004-bin-linux-amd64: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory`\n\nI tried to install libstdc++ through dnf and got\n```\nPackage \"libstdc++-15.1.1-2.fc42.x86_64\" is already installed.\nPackage \"libstdc++-15.1.1-2.fc42.i686\" is already installed.\n```\n\nIn /root/lib I habe a libstdc++.so.6\n\nDoes \".so.5\" mean I need version 5. How do I get the version Unreal Tournament 2004 wants?\n\nOr would it be easier to use the Windows version through Wine?",
"mediaType": "text/markdown"
},
"attachment": [],
"sensitive": false,
"published": "2025-07-01T07:52:12.085388Z",
"language": {
"identifier": "en",
"name": "English"
},
"audience": "https://lemmy.ml/c/linux_gaming",
"tag": [
{
"href": "https://feddit.org/post/15075302",
"name": "#linux_gaming",
"type": "Hashtag"
}
]
}