Can't Run on Ubuntu 12.04; Segmentation fault #135

Open
opened 2014-10-03 23:18:42 +02:00 by darkfoxtokoyami · 3 comments
darkfoxtokoyami commented 2014-10-03 23:18:42 +02:00 (Migrated from github.com)

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",
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)

--- 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).
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", 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 <test> 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 <test> 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 <test> 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 <test> 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 <test> 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 <test> 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 <test> 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 <test> isn't supported and may not work as expected Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 22: Having multiple <family> in <alias> isn't supported and may not work as expected Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 22: Having multiple <family> in <alias> isn't supported and may not work as expected Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 22: Having multiple <family> in <alias> isn't supported and may not work as expected Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 26: Having multiple <family> in <alias> 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 <test> 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 <test> 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) ## <bountysource-plugin> --- 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). </bountysource-plugin>
Swordfish90 commented 2014-10-04 00:00:37 +02:00 (Migrated from github.com)

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?).

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?).
darkfoxtokoyami commented 2014-10-04 00:05:10 +02:00 (Migrated from github.com)

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:

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?).


Reply to this email directly or view it on GitHub
https://github.com/Swordfish90/cool-retro-term/issues/135#issuecomment-57869265
.

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: > 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?). > > — > Reply to this email directly or view it on GitHub > https://github.com/Swordfish90/cool-retro-term/issues/135#issuecomment-57869265 > .
Swordfish90 commented 2014-10-04 01:06:20 +02:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#135
No description provided.