Ticket #225 (closed Bug Report: worksforme)

Opened 13 months ago

Last modified 2 months ago

Can't launch tribler in Ubuntu

Reported by: boxun Owned by: arno
Priority: normal Milestone: Tribler Client 4.5.0
Component: Tribler Client Version: Tribler Client 4.5.0
Severity: critical Keywords:
Cc:

Description

I installed ubuntu package of Tribler 4.5, and I got following message when I launched it:

Fatal error: 'NoneType?' object is unsubscriptable.

Attachments

Change History

Changed 13 months ago by arno

  • owner changed from someone to arno
  • status changed from new to assigned

Which Ubuntu version is this?

Intrepid gives a weird error, apparently due to it not being able to write
to stdout/stderr for some unknown reason. A workaround is to edit:

/usr/share/tribler/Tribler/Main/tribler.py

and change the line:

app = ABCApp(0, params, single_instance_checker, installdir)

to:

app = ABCApp(1, params, single_instance_checker, installdir)

This will popup an extra window showing the debug output that you'll have to
ignore ;o)

Changed 9 months ago by arno@…

  • status changed from assigned to closed
  • resolution set to worksforme

Changed 3 months ago by anonymous

Intrepid gives a weird error, apparently due to it not being able to write
to stdout/stderr for some unknown reason. A workaround is to edit:

/usr/share/tribler/Tribler/Main/tribler.py

and change the line:

Changed 2 months ago by getkhizer@…

HI
thanks a lot :) .. it worked for me .. i wasted my week solving this task.thanks a million. you rock

Add/Change #225 (Can't launch tribler in Ubuntu)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.