Skip to content

P3D fails on Linux #2222

@WorldsEndless

Description

@WorldsEndless

I'm running Processing 2.0.3 on Linux (OpenSUSE 12.2). My sketch is simply as follows:

    void setup() {
      size(200,200, P3D);
    }

The resulting error is:

Listening for transport dt_socket at address: 8708
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f7036669d90, pid=16256, tid=140119920830208
#
# JRE version: 6.0_37-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libxcb-glx.so.0+0xed90]  long long+0x0
#
# An error report file with more information is saved as:
# hs_err_pid16256.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Finished.
Could not run the sketch (Target VM failed to initialize).
For more information, read revisions.txt and Help → Troubleshooting.
Could not run the sketch.

Processing Compilation finished at Tue Nov 19 11:17:06

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions