Skip to content
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

MakeHuman startup error - 1.3.0 alpha #244

Open
richardmv opened this issue May 30, 2024 · 4 comments
Open

MakeHuman startup error - 1.3.0 alpha #244

richardmv opened this issue May 30, 2024 · 4 comments

Comments

@richardmv
Copy link

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

@black-punkduck
Copy link
Contributor

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
Copy link
Contributor

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

@richardmv
Copy link
Author

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.

@black-punkduck
Copy link
Contributor

yupp but I guess that is identical now to #233

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants