Home › Forums › Bug Reports and Feature Requests › [.WebGL-000002B7C560B0A0] GL_INVALID_FRAMEBUFFER_OPERATION
- This topic has 16 replies, 2 voices, and was last updated 1 month, 2 weeks ago by
nzabate.
- AuthorPosts
- 2020-11-26 at 5:41 pm #35995
nzabate
LicenseeHi,
I’m having console warning and 3D won’t load anymore
[.WebGL-000002B7C560B0A0] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
[.WebGL-00000230C002D480] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
[.WebGL-000002B7C560B0A0] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete
[.WebGL-00000230C002D480] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incompleteChrome version: Version 87.0.4280.66 (Official Build) (64-bit)
Verge3D version: Verge3D for Max 3.4.02020-11-27 at 6:42 am #36003Yuri Kovelenov
Developer2020-11-27 at 7:19 am #36005nzabate
LicenseeStill
But now it’s a different code
[.WebGL-000001C88DD1CB50] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
[.WebGL-000001C88DD1CB50] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete2020-11-27 at 8:14 am #36006Yuri Kovelenov
Developer2020-11-27 at 2:37 pm #36028nzabate
LicenseeHi,
Sorry, this is still local. This was after the update, I wasn’t able to load anymore. Are there some requirements? Like Javascript/Typescript version?
2020-11-27 at 2:38 pm #36029nzabate
LicenseeI update my angular application also, still no luck. Please help
2020-11-27 at 2:39 pm #36030nzabate
LicenseeBdw, when after the application loads, it shows the verge loader first then after loading it is just white screen then the WEBL console warnings
2020-11-27 at 3:30 pm #36033nzabate
LicenseeIn Mozilla too. Please see attached files
Attachments:
You must be logged in to view attached files.2020-11-30 at 7:16 am #36073Yuri Kovelenov
Developer2020-12-01 at 4:07 am #36115nzabate
LicenseeHi Yuri,
I’ve managed to repro it on Stackblitz. Please check link
https://angular-9-starter-pbgp4p.stackblitz.io/
See, console logs for the warnings
2020-12-01 at 8:16 am #36125Yuri Kovelenov
Developer2020-12-01 at 8:38 am #36133nzabate
LicenseeHi,
Hmm, so what does this mean? I updated the app Bdw, I set the sizes of
Html, Body
to fit the screen.2020-12-01 at 11:49 am #36143Yuri Kovelenov
Developer2020-12-02 at 8:07 am #36162nzabate
LicenseeHi, still no luck
I’ve run through different versions of Angular and Verge3D. I keep wondering what causes the issue. And I think also there is something in the Angular app that conflicts with the rendering of the 3D something but this was really working before with Angular
2020-12-02 at 10:02 am #36166nzabate
LicenseeHi, I found the issue now. It turns out I missed these styles
1234567#v3d-container {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;} - AuthorPosts
- You must be logged in to reply to this topic.