Installation in Debian 10

Just downloaded Vega Strike and need help? Have a question but don't know where to start? Ask here.
Post Reply
chomwitt
Star Pilot
Star Pilot
Posts: 6
Joined: Wed Aug 15, 2012 9:25 pm

Installation in Debian 10

Post 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
Last edited by chomwitt on Tue Feb 09, 2021 10:45 am, edited 1 time in total.
@chomwitt@mastodon.social
system info(produced by $ inxi -SG)
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
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: Instalation in Debian 10

Post 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 :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
chomwitt
Star Pilot
Star Pilot
Posts: 6
Joined: Wed Aug 15, 2012 9:25 pm

Re: Instalation in Debian 10

Post 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.
  
@chomwitt@mastodon.social
system info(produced by $ inxi -SG)
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
chomwitt
Star Pilot
Star Pilot
Posts: 6
Joined: Wed Aug 15, 2012 9:25 pm

Re: Instalation in Debian 10

Post 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
@chomwitt@mastodon.social
system info(produced by $ inxi -SG)
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
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: Installation in Debian 10

Post 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 :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
Post Reply