[Pkg-games-ubuntu] [Bug 554748] Re: Bots don't load due to bad file names

Michał Gołębiowski mz.goleb at gmail.com
Sat Nov 6 22:07:39 UTC 2010


A corrected debdiff attached.

** Description changed:

  Binary package hint: openarena
  
- This appears to be the same bug as:
- https://bugzilla.redhat.com/show_bug.cgi?id=526338
+ Due to incorrect use strcpy for the overlapping regions no bots are
+ loaded (a specific errors at the bottom). This makes the whole single-
+ player mode useless.
  
- Running 10.04 amd64 openarena 0.8.1-6 there are no bots and I found this
- in console:
+ Bug has been solved in the development branch in version 0.8.1-7 by
+ replacing incorrect strcpy uses with memmove function. The bug is
+ contained within openarena package only (openarena-data is correct).
  
- 41 arenas parsed
- AAS initialized.
- 
- -----------------------------------
- Bug has been fixed in several places:
- http://bugzilla.icculus.org/show_bug.cgi?id=4331
- https://bugzilla.redhat.com/show_bug.cgi?id=526338
  -----------------------------------
  ^1Error: file bots/default_c.c, line 24: file charsh" not found
  ^3Warning: couldn't find skill 1 in bots/default_c.c
  ^1Error: file bots/default_c.c, line 24: file charsh" not found
  ^1Error: file bots/default_c.c, line 24: file charsh" not found
  ^1Error: file bots/default_c.c, line 24: file charsh" not found
  ^3Warning: couldn't load any skill from bots/default_c.c
  ^1Error: file bots/sarge_c.c, line 24: file charsh" not found
  ^3Warning: couldn't find skill 1 in bots/sarge_c.c
  ^1Error: file bots/default_c.c, line 24: file charsh" not found

** Patch added: "openarena_0.8.1-6ubuntu0.1.debdiff"
   https://bugs.launchpad.net/ubuntu/+source/openarena/+bug/554748/+attachment/1725215/+files/openarena_0.8.1-6ubuntu0.1.debdiff

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of
Debian/Ubuntu Games Team, which is subscribed to openarena in ubuntu.

Status in The icculus.org branch of the Quake 3 engine: Fix Released
Status in “openarena” package in Ubuntu: Fix Released
Status in “quake3” package in Fedora: Fix Released

Bug description:
Binary package hint: openarena

Due to incorrect use strcpy for the overlapping regions no bots are loaded (a specific errors at the bottom). This makes the whole single-player mode useless.

Bug has been solved in the development branch in version 0.8.1-7 by replacing incorrect strcpy uses with memmove function. The bug is contained within openarena package only (openarena-data is correct).

-----------------------------------
^1Error: file bots/default_c.c, line 24: file charsh" not found
^3Warning: couldn't find skill 1 in bots/default_c.c
^1Error: file bots/default_c.c, line 24: file charsh" not found
^1Error: file bots/default_c.c, line 24: file charsh" not found
^1Error: file bots/default_c.c, line 24: file charsh" not found
^3Warning: couldn't load any skill from bots/default_c.c
^1Error: file bots/sarge_c.c, line 24: file charsh" not found
^3Warning: couldn't find skill 1 in bots/sarge_c.c
^1Error: file bots/default_c.c, line 24: file charsh" not found







More information about the Pkg-games-ubuntu mailing list