Qupzilla

I had Qupzilla web-server installed, but it wouldn’t load.
Removed it, and re-installed, still will not load; Any advise?
Regards,

  1. Which version of openSUSE?
  2. Where did you install from and how?

It is opensuse 12.2.
version: obs://build.opensuse.org/kde
Regards,

On 08/05/2013 03:56 PM, djmax11 wrote:
> It is opensuse 12.2.
> version: obs://build.opensuse.org/kde

i see four different versions available for 12.2 at
software.opensuse.org and would suggest you first figure out which
version you now have installed, and then try the others, one at a time…

or, maybe before then you could open a terminal and try to start the
version you have from the terminal, and see if you get any error
messages…and, if so copy/paste them back to this thread inside code
tags…and, at the same time go ahead and tell us with version of
Qupzilla you now have installed…as well as answer the previous
question on how you installed it.


dd
http://tinyurl.com/DD-Caveat
http://tinyurl.com/DD-Complaints

I installed via. YAST, and the version is:-
1.4.3-1.1-i586
QupZilla: Crashed :frowning: Saving backtrace in /home/****/.qupzilla/crashlog …
Backtrace successfuly saved in /home/dmax/.qupzilla/crashlog/Crash-2013-08-06T09:13:59.txt
Aborted
Regards,

> QupZilla: Crashed :frowning: Saving backtrace in /home/****/.qupzilla/crashlog
> …
> Backtrace successfuly saved in
> /home/dmax/.qupzilla/crashlog/Crash-2013-08-06T09:13:59.txt
> Aborted

that tells me that for some reason it tried to put a file in a place
where the user running the program (i guess dmax) did not have
permissions to write…

so, dmax needs permission to write to wherever “/home/****/” is…

oh WAIT! did you run Qupzilla as root (or more probably in a terminal
as “sudo qupzilla”)??

if yes, say so and i’ll try to explain why it didn’t work, and what
you should do next time…

oh, and so when you look inside
/home/dmax/.qupzilla/crashlog/Crash-2013-08-06T09:13:59.txt what do
you learn about why it crashed…how about showing us the contents
of that file, maybe by using http://susepaste.org/


dd
http://tinyurl.com/DD-Caveat
http://tinyurl.com/DD-Complaints

On 08/06/2013 10:26 AM, djmax11 wrote:
> I installed via. YAST, and the version is:-
> 1.4.3-1.1-i586

i just installed that very version, using the same repo and using
YaST and it runs great…

i therefore wonder if you are having other problems with your system…

and, maybe you have had “permissions problems” which you solved how?


dd
http://tinyurl.com/DD-Caveat
http://tinyurl.com/DD-Complaints

Is this the information that you require?


Qt version: 4.8.1 (compiled with 4.8.1)
QupZilla version: 1.4.3
WebKit version: 534.34

============== BACKTRACE ==============
#0: qupzilla() [0x804a70d]
#1: linux-gate.so.1(__kernel_sigreturn+0) [0xb76e0400]
#2: /usr/lib/libQupZilla.so.1(_ZN7QWidget4hideEv+0x9) [0xb73c3f61]
#3: /usr/lib/libQupZilla.so.1(_ZN8QupZilla5eventEP6QEvent+0x1ab) [0xb73d5aab]
#4: /usr/lib/libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xbc) [0xb51d9aec]
#5: /usr/lib/libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x234) [0xb51de654]
#6: /usr/lib/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x8e) [0xb4f24c7e]
#7: /usr/lib/libQtGui.so.4(_ZN7QWidget14setWindowStateE6QFlagsIN2Qt11WindowStateEE+0xd3) [0xb5279823]
#8: /usr/lib/libQtGui.so.4(_ZN7QWidget15restoreGeometryERK10QByteArray+0x3da) [0xb522df0a]
#9: /usr/lib/libQupZilla.so.1(_ZN8QupZilla7setupUiEv+0x1d0) [0xb73c6194]
#10: /usr/lib/libQupZilla.so.1(_ZN8QupZillaC1EN2Qz13BrowserWindowE4QUrl+0x255) [0xb73c5641]
#11: /usr/lib/libQupZilla.so.1(_ZN15MainApplicationC1ERiPPc+0x1329) [0xb73de1a5]
#12: qupzilla() [0x804b705]
#13: /lib/libc.so.6(__libc_start_main+0xf5) [0xb4b0f3d5]
#14: qupzilla() [0x804a541]

On 08/06/2013 12:26 PM, djmax11 wrote:
> Is this the information that you require?

it is only part of what i asked…

and, i can’t make anything out of the backtrace…perhaps a QupZilla
guru can and i’d guess the highest concentration of them in the
universe might be found from here:

https://github.com/QupZilla/qupzilla/wiki/Contact

maybe you have discovered a bug that they will wanna kill.


dd
http://tinyurl.com/DD-Caveat
http://tinyurl.com/DD-Complaints

It appears that Qupzilla cannot connect to the X server.
Regards,

On 08/07/2013 10:16 AM, djmax11 wrote:
>
> It appears that Qupzilla cannot connect to the X server.

how are you launching it?
from a terminal?
as a user?
show us the command line you are using to launch, like here
(including command prompt) i can launch it as


denverd@linux-os114:~> qupzilla
QupZilla: 0 extensions loaded
** (npviewer.bin:13309): DEBUG: NP_Initialize
** (npviewer.bin:13309): DEBUG: NP_Initialize succeeded
** (npviewer.bin:13329): DEBUG: NP_Initialize
** (npviewer.bin:13329): DEBUG: NP_Initialize succeeded
** (<unknown>:13289): DEBUG: libmoonmp-plugin: Loaded Moonlight
plugin: /usr/lib/moonlight/plugin/libmoonloader.so
<sniped away repeating libmoon problems>
denverd@linux-os114:~>

you can see above the command i give and it then reports (in the
terminal) a lot of stuff about trying to load libmoon, but the
browser itself runs great…

show us what you get in a terminal, from the command prompt to the
return of the prompt, after shutdown… like i did…


dd
http://tinyurl.com/DD-Caveat
http://tinyurl.com/DD-Complaints

This is what I get:-

dmax@linux-4ji9:~> qupzilla
QupZilla: Crashed :( Saving backtrace in /home/dmax/.qupzilla/crashlog ...
Backtrace successfuly saved in /home/dmax/.qupzilla/crashlog/Crash-2013-08-07T14:54:29.txt
Aborted
dmax@linux-4ji9:~> 


On 08/07/2013 04:06 PM, djmax11 wrote:
> This is what I get

mine runs fine and

  1. i asked if you had had other permissions problems and how you
    solved them, but no answer, and

  2. i suggested you install the three other version available at
    software.opensuse.org, but didn’t hear the outcome of that test, and

  3. i suggested you contact the Qupzilla gurus and have them look at
    your backtrace to advise a path forward, but have not heard what they
    said, and

  4. i can’t help anymore, sorry…

hopefully a Qupzilla guru wanders though and will help more…

thanks for posting, i kinda like that browser…


dd
http://tinyurl.com/DD-Caveat
http://tinyurl.com/DD-Complaints