-
Notifications
You must be signed in to change notification settings - Fork 259
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
Comments
This happens with ancient parts in our software ... please change the line import imp to import importlib as imp with a text editor in 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). |
hhrrmpf ... okay ... it is already fixed, so Aranuvir was faster than me ;) |
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. |
yupp but I guess that is identical now to #233 |
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
The text was updated successfully, but these errors were encountered: