Amulet-Team / Amulet-Editor

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

Errror on Linux ARM64 #55

Closed Max-RM closed 10 months ago

Max-RM commented 11 months ago

Platform - Debian bullseye ARM64.

Amulet-Editor requires Pyside 6. there is no compiled Pyside 6 for ARM64, which is why need to perform these actions first: https://gitlab.com/-/snippets/2432339 https://github.com/Amulet-Team/Amulet-Core/issues/233#issuecomment-1416740274

After this qt example start works: https://github.com/Amulet-Team/Amulet-Map-Editor/issues/127#issuecomment-907820305 https://youtu.be/438FJJjgkT8

after that, the Amulet-Editor worked for a while: Screenshot_2023-02-06-14-13-40-310_com realvnc viewer android

then it stopped working correctly: https://github.com/Amulet-Team/Amulet-Editor/issues/42

now, after some time, the Amulet-Editor at least shows an error in the terminal, and not just does not show the ui without error log: Screenshot_2023-08-04-10-15-38-028_com realvnc viewer android QSocketNotifier: Can only be used with threads started with QThread

Traceback (most recent call last):?? File "/usr/local/lib/python3.10/site-packages/amulet_editor/__main__.py", line 54, in main?? app_main()?? File "/usr/local/lib/python3.10/site-packages/amulet_editor/application/_app.py", line 104, in app_main?? rpc.init_rpc(is_broker)?? File "/usr/local/lib/python3.10/site-packages/amulet_editor/data/_rpc.py", line 339, in init_rpc?? raise Exception(msg)??Exception: QLocalServer::listen: Address in use

windows with errors appear again and again and there are a lot of them.

gentlegiantJGC commented 10 months ago

I think I fixed this issue

Max-RM commented 10 months ago

I think I fixed this issue

now, again, no errors appear in the console or anywhere else, and the program window does not appear.

Max-RM commented 10 months ago

After some fixes in code program window finally appear, and 3d view also works!