XanderSelorm / MicroFrontendsExample

MIT License
11 stars 5 forks source link

Running the project causes xfce4 to freeze #2

Open snowinmars opened 2 years ago

snowinmars commented 2 years ago

...and it doesn't seem to unfreeze later.

I can see mouse cursor animation, I am able to move the mouse. Mouse click does nothing, keyboard shortcuts does nothing. But I'm still able to press Ctrl + Alt + F2 to log into another terminal and then start xfce4 from that. Dunno why.

Patrial logs from console:

0>npm run build
0>
0>> reactmicrofrontend@1.0.0 build
0>> parcel build src/index.js
0>

image

rider 2022.1.2 #RD-211.5787.36

> uname -a (all today [26.06.2022] updates are applied) < Linux archlinux 5.18.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 22 Jun 2022 18:10:56 +0000 x86_64 GNU/Linux

> xfce4-about --version < xfce4-about 4.16.1 (Xfce 4.16)

> dotnet --version < 6.0.102

> npm --version < 8.5.5

> node --version < v18.3.0

> journalctl -r (I start the project around Jun 26 19:39:00, but I attach more logs just for sure) < journalctl.txt

How can I find out why it happens?

XanderSelorm commented 2 years ago

Sorry for the late reply. I've been trying to replicate the issue but I couldn't get anywhere ahead.

However, I suggest you should run/build the solution with the donet commands instead of the individual npm commands. This is because the build commands have been scripted together with that of dotnet.