I couldnt find much help on google about this so Ill ask here. The rockbox vmware image suddenly isnt letting me login anymore. Root works but not user. As soon as I click ok it resizes the window briefly then returns to the login screen.
When I could log in previously, Ive been trying to compile the 3.5 stable build but I got some permission errors so i did the
chmod 777 * -R
as recommended. I also did
usermod -G audio user
because I was getting seg faults when trying to play in the simulator in a different build.
But now I cant login anymore, any ideas how to correct it? I really want to test the multifont patch!
I checked the log, heres the section that is logged when I try logging on:
Feb 12 22:27:09.078: vcpu-0| VMMouse: CMD Received 0x000000f5 with 4 words of unread data!
Feb 12 22:27:09.078: vcpu-0| VMMouse: CMD Disable
Feb 12 22:27:09.078: vcpu-0| VMMouse: Disabling VMMouse mode
Feb 12 22:27:09.078: mks| MKS switching absolute mouse off
Feb 12 22:27:10.890: mks| SVGA: enabling escape command
Feb 12 22:27:11.156: mks| Ignoring update request in VGA_Expose (mode change pending).
Feb 12 22:27:11.750: mks| HostOps hideCursor before defineCursor!
Feb 12 22:27:13.500: vcpu-0| VMMouse: CMD Read ID
Feb 12 22:27:13.515: mks| MKS switching absolute mouse on
Feb 12 22:27:14.078: mks| HostOps hideCursor before defineCursor!
Help appreciated.