Hi.

I was bored so I downloaded it. I've unzipped it and try to run the client, but it doesn't works. It ask a name, show some output, opens an small window and shuts down.

After several tries I have this output in the console:
Code:
E:\programas\juegos\mundo08\trunk\src\client>mundo
Please type the name of your character:
Guillermo
ImageSize = 196608
ImageType = 2
ImageSize = 49152
ImageType = 2
ImageSize = 196608
ImageType = 2
ImageSize = 393216
ImageType = 2
ImageSize = 393216
ImageType = 2
Logging...
Login sucessful.
running the game...
ENTER Guillermo 724148 0.00 -950.00 180.00
ENTER William Martin 662744 0.00 -950.00 180.00
An unhandled exception occurred at $00429DA6 :
EConvertError : "Martin" is an invalid integer
  $00429DA6  STRTOINT,  line 770 of /home/mattias/freepascal/fpc/rtl/objpas/sysu
tils/sysstr.inc
  $00405C9C  TCLIENT__ONRECEIVE,  line 96 of UClient.pas
  $0041D7EE  TLCONNECTION__RECEIVEEVENT,  line 776 of /home/rodrigo/mundo/trunk/
src/common/lnet/lib/lNet.pp
  $0041E754  TLTCP__RECEIVEACTION,  line 1181 of /home/rodrigo/mundo/trunk/src/c
ommon/lnet/lib/lNet.pp
  $0041FE0D  TLSELECTEVENTER__CALLACTION,  line 550 of /home/rodrigo/mundo/trunk
/src/common/lnet/lib/lEvents.pp
  $0041E5A2  TLTCP__CALLACTION,  line 1133 of /home/rodrigo/mundo/trunk/src/comm
on/lnet/lib/lNet.pp
  $004045C3  TSCENE__DRAW,  line 175 of UScene.pas
  $00403529  DISPLAYWINDOW,  line 502 of /home/rodrigo/mundo/trunk/src/common/UG
ame.pas
  $100050C2  ANSIPOS,  line 52 of ./Imaging/Extensions/ImagingOpenGL.pas
  $100048D6  ANSIPOS,  line 52 of ./Imaging/Extensions/ImagingOpenGL.pas
  $00402A6C  TGAME__RUN,  line 322 of /home/rodrigo/mundo/trunk/src/common/UGame
.pas
  $004014F4  main,  line 186 of mundo.pas


E:\programas\juegos\mundo08\trunk\src\client>
I don't know why it remember "William Martin" which was my first try.

I'm using Windows XP, 512Mb RAM, video is Intel but OpenGL capable.

What's wrong?