project-navigation
Personal tools

Author Topic: New on the forum, spotted some bugs  (Read 3377 times)

Offline fhstoica

  • Rookie
  • ***
  • Posts: 14
    • View Profile
New on the forum, spotted some bugs
« on: August 22, 2012, 02:59:12 pm »
Hi,

I am new on the forum, so I don't even know if this is the right place for this post (please advise).
I downloaded the source code for the 2.5 version of the game about 3 months ago, and I keep on running on 2 problems:

1) For some crashed UFOs I cannot enter the mission, I get the error:

ERROR: Couldn't load maps/bridge/br_craft_crash_scout.bsp

The dropship just hovers over the location and I have to send it back manually.

2) I had to abandon a campaign as I kept on getting errors of the type:

ERROR: CP_SetAlienTeamByInterest: no available alien team for mission 'cat7_interest27_1': interest = 27 -- category = 7

This happened for all missions (base attack, crashed or landed UFO, etc).

I also encountered (only once) the problem of "missionid" appearing as the string "^Q" in the save file, and hence unable to reload the game (for a simple campaign)

I can do some coding (mostly C++ and Python, not much using plain old C), so I would like to help fix these bugs.
I also played graphics in the past (mostly pov-ray) so maybe I can help a bit with the mapping.

Offline H-Hour

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1923
    • View Profile
Re: New on the forum, spotted some bugs
« Reply #1 on: August 22, 2012, 04:10:24 pm »
Welcome. I've moved the thread to our 2.5-dev bug posting forum.

1) This has already been fixed, I believe.

2) Not sure.

If you want to try your hand at mapping, check out the mapping section of our wiki with instructions on how to get started.

Offline fhstoica

  • Rookie
  • ***
  • Posts: 14
    • View Profile
Re: New on the forum, spotted some bugs
« Reply #2 on: August 22, 2012, 04:20:07 pm »
Thank you!

1) I will update the code and see if the missing map problem is still there.
2) My googling haven't showed anything on this subject.
Will look over the mapping instructions, thanks for the link!

Anyway, I subscribed to the mailing list as well, and requested a digest at the end of the day,
but I haven't got any message. Should I try again? Contact a moderator directly?

Offline H-Hour

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1923
    • View Profile
Re: New on the forum, spotted some bugs
« Reply #3 on: August 22, 2012, 05:36:57 pm »
1) I will update the code and see if the missing map problem is still there.

You will also need to get the latest data and compiled map. If you're downloading the latest nightly builds for Windows, you'll need to download the complete installer, not just the binaries. If you're fetching from Git and compiling yourself, you'll need to update the maps.

Anyway, I subscribed to the mailing list as well, and requested a digest at the end of the day,
but I haven't got any message. Should I try again? Contact a moderator directly?

What mailing list is this?

Offline fhstoica

  • Rookie
  • ***
  • Posts: 14
    • View Profile
Re: New on the forum, spotted some bugs
« Reply #4 on: August 22, 2012, 05:49:30 pm »
I am using Git under Linux. Will have the update everything, source code, maps, and do a clean build.
I will also have to include the save files and logs (I keep the stdout and stderr of every game session) in the posts.

The mailing list is the one at:  http://lists.killfile.pl/mailman/listinfo/ufoai-announces

I am including below the message I got, removing my e-mail address to avoid getting spam.
Please feel free to edit my post to remove the other e-mail addresses, in case the mailing list is
in danger of getting spammed.

====================================================================

The results of your email command are provided below. Attached is your
original message.

- Results:
    Your request has been forwarded to the list moderator for approval.

- Unprocessed:
    On 7/24/2012 6:22 AM, ufoai-request@lists.killfile.pl wrote:
    > Mailing list subscription confirmation notice for mailing list UFOAI
    >
    > We have received a request from 80.169.239.165 for subscription of
    > your email address, "<-------->", to the
    > ufoai@lists.killfile.pl mailing list.  To confirm that you want to be
    > added to this mailing list, simply reply to this message, keeping the
    > Subject: header intact.  Or visit this web page:
    >
    >      http://lists.killfile.pl/mailman/confirm/ufoai/1efd2de9280d7d779abfa28af6ec6bf91540a6ee
    >
    >
    > Or include the following line -- and only the following line -- in a
    > message to ufoai-request@lists.killfile.pl:
    >
    >      confirm 1efd2de9280d7d779abfa28af6ec6bf91540a6ee
    >
    > Note that simply sending a `reply' to this message should work from
    > most mail readers, since that usually leaves the Subject: line in the
    > right form (additional "Re:" text in the Subject: is okay).
    >
    > If you do not wish to be subscribed to this list, please simply
    > disregard this message.  If you think you are being maliciously
    > subscribed to the list, or have any other questions, send them to
    > ufoai-owner@lists.killfile.pl.

Nokim

  • Guest
Re: New on the forum, spotted some bugs
« Reply #5 on: August 22, 2012, 07:50:14 pm »
2) Not sure.
Fixed too. IIRC it was present for very short time (one day?)