LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   amule, azureus and tvtime broken (https://www.linuxquestions.org/questions/linux-software-2/amule-azureus-and-tvtime-broken-615705/)

delos 01-23-2008 06:14 AM

amule, azureus and tvtime broken
 
Hi all

First of all, specs:
Suse 10.3
aMule CVS using wxGTK2 v2.8.4 (Snapshot: Fri Jun 8 07:02:06 CEST 2007)
tvtime 1.0.2
azureus 2.5.0.4

A few days ago I let Suse do an automatic update. After that, aMule and azureus stopped working...
Code:

Initialising aMule
Checking if there is an instance already running...
No other instances are running.
Using localeDir = '/usr/share/locale'.
The program 'amule' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 424 error_code 11 request_code 147 minor_code 5)
  (Note to programmers: normally, X errors are reported asynchronously;
  that is, you will receive the error a while after causing it.
  To debug your program, run it with the --sync command line
  option to change this behavior. You can then get a meaningful
  backtrace from your debugger if you break on the gdk_x_error() function.)

Code:

Starting Azureus...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.6.0_02]
Configuring environment...
Loading Azureus:

java -Xms16m -Xmx128m -cp "/home/marek/azureus/Azureus2.jar:/home/marek/azureus/swt.jar" -Djava.library.path="/home/marek/azureus" -Dazureus.install.path="/home/marek/azureus" org.gudy.azureus2.ui.swt.Main ''
[alert] Alert:3:Failed to access torrent file ''. Ensure sufficient temporary file space available (check browser cache usage).
The program 'SWT' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 352 error_code 11 request_code 147 minor_code 5)
  (Note to programmers: normally, X errors are reported asynchronously;
  that is, you will receive the error a while after causing it.
  To debug your program, run it with the --sync command line
  option to change this behavior. You can then get a meaningful
  backtrace from your debugger if you break on the gdk_x_error() function.)
Azureus TERMINATED.


I searched around and found that people had similar problems but a later update to X solved them. So I did every possible update but still nothing.

Next I found this fix:
/etc/X11/xorg.conf
Section "Extensions"
Option "MIT-SHM" "no"
EndSection


Yay, both programs come alive. But now tvtime doesn't work.
Code:

Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/marek/.tvtime/tvtime.xml
Xlib:  extension "MIT-SHM" missing on display ":0.0".
xvoutput: No xshm extension available.

So now if I want to use one of those programs I have to manually edit the conf file and restart X. No way to use them at the same time. Rather disturbing.

Can anyone help? I'm out of ideas.

hansalfredche 01-23-2008 10:14 AM

Maybe check your xorg.conf for any "tweak" that could cause this problem. This configuration file is cause of many headaches ...


All times are GMT -5. The time now is 07:15 AM.