[ut2004] Game crashing and locking mouse up.

agno at AI.SRI.COM agno at AI.SRI.COM
Sat Jul 31 13:13:17 EDT 2004


On Sat, Jul 31, 2004 at 01:08:17PM -0400, Rick B wrote:
> Zachary J. Slater wrote:
> 
> >If your keyboard focus is still in a terminal, you can use
> >http://www.icculus.org/lgfaq/files/umouse.c
> >to release it.
> > 
> >
>    I've tried that script but it gives some errors. How and where 
> should it be placed? I simply left it in my home directory, although I 
> did execute it as root, last time my mouse locked up after playing the game.

You have to compile it using the command in the file:
gcc -o umouse umouse.c `sdl-config --cflags` `sdl-config --libs`
This generates an executable called 'umouse'.

Andrew.



More information about the ut2004 mailing list