Makehuman не запускается на windows 7

The number one reason for this is a user error: you double-clicked the zip file (without extracting it) and then double-clicked the .exe file inside the zip. This will not work. You need to first extract the zip file to a directory and then click the .exe file there.

For any version

The number one reason for this is a user error: you double-clicked the zip file (without extracting it) and then double-clicked the .exe file inside the zip. This will not work. You need to first extract
the zip file to a directory and then click the .exe file there.

However, if this is not what happened, read on for other possible explanations.

For nightly builds and 1.1.0

In more cases than not, this is a crash in your graphics card drivers rather than in MakeHuman as such. It is caused by a faulty or old implementation of OpenGL, something which is particularly
common in integrated Intel graphics cards. You can try to upgrade the graphics card drivers to see if it helps.

Another possible remedy is running MakeHuman with the —noshaders switch. See FAQ:MakeHuman renders odd colours and weird transparency artefacts. Can you help me?.

In order to make sure that it is the indeed the graphics card that is causing the problem, look in your log (see FAQ:How to provide a makehuman log for a good bug report?). If the log file
is only a few lines long rather than a screen page or more, but there is no particular error message at the end, then it is most likely the graphics card driver that crashed.

Unfortunately, there is not a whole lot MakeHuman can do about faulty graphics card drivers.

Alternative explanations

Other possible reasons for this and similar problems may include:

  • Your antivirus quarantined a particular library in the downloaded zip. We’ve got reports that norton antivirus dislikes numpy for example. If this happens, random consequences ensue. To solve this, you should whitelist the makehuman directory and/or files belonging to makehuman.
  • You have a very odd character encoding in your system and an uninterpretable character in the pathname. We think we have fixed most of these issues, but to test if this is indeed the problem, try putting makehuman in a path with only ASCII (a-z) characters, such as c:makehuman. Unfortunately this problem will also arise if the user has odd characters in the username, since that is included in the path for where MakeHuman stores it user files. Per October 2016, there is a new build which solves most of these problems. So if you think this is what causes the crash, try downloading a zip file called makehuman-stable-XXXXXX-win32.zip from http://download.tuxfamily.org/makehuman/nightly/

Reporting the problem and asking for support

If you are not able to solve the problem, report it on the forum but be sure to follow the instructions in FAQ:How to provide a makehuman log for a good bug report? in order to provide enough info.

For version 1.0.2 and earlier

Under the following conditions:

  1. You are using any version of windows
  2. You have downloaded a zip file containing the release build 1.0.2 or earlier (ie, not a nightly build).
  3. You have previously installed python
  4. Other factors as yet unidentified (by seemingly more rare going forward)

… MakeHuman will crash before anything appears on screen. The reason is that there is a bundled python inside the build zips, but unfortunately a system-wide installation can, under certain circumstances, get detected first. This makes python look in the wrong place for DLLs etc, which causes the exe for the build to silently crash.

There are several alternative work-arounds proposed for this. However, the simplest solution is the first one.

  1. Upgrade to 1.1.0. The problem is fixed in that branch since years back.
  2. Temporarily rename your python directory to something other than its directory path in your path statement.
  3. Uninstall the existing python from the machine (fairly extreme).
  4. Run source checkouts from bitbucket instead. In this case you must have python installed on the machine.

I’ve read all of the same error post on google, checked my python and opengl files then installed more python stuff (showing pertinent to this problem)

python-2.7.12_1 
python3.4-3.4.5_1
python3.5-3.5.2_1  
python-enum34-1.1.6_1 
python3.4-PyQt5-5.6_1 
python3.4-PyQt5-opengl-5.6_1  
python-PyQt5-opengl-5.6_1
python-numpy-1.11.1_1 

and from source
PyOpenGL-3.1.1a1

and I am still getting this error when trying to start mankhuman.py

NUMPY.VERSION: 1.11.1
Traceback (most recent call last):
File "./makehuman.py", line 827, in <module>
main()
File "./makehuman.py", line 817, in main
from mhmain import MHApplication
File "./core/mhmain.py", line 45, in <module>
import mh
File "./lib/mh.py", line 43, in <module>
from glmodule import grabScreen, hasRenderSkin, renderSkin, getPickedColor, hasRenderToRenderbuffer, renderToBuffer, renderAlphaMask
File "./lib/glmodule.py", line 42, in <module>
import OpenGL
ImportError: No module named OpenGL

I am now at a loss as I cannot figure it out.. anyone got an idea that may (will) work?


0

1

Нужна программа, а ебилда нет. Пишу сам.
makehuman-9999.ebuild работает https://github.com/brothermechanic/cg/blob/master/media-gfx/makehuman/makehum…

А makehuman-1.0.2-r1.ebuild — нет

$ makehuman 
data/VERSION file detected using value from version file: 537:47eda58327ee
Initialized logging
VERSION: 1.0.2
HG REVISION: r537 (47eda58327ee) [data/VERSION static revision data]
SHORT VERSION: v1.0.2
BASEMESH VERSION: hm08
IS BUILT (FROZEN): No
IS RELEASE VERSION: Yes
WORKING DIRECTORY: /usr/share/makehuman
HOME LOCATION: /home/yeti
SYS.VERSION: 2.7.10 (default, Aug 17 2015, 21:50:33)  [GCC 5.2.0]
SYS.PLATFORM: linux2
PLATFORM.MACHINE: x86_64
PLATFORM.PROCESSOR: Intel(R) Core(TM) i7-4960X CPU @ 3.60GHz
PLATFORM.UNAME.RELEASE: 4.2.3-gentoo
PLATFORM.LINUX_DISTRIBUTION: Gentoo Base System 2.2 
NUMPY.VERSION: 1.10.1
No OpenGL_accelerate module loaded: No module named OpenGL_accelerate
PYQT.VERSION: 4.8.7
PYQT.SVG_SUPPORT: supported
PYOPENGL.VERSION: 3.1.0
GL.VENDOR: NVIDIA Corporation
GL.RENDERER: GeForce GTX 780/PCIe/SSE2
GL.VERSION: 4.5.0 NVIDIA 355.11
GLSL.VERSION: 4.50 NVIDIA
GL.EXTENSION: GL_ARB_multisample enabled (4x samples)
Creating new texture for image data/textures/texture_notfound.png.
GL.EXTENSION: GL_ARB_texture_non_power_of_two enabled
./lib/texture.py:111: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
  if pixels == None:

initTexture: 256, 256, False
Setting language to english
Setting language to russian
Theme default version 1.0.0
Traceback (most recent call last):
  File "makehuman.py", line 426, in <module>
    main()
  File "makehuman.py", line 418, in main
    application.run()
  File "./core/mhmain.py", line 1576, in run
    self.start()
  File "./lib/qtui.py", line 663, in start
    self.OnInit()
  File "./core/mhmain.py", line 1558, in OnInit
    self.setTheme("default")
  File "./core/mhmain.py", line 919, in setTheme
    self.log_window.updateView()
  File "./lib/qtui.py", line 618, in updateView
    self.setItemColor(i, log.getLevelColor(ilevel))
  File "./lib/qtgui.py", line 782, in setItemColor
    self.item(row).setForeground(self.getBrush(color))
  File "./lib/qtgui.py", line 746, in getBrush
    cls._brushes[color] = QtGui.QBrush(QtGui.QColor(color))
TypeError: arguments did not match any overloaded call:
  QColor(Qt.GlobalColor): argument 1 has unexpected type 'NoneType'
  QColor(int): too many arguments
  QColor(QVariant): argument 1 has unexpected type 'NoneType'
  QColor(): argument 1 has unexpected type 'NoneType'
  QColor(int, int, int, int alpha=255): argument 1 has unexpected type 'NoneType'

В чем дело? Как исправить?

ps: в версии 9999 нет моделей и текстур, поэтому ставлю из deb

0 / 0 / 1

Регистрация: 23.03.2016

Сообщений: 47

1

01.11.2016, 15:20. Показов 1872. Ответов 2


Для моего проекта мне требуется MakeHuman. Скачиваю с офф. сайта — не работает. Установил python27.dll (было написано, что отсутствует). Всё равно не работает. В чём проблема?

__________________
Помощь в написании контрольных, курсовых и дипломных работ, диссертаций здесь



0



840 / 735 / 342

Регистрация: 22.09.2012

Сообщений: 5,034

03.11.2016, 23:52

2

StiverZ,
Скачай упрощенную версию в 2 раза меньше весом типа makehuman 1.0 alpha 6.
Где качать не помню давно качал, в гугле ищи.



0



0 / 0 / 1

Регистрация: 23.03.2016

Сообщений: 47

06.11.2016, 17:38

 [ТС]

3

У меня есть такая версия. Но там не получается сделать причёску, одеть одежду. А ещё мне нужно, чтобы потом можно было экспортировать в Blender.



0



New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.

Already on GitHub?
Sign in
to your account


Closed

lcforbes opened this issue

May 17, 2020

· 2 comments

Assignees

@joepal1976

Comments

@lcforbes

The Windows installer «makehuman-community-20200517-windows.exe» creates a desktop shortcut.
But this shortcut fails to launch the application because the Target’s command line parameter is not surrounded by double quotes. For instance, the malformed target appears thus:

«C:Program Filesmakehuman-communityPythonpythonw.exe» C:Program Filesmakehuman-communitymhstartwrapper.py

@joepal1976

Thank you, that’s very helpful. I’ve been wondering why we’ve gotten random reports about the application not starting.

This is obviously something which should be fixed sooner rather than later. But as a workaround, you can «install just for me» rather than «install for all users» when launching the installer.

@joepal1976

The fix is in the latest nightly, and has been tested to work on windows 10 under «program files».

2 participants

@joepal1976

@lcforbes

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.

Already on GitHub?
Sign in
to your account


Closed

lcforbes opened this issue

May 17, 2020

· 2 comments

Assignees

@joepal1976

Comments

@lcforbes

The Windows installer «makehuman-community-20200517-windows.exe» creates a desktop shortcut.
But this shortcut fails to launch the application because the Target’s command line parameter is not surrounded by double quotes. For instance, the malformed target appears thus:

«C:Program Filesmakehuman-communityPythonpythonw.exe» C:Program Filesmakehuman-communitymhstartwrapper.py

@joepal1976

Thank you, that’s very helpful. I’ve been wondering why we’ve gotten random reports about the application not starting.

This is obviously something which should be fixed sooner rather than later. But as a workaround, you can «install just for me» rather than «install for all users» when launching the installer.

@joepal1976

The fix is in the latest nightly, and has been tested to work on windows 10 under «program files».

2 participants

@joepal1976

@lcforbes

Hi, I am new user of the software and, after install on windows 10, I try open and nothing happens…
I see in my documents a file call python_err, maybe it can help to solve the problem… sorry for the english… I’m from Brasil

Initialized logging
VERSION: 1.2.0 Alpha3
HG REVISION: UNKNOWN
SHORT VERSION: alpha3
BASEMESH VERSION: hm08
IS BUILT (FROZEN): No
IS RELEASE VERSION: Yes
DEFAULT ENCODING: utf-8
FILESYSTEM ENCODING: utf-8
STDOUT ENCODING: cp1252
LOCALE PREFERRED ENCODING: cp1252
WORKING DIRECTORY: C:UsersmteleAppDataLocalmakehuman-communitymakehuman
HOME LOCATION: C:/Users/mtele/OneDrive/Documentos
PYTHON PATH: ./;./lib;./apps;./shared;./apps/gui;./core;C:UsersmteleAppDataLocalmakehuman-communityPythonpython36.zip;C:UsersmteleAppDataLocalmakehuman-communityPython;C:UsersmteleAppDataLocalmakehuman-communitypkgs
DLL PATH: C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:WINDOWSSystem32WindowsPowerShellv1.0;C:WINDOWSSystem32OpenSSH;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program FilesNVIDIA CorporationNVIDIA NvDLISR;C:Program FilesCommon FilesAutodesk Shared;C:Program FilesMicrosoft SQL Server120ToolsBinn;C:Program FilesGitcmd;C:Program Files (x86)Bracketscommand;C:UsersmteleAppDataLocalMicrosoftWindowsApps;
SYS.VERSION: 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 16:07:46) [MSC v.1900 32 bit (Intel)]
SYS.PLATFORM: win32
SYS.EXECUTABLE: C:UsersmteleAppDataLocalmakehuman-communityPythonpythonw.exe
PLATFORM.MACHINE: AMD64
PLATFORM.PROCESSOR: Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
PLATFORM.UNAME.RELEASE: 10
PLATFORM.WIN32_VER: 10 10.0.18362 SP0 Multiprocessor Free
NUMPY.VERSION: 1.13.3
No OpenGL_accelerate module loaded: No module named ‘OpenGL_accelerate’
QT.VERSION: 5.10.1
QT.JPG_SUPPORT: not supported
QT.SVG_SUPPORT: not supported
QT.PLUGIN_PATH: C:/Users/mtele/AppData/Local/makehuman-community/pkgs/PyQt5/Qt/plugins;C:/Users/mtele/AppData/Local/makehuman-community/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’operaxe7xe3o invxe1lida’,
baseOperation = glGetString,
cArguments = (GL_VENDOR,)
)
Failed to write GL debug info to debug dump: GLError(
err = 1282,
description = b’operaxe7xe3o invxe1lida’,
baseOperation = glGetIntegerv,
pyArgs = (
GL_SAMPLES_ARB,
<object object at 0x03DC3168>,
),
cArgs = (
GL_SAMPLES_ARB,
array([0], dtype=int32),
),
cArguments = (
GL_SAMPLES_ARB,
array([0], dtype=int32),
)
)

  • Печать

Страницы: [1]   Вниз

Тема: Проблема установки MakeHuman  (Прочитано 4053 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн
F1asher_086

Кто-нибудь пользовался программой MakeHuman для создания 3d-моделей персонажей?
Я слышал, что она основана на Blender и значительно облегчает создание персонажа. Хотелось бы поглядеть на нее.
Так вот такая проблема: скачиваю с офф.сайта или makehuman.googlecode.com текущую версию в .deb, она просит python2.6-библиотеку и не устанавливается. У меня установлена python2.7, в чем проблема?

« Последнее редактирование: 25 Июня 2012, 19:44:01 от F1asher_086 »


Оффлайн
start733

А если установить через GDebi ?
Он вроде сам определяет и загружает необходимые зависимости.


Оффлайн
prokoudine

Я слышал, что она основана на Blender

Не основана. Первая версия действительно была скриптом для блендера. Но это было давно и неправда :)

А если установить через GDebi ?
Он вроде сам определяет и загружает необходимые зависимости.

Не поможет. Впрочем, можно скачать tar.bz2, наделать симлинков на библиотеки Python и запускать так.


Оффлайн
prokoudine


  • Печать

Страницы: [1]   Вверх

Аватара пользователя

Zeffanyx

Сообщения: 1440
Зарегистрирован: 12 сен 2011, 14:25
Operating system: OpenMandriva 4.3
Откуда: Санкт-Петербург

Makehuman не работает

У нас есть отличная программа для 3D-моделирования человеческого тела — Makehuman. К сожалению, в Росе R9 она не запускается:

Код: Выделить всё

$ makehuman
NO VERSION file detected retrieving revision info from HG
NOTICE: Failed to get hg version number from command line: [Errno 2] No such file or directory (This is just a head's up, not a critical error)
NOTICE: Failed to get hg version number using hglib: No module named hglib (This is just a head's up, not a critical error)
NOTICE: Failed to get hg version from file: [Errno 2] No such file or directory: '/usr/share/.hg/cache/tags' (This is just a head's up, not a critical error)
Detected HG revision: r? (UNKNOWN)
Initialized logging
VERSION: 1.0.2 (r? UNKNOWN) [none found]
HG REVISION: r? (UNKNOWN) [none found]
SHORT VERSION: v1.0.2
BASEMESH VERSION: hm08
IS BUILT (FROZEN): No
IS RELEASE VERSION: No
WORKING DIRECTORY: /usr/share/makehuman
HOME LOCATION: /home/atolstoy
SYS.VERSION: 2.7.12 (default, Feb  5 2017, 20:03:30)  [GCC 5.3.1 20160412 (ROSA)]
SYS.PLATFORM: linux2
PLATFORM.MACHINE: x86_64
PLATFORM.PROCESSOR: x86_64
PLATFORM.UNAME.RELEASE: 4.9.20-nrj-desktop-1rosa-x86_64
PLATFORM.LINUX_DISTRIBUTION: ROSA Desktop Fresh R9 2016.1 
NUMPY.VERSION: 1.12.0
No OpenGL_accelerate module loaded: No module named OpenGL_accelerate
PYQT.VERSION: 4.8.7
PYQT.SVG_SUPPORT: supported
PYOPENGL.VERSION: 3.1.0
GL.VENDOR: VMware, Inc.
GL.RENDERER: Gallium 0.4 on llvmpipe (LLVM 3.9, 256 bits)
GL.VERSION: 2.1 Mesa 17.1.2
GLSL.VERSION: 1.30
GL.EXTENSION: GL_ARB_multisample enabled (0x samples)
Creating new texture for image data/textures/texture_notfound.png.
GL.EXTENSION: GL_ARB_texture_non_power_of_two enabled
./lib/texture.py:111: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
  if pixels == None:

initTexture: 256, 256, False
Setting language to english
Setting language to english
shortcuts.ini out of date; ignoring
Theme default version 1.0.0
Traceback (most recent call last):
  File "makehuman.py", line 426, in <module>
    main()
  File "makehuman.py", line 418, in main
    application.run()
  File "./core/mhmain.py", line 1576, in run
    self.start()
  File "./lib/qtui.py", line 663, in start
    self.OnInit()
  File "./core/mhmain.py", line 1558, in OnInit
    self.setTheme("default")
  File "./core/mhmain.py", line 919, in setTheme
    self.log_window.updateView()
  File "./lib/qtui.py", line 618, in updateView
    self.setItemColor(i, log.getLevelColor(ilevel))
  File "./lib/qtgui.py", line 782, in setItemColor
    self.item(row).setForeground(self.getBrush(color))
  File "./lib/qtgui.py", line 746, in getBrush
    cls._brushes[color] = QtGui.QBrush(QtGui.QColor(color))
TypeError: arguments did not match any overloaded call:
  QColor(Qt.GlobalColor): argument 1 has unexpected type 'NoneType'
  QColor(int): too many arguments
  QColor(Any): argument 1 has unexpected type 'NoneType'
  QColor(): argument 1 has unexpected type 'NoneType'
  QColor(int, int, int, alpha: int = 255): argument 1 has unexpected type 'NoneType'

Сила воли — это масса воли умноженная на ускорение воли.


Понравилась статья? Поделить с друзьями:
  • Makecert exe скачать для windows 10
  • Makecab exe грузит процессор windows 7
  • Make windows 11 look like macos tech rifle zip
  • Make windows 10 look like mac os
  • Make linux mint look like windows