Issue 213 in thelastripper: Blank GtkWarning dialog, Doesnt Record/Stream

2 views
Skip to first unread message

codesite...@google.com

unread,
May 22, 2010, 8:16:49 AM5/22/10
to thelastrip...@googlegroups.com
Status: New
Owner: ----

New issue 213 by nishantjr: Blank GtkWarning dialog, Doesnt Record/Stream
http://code.google.com/p/thelastripper/issues/detail?id=213

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


--
You received this notification because you are subscribed to thelastripper-changes list.
To unsubscribe from this group, send email to thelastripper-ch...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/thelastripper-changes

codesite...@google.com

unread,
Jun 11, 2010, 5:44:28 PM6/11/10
to thelastrip...@googlegroups.com

Comment #1 on issue 213 by linuxultranerd: Blank GtkWarning dialog, Doesnt
Record/Stream
http://code.google.com/p/thelastripper/issues/detail?id=213

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.

codesite...@google.com

unread,
Jun 29, 2010, 1:21:27 PM6/29/10
to thelastrip...@googlegroups.com

Comment #2 on issue 213 by pantano.luigi: Blank GtkWarning dialog, Doesnt
Record/Stream
http://code.google.com/p/thelastripper/issues/detail?id=213

the same on gentoo "~x86" mono 2.6.4

codesite...@google.com

unread,
Jul 25, 2010, 7:46:06 PM7/25/10
to thelastrip...@googlegroups.com

Comment #3 on issue 213 by flunse: Blank GtkWarning dialog, Doesnt
Record/Stream
http://code.google.com/p/thelastripper/issues/detail?id=213

I can also confirm this for Arch Linux, TheLastRipper 1.4.1 (from AUR) and
Mono 2.6.4.

codesite...@google.com

unread,
Aug 11, 2010, 6:51:11 PM8/11/10
to thelastrip...@googlegroups.com

Comment #4 on issue 213 by wheaties.box: Blank GtkWarning dialog, Doesnt
Record/Stream
http://code.google.com/p/thelastripper/issues/detail?id=213

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

codesite...@google.com

unread,
Aug 17, 2010, 1:17:30 PM8/17/10
to thelastrip...@googlegroups.com

Comment #5 on issue 213 by atkin901: Blank GtkWarning dialog, Doesnt
Record/Stream
http://code.google.com/p/thelastripper/issues/detail?id=213

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().

codesite...@google.com

unread,
Dec 30, 2010, 8:48:15 PM12/30/10
to thelastrip...@googlegroups.com

Comment #6 on issue 213 by c...@parkinsun.fsnet.co.uk: Blank GtkWarning

After installing mono 2.6.7 from the badgerports.org lucid main and AFTER
installing the System.dll as detailed in
http://code.google.com/p/thelastripper/issues/detail?id=211#c21 (of bug 211
by stayun, Oct 09, 2010) I have Last Ripper 1.4.1 working on Mint 9.

codesite...@google.com

unread,
Dec 30, 2010, 8:52:16 PM12/30/10
to thelastrip...@googlegroups.com

Comment #7 on issue 213 by c...@parkinsun.fsnet.co.uk: Blank GtkWarning

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.


codesite...@google.com

unread,
Sep 5, 2011, 6:03:53 PM9/5/11
to thelastrip...@googlegroups.com

Comment #8 on issue 213 by c...@parkinsun.fsnet.co.uk: Blank GtkWarning

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

codesite...@google.com

unread,
Oct 6, 2011, 10:58:30 AM10/6/11
to thelastrip...@googlegroups.com

Comment #9 on issue 213 by LaminarF...@gmail.com: Blank GtkWarning dialog,
Doesnt Record/Stream
http://code.google.com/p/thelastripper/issues/detail?id=213

this works perfectly, thanks!

Reply all
Reply to author
Forward
0 new messages