project-navigation
Personal tools

Author Topic: UFORadiant dmg  (Read 11379 times)

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
UFORadiant dmg
« on: August 27, 2009, 09:10:13 pm »
i could need some testers of UFORadiant. I managed to compile and run uforadiant on my mac mini and am trying now to integrate it into the dmg. If you build your dmg and install it, please let me know whether it works for you.

Maybe it would be better to create a standalone dmg for it - we'll see.

Offline Dorzak

  • Rookie
  • ***
  • Posts: 45
    • View Profile
Re: UFORadiant dmg
« Reply #1 on: August 30, 2009, 06:39:43 am »
i could need some testers of UFORadiant. I managed to compile and run uforadiant on my mac mini and am trying now to integrate it into the dmg. If you build your dmg and install it, please let me know whether it works for you.

Maybe it would be better to create a standalone dmg for it - we'll see.

I would be interested.  Give me something to do related to the game.

I am a bit frustrated currently.  After a taste for 2.3 and running into the stairs bug, I don't really want to go back to 2.2.x.      However, when I try and build 2.3 I am running into errors, and I am not a coder.


Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: UFORadiant dmg
« Reply #2 on: August 30, 2009, 07:57:31 am »
which errors - post them here and i will try to fix them.

Offline Dorzak

  • Rookie
  • ***
  • Posts: 45
    • View Profile
Re: UFORadiant dmg
« Reply #3 on: August 30, 2009, 04:44:33 pm »
which errors - post them here and i will try to fix them.

When I can convince my wife that her machine needs to be given up for quote, "that stupid game" for a while again, I will do so.

The error was something like:

../../../../uforadiant doesn't exist
Exited Error 1

Reproduced with "make TARGET_CPU=universal" and "make bundle TARGET_CPU=universal"


Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: UFORadiant dmg
« Reply #4 on: August 30, 2009, 04:52:47 pm »
you have to run ./configure --enable-universal

remove the uforadiant option (i've updated the wiki already)

after that you should have an uforadiant binary, too - so running make macinstaller should work, too

Offline Dorzak

  • Rookie
  • ***
  • Posts: 45
    • View Profile
Re: UFORadiant dmg
« Reply #5 on: August 31, 2009, 08:03:16 am »
you have to run ./configure --enable-universal

remove the uforadiant option (i've updated the wiki already)

after that you should have an uforadiant binary, too - so running make macinstaller should work, too

Here is what I get with a fresh checkout and with the script from the wiki.   uforadiant isn't building.   Here are the errors:

Aluminum-Contention-4:trunk dorzak$ make uforadiant
 * [RAD] src/tools/radiant/plugins/model/plugin.cpp
In file included from src/tools/radiant/libs/debugging/debugging.h:30,
                 from src/tools/radiant/include/modulesystem.h:26,
                 from src/tools/radiant/include/iscenegraph.h:242,
                 from src/tools/radiant/plugins/model/plugin.cpp:30:
src/tools/radiant/libs/stream/textstream.h:36:18: error: glib.h: No such file or directory
In file included from src/tools/radiant/libs/debugging/debugging.h:30,
                 from src/tools/radiant/include/modulesystem.h:26,
                 from src/tools/radiant/include/iscenegraph.h:242,
                 from src/tools/radiant/plugins/model/plugin.cpp:30:
src/tools/radiant/libs/stream/textstream.h:36:18: error: glib.h: No such file or directory
src/tools/radiant/libs/stream/textstream.h: In function ‘TextOutputStreamType& ostream_write(TextOutputStreamType&, double)’:
src/tools/radiant/libs/stream/textstream.h:131: error: there are no arguments to ‘g_snprintf’ that depend on a template parameter, so a declaration of ‘g_snprintf’ must be available
src/tools/radiant/libs/stream/textstream.h:131: error: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
src/tools/radiant/libs/stream/textstream.h: In function ‘TextOutputStreamType& ostream_write(TextOutputStreamType&, const HexChar&)’:
src/tools/radiant/libs/stream/textstream.h:199: error: there are no arguments to ‘g_snprintf’ that depend on a template parameter, so a declaration of ‘g_snprintf’ must be available
src/tools/radiant/libs/stream/textstream.h: In function ‘TextOutputStreamType& ostream_write(TextOutputStreamType&, const FloatFormat&)’:
src/tools/radiant/libs/stream/textstream.h:218: error: there are no arguments to ‘g_snprintf’ that depend on a template parameter, so a declaration of ‘g_snprintf’ must be available
src/tools/radiant/libs/stream/textstream.h: In function ‘TextOutputStreamType& ostream_write(TextOutputStreamType&, const Decimal&)’:
src/tools/radiant/libs/stream/textstream.h:237: error: there are no arguments to ‘g_snprintf’ that depend on a template parameter, so a declaration of ‘g_snprintf’ must be available
src/tools/radiant/libs/string/string.h: In function ‘int string_compare_nocase(const char*, const char*)’:
src/tools/radiant/libs/string/string.h:88: error: ‘g_ascii_strcasecmp’ was not declared in this scope
src/tools/radiant/libs/string/string.h: In function ‘int string_compare_nocase_n(const char*, const char*, size_t)’:
src/tools/radiant/libs/string/string.h:97: error: ‘g_ascii_strncasecmp’ was not declared in this scope
src/tools/radiant/libs/stream/textstream.h: In function ‘TextOutputStreamType& ostream_write(TextOutputStreamType&, double)’:
src/tools/radiant/libs/stream/textstream.h:131: error: there are no arguments to ‘g_snprintf’ that depend on a template parameter, so a declaration of ‘g_snprintf’ must be available
src/tools/radiant/libs/stream/textstream.h:131: error: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
src/tools/radiant/libs/stream/textstream.h: In function ‘TextOutputStreamType& ostream_write(TextOutputStreamType&, const HexChar&)’:
src/tools/radiant/libs/stream/textstream.h:199: error: there are no arguments to ‘g_snprintf’ that depend on a template parameter, so a declaration of ‘g_snprintf’ must be available
src/tools/radiant/libs/stream/textstream.h: In function ‘TextOutputStreamType& ostream_write(TextOutputStreamType&, const FloatFormat&)’:
src/tools/radiant/libs/stream/textstream.h:218: error: there are no arguments to ‘g_snprintf’ that depend on a template parameter, so a declaration of ‘g_snprintf’ must be available
src/tools/radiant/libs/stream/textstream.h: In function ‘TextOutputStreamType& ostream_write(TextOutputStreamType&, const Decimal&)’:
src/tools/radiant/libs/stream/textstream.h:237: error: there are no arguments to ‘g_snprintf’ that depend on a template parameter, so a declaration of ‘g_snprintf’ must be available
src/tools/radiant/plugins/model/plugin.cpp: In function ‘void PicoPrintFunc(int, const char*)’:
src/tools/radiant/plugins/model/plugin.cpp:60: error: ‘g_message’ was not declared in this scope
src/tools/radiant/plugins/model/plugin.cpp:68: error: ‘g_warning’ was not declared in this scope
src/tools/radiant/plugins/model/plugin.cpp:76: error: ‘g_critical’ was not declared in this scope
src/tools/radiant/libs/string/string.h: In function ‘int string_compare_nocase(const char*, const char*)’:
src/tools/radiant/libs/string/string.h:88: error: ‘g_ascii_strcasecmp’ was not declared in this scope
src/tools/radiant/libs/string/string.h: In function ‘int string_compare_nocase_n(const char*, const char*, size_t)’:
src/tools/radiant/libs/string/string.h:97: error: ‘g_ascii_strncasecmp’ was not declared in this scope
src/tools/radiant/plugins/model/plugin.cpp: In function ‘void PicoPrintFunc(int, const char*)’:
src/tools/radiant/plugins/model/plugin.cpp:60: error: ‘g_message’ was not declared in this scope
src/tools/radiant/plugins/model/plugin.cpp:68: error: ‘g_warning’ was not declared in this scope
src/tools/radiant/plugins/model/plugin.cpp:76: error: ‘g_critical’ was not declared in this scope
lipo: can't figure out the architecture type of: /var/folders/RX/RXWqPvf7G2uSPueKjUglxU+++TI/-Tmp-//cc6qHHGu.out
make: *** [debug-darwin-universal/tools/radiant/plugins_cpp/tools/radiant/plugins/model/plugin.o] Error 1

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: UFORadiant dmg
« Reply #6 on: August 31, 2009, 08:37:03 am »
make sure to install the macport packages that are printed in the wiki - you are missing gtk and glib

Offline Dorzak

  • Rookie
  • ***
  • Posts: 45
    • View Profile
Re: UFORadiant dmg
« Reply #7 on: August 31, 2009, 08:52:28 am »
make sure to install the macport packages that are printed in the wiki - you are missing gtk and glib

I ran the script exactly as it appears in the wiki.     There are these errors also with ./configure --enable-univsersal

The script pulls gtk2, I am pulling gtk1.   missing gtk might explain these errors perhaps?

checking jpeglib.h presence... no
configure: WARNING: jpeglib.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: jpeglib.h: proceeding with the compiler's result
checking for jpeglib.h... yes
checking for jpeg_CreateDecompress in -ljpeg... yes
checking ogg/ogg.h usability... yes
checking ogg/ogg.h presence... no
configure: WARNING: ogg/ogg.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: ogg/ogg.h: proceeding with the compiler's result
checking for ogg/ogg.h... yes
checking for ogg_sync_init in -logg... yes
checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for VORBIS... yes
checking xvid.h usability... yes
checking xvid.h presence... no
configure: WARNING: xvid.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: xvid.h: proceeding with the compiler's result
checking for xvid.h... yes
checking for xvid_decore in -lxvidcore... yes
checking for THEORA... yes
checking libintl.h usability... yes
checking libintl.h presence... no
configure: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: libintl.h: proceeding with the compiler's result
checking for libintl.h... yes
checking for library containing gettext... -lintl
checking SDL.h usability... yes
checking SDL.h presence... no
configure: WARNING: SDL.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: SDL.h: proceeding with the compiler's result
checking for SDL.h... yes
checking SDL_mixer.h usability... yes
checking SDL_mixer.h presence... no
configure: WARNING: SDL_mixer.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: SDL_mixer.h: proceeding with the compiler's result
checking for SDL_mixer.h... yes
checking for library containing Mix_OpenAudio... -lSDL_mixer
checking SDL_ttf.h usability... yes
checking SDL_ttf.h presence... no
configure: WARNING: SDL_ttf.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: SDL_ttf.h: proceeding with the compiler's result
checking for SDL_ttf.h... yes
checking for library containing TTF_Init... -lSDL_ttf
checking png.h usability... yes
checking png.h presence... no
configure: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: png.h: proceeding with the compiler's result
checking for png.h... yes
checking for png_create_info_struct in -lpng... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... no
configure: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: GL/gl.h: proceeding with the compiler's result
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... no
configure: WARNING: GL/glu.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: GL/glu.h: proceeding with the compiler's result
checking for GL/glu.h... yes
checking for library containing newwin... -lcurses
configure: Without msys
configure: UFORadiant dependencies: gtk2, gtkglext, glib2 and libxml2
checking for RADIANT... yes
configure: Enabling client
configure: Enabling dedicated server
configure: Enabling ufo2map
configure: Enabling UFORadiant
configure: Enabling debug build
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
configure: WARNING: unrecognized options: --enable-univsersal
Aluminum-Contention-4:trunk dorzak$ cd ~/
Aluminum-Contention-4:~ dorzak$ less ufoaiscript
Aluminum-Contention-4:~ dorzak$ cd ufoai/trunk/
Aluminum-Contention-4:trunk dorzak$ ./configure --enable-universal
checking build system type... i686-apple-darwin9.7.0
checking host system type... i686-apple-darwin9.7.0
checking target system type... i686-apple-darwin9.7.0
checking system... Mac OS X
checking for sed... yes
checking for echo... yes
checking target OS... darwin
checking target CPU... universal
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of int*... 4
checking for rm... yes
checking for mkdir... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for getaddrinfo... yes
checking for freeaddrinfo... yes
checking whether AI_NUMERICSERV is declared... no
checking for setpriority... yes
checking for strncasecmp... yes
checking for stdint.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for library containing dlopen... none required
checking for library containing cos... none required
checking for library containing stricmp... no
checking for library containing strcasecmp... none required
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compress in -lz... yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... no
configure: WARNING: jpeglib.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: jpeglib.h: proceeding with the compiler's result
checking for jpeglib.h... yes
checking for jpeg_CreateDecompress in -ljpeg... yes
checking ogg/ogg.h usability... yes
checking ogg/ogg.h presence... no
configure: WARNING: ogg/ogg.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: ogg/ogg.h: proceeding with the compiler's result
checking for ogg/ogg.h... yes
checking for ogg_sync_init in -logg... yes
checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for VORBIS... yes
checking xvid.h usability... yes
checking xvid.h presence... no
configure: WARNING: xvid.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: xvid.h: proceeding with the compiler's result
checking for xvid.h... yes
checking for xvid_decore in -lxvidcore... yes
checking for THEORA... yes
checking libintl.h usability... yes
checking libintl.h presence... no
configure: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: libintl.h: proceeding with the compiler's result
checking for libintl.h... yes
checking for library containing gettext... -lintl
checking SDL.h usability... yes
checking SDL.h presence... no
configure: WARNING: SDL.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: SDL.h: proceeding with the compiler's result
checking for SDL.h... yes
checking SDL_mixer.h usability... yes
checking SDL_mixer.h presence... no
configure: WARNING: SDL_mixer.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: SDL_mixer.h: proceeding with the compiler's result
checking for SDL_mixer.h... yes
checking for library containing Mix_OpenAudio... -lSDL_mixer
checking SDL_ttf.h usability... yes
checking SDL_ttf.h presence... no
configure: WARNING: SDL_ttf.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: SDL_ttf.h: proceeding with the compiler's result
checking for SDL_ttf.h... yes
checking for library containing TTF_Init... -lSDL_ttf
checking png.h usability... yes
checking png.h presence... no
configure: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: png.h: proceeding with the compiler's result
checking for png.h... yes
checking for png_create_info_struct in -lpng... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... no
configure: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: GL/gl.h: proceeding with the compiler's result
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... no
configure: WARNING: GL/glu.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: GL/glu.h: proceeding with the compiler's result
checking for GL/glu.h... yes
checking for library containing newwin... -lcurses
configure: Without msys
configure: UFORadiant dependencies: gtk2, gtkglext, glib2 and libxml2


Offline Dorzak

  • Rookie
  • ***
  • Posts: 45
    • View Profile
Re: UFORadiant dmg
« Reply #8 on: September 01, 2009, 03:17:57 pm »
To  follow-up.  Macports thinks it has installed gtk1, gtk2, gtkglext, glib2 and libxml2 which are mentioned in the errors.

Still same errors.

Offline Shigerello

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
Re: UFORadiant dmg
« Reply #9 on: September 12, 2009, 08:22:44 pm »
A lot of warnings, hmm...

You said you're using MacPorts, maybe you should try:

./configure --enable-universal CPPFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib"


This explicitly specifies where prerequisite libraries (headers and objects) are located.
By the way, you need universal version (i386 and x86_64) of every required library or framework to build an universal application.
This mean, you must have done something like "sudo port install gtk2 +universal", yes "+universal"

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: UFORadiant dmg
« Reply #10 on: September 14, 2009, 10:01:42 am »
please try the dmg from here: http://www.elitesupport.org/ufoai/index.php?option=com_rokdownloads&view=folder&Itemid=3

keep in mind that this needs testing and might not even work at all.

feedback is welcome.

Offline Shigerello

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
Re: UFORadiant dmg
« Reply #11 on: September 14, 2009, 02:22:12 pm »
Here is my test report.

OS: Mac OSX 10.6.1
Processor: 2 GHz Intel Core 2 Duo

• UFO AI 2.3 DEV MACOSX
  It successfully launched. However, after I proceeded to Campaign mode, even though side bar on the right was visible and working for user interaction, main view was blank. Perhaps, this is where user chooses game difficulty, but I can't see, I can't choose.
Also, when I clicked the blank main view, the program stopped to respond.


• UFO RADIANT 1.5 MACOSX
  UFORadiant failed to launch. System dialog popped up, it says "You can't open the application UFORadiant because it may be damaged or incomplete."
I tried UFORadiant.app/Contents/MacOS/uforadiant directly instead, but it also failed.
Here is the log.

Quote
Started logging to <my_home_dir>/.ufoai/radiant/radiant.log
Today is: Mon Sep 14 19:42:53 2009

This is UFORadiant '1.5.0' compiled Sep 13 2009
UFORadiant based on GtkRadiant 1.5 branch
src/tools/radiant/radiant/error.cpp:59
runtime error: XML parser failed on '<my_home_dir>/Desktop/uforadiant-1_5-macosx-i386/UFORadiant.app/Contents/MacOS/games/ufoai.game'

No such file or directory
----------------

Stacktrace is not implemented on this plattform
----------------
**-Message: Closing log file at Mon Sep 14 19:55:08 2009

UFORadiant must be looking at a wrong place for game resources.

Offline Dorzak

  • Rookie
  • ***
  • Posts: 45
    • View Profile
Re: UFORadiant dmg
« Reply #12 on: September 15, 2009, 06:29:05 am »
UFO RADIANT 1.5

I got the same error.   Dug around in the package file for the binary and tried launching that.  Terminal gives these errors depending on which uforadiant in the package I click on.    Essentially it is trying to dynamically link to some of the libraries that aren't on my system.

From the one located in the radiant subdirectory of the apps .pkg:
Quote
Last login: Mon Sep 14 21:21:22 on ttys000
/Applications/UFORadiant.app/radiant/uforadiant ; exit;
<machine name removed>~ dorzak$ /Applications/UFORadiant.app/radiant/uforadiant ; exit;
dyld: Library not loaded: /opt/local/lib/libgtkglext-x11-1.0.0.dylib
  Referenced from: /Applications/UFORadiant.app/radiant/uforadiant
  Reason: image not found
Trace/BPT trap
logout


From the one in contents/Mac OS X/ get this a pop up from X11 (see attached file) and this in terminal:
Quote
Last login: Mon Sep 14 21:25:36 on ttys000
/Applications/UFORadiant.app/Contents/MacOS/uforadiant ; exit;
<machine name removed>:~ dorzak$ /Applications/UFORadiant.app/Contents/MacOS/uforadiant ; exit;
Xlib:  extension "RANDR" missing on display "/tmp/launch-SAbwfe/:0".
Started logging to /Users/dorzak/.ufoai/radiant/radiant.log
Today is: Mon Sep 14 21:26:46 2009

This is UFORadiant '1.5.0' compiled Sep 13 2009
UFORadiant based on GtkRadiant 1.5 branch
I/O warning : failed to load external entity "/Users/dorzak/games/ufoai.game"
src/tools/radiant/radiant/error.cpp:59
runtime error: XML parser failed on '/Users/dorzak/games/ufoai.game'

No such file or directory
----------------

Stacktrace is not implemented on this plattform
----------------

(uforadiant:3079): Pango-CRITICAL **: No modules found:
No builtin or dynamically loaded modules were found.
PangoFc will not work correctly.
This probably means there was an error in the creation of:
  '/opt/local/etc/pango/pango.modules'
You should create this file by running:
  pango-querymodules > '/opt/local/etc/pango/pango.modules'
Fontconfig error: Cannot load default config file

(uforadiant:3079): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='latin'

(uforadiant:3079): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/opt/local/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory

(uforadiant:3079): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='common'
**-Message: Closing log file at Mon Sep 14 21:27:44 2009

logout

[Process completed]




Offline Dorzak

  • Rookie
  • ***
  • Posts: 45
    • View Profile
Re: UFORadiant dmg
« Reply #13 on: September 15, 2009, 06:49:17 am »
With UFOAI I get the same thing - when starting a campaign can't choose the options.   I even deleted my ~/.ufoai directory to make sure I didn't have a conflicting configuration or cache in there.

Attached is a screenshot.   I tried changing video settings and using full screen as well.  When launching from the ufo binary get spam about unable to find a bunch of items and techs.

Quote
CL_LanguageInit: language settings are stored in configuration: en
...using language: en_US.UTF-8
SDL_ttf version 2.0.9 - we need at least 2.0.7
...registering 10 fonts
130 static models loaded
====== UFO Initialized ======

Switch grab input off
Change gametype to 'Campaign mode'

--- save subsystem initialization --
added base subsystem
added campaign subsystem
added hospital subsystem
added market subsystem
added research subsystem
added employee subsystem
added aliencont subsystem
added aircraft subsystem
added installation subsystem
added ufostores subsystem
added production subsystem
added messagesystem subsystem
added stats subsystem
added nations subsystem
added transfer subsystem
added alien base subsystem
added xvirate subsystem
added messageoptions subsystem
INVSH_GetItemByID: Item "craft_alien_propulsion" not found.
INVSH_GetItemByID: Item "craft_alien_astrogation" not found.
INVSH_GetItemByID: Item "craft_alien_detection" not found.
INVSH_GetItemByID: Item "craft_alien_propulsion" not found.
INVSH_GetItemByID: Item "craft_alien_astrogation" not found.
INVSH_GetItemByID: Item "craft_alien_detection" not found.
INVSH_GetItemByID: Item "craft_weapon_particle_beam" not found.
INVSH_GetItemByID: Item "craft_alien_propulsion" not found.
INVSH_GetItemByID: Item "craft_alien_astrogation" not found.
INVSH_GetItemByID: Item "craft_alien_detection" not found.
INVSH_GetItemByID: Item "craft_weapon_particle_beam" not found.
INVSH_GetItemByID: Item "craft_alien_propulsion" not found.
INVSH_GetItemByID: Item "craft_alien_astrogation" not found.
INVSH_GetItemByID: Item "craft_alien_detection" not found.
INVSH_GetItemByID: Item "craft_weapon_particle_beam" not found.
Aircraft 'craft_ufo_ripper' not found (0).
Aircraft 'craft_ufo_gunboat' not found (0).
Aircraft 'craft_ufo_scout' not found (0).
Aircraft 'craft_ufo_fighter' not found (0).
Aircraft 'craft_ufo_supply' not found (0).
Aircraft 'craft_ufo_carrier' not found (0).
Aircraft 'craft_ufo_bomber' not found (0).
Aircraft 'craft_ufo_corrupter' not found (0).
Aircraft 'craft_ufo_harvester' not found (0).
Aircraft 'craft_ufo_scout' not found (0).
Aircraft 'craft_ufo_fighter' not found (0).
Aircraft 'craft_ufo_supply' not found (0).
Aircraft 'craft_ufo_carrier' not found (0).
Aircraft 'craft_ufo_bomber' not found (0).
Aircraft 'craft_ufo_corrupter' not found (0).
Aircraft 'craft_ufo_gunboat' not found (0).
Aircraft 'craft_ufo_ripper' not found (0).
Aircraft 'craft_ufo_harvester' not found (0).
Aircraft 'craft_ufo_mothership' not found (0).
INVSH_GetItemByID: Item "craft_alien_astrogation" not found.
********************
ERROR: RS_AssignTechLinks: Could not get item definition for 'craft_alien_astrogation'
********************
0   ufo                                 0x00154f67 Sys_Backtrace + 31
1   ufo                                 0x000f5f39 Com_Error + 342
2   ufo                                 0x000932e0 RS_AssignTechLinks + 254
3   ufo                                 0x0009339b RS_RequiredLinksAssign + 76
4   ufo                                 0x000648e5 CL_ReadSinglePlayerData + 131
5   ufo                                 0x00012659 GAME_CP_InitStartup + 476
6   ufo                                 0x00010286 GAME_SetMode + 297
7   ufo                                 0x000107b7 GAME_SetMode_f + 108
8   ufo                                 0x000e92a2 Cmd_ExecuteString + 219
9   ufo                                 0x000e7ed9 Cbuf_Execute + 289
10  ufo                                 0x0002f68a CL_SendCommand + 24
11  ufo                                 0x0002fd14 CL_Frame + 309
12  ufo                                 0x000f7c31 tick_timer + 642
13  ufo                                 0x000f811d Qcommon_Frame + 140
14  ufo                                 0x00155416 main + 307
15  ufo                                 0x00002806 start + 54
Unknown command "music_change" - wasn't sent to server