DrPantera / gsiege

Gades Siege teaches expert systems programming by having AIs compete in a Stratego-inspired board game.
http://drpantera.github.io/gsiege/
GNU General Public License v3.0
0 stars 1 forks source link

Problema en carga #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Ubuntu 10.04

Siempre (cualquier modo de juego) obtiene el siguiente error al intentar cargar 
mis ficheros de formación y reglas. (Attached)

** PROCESSING ENDED
Traceback (most recent call last):
  File "/home/mario/ITIS/Tercero/2Q/DV/Videojuego/gsiege/resistencia/gui/quick_game_dialog.py", line 163, in on_btn_apply_clicked
    self.load_board()
  File "/home/mario/ITIS/Tercero/2Q/DV/Videojuego/gsiege/resistencia/gui/quick_game_dialog.py", line 185, in load_board
    str(int(self.num_turns))
  File "/home/mario/ITIS/Tercero/2Q/DV/Videojuego/gsiege/guadaboard/guada_board.py", line 130, in run
    out_file, winner = lib.run_game()
  File "/home/mario/ITIS/Tercero/2Q/DV/Videojuego/gsiege/libguadalete/libguadalete.py", line 214, in run_game
    self.__renameOutputFile(des)
  File "/home/mario/ITIS/Tercero/2Q/DV/Videojuego/gsiege/libguadalete/libguadalete.py", line 176, in __renameOutputFile
    os.rename(src, des)
OSError: [Errno 2] No existe el fichero o el directorio

Original issue reported on code.google.com by manuel.p...@gm.uca.es on 25 May 2011 at 10:35

Attachments:

GoogleCodeExporter commented 9 years ago
Parece que es porque el fichero no se llama "reglasX"

Original comment by manuel.p...@gm.uca.es on 25 May 2011 at 10:49

GoogleCodeExporter commented 9 years ago

Original comment by theom...@gmail.com on 16 Jun 2011 at 10:54

GoogleCodeExporter commented 9 years ago
Dar un mensaje más informativo, aunque lo pongamos en el manual, seguro que 
algún despistado se le pasa y pierde un rato

Original comment by manuel.p...@gm.uca.es on 23 Jun 2011 at 9:12

GoogleCodeExporter commented 9 years ago
Hecho, en el modo de un jugador y en las competiciones ya se indica el nombre 
correcto, adjunto captura. Cabe notar que, en las competiciones, al elegir la 
opción "Jugar con todos los equipos instalados",  no se lleva a cabo esta 
comprobación, ya que automáticamente se eligen los equipos instalados que 
estén correctamente nombrados.

Original comment by theom...@gmail.com on 5 Jul 2011 at 11:57

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by theom...@gmail.com on 12 Jul 2011 at 2:41

GoogleCodeExporter commented 9 years ago
Pon un mensaje un poco más claro:

reglasNombre.clp está todo en cursiva, pero hay cosas constantes y otras 
personalizables

Mejor pon <I>reglas<B>Nombre</B>.clp</I> donde Nombre es el nombre del equipo

Original comment by manuel.p...@gm.uca.es on 22 Jul 2011 at 11:13

GoogleCodeExporter commented 9 years ago
Hecho.

Original comment by theom...@gmail.com on 28 Jul 2011 at 6:52

Attachments:

GoogleCodeExporter commented 9 years ago
Ups, pone ".form", y debería ser ".clp". Ya está cambiado.

Original comment by theom...@gmail.com on 28 Jul 2011 at 6:53

GoogleCodeExporter commented 9 years ago

Original comment by theom...@gmail.com on 28 Jul 2011 at 6:58