serge-rgb / milton

An infinite-canvas paint program
GNU General Public License v3.0
1.53k stars 133 forks source link

Not working anymore after first start #124

Closed r2p2 closed 5 years ago

r2p2 commented 5 years ago

I am having a hard time with the title...

When I did install Milton on Windows 10 for the first time, everything worked fine. After a week, I wanted to try it again so I started the application and it showed me the last picture I scribbled. I coud move the mouse/stylus and I saw the pointer moving on the screen but when klicking, nothing happend. Clicks onto the menu are also not recognized. When I hit tab, the overlay vanishes after some time. (10-20s) Sometimes even that does not happen.

I've removed the Milton directory in the APPDATA directory, but that did not change anything. Beides removing the first picture I drew.

CPU usage shows constantly 10-15% for Milton.

This is the content of the log file:

CommandLine is 
Running Milton 1.6.0 (Release) 
Initializing SDL... Done.
Loading preferences...
Prefs file: C
Prefs file window size: 1280x800
Window dimensions: 1280x800 
Requesting OpenGL 2.1 context.
Creating Milton Window
Loaded glGetError from OpenGL32.dll
Loaded glGetAttribLocation rom WGL
Loaded glGetUniformLocation rom WGL
Loaded glGetString from OpenGL32.dll
Loaded glGetStringi rom WGL
Loaded glBindFramebufferEXT rom WGL
Loaded glBindTexture rom WGL
Loaded glBufferData rom WGL
Loaded glCompileShader rom WGL
Loaded glEnable from OpenGL32.dll
Loaded glFramebufferTexture2DEXT rom WGL
Loaded glGenFramebuffersEXT rom WGL
Loaded glGenTextures rom WGL
Loaded glAttachShader rom WGL
Loaded glIsProgram rom WGL
Loaded glIsShader rom WGL
Loaded glCreateShader rom WGL
Loaded glGetIntegerv from OpenGL32.dll
Loaded glGetProgramInfoLog rom WGL
Loaded glGetProgramiv rom WGL
Loaded glGetShaderInfoLog rom WGL
Loaded glGetShaderiv rom WGL
Loaded glLinkProgram rom WGL
Loaded glShaderSource rom WGL
Loaded glTexImage2D from OpenGL32.dll
Loaded glTexParameteri from OpenGL32.dll
Loaded glUniform1f rom WGL
Loaded glUniform1i rom WGL
Loaded glUniform2f rom WGL
Loaded glUniform2fv rom WGL
Loaded glUniform2i rom WGL
Loaded glUniform2iv rom WGL
Loaded glUniform3fv rom WGL
Loaded glUniform3iv rom WGL
Loaded glUniform4fv rom WGL
Loaded glUseProgram rom WGL
Loaded glValidateProgram rom WGL
Loaded glCheckFramebufferStatusEXT rom WGL
Loaded glCreateProgram rom WGL
Loaded glBindBuffer rom WGL
Loaded glBindVertexArray rom WGL
Loaded glGenBuffers rom WGL
Loaded glGenVertexArrays rom WGL
Loaded glGetFloatv from OpenGL32.dll
Loaded glIsEnabled from OpenGL32.dll
Loaded glActiveTexture rom WGL
Loaded glBlendEquation rom WGL
Loaded glBlendEquationSeparate rom WGL
Loaded glBlendFunc from OpenGL32.dll
Loaded glBlitFramebufferEXT rom WGL
Loaded glClear from OpenGL32.dll
Loaded glClearColor from OpenGL32.dll
Loaded glClearDepth from OpenGL32.dll
Loaded glCopyTexImage2D rom WGL
Loaded glDeleteBuffers rom WGL
Loaded glDeleteVertexArrays rom WGL
Loaded glDepthFunc from OpenGL32.dll
Loaded glDisable from OpenGL32.dll
Loaded glDrawArrays rom WGL
Loaded glDrawElements rom WGL
Loaded glEnableVertexAttribArray rom WGL
Loaded glPixelStorei from OpenGL32.dll
Loaded glReadPixels from OpenGL32.dll
Loaded glScissor from OpenGL32.dll
Loaded glUniformMatrix4fv rom WGL
Loaded glVertexAttribPointer rom WGL
Loaded glViewport from OpenGL32.dll
Loaded glDetachShader rom WGL
Loaded glDeleteProgram rom WGL
Loaded glDeleteTextures rom WGL
Loaded glDeleteShader rom WGL
Loaded glPolygonMode from OpenGL32.dll
Created OpenGL context with version 4.6.0 NVIDIA 419.35
    and GLSL 4.60 NVIDIA
EasyTab failed to load. Code -4
UI scale is 1.000000
Warning: Failed to read settings file
Setting default view
Maximum viewport dimensions, 32768.000000x32768.000000
Vendor string: "NVIDIA Corporation"
Set milton file: C
Loading file C
Increased guid to 1
Setting up hardware cursor.
ImGUI setup
serge-rgb commented 5 years ago

Hey, thanks for the detailed bug report. Looks like you are on 1.6.0. I think this problem is fixed in newer releases. Can you try downloading a more recent Milton? (Latest as of now is 1.6.2) https://github.com/serge-rgb/milton/releases -Sergio

r2p2 commented 5 years ago

Thank you, 1.6.2 seems to work fine. I was downloading my binary from https://www.miltonpaint.com/download. That site might need an update. :D

I guess the ticket can be closed?

serge-rgb commented 5 years ago

Will update the site :). Glad it's working!