You are here > Bugs > PlayOnLinux > Bug > Ticket #670 fr

Bug #670 on PlayOnLinux

Crash dialog does allow copying or using pastebin.

Added by eruantalon on 2012-02-22 09:55:01 - Comment or update this ticket

Statut:
Fixed
Priority:
Normal
Assigned to:
Last update:
2012-04-13 17:03:15
Description, steps to reproduce:
In the process of figuring out this bug:
http://www.playonlinux.com/en/issue-641.html
I have run into some problems when reporting bugs.

When the crash dialog actually opens the three options do not work properly. Seeing the errorlogs works but I cannot select or copy the text so it is not really useful. The pastebin option does nothing. It just hangs with a blank label where the pastebin URL should be.

(A temporary solution might be to give the path to were the logfiles are located)

My system is Ubuntu 11.10 with Unity. I am running a Dell Latitude E6420 with an Nvidia graphics card NVS 4200M (driver version 280.13).

History

Update by petch on 2012-04-04 00:09:02


From what I understand you were running POL 4.0.14 at the time, does the problem still exist with POL 4.0.16 (or POL 4.0.17-dev)?

Update by eruantalon on 2012-04-05 00:22:21

I am now using POL-4.0.16 and the bug is still there.
I haven't tested on the latest dev.

Does this mean that the copying works for other people?

Update by eruantalon on 2012-04-05 00:27:42

I have now tested with latest dev from git and the results are:
Copying text from dialog boxes does still not work.

Trying Pastebin gave me this on the commandline:

/home/hans/Software/Playonlinux/POL-POM-4/bash/run_app: line 61: curl: command not found
[POL_Open] Message: Opening:
xdg-open - opens a file or URL in the user's preferred application

Synopsis

xdg-open { file | URL }

xdg-open { --help | --manual | --version }

Use 'man xdg-open' or 'xdg-open --manual' for additional info.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 73563 0 28 100 73535 29 77353 --:--:-- --:--:-- --:--:-- 99103
[POL_Open] Message: Opening: http://pastebin.com/iuLcrR36
Created new window in existing browser session.

Which encouraged me too install curl:
sudo apt-get install curl
and now pastebin works. I guess POL should give an error message that pastebin needs this curl thing and the Ubuntu package should have curl as a dependency.

Update by petch on 2012-04-06 20:07:15

  • Statut changed to In progress
  • Assigned to: to petch


Thanks for those informations; It should be fixed in 4.0.17, most likely by using wget to post to pastebin, removing the need for curl.

Update by Quentin PÂRIS on 2012-04-13 17:03:15

  • Statut changed to Fixed
Il n'y a rien à voir ici