borodust / cl-bodge

Feature-rich game framework for Common Lisp
http://borodust.org/projects/cl-bodge/
MIT License
174 stars 14 forks source link

cl-opengl fails to generate glext function in runtime #75

Closed borodust closed 7 years ago

borodust commented 7 years ago

Happens in Ubuntu when running binary distribution. Logs: http://dpaste.com/1DT9BCD http://dpaste.com/22CRN9X https://gist.github.com/rpav/11f32f858e37c4f3093b227b1a4c7d0f

borodust commented 7 years ago

|3b| suggested it might be related to libjack communication raising SIGPIPE. Related issue: https://github.com/kcat/openal-soft/issues/53

borodust commented 7 years ago

Yes, it was related to libjack wrongdoings. Disabling openal' libjack driver solved problem.