You are not logged in.
I was using my computer normaly when the power went out, after the power was restored, I tried loggin back in, but now, even after many restarts gdm isn't working. I only have one active user, so I log into it, and after putting the password, it sends me back into the start of GDM. If I log into the same one user I have GDM gets stuck loading, I can still power off my computer using GDM, and it warns me that my one user is logged in. Any ideias on how to fix this?
Offline
sends me back into the start of GDM. If I log into the same one user I have GDM gets stuck loading
The problem isn't GDM - your session first crashes and then stalls.
At this point, switch the VT (ctrl+alt+f3) and post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stAlso
when the power went out, after the power was restored, I tried loggin back in
sudo LC_ALL=C pacman -Qkk |& grep -v ', 0 altered files' | grep -v backup > /tmp/howbadisit.txt
cat /tmp/howbadisit.txt | curl -F 'file=@-' 0x0.stOffline