project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - horza

Pages: [1]
1
Windows / Re: All in one win32 build script
« on: January 18, 2010, 10:32:03 pm »
I've got the following error on the build. Any ideas? No pdfs were downloaded so I'm wondering why it's looking for one, or why none were downloaded if they're needed.


MessageBox: 0: "If you want to play multiplayer games, open the TCP port 27910 in your firewall."
FunctionEnd
SectionGroup Game ->(SECGROUP01)
Section: "Game Files" ->(SEC01)
SetOverwrite: ifnewer
SetOutPath: "$INSTDIR"
File: "COPYING" 14969 bytes
File: "README" 120 bytes
File: "CONTRIBUTORS" 6869 bytes
warning: File: "..\..\src\docs\tex\*.pdf" -> no files found. (C:\Program Files (x86)\UFOAI\ufoai\contrib\installer\ufoai.mod.nsi:91)
File: "C:\PROGRA~2\UFOAI\MinGW\bin\intl.dll" -> no files found.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
   /oname=outfile one_file_only)
Error in script "C:\Program Files (x86)\UFOAI\ufoai\contrib\installer\ufoai.mod.nsi" on line 92 -- aborting creation process
Endtime:   2010.01.18 21:17:57 2
Error 26
Failed to build the installer

2
Windows / Re: All in one win32 build script
« on: December 29, 2009, 01:18:54 pm »
This is very embarassing to admit to as I do this for a living, but my problems were down to moving to Windows7 without understanding how MS "fixed" the security model.

Just in case anyone else runs into the same thing:

  If you don't set the configure_win32 program to run as Administrator Windows7 will, without telling you, create and use an alternate set of directories under %USERAPP% somewhere which will be empty and useless. For added joy those directories will be hidden, and you can only show hidden folders on a global basis.

I only worked this out after running into the same problems with other programs that wasted many hours of my life. Needless to say my hate for Windoze and M$ is at a peak right now.

3
Windows / Re: All in one win32 build script
« on: December 19, 2009, 03:47:59 pm »
> nsis
I can add a checkbox to build or not to build an installer

@horza
Be a little bit more specific
what gui gives you an error
what is the error
....

[/quote]

A picture tells a thousand words(and is attached), however the gui would be the make_win32 script and the error would be "I can't find the UFO AI Source" followed by some failed attempts to download it.

4
Windows / Re: All in one win32 build script
« on: December 16, 2009, 01:25:48 am »
Downloaded the zip, ran the script ok, found mingw and nsis ok, but the src fails to download via the script repeatedly. Mostly does nothing, sometimes downloads a lot of files, but then just prompts for me to try again.  ???

Links to mingw, script, NSIS, and src in OP would be nice.

5
Feature Requests / Bug Reporting Protocol?
« on: November 21, 2008, 04:00:55 pm »
Just started a new topic for a fairly clear bug in the latest 2.3 Windows package. Is this the preferred way for bug reporting, or should we be doing it directly on Sourceforge?

I'm finding some instability in the release that are probably map compilation and other issues - should I be reporting everything I run into? Examples:

Most (not all) maps it's not possible to climb stairs
Had one "false" Alien activity report called "Project Release Version Number" that caused a crash if I clicked on it. Ignored and it went away.
Drag and drop for armour no longer works, right click was fine.

6
Feature Requests / Bug: Rebasing Dropship Causes Crash
« on: November 21, 2008, 03:52:33 pm »
r20247 packaged Windows release of 2.3.dev

Dropship on return flight is targetted by UFO. Attempt to rebase to evade causes crash with following handy explanation:

R_ProgramVariable: MAX_PROGRAM_VARS reached.
==== ShutdownGame ====
S_Music_Start: Playing music: 'music/ufo2'
B_UpdateStorageAndCapacity: current number of item 'medium' is negative: reset to 0
B_UpdateStorageAndCapacity: current number of item 'medium' is negative: reset to 0
B_UpdateStorageAndCapacity: current number of item 'medium' is negative: reset to 0
B_UpdateStorageAndCapacity: current number of item 'medium' is negative: reset to 0
B_UpdateStorageAndCapacity: current number of item 'medium' is negative: reset to 0
B_UpdateStorageAndCapacity: current number of item 'medium' is negative: reset to 0
Wrote keys.cfg

AIR_GetCapacityByAircraftWeight: Unkown weight of aircraft '0'

Pages: [1]