Quote Originally Posted by Accomplice-Raiden View Post
After one of updates I found wery weird character control behaviour: while moving with WASD buttons and occasionally clicking with mouse buttons camera automatically switches position from its normal position and start showing character in front.
This is a bug that sometimes shows up due to the way mouselook works in games.

When you hold the mouse button, the game hides the mouse pointer and moves it to the middle of the screen. Every frame, the game checks how far the mouse is from the center of the screen, turns the camera that amount and snaps the invisible mouse pointer back to the middle of the screen again. Then when you let go of the mouse button, the game moves the mouse back to its original position and turns it visible again.

If the game or Wine or your OS gets the timing slightly wrong, the snap to the middle of the screen can make the camera jump around. The simplest way to work around it is to go in to System Configuration -> Mouse Settings and set it to Software Cursor.

I've got a Wine build without the user32-rawinput-mouse patches that I use for FFXIV.