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.
the same on gentoo "~x86" mono 2.6.4
I can also confirm this for Arch Linux, TheLastRipper 1.4.1 (from AUR) and
Mono 2.6.4.
I've got the same problem on 64-bit OpenSUSE 11.3 with TheLastRipper 1.4.1
and Mono 2.6.4.
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().
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.
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.
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
this works perfectly, thanks!