{"id":545,"date":"2022-03-18T21:43:24","date_gmt":"2022-03-18T21:43:24","guid":{"rendered":"https:\/\/alterego.cc\/wp\/?p=545"},"modified":"2022-10-17T20:10:53","modified_gmt":"2022-10-17T20:10:53","slug":"dexter-stardust-on-m1-macbook","status":"publish","type":"post","link":"https:\/\/alterego.cc\/wp\/2022\/03\/18\/dexter-stardust-on-m1-macbook\/","title":{"rendered":"Dexter Stardust on M1 MacBook"},"content":{"rendered":"\n<p>Playing this amazing game on my Apple MacBook Air M1 2020 and I am totally lovin&#8217; it. Before being able to play it however, I had to fight with a small error message (note that if you run the game from the UI you won&#8217;t see anything, just its icon flashing and then the game shutting down itself)<\/p>\n\n\n\n<center>\n\n\n        \n        <div class=\"embedpress-gutenberg-wrapper source-provider-Giphy aligncenter clear   ep-content-protection-disabled inline\" id=\"\" data-embed-type=\"Giphy \">\n            <div class=\"wp-block-embed__wrapper \">\n                <div id=\"ep-gutenberg-content-\" class=\"ep-gutenberg-content\">\n                    <div >\n                        <div class=\"ep-embed-content-wraper preset-default insta-grid ep-google-photos-carousel\"\n                                                                                                                >\n\n                            <div class=\"ose-giphy ose-uid-bc06c79b5e7537e95b2173e7cb0d2c03 ose-embedpress-responsive\" style=\"width:600px; max-width:100%; height: auto; display:inline-block;\"><a href=\"https:\/\/giphy.com\/gifs\/theoffice-VMO6qeIbr7JRLnLTGw\" data-wpel-link=\"external\" target=\"_blank\" rel=\"external noopener noreferrer\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/media1.giphy.com\/media\/VMO6qeIbr7JRLnLTGw\/giphy.gif?resize=600%2C450&#038;ssl=1\" alt=\"Excited Season 4 GIF by The Office - Find &amp; Share on GIPHY\" width=\"600\" height=\"450\" \/><\/a><\/div>                        <\/div>\n\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n\n\n<\/center>\n\n\n\n<p>By opening the terminal and trying running the game with<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>open DexterStardust.app<\/code><\/pre>\n\n\n\n<br>\n\n\n\n<p>The following error is thrown<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10810 \"kLSUnknownErr: Unexpected internal error\" UserInfo={_LSFunction=_LSLaunchWithRunningboard, _LSLine=2732, NSUnderlyingError=0x600001902250 {Error Domain=RBSRequestErrorDomain Code=5 \"Launch failed.\" UserInfo={NSLocalizedFailureReason=Launch failed., NSUnderlyingError=0x6000019021f0 {Error Domain=NSPOSIXErrorDomain Code=1 \"Operation not permitted\" UserInfo={NSLocalizedDescription=Launchd job spawn failed}}}}}<\/code><\/pre>\n\n\n\n<br>\n\n\n\n<p>Note this should be version 1.1 of the game. I downloaded it a few hours after it became available on <a href=\"https:\/\/itch.io\" data-type=\"URL\" data-id=\"https:\/\/itch.io\" target=\"_blank\" rel=\"noreferrer noopener external\" data-wpel-link=\"external\">itch.io<\/a><\/p>\n\n\n\n<p>In my case the application is already copied in the \/Applications folders of my macOS drive. To make it run, I executed, from within the \/Applications directory, the following commands<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>xattr DexterStardust.app\nxattr -r -d com.apple.quarantine DexterStardust.app<\/code><\/pre>\n\n\n\n<br>\n\n\n\n<p>The first command confirms that the file has the extended attribute <strong>com.apple.quarantine<\/strong> (just for you do see, not actually necessary to make it work) and the second removes it from the file. At this point a simple<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>open DexterStardust.app<\/code><\/pre>\n\n\n\n<br>\n\n\n\n<p>runs the game!<\/p>\n\n\n\n<center>\n\n\n        \n        <div class=\"embedpress-gutenberg-wrapper source-provider-Giphy aligncenter clear   ep-content-protection-disabled inline\" id=\"\" data-embed-type=\"Giphy \">\n            <div class=\"wp-block-embed__wrapper \">\n                <div id=\"ep-gutenberg-content-\" class=\"ep-gutenberg-content\">\n                    <div >\n                        <div class=\"ep-embed-content-wraper preset-default insta-grid ep-google-photos-carousel\"\n                                                                                                                >\n\n                            <div class=\"ose-giphy ose-uid-2f6417e3e216222cb4d4d699d3d0dd67 ose-embedpress-responsive\" style=\"width:600px; max-width:100%; height: auto; display:inline-block;\"><a href=\"https:\/\/giphy.com\/gifs\/lets-play-zf8yrM8nVERvW\" data-wpel-link=\"external\" target=\"_blank\" rel=\"external noopener noreferrer\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/media3.giphy.com\/media\/zf8yrM8nVERvW\/giphy.gif?resize=600%2C450&#038;ssl=1\" alt=\"Lets Play GIF - Find &amp; Share on GIPHY\" width=\"600\" height=\"450\" \/><\/a><\/div>                        <\/div>\n\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n\n\n<\/center>\n\n\n\n<p>Basically the <strong>com.apple.quarantine<\/strong> is an extended attribute that was added at some point, somehow by something, for some reasons, and that&#8217;s what is preventing the game to run. <strong><a href=\"https:\/\/ss64.com\/osx\/xattr.html\" target=\"_blank\" rel=\"noreferrer noopener external\" data-wpel-link=\"external\">xattr<\/a><\/strong> is a command to manipulate extended attributes, <strong>-r<\/strong> removes the attributes from all the files within the package (the .app file is a package), and <strong>-d<\/strong> deletes the given attribute<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I learned how to do it stuff by trying to make games work on my Olivetti M24 (circa 1990). Fast forward to 2022 and I learn new stuff by trying playing games on an Apple M1<\/p>\n","protected":false},"author":1,"featured_media":547,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[13],"tags":[32,72,64,71,73,48,70],"class_list":["post-545","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-software","tag-apple","tag-dexter-stardust","tag-english","tag-gaming","tag-m1","tag-macos","tag-videogames"],"aioseo_notices":[],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/03\/dexter-stardust-banner.png?fit=2880%2C1800&ssl=1","jetpack-related-posts":[{"id":1390,"url":"https:\/\/alterego.cc\/wp\/2022\/11\/14\/macos-ventura-issues-with-multiple-monitors\/","url_meta":{"origin":545,"position":0},"title":"macOS Ventura issues with multiple monitors","author":"fabio","date":"14 November 2022","format":false,"excerpt":"Having issues with Microsoft Remote Desktop on a Mac running macOS Ventura? It might be your Color Profile. A couple of things to try:","rel":"","context":"In &quot;Software&quot;","block_context":{"text":"Software","link":"https:\/\/alterego.cc\/wp\/category\/software\/"},"img":{"alt_text":"MacOS Ventura Roundup Header","src":"https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/11\/macos-ventura-roundup-header.webp?fit=800%2C450&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/11\/macos-ventura-roundup-header.webp?fit=800%2C450&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/11\/macos-ventura-roundup-header.webp?fit=800%2C450&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/11\/macos-ventura-roundup-header.webp?fit=800%2C450&ssl=1&resize=700%2C400 2x"},"classes":[]},{"id":99,"url":"https:\/\/alterego.cc\/wp\/2016\/05\/29\/play-the-8-properties-of-data-visualization-tools-game\/","url_meta":{"origin":545,"position":1},"title":"Play the 8 properties of data visualization tools game!","author":"fabio","date":"29 May 2016","format":false,"excerpt":"Play and learn. You were good at this as a child. And you are still good at it as an adult! Free game inside","rel":"","context":"In &quot;Education&quot;","block_context":{"text":"Education","link":"https:\/\/alterego.cc\/wp\/category\/education\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/0-5.jpg?fit=698%2C400&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/0-5.jpg?fit=698%2C400&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/0-5.jpg?fit=698%2C400&ssl=1&resize=525%2C300 1.5x"},"classes":[]},{"id":500,"url":"https:\/\/alterego.cc\/wp\/2022\/02\/23\/keepass-2-50-on-crossover-on-21-1-0\/","url_meta":{"origin":545,"position":2},"title":"KeePass 2.50 on CrossOver on 21.1.0","author":"fabio","date":"23 February 2022","format":false,"excerpt":"A pretty strange error message I am not seeing on the current version of KeePass. However. if you landed here by searching, it still might be useful to you!","rel":"","context":"In &quot;Software&quot;","block_context":{"text":"Software","link":"https:\/\/alterego.cc\/wp\/category\/software\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/KeePass2.50_1-1.jpg?fit=453%2C293&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":334,"url":"https:\/\/alterego.cc\/wp\/2020\/03\/05\/black-boxes-and-notifications-on-macos-catalina\/","url_meta":{"origin":545,"position":3},"title":"Black boxes and notifications on macOS Catalina","author":"fabio","date":"5 March 2020","format":false,"excerpt":"macOS Catalina on a Mac Mini from Mid-2011. Yes, that is possible, but then you (might) get black boxes. Read about some suggestions on how to get rid of them!","rel":"","context":"In &quot;Software&quot;","block_context":{"text":"Software","link":"https:\/\/alterego.cc\/wp\/category\/software\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/AppleBlackBox.png?fit=662%2C276&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/AppleBlackBox.png?fit=662%2C276&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/AppleBlackBox.png?fit=662%2C276&ssl=1&resize=525%2C300 1.5x"},"classes":[]},{"id":106,"url":"https:\/\/alterego.cc\/wp\/2017\/04\/24\/commodore-amiga-remember-when-computing-was-fun\/","url_meta":{"origin":545,"position":4},"title":"Commodore Amiga \u2013 Remember when computing was fun?","author":"fabio","date":"24 April 2017","format":false,"excerpt":"Do you remember Commodore? And Amiga? They are still pretty much alive. Here is a whiteboard animation on how to get started with the latest OS available at the time of writing","rel":"","context":"In &quot;Retrocomputing&quot;","block_context":{"text":"Retrocomputing","link":"https:\/\/alterego.cc\/wp\/category\/retrocomputing\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/0-4.jpg?fit=898%2C720&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/0-4.jpg?fit=898%2C720&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/0-4.jpg?fit=898%2C720&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/0-4.jpg?fit=898%2C720&ssl=1&resize=700%2C400 2x"},"classes":[]},{"id":449,"url":"https:\/\/alterego.cc\/wp\/2018\/06\/09\/how-many-dates-and-activities-are-keeping-your-mind-busy\/","url_meta":{"origin":545,"position":5},"title":"How many dates and activities are keeping your mind busy?","author":"fabio","date":"9 June 2018","format":false,"excerpt":"I keep track of important deadlines and expiration dates with a project management tool. A calendar also will do. However you do it, make sure you do it","rel":"","context":"In &quot;Business&quot;","block_context":{"text":"Business","link":"https:\/\/alterego.cc\/wp\/category\/business\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/DrivingLicencePagico.jpg?fit=1144%2C720&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/DrivingLicencePagico.jpg?fit=1144%2C720&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/DrivingLicencePagico.jpg?fit=1144%2C720&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/DrivingLicencePagico.jpg?fit=1144%2C720&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/alterego.cc\/wp\/wp-content\/uploads\/2022\/02\/DrivingLicencePagico.jpg?fit=1144%2C720&ssl=1&resize=1050%2C600 3x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/alterego.cc\/wp\/wp-json\/wp\/v2\/posts\/545","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alterego.cc\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/alterego.cc\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/alterego.cc\/wp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/alterego.cc\/wp\/wp-json\/wp\/v2\/comments?post=545"}],"version-history":[{"count":0,"href":"https:\/\/alterego.cc\/wp\/wp-json\/wp\/v2\/posts\/545\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alterego.cc\/wp\/wp-json\/wp\/v2\/media\/547"}],"wp:attachment":[{"href":"https:\/\/alterego.cc\/wp\/wp-json\/wp\/v2\/media?parent=545"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/alterego.cc\/wp\/wp-json\/wp\/v2\/categories?post=545"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/alterego.cc\/wp\/wp-json\/wp\/v2\/tags?post=545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}