processing / processing-video

GStreamer-based video library for Processing
274 stars 130 forks source link

libpipewire-0.3.so error on Ubuntu #169

Closed johhnry closed 11 months ago

johhnry commented 3 years ago

Hi,

System

Issue to reproduce

Open and run the Mirror example (Libraries > Video > Capture > Mirror)

Error

This is the error output :

Processing video library using GStreamer 1.18.0
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f4a40e96367, pid=7888, tid=0x00007f4a41ccc640
#
# JRE version: Java(TM) SE Runtime Environment (8.0_202-b08) (build 1.8.0_202-b08)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.202-b08 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C[E][000001137.012069][core.c:71 core_event_error()] core 0x7f49f0618900: proxy 0x7f49f061bb40 id:7: seq:28 res:-16 (Périphérique ou ressource occupé) msg:"enum params id:3 (Spa:Enum:ParamId:EnumFormat) failed"
[E][000001137.012110][gstpipewiredeviceprovider.c:298 on_core_error()] error id:7 seq:28 res:-16 (Périphérique ou ressource occupé): enum params id:3 (Spa:Enum:ParamId:EnumFormat) failed
  [libpipewire-0.3.so.0+0x62367]  pw_thread_loop_signal+0x17
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/josephhenry/Téléchargements/processing-3.5.4/hs_err_pid7888.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Could not run the sketch (Target VM failed to initialize).
For more information, read revisions.txt and Help → Troubleshooting.

Thanks