Forums: Help (Thread #37684)

Kods not booting (2016-04-22 06:14 by mcmillan #77990)

I have installed KODS onto linux mnt 17.1 by following the linux install instructions - setting the PATH and coping the kods folder into /usr/local/KODS/kods. When I double click on KODS_GUI nothing happens. I have read the other post and reply on the Developers list on KODS_GUI not booting and have tried to follow the reply instructions as best I can understand them but this does not start Kods either.
Can someone give me some assistance in how to proceed?

Thank you,
John McMillan

Re: Kods not booting (2016-04-22 07:13 by mcmillan #77991)

[Reply To Message #77990]
Sorry I forgot to include that when I run "KODS_GUI" from a terminal I get the following result
QIODevice::read: device not open
Segmentation fault

When I run "kods" from a terminal I get
.
.
build 20150709

At line 1716 of file ../KDP.FOR (unit = 115, file = '')
Fortran runtime error: File '/usr/local/KODS/plotdata/yellow.txt' does not exist

John McMillan
Reply to #77990

Re: Kods not booting (2016-04-29 13:45 by dinosauria123 #78020)

Thank you for using KODS.

Please check permission of /usr/local/KODS.

sudo chmod a+x /usr/local/KODS

May solve the probrem.

Michiaki ENDO


[メッセージ #77991 への返信]
> [Reply To Message #77990]
> Sorry I forgot to include that when I run "KODS_GUI" from a terminal I get the following result
> QIODevice::read: device not open
> Segmentation fault
>
> When I run "kods" from a terminal I get
> .
> .
> build 20150709
>
> At line 1716 of file ../KDP.FOR (unit = 115, file = '')
> Fortran runtime error: File '/usr/local/KODS/plotdata/yellow.txt' does not exist
>
> John McMillan

Reply to #77991

Re: Kods not booting (2016-05-03 10:00 by mcmillan #78027)

[Reply To Message #78020]
> Thank you for using KODS.
>
> Please check permission of /usr/local/KODS.
>
> sudo chmod a+x /usr/local/KODS
>
> May solve the probrem.
>
> Michiaki ENDO
>
>
> [メッセージ #77991 への返信]
> > [Reply To Message #77990]
> > Sorry I forgot to include that when I run "KODS_GUI" from a terminal I get the following result
> > QIODevice::read: device not open
> > Segmentation fault
> >
> > When I run "kods" from a terminal I get
> > .
> > .
> > build 20150709
> >
> > At line 1716 of file ../KDP.FOR (unit = 115, file = '')
> > Fortran runtime error: File '/usr/local/KODS/plotdata/yellow.txt' does not exist
> >
> > John McMillan
>

Thank you for that suggestion but that did not solve my problem. I did indeed find different permissions (for user and root) in the various folders and files. These have all been changed to my user with common permissions and executable. I now get similar but not exactly the same results as below.
When I execute "KODS_GUI" in a terminal the result is
Qt: Session management error: None of the authentication protocols specified are supported
QIODevice::read: device not open
QIODevice::read: device not open
QIODevice::read: device not open
QIODevice::read: device not open
QIODevice::read: device not open
QIODevice::read: device not open
QIODevice::read: device not open
QIODevice::read: device not open
QIODevice::read: device not open
QIODevice::read: device not open
Segmentation fault

Please note that the above line with "Qt: Session ..." is now appearing. However, sometimes when I run the command "KODS_GUI" , this QT line is absent. (I have no idea why it's there at times and not at others)

When I execute the command "kods" in terminal I get the same result as listed above originally.

Should I list for you my installed Qt packages? I'm not confident that I have exactly what's needed or perhaps there are some conflicts. I have both qt4 and qt5 packages installed.

Should I post this a ticket?

Thank you for you help
-John McMillan


Reply to #78020

Re: Kods not booting (2016-05-25 15:40 by dinosauria123 #78095)

Sorry for delay of the reply. I was in hospital (^^.

How about CUI version ?

If CUI version not working correct, KODS_GUI may not working.

try

./kods

at /usr/local/kods

If you running KODS on Linux, you may compile KODS_GUI from source.

Michiaki ENDO

[メッセージ #78027 への返信]
> [Reply To Message #78020]
> > Thank you for using KODS.
> >
> > Please check permission of /usr/local/KODS.
> >
> > sudo chmod a+x /usr/local/KODS
> >
> > May solve the probrem.
> >
> > Michiaki ENDO
> >
> >
> > [メッセージ #77991 への返信]
> > > [Reply To Message #77990]
> > > Sorry I forgot to include that when I run "KODS_GUI" from a terminal I get the following result
> > > QIODevice::read: device not open
> > > Segmentation fault
> > >
> > > When I run "kods" from a terminal I get
> > > .
> > > .
> > > build 20150709
> > >
> > > At line 1716 of file ../KDP.FOR (unit = 115, file = '')
> > > Fortran runtime error: File '/usr/local/KODS/plotdata/yellow.txt' does not exist
> > >
> > > John McMillan
> >
>
> Thank you for that suggestion but that did not solve my problem. I did indeed find different permissions (for user and root) in the various folders and files. These have all been changed to my user with common permissions and executable. I now get similar but not exactly the same results as below.
> When I execute "KODS_GUI" in a terminal the result is
> Qt: Session management error: None of the authentication protocols specified are supported
> QIODevice::read: device not open
> QIODevice::read: device not open
> QIODevice::read: device not open
> QIODevice::read: device not open
> QIODevice::read: device not open
> QIODevice::read: device not open
> QIODevice::read: device not open
> QIODevice::read: device not open
> QIODevice::read: device not open
> QIODevice::read: device not open
> Segmentation fault
>
> Please note that the above line with "Qt: Session ..." is now appearing. However, sometimes when I run the command "KODS_GUI" , this QT line is absent. (I have no idea why it's there at times and not at others)
>
> When I execute the command "kods" in terminal I get the same result as listed above originally.
>
> Should I list for you my installed Qt packages? I'm not confident that I have exactly what's needed or perhaps there are some conflicts. I have both qt4 and qt5 packages installed.
>
> Should I post this a ticket?
>
> Thank you for you help
> -John McMillan
>
>

Reply to #78027