Amulet-Team / Amulet-Editor

Amulet-Map-Editor 1.0
1 stars 0 forks source link

Fixed co_qualname #41

Closed gentlegiantJGC closed 1 year ago

gentlegiantJGC commented 1 year ago

co_qualname does not exist on linux. This is a workaround for that.

Fixes #40

Max-RM commented 1 year ago

thx. part of the problem is gone, but there is still this problem:

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'

during the program start. this prevents the program window from starting

gentlegiantJGC commented 1 year ago

I can't reproduce that issue on ubuntu. It looks like a warning not an error. https://unix.stackexchange.com/questions/382789/qstandardpaths-xdg-runtime-dir-not-set-defaulting-to-tmp-runtime-root-when

The application isn't loading on ubuntu which is a different issue that I will need to look into.

Max-RM commented 1 year ago

I can't reproduce that issue on ubuntu. It looks like a warning not an error. https://unix.stackexchange.com/questions/382789/qstandardpaths-xdg-runtime-dir-not-set-defaulting-to-tmp-runtime-root-when

The application isn't loading on ubuntu which is a different issue that I will need to look into.

I'm use Debian (stable) on ARM64 CPU

Max-RM commented 1 year ago

The application isn't loading on ubuntu which is a different issue that I will need to look into.

previously, the application was launched without problems. now there is only a terminal.

and there are no errors in the terminal except for that line. so it is unknown why the program window does not start