Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitor equalizer with FBO sources leads to crash #233

Closed
tribal-tec opened this issue Jun 20, 2013 · 0 comments
Closed

Monitor equalizer with FBO sources leads to crash #233

tribal-tec opened this issue Jun 20, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@tribal-tec
Copy link
Member

Use 3-window.monitor.eqc and change the drawable for the left and/or right segment to FBO:

23755    PipeDraw src/Equalizer/eq/client/gl.cpp:28 1169 Got GL_INVALID_OPERATION after glPopAttrib() in /home/nachbaur/dev/Buildyard/src/Equalizer/eq/client/compositor.cpp:1578

    eq::debugGLError(std::string const&, unsigned int, char const*, int)
    eq::Compositor::resetAssemblyState()
    eq::Channel::resetAssemblyState()
    eq::Channel::frameReadback(lunchbox::uint128_t const&)
    eqPly::Channel::frameReadback(lunchbox::uint128_t const&)
    eq::Channel::_frameReadback(lunchbox::uint128_t const&, std::vector<co::ObjectVersion, std::allocator<co::ObjectVersion> > const&)
    eq::Channel::_cmdFrameReadback(co::ICommand&)
    co::CommandFunc<co::Dispatcher>::operator()(co::ICommand&)
    co::ICommand::operator()()
    co::WorkerThread<eq::CommandQueue>::run()
    eq::detail::RenderThread::run()
    lunchbox::Thread::_runChild()
    lunchbox::Thread::runChild(void*)
    /lib/x86_64-linux-gnu/libpthread.so.0(+0x7f8e) [0x7ffff6fa9f8e]
    /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7ffff5914e1d]
23755    PipeDraw src/Equalizer/eq/client/gl.cpp:28 1176 
terminate called after throwing an instance of 'eq::GLException'
  what():   OpenGL Error GL_INVALID_OPERATION

With pbuffer it works though.

@ghost ghost assigned tribal-tec Jun 24, 2013
@eile eile closed this as completed in f8d13c9 Jun 24, 2013
eile added a commit that referenced this issue Jun 24, 2013
Fix #233: Need window FBO for proper (re-)setting assembly state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant