Crash-m / thelastripper

Automatically exported from code.google.com/p/thelastripper
0 stars 0 forks source link

Blank GtkWarning dialog, Doesnt Record/Stream #213

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Description of the issue:
Doesnt Record/Stream

What steps will reproduce the problem?
1. in console: thelastripper
2. Enter login info
3. click 'Tune In'

What is the expected output?
Should start recording

BUT:
Gtk Warning Dialogbox pops up, with no message.
Message in console:
(TheLastRipper:10439): Gtk-WARNING **: Failed to set text from markup due 
to error parsing markup: Error on line 5 char 139: Odd character '>', 
expected a '=' after attribute name 'unknown' of element 'filename'

GENERAL INFORMATION ABOUT YOUR SYSTEM:

TheLastRipper version? 1.4.1
Mono/.Net runtime version? mono 2.6.4
Operating system and version? Arch linux

Original issue reported on code.google.com by nishan...@gmail.com on 22 May 2010 at 12:16

GoogleCodeExporter commented 8 years ago
Confirmed for Fedora 13 with mono 2.6.1 and I've heard it doesn't work on 
Ubuntu 10.04 either. >.<

Both with exact same error.

Original comment by linuxult...@gmail.com on 11 Jun 2010 at 9:38

GoogleCodeExporter commented 8 years ago
the same on gentoo "~x86" mono 2.6.4

Original comment by pantano....@gmail.com on 29 Jun 2010 at 5:20

GoogleCodeExporter commented 8 years ago
I can also confirm this for Arch Linux, TheLastRipper 1.4.1 (from AUR) and Mono 
2.6.4.

Original comment by flu...@gmail.com on 25 Jul 2010 at 11:45

GoogleCodeExporter commented 8 years ago
I've got the same problem on 64-bit OpenSUSE 11.3 with TheLastRipper 1.4.1 and 
Mono 2.6.4.

Original comment by wheaties...@gmail.com on 11 Aug 2010 at 10:50

GoogleCodeExporter commented 8 years ago
This appears to be fallout from issue 211, except you get an error when trying 
to display the error usually displayed in issue 211.   I had this same error on 
FreeBSD with TheLastRipper 1.4.1 and Mono 2.6.7, but applying the workaround to 
mono in issue 211 got me past this failure.

Something probably needs to call g_markup_escape_text() on the error before 
calling g_markup().

Original comment by atkin...@gmail.com on 17 Aug 2010 at 5:17

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I agree, atkin901. You must install the System.dll as detailed in 
http://code.google.com/p/thelastripper/issues/detail?id=211#c21 AFTER 
installing Mono 2.6.7. I have Last Ripper 1.4.1 working on Mint 9.

Thanks for all who contributed to the work around.

Original comment by c...@parkinsun.fsnet.co.uk on 31 Dec 2010 at 1:50

GoogleCodeExporter commented 8 years ago
Here's the process for installing thelastripper version 1.4.0 on Mint 10 
(Ubuntu 10.10). It's slightly different that for Mint 9.

Installing thelastripper on Mint10
==================================
Step 1.
-------
# apt-get install thelastripper (to get version 1.4.0+dfsg-2 as shown by dpkg 
-l | grep thelastripper)

Step 2.
-------
Get mono 2.6.7 from Badger ports and install BEFORE adding system.dll.

You must add Badger Ports to your Software Sources.

   1.      Click on "System", "Administration", "Software Sources".
   2.      Click on the "Other Software" tab.
   3.      Click on "Add...", and enter the line:

      deb http://badgerports.org lucid main

   4.      Click on "Add Source"
   5.      Click on "Authentication", then on "Import Key File"
   6.      Download this GPG key file, ID 0E1FAD0C, and select it in the "Import Key File" window
   7.      Click on "Close", then "Reload" when the pop-up appears. You're all set!
   8.      As root run 'apt-get update'. The system will be updated with the 2.6.7 versions of the mono libraries

Step 3.
-------
Download system.zip from http://gonzalo.name/tmp/system.zip
1. # unzip system.zip
2. # cd system
3. # gacutil -i System.dll

Run thelastripper and you should now find it works correctly.

Good luck.
Carl

Original comment by c...@parkinsun.fsnet.co.uk on 5 Sep 2011 at 10:03

GoogleCodeExporter commented 8 years ago
this works perfectly, thanks!

Original comment by LaminarF...@gmail.com on 6 Oct 2011 at 2:57