Page 1 of 1

Installation in Debian 10

Posted: Mon Feb 08, 2021 2:38 pm
by chomwitt
Hi.
I try to follow instructions in https://www.vega-strike.org/install/

I have problem after:
$ sudo apt install ./vega-strike_v0.6.0-Ubuntu-xenial_x86_64.deb
.....
vega-strike : Depends: libboost-python1.58.0 but it is not installable

In my system available packages are:
libboost-python1.67.0
libboost-python1.71.0
but in either case the installer wants libboost-python1.58.0 .





System: Kernel: 4.19.0-13-amd64 x86_64 bits: 64 Desktop: KDE Plasma 5.14.5 Distro: Debian GNU/Linux 10 (buster)
Graphics: Device-1: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 470/480] driver: amdgpu v: kernel
Display: x11 server: X.Org 1.20.4 driver: amdgpu,ati unloaded: fbdev,modesetting,vesa resolution: 1920x1200~60Hz
OpenGL: renderer: Radeon RX 570 Series (POLARIS10 DRM 3.27.0 4.19.0-13-amd64 LLVM 7.0.1) v: 4.5 Mesa 18.3.6

Re: Instalation in Debian 10

Posted: Mon Feb 08, 2021 6:03 pm
by loki1950
Welcome chomwitt there is a Debian package available for our beta 10 version you might try it,I have asked our package maintainer to chime in on this thread or join us https://gitter.im/vegastrike/community you can login using github/twitter/or gitlab.

Enjoy the Choice :)

Re: Instalation in Debian 10

Posted: Tue Feb 09, 2021 10:10 am
by chomwitt
I downloaded Vega-Strike_v0.7.0-beta10-py3-Debian-buster_x86_64.deb and vsUTCS_v0.7.0-beta3.deb

Code: Select all

$ sudo apt-get install libboost-python1.67.0
$ sudo dpkg -i Vega-Strike_v0.7.0-beta10-py3-Debian-buster_x86_64.deb 
$ sudo dpkg -i vsUTCS_v0.7.0-beta3.deb
$ vegastrike 
[2021-02-09 11:20:39.439733] [0x00007f71f0196cc0] [trace]   Registering codec ogg
[2021-02-09 11:20:39.439782] [0x00007f71f0196cc0] [trace]   .

 In path /home/chomwitt/bin/vegastrike
Vega Strike  
See http://www.gnu.org/copyleft/gpl.html for license details.

GOT SUBDIR ARG = 
Found MODDIR = /mods
USING HOMEDIR : /home/chomwitt/.vegastrike As the home directory 
CONFIGFILE - No config found in home : /home/chomwitt/.vegastrike/vegastrike.config
CONFIGFILE - No config found in data dir : /vegastrike.config
CONFIG FILE NOT FOUND !!!
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::property_tree::xml_parser::xml_parser_error> >'
  what():  vegastrike.config: cannot open file
  
$ vegasettings 
Error: Failed to find Version.txt anywhere.
  

Re: Instalation in Debian 10

Posted: Tue Feb 09, 2021 10:39 am
by chomwitt
Ok i managed to run it :
$ cd /usr/share/vegastrike/
$ vegastrike


So to sum up what worked in my system:
I downloaded Vega-Strike_v0.7.0-beta10-py3-Debian-buster_x86_64.deb and vsUTCS_v0.7.0-beta3.deb

Code: Select all

$ mkdir vegastrike && cd vegastrike
$ sudo apt-get install libboost-python1.67.0
$ sudo dpkg -i Vega-Strike_v0.7.0-beta10-py3-Debian-buster_x86_64.deb 
$ sudo dpkg -i vsUTCS_v0.7.0-beta3.deb
$ cd /usr/share/vegastrike/
$ vegastrike

Re: Installation in Debian 10

Posted: Tue Feb 09, 2021 3:47 pm
by loki1950
Glad you got it running adding a launcher should also work we are working on launching app that includes the settings app and the ability to load different data sets ie Privateer and Wing Commander.

Enjoy the Choice :)