Out of Video Memory / Exception while drawing
Hi,
i have this issue, when i open Repetier-Host V1.0.6, this message shows up " Out of Video Memory / Exception while drawing".
I have no idea what i should do. I restarted it, also reinstalled it. The Error is still there.
If someone could help me, i'd be very happy.
Mfg
Panderazo
i have this issue, when i open Repetier-Host V1.0.6, this message shows up " Out of Video Memory / Exception while drawing".
I have no idea what i should do. I restarted it, also reinstalled it. The Error is still there.
If someone could help me, i'd be very happy.
Mfg
Panderazo
Comments
For printing I'd advice to print over server or disbale filament visualization. The first solution would prevent print being killed if host stops from memory error, the latter might finish without error because it just does not draw filament and hence does not need the memory.
I will try your solution and infrom you if it works or not.
What does the host log say on startup? It gives some data on the OpenGL driver.
11:38:37.251 : OpenGL version:1.1.0
11:38:37.252 : OpenGL extensions:GL_WIN_swap_hint GL_EXT_bgra GL_EXT_paletted_texture
11:38:37.252 : OpenGL renderer:GDI Generic
11:38:37.252 : Fast VBOs for rendering not supported. Using slower default method.
11:38:37.460 : Error drawing 3d view:Unable to find an entry point named 'glGenBuffers' in DLL 'opengl32.dll'. / at OpenTK.Graphics.OpenGL.GL.Core.GenBuffers(Int32 n, UInt32* buffers)
at OpenTK.Graphics.OpenGL.GL.GenBuffers(Int32 n, Int32[] buffers)
at RepetierHostExtender.geom.Submesh.Draw(Int32 method, Vector3 edgetrans, Boolean forceFaces, Boolean forceOutside)
at RepetierHost.model.Coordinate.DrawArrow()
at RepetierHost.model.Coordinate.Draw(Int32 viewport_x, Int32 viewport_y, Double rotX, Double rotZ, Int32 offset)
at RepetierHost.view.ThreeDControl.DrawCoordinate()
at RepetierHost.view.ThreeDControl.gl_Paint(Object sender, PaintEventArgs e)
Maybe you have a tool to check how much free memory the card has or drivers can show it somewhere. Surely windows and other software might also reserve parts of it. And maybe you have also a limit how much one software can reserve, also I never looked for such an option.