makehuman icon indicating copy to clipboard operation
makehuman copied to clipboard

MakeHuman startup error - 1.3.0 alpha

Open richardmv opened this issue 1 year ago • 4 comments

Platform: ArchLinux 6.9.2-arch1-1 EndeavourOS Python Version: 3.12.3 Numpy Version: 1.26.4

Error occurred on startup: wl_subsurface@43: error 0: no parent The Wayland connection experienced a fatal error: protocol error

also: could not load 9_export_ogre ModuleNotFoundError: No module named 'imp'

I haven't been able to start it up since the update; I'm hoping I didn't just do something foolish on my end to break things. Might be a Python error, since the error is showing up in terminal but not in the log file.

makehuman-debug.txt makehuman.log

CrashLog 5-29-24

richardmv avatar May 30 '24 00:05 richardmv

This happens with ancient parts in our software ...

please change the line

import imp

to

import importlib as imp

with a text editor in plugins/9_export_ogre/__init__.py (line 41)

If that does the job I will fix it. On my box it works, but I also have the old "imp" module.

But that is not wayland, that is simply the deprecated old "imp" module which was replaced by importlib (which is used by makehuman also).

black-punkduck avatar Jun 29 '24 22:06 black-punkduck

hhrrmpf ... okay ... it is already fixed, so Aranuvir was faster than me ;)

black-punkduck avatar Jun 29 '24 22:06 black-punkduck

Made the change on my end and that does fix the issue with 9_export_ogre but doesn't fix the Wayland issue, so I'm still unable to launch MakeHuman. It's likely a Wayland issue and not a MH issue. I should be able to reboot my computer without Wayland and see if that lets me open it.

richardmv avatar Jul 01 '24 00:07 richardmv

yupp but I guess that is identical now to #233

black-punkduck avatar Jul 01 '24 15:07 black-punkduck