CD rom arrived and wont install

Bug #1517203 reported by Jonathan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Avaneya
Confirmed
Medium
Kip Warner

Bug Description

  Copyright (C) 2010-2013 Cartesian Theatre. This is free
  software; see Copying for copying conditions. There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A
  PARTICULAR PURPOSE.

Checking for unique instance... ✓
Checking for zenity... ✓
Using zenity 3.16.3...
User's LANG is... en_GB.UTF-8
User's LANGUAGE is... en_GB:en
Identifying distribution... Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
ubuntu wily ✓
Native package manager is apt...
Warning: Unknown Ubuntu release (wily). Guessing dependencies...
Checking if python3 is installed... ✓
Checking if python3-gi is installed... ✓
Checking if python3-cairo is installed... ✓
Checking if python3-gi-cairo is installed... ✓
Checking if gir1.2-gst-plugins-base-1.0 is installed... ✓
Checking if gir1.2-gtk-3.0 is installed... ✓
Checking if gir1.2-vte-2.90 is installed... ✓
Checking if libgstreamer1.0-0 is installed... ✓
Checking if gstreamer1.0-alsa is installed... ✓
Checking if gstreamer1.0-plugins-base is installed... ✓
Checking if gstreamer1.0-plugins-good is installed... ✓
No packages needed to be installed...
Looking for launcher... /home/jonathan/temp/Launcher/Source/Main.py ✓
Checking for local VikingExtractor l10n catalogue... /home/jonathan/temp/Extractor/locale ✓
Launching GUI using... python3 ✓
Avaneya: Viking Lander Remastered DVD, v0.93 (amd64)
Traceback (most recent call last):
  File "/home/jonathan/temp/Launcher/Source/Main.py", line 64, in <module>
    launcher = LauncherApp()
  File "/home/jonathan/temp/Launcher/Source/LauncherApp.py", line 74, in __init__
    LauncherArguments.getArguments().dataRoot, "Launcher.glade"))
GLib.Error: gtk-builder-error-quark: Invalid property: VteTerminal.background_image_pixbuf on line 1318 (11)

How can I get past this error message ?

I have copied the contents to my hard drive and I am trying to find a way to run it / install it

Thanks

Revision history for this message
Jonathan (jsharris99) wrote :

I should mention I am running on ubunto wily

Thanks

Jonathan

summary: - CD rom arrived and wont autostart - cant install
+ CD rom arrived and wont install
Revision history for this message
Kip Warner (kip) wrote :

Hey Jonathan. By the looks of it, the Launcher is looking for data where it doesn't exist. Have you tried running it off of the DVD?

Revision history for this message
Jonathan (jsharris99) wrote :

Yes I have tried to run it off the DVD and it just stopped with no diagnostics. ?!

Revision history for this message
Kip Warner (kip) wrote :

Hey Jonathan. Can you show me the console output when you run off the DVD? e.g.

$ cd /media/jonathan/AVANEYA_VLR/ (or whatever path it is mounted as)
$ ./autorun

Changed in avaneya:
assignee: nobody → Kip Warner (kip)
Revision history for this message
Jonathan (jsharris99) wrote :

Hi I gave it above - Please find another run result

/media/jonathan/AVANEYA_VLR$ ./autorun

  Copyright (C) 2010-2013 Cartesian Theatre. This is free
  software; see Copying for copying conditions. There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A
  PARTICULAR PURPOSE.

Checking for unique instance... ✓
Checking for zenity... ✓
Using zenity 3.16.3...
User's LANG is... en_GB.UTF-8
User's LANGUAGE is... en_GB:en
Identifying distribution... Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
ubuntu wily ✓
Native package manager is apt...
Warning: Unknown Ubuntu release (wily). Guessing dependencies...
Checking if python3 is installed... ✓
Checking if python3-gi is installed... ✓
Checking if python3-cairo is installed... ✓
Checking if python3-gi-cairo is installed... ✓
Checking if gir1.2-gst-plugins-base-1.0 is installed... ✓
Checking if gir1.2-gtk-3.0 is installed... ✓
Checking if gir1.2-vte-2.90 is installed... ✓
Checking if libgstreamer1.0-0 is installed... ✓
Checking if gstreamer1.0-alsa is installed... ✓
Checking if gstreamer1.0-plugins-base is installed... ✓
Checking if gstreamer1.0-plugins-good is installed... ✓
No packages needed to be installed...
Looking for launcher... /media/jonathan/AVANEYA_VLR/Launcher/Source/Main.py ✓
Checking for local VikingExtractor l10n catalogue... /media/jonathan/AVANEYA_VLR/Extractor/locale ✓
Launching GUI using... python3 ✓
Avaneya: Viking Lander Remastered DVD, v0.93 (amd64)
Traceback (most recent call last):
  File "/media/jonathan/AVANEYA_VLR/Launcher/Source/Main.py", line 64, in <module>
    launcher = LauncherApp()
  File "/media/jonathan/AVANEYA_VLR/Launcher/Source/LauncherApp.py", line 74, in __init__
    LauncherArguments.getArguments().dataRoot, "Launcher.glade"))
GLib.Error: gtk-builder-error-quark: Invalid property: VteTerminal.background_image_pixbuf on line 1318 (11)

Revision history for this message
Kip Warner (kip) wrote :

Looks like you found a bona fide bug. This issue appears to pop up since Wily. I can confirm it. Finding the actual problem right now is beyond the time I have, but I suspect its a simple language bindings or Gtk+ API problem. If its possible and you have a VM running in VirtualBox with a previous version of Ubuntu, try running it in there.

At some point in time someone changed something to do with the interface to the virtual terminal widget. I always had problems with it in the past, but it looks like there was still one more. I'm sorry.

Changed in avaneya:
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Jonathan (jsharris99) wrote :

Added gtk 32 bit (i386) (running on 64 bit wily) and also gksudo and a /usr/lib/libcanberra.so symbolic link (not sure which of these changed things but i now get the following;

  Copyright (C) 2010-2013 Cartesian Theatre. This is free
  software; see Copying for copying conditions. There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A
  PARTICULAR PURPOSE.

Checking for unique instance... ✓
Checking for zenity... ✓
Using zenity 3.16.3...
User's LANG is... en_GB.UTF-8
User's LANGUAGE is... en_GB:en
Identifying distribution... Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
ubuntu wily ✓
Native package manager is apt...
Warning: Unknown Ubuntu release (wily). Guessing dependencies...
Checking if python3 is installed... ✓
Checking if python3-gi is installed... ✓
Checking if python3-cairo is installed... ✓
Checking if python3-gi-cairo is installed... ✓
Checking if gir1.2-gst-plugins-base-1.0 is installed... ✓
Checking if gir1.2-gtk-3.0 is installed... ✓
Checking if gir1.2-vte-2.90 is installed... ✓
Checking if libgstreamer1.0-0 is installed... ✓
Checking if gstreamer1.0-alsa is installed... ✓
Checking if gstreamer1.0-plugins-base is installed... ✓
Checking if gstreamer1.0-plugins-good is installed... ✓
No packages needed to be installed...
Looking for launcher... ✗
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

Revision history for this message
Kip Warner (kip) wrote :

Hey Jonathan. Did you try running with an older version of Ubuntu? Try 14.04 in a VM.

Revision history for this message
Jonathan (jsharris99) wrote :

I tried it in an VM - it works ! BUT VERY VERY SLOW.

Revision history for this message
Kip Warner (kip) wrote :

Hey Jonathan. Glad to hear. Sorry about the speed, but I'm not sure if that's because it's in a VM or because the forensic recovery actually takes a long time.

Revision history for this message
Jonathan (jsharris99) wrote :

I am confused. I thought this was more than just a few images of the landers.

Please can you help me to understand where the rest of the game is ?

Oh and quite a lot of the images have come out with odd scan lines. ...

Revision history for this message
Kip Warner (kip) wrote :

Hey Jonathan. As it says on the box, in the enclosed documentation, and when you run the software on the first page, it isn't a game. Take a look at the enclosed pamphlet.

Revision history for this message
Jonathan (jsharris99) wrote :

Thanks Kip.

How can I fix the photos that arent scanning properly?

Revision history for this message
Kip Warner (kip) wrote :

Hey Jonathan. Many of the images are recovered like that because they were either transmitted back to Earth like that, or these are artefacts from the rotting magnetic tapes. The extractor does the best job it can to re-assemble them, but there will still be some flaws remaining in many cases. There are many high resolution images that are fully recoverable though, as you've probably found by now.

I recommend you check out the Handbook's chapter on the VLR for more information.

Revision history for this message
Jonathan (jsharris99) wrote :

Thank you Kip ;-) ! I think the images are fantastic

Revision history for this message
Kip Warner (kip) wrote :

Thanks Jonathan. We're happy you are enjoying it. Please tell your friends about Avaneya.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.