Can't run Oolite on Ubuntu 12.04
Posted: Wed Apr 02, 2014 6:39 am
Hello,
I am trying to install oolite on my Ubuntu 12.04 machine.
I have tried their latest version 1.75 and 1.76.1 as well.
When I try to run from the icon, nothing happens,
from the command line, I get:
chris@chris-home:~$ oolite -nosplash
It seems that your operating system does not have a valid timezone name
configured and is using an abbreviation instead. By comparing timezone
file data it is has been possible to find the actual timezone used, but
doing that is a slow process.
You can avoid slowness of this time zone detecting approach
by setting the environment variable TZ='posix/America/Los_Angeles'
Or You can override the timezone name by setting the 'Local Time Zone'
NSUserDefault via the 'defaults' command line utility, a Preferences
application, or some other utility.
eg "defaults write NSGlobalDomain 'Local Time Zone' 'posix/America/Los_Angeles'"
oolite: src/SDL/MyOpenGLView.m:220: -[MyOpenGLView init]: Assertion `surface != ((void *)0)' failed.
Aborted (core dumped)
Erk. It looks like Oolite died with an error. When making an error
report, please copy + paste the log above into the report.
I get the timezone part with either version, and with -nosplash as well.
I used defaults and also used
dpkg-reconfigure tzdata
to set my tz to Los_Angeles
(which,since I live near San Francisco, I did with great reluctance)
and the problem still occurs.
The lines seem only to occur on 1.75
Are there any ideas as to what might be going wrong and how to fix it ?
I am trying to install oolite on my Ubuntu 12.04 machine.
I have tried their latest version 1.75 and 1.76.1 as well.
When I try to run from the icon, nothing happens,
from the command line, I get:
chris@chris-home:~$ oolite -nosplash
It seems that your operating system does not have a valid timezone name
configured and is using an abbreviation instead. By comparing timezone
file data it is has been possible to find the actual timezone used, but
doing that is a slow process.
You can avoid slowness of this time zone detecting approach
by setting the environment variable TZ='posix/America/Los_Angeles'
Or You can override the timezone name by setting the 'Local Time Zone'
NSUserDefault via the 'defaults' command line utility, a Preferences
application, or some other utility.
eg "defaults write NSGlobalDomain 'Local Time Zone' 'posix/America/Los_Angeles'"
oolite: src/SDL/MyOpenGLView.m:220: -[MyOpenGLView init]: Assertion `surface != ((void *)0)' failed.
Aborted (core dumped)
Erk. It looks like Oolite died with an error. When making an error
report, please copy + paste the log above into the report.
I get the timezone part with either version, and with -nosplash as well.
I used defaults and also used
dpkg-reconfigure tzdata
to set my tz to Los_Angeles
(which,since I live near San Francisco, I did with great reluctance)
and the problem still occurs.
The lines seem only to occur on 1.75
Are there any ideas as to what might be going wrong and how to fix it ?