Hi,
I can not run Self on my macOS Catalina.
If I try to open a snapshot from the Self Control, nothing happens.
If I try to run the Self vm from the command line I get this error message:
/usr/local/bin/Self: line 2: /Applications/Self Control.app/Contents/Resources/Self.app/Contents/MacOS/Self: Bad CPU type in executable
Does anybody have the same problem? Is there a way to make it run?
Thanks!
Hernan.
On 1. Jul 2021, at 00:55, Hernan Wilkinson hernan.wilkinson@10pines.com wrote:
Hi, I can not run Self on my macOS Catalina. If I try to open a snapshot from the Self Control, nothing happens. If I try to run the Self vm from the command line I get this error message: /usr/local/bin/Self: line 2: /Applications/Self Control.app/Contents/Resources/Self.app/Contents/MacOS/Self: Bad CPU type in executable
Does anybody have the same problem? Is there a way to make it run?
Well, it's a i386 application, not x86_64… I don't see a way at the moment…
Best regards -Tobias
Thanks! Hernan.
I don't see a way at the moment…
ourself.io
On 2021/07/01 14:15, Tobias Pape wrote:
On 1. Jul 2021, at 00:55, Hernan Wilkinson hernan.wilkinson@10pines.com wrote:
Hi, I can not run Self on my macOS Catalina. If I try to open a snapshot from the Self Control, nothing happens. If I try to run the Self vm from the command line I get this error message: /usr/local/bin/Self: line 2: /Applications/Self Control.app/Contents/Resources/Self.app/Contents/MacOS/Self: Bad CPU type in executable
Does anybody have the same problem? Is there a way to make it run?
Well, it's a i386 application, not x86_64… I don't see a way at the moment…
Best regards -Tobias
Thanks! Hernan.
Self-interest mailing list Self-interest@lists.selflanguage.org http://lists.selflanguage.org/mailman/listinfo/self-interest
I did a search on running 32-bit apps on MacOS. Found something claiming you could do it with a virtual machine. Will try it sometime.
On Jun 30, 2021, at 11:40 PM, notebook notebook22312@gmail.com wrote:
I don't see a way at the moment…
ourself.io
On 2021/07/01 14:15, Tobias Pape wrote:
On 1. Jul 2021, at 00:55, Hernan Wilkinson hernan.wilkinson@10pines.com wrote:
Hi, I can not run Self on my macOS Catalina. If I try to open a snapshot from the Self Control, nothing happens. If I try to run the Self vm from the command line I get this error message: /usr/local/bin/Self: line 2: /Applications/Self Control.app/Contents/Resources/Self.app/Contents/MacOS/Self: Bad CPU type in executable
Does anybody have the same problem? Is there a way to make it run?
Well, it's a i386 application, not x86_64… I don't see a way at the moment… Best regards -Tobias
Thanks! Hernan.
Self-interest mailing list Self-interest@lists.selflanguage.org http://lists.selflanguage.org/mailman/listinfo/self-interest
Self-interest mailing list Self-interest@lists.selflanguage.org http://lists.selflanguage.org/mailman/listinfo/self-interest
ups... I forgot that detail... I'll have to run it on Linux on a virtualbox... ourself.io works great but only lets you use it for five minutes...
On Thu, Jul 1, 2021 at 2:15 AM Tobias Pape Das.Linux@gmx.de wrote:
On 1. Jul 2021, at 00:55, Hernan Wilkinson hernan.wilkinson@10pines.com
wrote:
Hi, I can not run Self on my macOS Catalina. If I try to open a snapshot from the Self Control, nothing happens. If I try to run the Self vm from the command line I get this error
message:
/usr/local/bin/Self: line 2: /Applications/Self
Control.app/Contents/Resources/Self.app/Contents/MacOS/Self: Bad CPU type in executable
Does anybody have the same problem? Is there a way to make it run?
Well, it's a i386 application, not x86_64… I don't see a way at the moment…
Best regards -Tobias
Thanks! Hernan.
I suppose I should give an update on this. I’ve been a bit distracted with work and family stuff so haven’t done nearly as much with Ourself.io as I would like.
The aim is to allow people to be able to get an account on OurSelf and then run images for longer than 5 minutes. I’ve got a fair chunk of that already running, and I’ll set out how to access that below.
I haven’t opened this up more generally yet for a couple of reasons.
Firstly, I need to be sure of the robustness of the system. I doubt that we will be getting so many Self users beating on my server’s doors that we’ll have resource issues, but it would be nice if the system didn’t blow up too often during use :)
Secondly, to be useful as more than a demo platform, we need some mechanisms/stories around getting data and snapshots on and off the platform. A user should be able to download and upload Self snapshots, and running Self worlds should be able to access cloud storage (eg S3, Dropbox, Google Drive), as well as some local storage.
After that of course there is a never ending list of things we can do to improve the situation!
I’d love to hear from people on this, and any help and suggestions would be wonderful.
If you want to try out the (non-robust, etc) version of OurSelf.io then you can register an account by clicking on the [Manager] link on the front page. The ‘Invitation’ is ‘ourselves’
BTW, I’d suggest using Chrome or Firefox over Safari at the moment, because I get weirdness sometimes with Safari’s WebSocket compatibility.
Cheers Russell
-----Original Message----- From: "Hernan Wilkinson" hernan.wilkinson@10pines.com Sent: Thursday, July 1, 2021 9:30am To: "Tobias Pape" Das.Linux@gmx.de Cc: self-interest@lists.selflanguage.org Subject: Re: [Self-interest] Self not working on macOS Catalina
ups... I forgot that detail... I'll have to run it on Linux on a virtualbox... [ ourself.io ]( http://ourself.io ) works great but only lets you use it for five minutes...
On Thu, Jul 1, 2021 at 2:15 AM Tobias Pape <[ Das.Linux@gmx.de ]( mailto:Das.Linux@gmx.de )> wrote:
On 1. Jul 2021, at 00:55, Hernan Wilkinson <[ hernan.wilkinson@10pines.com ]( mailto:hernan.wilkinson@10pines.com )> wrote:
Hi, I can not run Self on my macOS Catalina. If I try to open a snapshot from the Self Control, nothing happens. If I try to run the Self vm from the command line I get this error message: /usr/local/bin/Self: line 2: /Applications/Self Control.app/Contents/Resources/Self.app/Contents/MacOS/Self: Bad CPU type in executable
Does anybody have the same problem? Is there a way to make it run?
Well, it's a i386 application, not x86_64… I don't see a way at the moment…
Best regards -Tobias
Thanks! Hernan.
Hi Russell, is there a way to get the snapshot you are using in ourself.io?
On Fri, Jul 2, 2021 at 12:42 AM mail@russell-allen.com wrote:
I suppose I should give an update on this. I’ve been a bit distracted with work and family stuff so haven’t done nearly as much with Ourself.io as I would like.
The aim is to allow people to be able to get an account on OurSelf and then run images for longer than 5 minutes. I’ve got a fair chunk of that already running, and I’ll set out how to access that below.
I haven’t opened this up more generally yet for a couple of reasons.
Firstly, I need to be sure of the robustness of the system. I doubt that we will be getting so many Self users beating on my server’s doors that we’ll have resource issues, but it would be nice if the system didn’t blow up too often during use :)
Secondly, to be useful as more than a demo platform, we need some mechanisms/stories around getting data and snapshots on and off the platform. A user should be able to download and upload Self snapshots, and running Self worlds should be able to access cloud storage (eg S3, Dropbox, Google Drive), as well as some local storage.
After that of course there is a never ending list of things we can do to improve the situation!
I’d love to hear from people on this, and any help and suggestions would be wonderful.
If you want to try out the (non-robust, etc) version of OurSelf.io then you can register an account by clicking on the [Manager] link on the front page. The ‘Invitation’ is ‘ourselves’
BTW, I’d suggest using Chrome or Firefox over Safari at the moment, because I get weirdness sometimes with Safari’s WebSocket compatibility.
Cheers Russell
-----Original Message----- From: "Hernan Wilkinson" hernan.wilkinson@10pines.com Sent: Thursday, July 1, 2021 9:30am To: "Tobias Pape" Das.Linux@gmx.de Cc: self-interest@lists.selflanguage.org Subject: Re: [Self-interest] Self not working on macOS Catalina
ups... I forgot that detail... I'll have to run it on Linux on a virtualbox... ourself.io works great but only lets you use it for five minutes...
On Thu, Jul 1, 2021 at 2:15 AM Tobias Pape Das.Linux@gmx.de wrote:
On 1. Jul 2021, at 00:55, Hernan Wilkinson <
hernan.wilkinson@10pines.com> wrote:
Hi, I can not run Self on my macOS Catalina. If I try to open a snapshot from the Self Control, nothing happens. If I try to run the Self vm from the command line I get this error
message:
/usr/local/bin/Self: line 2: /Applications/Self
Control.app/Contents/Resources/Self.app/Contents/MacOS/Self: Bad CPU type in executable
Does anybody have the same problem? Is there a way to make it run?
Well, it's a i386 application, not x86_64… I don't see a way at the moment…
Best regards -Tobias
Thanks! Hernan.
-- https://10pines.com/ Hernán Wilkinson Software Developer, Teacher & Coach
Alem 896, Floor 6, Buenos Aires, Argentina
+54 11 6091 3125
@HernanWilkinson _______________________________________________ Self-interest mailing list Self-interest@lists.selflanguage.org http://lists.selflanguage.org/mailman/listinfo/self-interest
Hi Hernan Not really just yet. I could share the snapshot but it is just a quick demo I threw together so it won’t work outside the context of ourself.io http://ourself.io/ Uploading and downloading snapshots from ourself.io http://ourself.io/ is what I’m working on atm so hopefully there will be progress soonish. Russell
On 4 Jul 2021, at 7:07 am, Hernan Wilkinson hernan.wilkinson@10pines.com wrote:
Hi Russell, is there a way to get the snapshot you are using in ourself.io http://ourself.io/?
On Fri, Jul 2, 2021 at 12:42 AM <mail@russell-allen.com mailto:mail@russell-allen.com> wrote: I suppose I should give an update on this. I’ve been a bit distracted with work and family stuff so haven’t done nearly as much with Ourself.io as I would like.
The aim is to allow people to be able to get an account on OurSelf and then run images for longer than 5 minutes. I’ve got a fair chunk of that already running, and I’ll set out how to access that below.
I haven’t opened this up more generally yet for a couple of reasons.
Firstly, I need to be sure of the robustness of the system. I doubt that we will be getting so many Self users beating on my server’s doors that we’ll have resource issues, but it would be nice if the system didn’t blow up too often during use :)
Secondly, to be useful as more than a demo platform, we need some mechanisms/stories around getting data and snapshots on and off the platform. A user should be able to download and upload Self snapshots, and running Self worlds should be able to access cloud storage (eg S3, Dropbox, Google Drive), as well as some local storage.
After that of course there is a never ending list of things we can do to improve the situation!
I’d love to hear from people on this, and any help and suggestions would be wonderful.
If you want to try out the (non-robust, etc) version of OurSelf.io then you can register an account by clicking on the [Manager] link on the front page. The ‘Invitation’ is ‘ourselves’
BTW, I’d suggest using Chrome or Firefox over Safari at the moment, because I get weirdness sometimes with Safari’s WebSocket compatibility.
Cheers Russell
-----Original Message----- From: "Hernan Wilkinson" <hernan.wilkinson@10pines.com mailto:hernan.wilkinson@10pines.com> Sent: Thursday, July 1, 2021 9:30am To: "Tobias Pape" <Das.Linux@gmx.de mailto:Das.Linux@gmx.de> Cc: self-interest@lists.selflanguage.org mailto:self-interest@lists.selflanguage.org Subject: Re: [Self-interest] Self not working on macOS Catalina
ups... I forgot that detail... I'll have to run it on Linux on a virtualbox... ourself.io http://ourself.io/ works great but only lets you use it for five minutes...
On Thu, Jul 1, 2021 at 2:15 AM Tobias Pape <Das.Linux@gmx.de mailto:Das.Linux@gmx.de> wrote:
On 1. Jul 2021, at 00:55, Hernan Wilkinson <hernan.wilkinson@10pines.com mailto:hernan.wilkinson@10pines.com> wrote:
Hi, I can not run Self on my macOS Catalina. If I try to open a snapshot from the Self Control, nothing happens. If I try to run the Self vm from the command line I get this error message: /usr/local/bin/Self: line 2: /Applications/Self Control.app/Contents/Resources/Self.app/Contents/MacOS/Self: Bad CPU type in executable
Does anybody have the same problem? Is there a way to make it run?
Well, it's a i386 application, not x86_64… I don't see a way at the moment…
Best regards -Tobias
Thanks! Hernan.
-- https://10pines.com/ Hernán Wilkinson Software Developer, Teacher & Coach
Alem 896, Floor 6, Buenos Aires, Argentina +54 11 6091 3125 @HernanWilkinson _______________________________________________ Self-interest mailing list Self-interest@lists.selflanguage.org mailto:Self-interest@lists.selflanguage.org http://lists.selflanguage.org/mailman/listinfo/self-interest http://lists.selflanguage.org/mailman/listinfo/self-interest
-- https://10pines.com/ Hernán Wilkinson Software Developer, Teacher & Coach
Alem 896, Floor 6, Buenos Aires, Argentina +54 11 6091 3125 @HernanWilkinson
self-interest@lists.selflanguage.org