Can't Run on Ubuntu 12.04; Segmentation fault #135
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I cloned from the master branch and successfully did a qmake && make after doing a sudo apt-get install of the dependencies (after adding the repos). However, when I try to run the program, I get the following errors:
(cool-retro-term:11154): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/5076659-can-t-run-on-ubuntu-12-04-segmentation-fault?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github).Fontconfig error: "/etc/fonts/conf.d/65-khmer.conf", line 14: out of memory
Fontconfig error: "/etc/fonts/conf.d/65-khmer.conf", line 23: out of memory
Fontconfig error: "/etc/fonts/conf.d/65-khmer.conf", line 32: out of memory
Fontconfig warning: "/etc/fonts/conf.d/89-tlwg-garuda-synthetic.conf", line 9: Having multiple values in isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/89-tlwg-garuda-synthetic.conf", line 21: Having multiple values in isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/89-tlwg-kinnari-synthetic.conf", line 9: Having multiple values in isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/89-tlwg-kinnari-synthetic.conf", line 21: Having multiple values in isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/89-tlwg-loma-synthetic.conf", line 12: Having multiple values in isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/89-tlwg-umpush-synthetic.conf", line 9: Having multiple values in isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/89-tlwg-umpush-synthetic.conf", line 21: Having multiple values in isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 9: Having multiple values in isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 22: Having multiple in isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 22: Having multiple in isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 22: Having multiple in isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 26: Having multiple in isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 31: Having multiple values in isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 40: Having multiple values in isn't supported and may not work as expected
libGL error: failed to load driver: swrast
libGL error: failed to load driver: swrast
loadAllColorSchemes
QOpenGLShader: could not create shader
Vertex shader for simpleShaderProg (MainVertexShader & PositionOnlyVertexShader) failed to compile
QOpenGLShader: could not create shader
Fragment shader for simpleShaderProg (MainFragmentShader & ShockingPinkSrcFragmentShader) failed to compile
QOpenGLShaderProgram: could not create shader program
Errors linking simple shader:
QOpenGLShader: could not create shader
Vertex shader for blitShaderProg (MainWithTexCoordsVertexShader & UntransformedPositionVertexShader) failed to compile
QOpenGLShader: could not create shader
Fragment shader for blitShaderProg (MainFragmentShader & ImageSrcFragmentShader) failed to compile
QOpenGLShaderProgram: could not create shader program
Errors linking blit shader:
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShaderProgram::uniformLocation( imageTexture ): shader program is not linked
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShader: could not create shader
Warning: "" failed to compile!
QOpenGLShaderProgram: could not create shader program
QOpenGLShader: could not create shader
Renderer failed shader compilation:
""
Segmentation fault (core dumped)
Hi, just a couple of things: can you provide the output of qmake -v (to see if you are running the current version of Qt), and can you also give me some information on the system (are you running it natively or are you using a virtual machine? GPU?).
Ubuntu 12.04
Using Qt version 5.2.1 in /usr/lib/x86_64-linux-gnu
Intel Corporation Xeon E5/Core i7
NVRM version: NVIDIA UNIX x86_64 Kernel Module 331.20 Wed Oct 30 17:43:35
PDT 2013
GCC version: gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
03:00.0 VGA compatible controller: NVIDIA Corporation GF108GL [Quadro 600](rev a1)
Running the OS natively
On Fri, Oct 3, 2014 at 3:00 PM, Filippo Scognamiglio <
notifications@github.com> wrote:
Everything looks fine. It seems like a problem between Qt and the video driver. I've had successful reports of people using 12.04 with upstream Qt (http://qt-project.org/downloads), I would suggest you to try those instead of the ppa. Sadly I can't help you more since the issue doesn't seem to be related to the application (Fontconfig and libGL errors); you might have better luck on the Qt forums. If you succeed please post here the solution that might be handy for someone else.