View Issue Details

IDProjectCategoryView StatusLast Update
0003881Spring engineGeneralpublic2013-07-06 16:37
Reporterabma Assigned Tocleanrock  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version94.1.1+git 
Target Version95.0 
Summary0003881: GL_INVALID_FRAMEBUFFER_OPERATION in glBlitFramebufferEXT(incomplete draw/read buffers)
Description[f=0000000] Error: OpenGL: source<API> type<error> id<0> severity<high>:
GL_INVALID_FRAMEBUFFER_OPERATION in glBlitFramebufferEXT(incomplete draw/read buffers)
[f=0000000] Error: Stacktrace (rendering):
[f=0000000] Error: <0> /home/abma/dev/spring/develop/rts/Rendering/GL/myGL.cpp:175 (discriminator 1)
[f=0000000] Error: <1> /usr/lib/x86_64-linux-gnu/libdricore9.1.3.so.1(_mesa_error+0x1f9) [0x7f9007b7bbf9]
[f=0000000] Error: <2> /var/tmp/home/dev/spring/develop/rts/Game/UI/MiniMap.cpp:968
[f=0000000] Error: <3> /var/tmp/home/dev/spring/develop/rts/Game/Game.cpp:1177
[f=0000000] Error: <4> /var/tmp/home/dev/spring/develop/rts/Map/SMF/Legacy/LegacyMeshDrawer.cpp:779
[f=0000000] Error: <5> /var/tmp/home/dev/spring/develop/rts/Map/SMF/Legacy/LegacyMeshDrawer.cpp:787
[f=0000000] Error: <6> /usr/include/c++/4.7/bits/stl_iterator.h:952
[f=0000000] Error: <7> /usr/include/c++/4.7/bits/alloc_traits.h:308
[f=0000000] Error: <8> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f9010749ea5]
[f=0000000] Error: <9> ??:?
Additional Informationintroduced recently
TagsNo tags attached.
Attached Files
infolog.txt (Attachment missing)
94.1.1-678-g46b8d30_infolog.txt (Attachment missing)
94.1.1-685-gc7ac362_infolog.txt (Attachment missing)
Checked infolog.txt for Errors

Activities

abma

2013-07-04 12:10

administrator   ~0010961

spring 94.1.1-679-gb84cb15 develop

cleanrock

2013-07-04 12:13

reporter   ~0010962

Last edited: 2013-07-04 12:19

infolog ? i would like to see what maxSamples is on ur machine

cleanrock

2013-07-04 13:58

reporter   ~0010963

abma, i doubt my commit made this worse since i made things more restrictive.
Can u please test on 46b8d30122d ?
I suspect this is a mesa specific problem.

cleanrock

2013-07-04 15:45

reporter   ~0010964

I tested in a ubuntu-13.04 VM which use same mesa, both b84cb15 and 46b8d30 crash.

abma

2013-07-04 16:26

administrator   ~0010965

sure! gimme some time to test...

abma

2013-07-05 13:02

administrator   ~0010967

i still get the error, will bisect...

cleanrock

2013-07-05 13:22

reporter   ~0010968

ftr, i can run spring in my VM with c7ac, my problem was that mesa returned maxSamples 1.
I run on a pure software GL impl though:
Video mode set to 1680x1050/32bit (windowed)
[f=0000000] SDL version: 1.2.15
[f=0000000] GL version: 2.1 Mesa 9.1.3
[f=0000000] GL vendor: VMware, Inc.
[f=0000000] GL renderer: Gallium 0.4 on llvmpipe (LLVM 3.2, 128 bits)
[f=0000000] GLSL version: 1.20
[f=0000000] GLEW version: 1.9.0
[f=0000000] Video RAM: unknown
[f=0000000] FBO::maxSamples: 1
[f=0000000] GL info:
        haveARB: 0, haveGLSL: 0, ATI hacks: 0
        FBO support: 1, NPOT-texture support: 1, 24bit Z-buffer support: 1
        maximum texture size: 8192, compress MIP-map textures: 0
        maximum SmoothPointSize: 255, maximum vec4 varying/attributes: 32/16
        maximum drawbuffers: 8, maximum recommended indices/vertices: 3000/3000
        number of UniformBufferBindings: 36 (16kB)

I guess ur problem is ATI/mesa specific.

abma

2013-07-05 21:36

administrator   ~0010969

bisected, introduced in https://github.com/spring/spring/commit/c496826a85e7510097c3fb23ccfedfc41f77ac37

abma

2013-07-06 16:37

administrator   ~0010973

https://github.com/spring/spring/commit/7a5d2b7835c7667346d1eef75ab8a2419ddc6552

Issue History

Date Modified Username Field Change
2013-07-04 12:10 abma New Issue
2013-07-04 12:10 abma Note Added: 0010961
2013-07-04 12:13 abma Product Version => 94.1.1+git
2013-07-04 12:13 cleanrock Note Added: 0010962
2013-07-04 12:19 cleanrock Note Edited: 0010962
2013-07-04 12:20 abma File Added: infolog.txt
2013-07-04 13:58 cleanrock Note Added: 0010963
2013-07-04 15:45 cleanrock Note Added: 0010964
2013-07-04 16:26 abma Note Added: 0010965
2013-07-04 16:26 abma Assigned To => abma
2013-07-04 16:26 abma Status new => feedback
2013-07-05 06:13 jK Changeset attached => spring develop 21379f3c
2013-07-05 06:13 jK Assigned To abma => jK
2013-07-05 06:13 jK Status feedback => resolved
2013-07-05 06:13 jK Resolution open => fixed
2013-07-05 12:55 abma File Added: 94.1.1-678-g46b8d30_infolog.txt
2013-07-05 13:01 abma File Added: 94.1.1-685-gc7ac362_infolog.txt
2013-07-05 13:01 abma Assigned To jK => abma
2013-07-05 13:01 abma Status resolved => assigned
2013-07-05 13:02 abma Note Added: 0010967
2013-07-05 13:02 abma Status assigned => feedback
2013-07-05 13:22 cleanrock Note Added: 0010968
2013-07-05 21:36 abma Note Added: 0010969
2013-07-05 21:36 abma Status feedback => assigned
2013-07-05 21:43 abma Assigned To abma =>
2013-07-05 21:43 abma Status assigned => new
2013-07-06 16:37 abma Note Added: 0010973
2013-07-06 16:37 abma Status new => resolved
2013-07-06 16:37 abma Assigned To => cleanrock