Makehuman Won't Launch

Tech support and suggestions forum. If you only have a basic question on how to get started, please use the "newbies" forum in the community section.

Moderator: joepal

Makehuman Won't Launch

Postby Startropic1 » Mon Jul 13, 2020 4:08 pm

I'm running the 20200710 nightly build on a Windows 10 x64 laptop (Lenovo, intel chipset.) The program won't launch, and I did find the errors in the logs. I am a speed reader, so while I will include the full logs, I will also include the specific errors I locate.

makehuman.log
Code: Select all
[2020-07-13 11:44:47,611] log.py->message():118 -- MESSAGE -- Initialized logging
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- VERSION: HEAD:b32df8df
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- SHORT VERSION: beta2
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- LONG VERSION: 1.2.0 beta2 (HEAD:b32df8df)
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- BASEMESH VERSION: hm08
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- IS BUILT (FROZEN): No
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- IS RELEASE VERSION: No
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- DEFAULT ENCODING: utf-8
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- FILESYSTEM ENCODING: utf-8
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- STDOUT ENCODING: cp1252
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- LOCALE PREFERRED ENCODING: cp1252
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- WORKING DIRECTORY: C:\Program Files\MakeHuman\makehuman
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- HOME LOCATION: C:/Users/Joshua/Documents
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- PYTHON PATH: ./;./lib;./apps;./shared;./apps/gui;./core;C:\Program Files\MakeHuman\Python\python37.zip;C:\Program Files\MakeHuman\Python;C:\Program Files\MakeHuman\pkgs
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- DLL PATH: C:\Program Files\MakeHuman\pkgs\PyQt5\Qt\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\Joshua\AppData\Local\Microsoft\WindowsApps;
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- SYS.VERSION: 3.7.6 (tags/v3.7.6:43364a7ae0, Dec 19 2019, 00:42:30) [MSC v.1916 64 bit (AMD64)]
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- SYS.PLATFORM: win32
[2020-07-13 11:44:47,627] log.py->debug():97 -- DEBUG -- SYS.EXECUTABLE: C:\Program Files\MakeHuman\Python\pythonw.exe
[2020-07-13 11:44:47,642] log.py->debug():97 -- DEBUG -- PLATFORM.MACHINE: AMD64
[2020-07-13 11:44:47,642] log.py->debug():97 -- DEBUG -- PLATFORM.PROCESSOR: Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
[2020-07-13 11:44:47,642] log.py->debug():97 -- DEBUG -- PLATFORM.UNAME.RELEASE: 10
[2020-07-13 11:44:47,642] log.py->debug():97 -- DEBUG -- PLATFORM.WIN32_VER: 10 10.0.18362 SP0
[2020-07-13 11:44:47,904] log.py->debug():97 -- DEBUG -- NUMPY.VERSION: 1.18.1
[2020-07-13 11:44:47,982] acceleratesupport.py-><module>():17 -- MESSAGE -- No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate'
[2020-07-13 11:44:48,974] log.py->debug():97 -- DEBUG -- QT.VERSION: 5.12.7
[2020-07-13 11:44:48,990] log.py->debug():97 -- DEBUG -- QT.JPG_SUPPORT: supported
[2020-07-13 11:44:49,006] log.py->debug():97 -- DEBUG -- QT.SVG_SUPPORT: supported
[2020-07-13 11:44:49,006] log.py->debug():97 -- DEBUG -- QT.PLUGIN_PATH: C:/Program Files/MakeHuman/pkgs/PyQt5/Qt/plugins;C:/Program Files/MakeHuman/Python
[2020-07-13 11:44:49,006] log.py->debug():97 -- DEBUG -- QT.PLUGIN_PATH_ENV:
[2020-07-13 11:44:49,006] log.py->debug():97 -- DEBUG -- QT.CONF: NOT PRESENT
[2020-07-13 11:44:49,193] log.py->debug():97 -- DEBUG -- PYOPENGL.VERSION: 3.1.0
[2020-07-13 11:44:49,193] log.py->error():111 -- ERROR -- Failed to write GL debug info to debug dump: GLError(
   err = 1282,
   description = b'invalid operation',
   baseOperation = glGetString,
   cArguments = (GL_VENDOR,)
)
[2020-07-13 11:44:49,193] log.py->error():111 -- ERROR -- Failed to write GL debug info to debug dump: GLError(
   err = 1282,
   description = b'invalid operation',
   baseOperation = glGetIntegerv,
   pyArgs = (
      GL_SAMPLES_ARB,
      <object object at 0x000001FF4ED21E80>,
   ),
   cArgs = (
      GL_SAMPLES_ARB,
      array([0], dtype=int32),
   ),
   cArguments = (
      GL_SAMPLES_ARB,
      array([0], dtype=int32),
   )
)

"[2020-07-13 11:44:47,982] acceleratesupport.py-><module>():17 -- MESSAGE -- No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate' "
2nd error:
Code: Select all
[2020-07-13 11:44:49,193] log.py->error():111 -- ERROR -- Failed to write GL debug info to debug dump: GLError(
   err = 1282,
   description = b'invalid operation',
   baseOperation = glGetString,
   cArguments = (GL_VENDOR,)
)
[2020-07-13 11:44:49,193] log.py->error():111 -- ERROR -- Failed to write GL debug info to debug dump: GLError(
   err = 1282,
   description = b'invalid operation',
   baseOperation = glGetIntegerv,
   pyArgs = (
      GL_SAMPLES_ARB,
      <object object at 0x000001FF4ED21E80>,
   ),
   cArgs = (
      GL_SAMPLES_ARB,
      array([0], dtype=int32),
   ),
   cArguments = (
      GL_SAMPLES_ARB,
      array([0], dtype=int32),
   )
)

makehumandebug.txt
Code: Select all
VERSION: HEAD:b32df8df
SHORT VERSION: beta2
LONG VERSION: 1.2.0 beta2 (HEAD:b32df8df)
BASEMESH VERSION: hm08
IS BUILT (FROZEN): No
IS RELEASE VERSION: No
DEFAULT ENCODING: utf-8
FILESYSTEM ENCODING: utf-8
STDOUT ENCODING: cp1252
LOCALE PREFERRED ENCODING: cp1252
WORKING DIRECTORY: C:\Program Files\MakeHuman\makehuman
HOME LOCATION: C:/Users/Joshua/Documents
PYTHON PATH: ./;./lib;./apps;./shared;./apps/gui;./core;C:\Program Files\MakeHuman\Python\python37.zip;C:\Program Files\MakeHuman\Python;C:\Program Files\MakeHuman\pkgs
DLL PATH: C:\Program Files\MakeHuman\pkgs\PyQt5\Qt\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\Joshua\AppData\Local\Microsoft\WindowsApps;
SYS.VERSION: 3.7.6 (tags/v3.7.6:43364a7ae0, Dec 19 2019, 00:42:30) [MSC v.1916 64 bit (AMD64)]
SYS.PLATFORM: win32
SYS.EXECUTABLE: C:\Program Files\MakeHuman\Python\pythonw.exe
PLATFORM.MACHINE: AMD64
PLATFORM.PROCESSOR: Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
PLATFORM.UNAME.RELEASE: 10
PLATFORM.WIN32_VER: 10 10.0.18362 SP0
NUMPY.VERSION: 1.18.1
QT.VERSION: 5.12.7
QT.JPG_SUPPORT: supported
QT.SVG_SUPPORT: supported
QT.PLUGIN_PATH: C:/Program Files/MakeHuman/pkgs/PyQt5/Qt/plugins;C:/Program Files/MakeHuman/Python
QT.PLUGIN_PATH_ENV:
QT.CONF: NOT PRESENT
PYOPENGL.VERSION: 3.1.0

Only error I see is "QT.CONF: NOT PRESENT" ?

python_err.txt
Code: Select all
Initialized logging
VERSION: HEAD:b32df8df
SHORT VERSION: beta2
LONG VERSION: 1.2.0 beta2 (HEAD:b32df8df)
BASEMESH VERSION: hm08
IS BUILT (FROZEN): No
IS RELEASE VERSION: No
DEFAULT ENCODING: utf-8
FILESYSTEM ENCODING: utf-8
STDOUT ENCODING: cp1252
LOCALE PREFERRED ENCODING: cp1252
WORKING DIRECTORY: C:\Program Files\MakeHuman\makehuman
HOME LOCATION: C:/Users/Joshua/Documents
PYTHON PATH: ./;./lib;./apps;./shared;./apps/gui;./core;C:\Program Files\MakeHuman\Python\python37.zip;C:\Program Files\MakeHuman\Python;C:\Program Files\MakeHuman\pkgs
DLL PATH: C:\Program Files\MakeHuman\pkgs\PyQt5\Qt\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\Joshua\AppData\Local\Microsoft\WindowsApps;
SYS.VERSION: 3.7.6 (tags/v3.7.6:43364a7ae0, Dec 19 2019, 00:42:30) [MSC v.1916 64 bit (AMD64)]
SYS.PLATFORM: win32
SYS.EXECUTABLE: C:\Program Files\MakeHuman\Python\pythonw.exe
PLATFORM.MACHINE: AMD64
PLATFORM.PROCESSOR: Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
PLATFORM.UNAME.RELEASE: 10
PLATFORM.WIN32_VER: 10 10.0.18362 SP0
NUMPY.VERSION: 1.18.1
No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate'
QT.VERSION: 5.12.7
QT.JPG_SUPPORT: supported
QT.SVG_SUPPORT: supported
QT.PLUGIN_PATH: C:/Program Files/MakeHuman/pkgs/PyQt5/Qt/plugins;C:/Program Files/MakeHuman/Python
QT.PLUGIN_PATH_ENV:
QT.CONF: NOT PRESENT
PYOPENGL.VERSION: 3.1.0
Failed to write GL debug info to debug dump: GLError(
   err = 1282,
   description = b'invalid operation',
   baseOperation = glGetString,
   cArguments = (GL_VENDOR,)
)
Failed to write GL debug info to debug dump: GLError(
   err = 1282,
   description = b'invalid operation',
   baseOperation = glGetIntegerv,
   pyArgs = (
      GL_SAMPLES_ARB,
      <object object at 0x000001FF4ED21E80>,
   ),
   cArgs = (
      GL_SAMPLES_ARB,
      array([0], dtype=int32),
   ),
   cArguments = (
      GL_SAMPLES_ARB,
      array([0], dtype=int32),
   )
)

"No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate'"
Also 2nd errors:
Code: Select all
Failed to write GL debug info to debug dump: GLError(
   err = 1282,
   description = b'invalid operation',
   baseOperation = glGetString,
   cArguments = (GL_VENDOR,)
)
Failed to write GL debug info to debug dump: GLError(
   err = 1282,
   description = b'invalid operation',
   baseOperation = glGetIntegerv,
   pyArgs = (
      GL_SAMPLES_ARB,
      <object object at 0x000001FF4ED21E80>,
   ),
   cArgs = (
      GL_SAMPLES_ARB,
      array([0], dtype=int32),
   ),
   cArguments = (
      GL_SAMPLES_ARB,
      array([0], dtype=int32),
   )
)


python_out.txt is blank.
Startropic1
 
Posts: 2
Joined: Mon Jul 13, 2020 3:52 pm

Re: Makehuman Won't Launch

Postby RobBaer » Tue Jul 14, 2020 11:10 am

You machine is 64 bits running Windows 10 if I understand. This suggests its not ancient. You have an Intel graphics card which was sometimes problematic in older machines, but in my experience has worked fine under Windows on more recent machines.

The last error you list is the relevant error. It is a 1282 error related to openGL. We had lots of those errors in older versions, but very few reports in recent times. The first suggest I would make is to check and make sure you have the latest Intel graphics driver. I think you can do that here: https://www.intel.com/content/www/us/en ... stant.html

The second suggestion I would make is to try starting MH with the --noshaders option, and see if starts properly. Was it working before with an older version and stopped working with the nightly or is this a new install? If you had a previous version that was working, what vintage was it (approximately).
User avatar
RobBaer
 
Posts: 1209
Joined: Sat Jul 13, 2013 3:30 pm
Location: Kirksville, MO USA

Re: Makehuman Won't Launch

Postby Startropic1 » Tue Jul 14, 2020 3:02 pm

I tried running it with -noshaders but still got the OpenGL error. This is a fresh install, first time using makehuman. I did install the program on my windows 10 desktop as well, and it works fine on there. The Intel link is either unable to identify my chipset or it's up to date. (The tray intel assistant utility says drivers are up to date so it's likely that.)

The laptop is an older Win10 machine; it maxes at 8GB RAM (which is what is installed in it.) and has a Core i5 CPU. Lenovo Thinkpad.
Startropic1
 
Posts: 2
Joined: Mon Jul 13, 2020 3:52 pm

Re: Makehuman Won't Launch

Postby VapeLord » Tue Jul 14, 2020 5:52 pm

Hi Startropic1,

do your Thinkpad have a GraphicsCard and the Chipset? When it have both, try to switch to the Card.

Greetz Vape
User avatar
VapeLord
 
Posts: 64
Joined: Mon Mar 23, 2020 7:09 am
Location: Germany

Re: Makehuman Won't Launch

Postby VapeLord » Wed Jul 15, 2020 8:10 am

VapeLord wrote:Hi Startropic1,

do your Thinkpad have a GraphicsCard and the Chipset? When it have both, try to switch to the Card.

Greetz Vape


EDIT: I see, the Thinkpads only have Intel-Chipsets. So, I cancel my question. :D
User avatar
VapeLord
 
Posts: 64
Joined: Mon Mar 23, 2020 7:09 am
Location: Germany

Re: Makehuman Won't Launch

Postby RobBaer » Thu Jul 16, 2020 9:51 am

Startropic1 wrote:I tried running it with -noshaders but still got the OpenGL error. ...


I think it should be --noshaders
User avatar
RobBaer
 
Posts: 1209
Joined: Sat Jul 13, 2013 3:30 pm
Location: Kirksville, MO USA


Return to Bugs, problems and feature requests

Who is online

Users browsing this forum: No registered users and 1 guest