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.


Topics - ncpnc

Pages: [1]
1
Today I compiled fresh R2.3 sources hoping that buggy release is now polished enough to play.
Unfortunately skirmish map crash while loading.
Code: [Select]
2010/07/17 12:59:04 ==== InitGame ====
2010/07/17 12:59:05 SV_AssembleMap: Sequential map assembly in 877 ms
2010/07/17 12:59:05 CM_LoadMap: "-africa/af_ +craft_ufo_scout +craft_drop_firebird +empty1 +empty2 +house1 +house2 +house3 +house4 +house5 +fence1 +fence3 +misc1 +misc1 +house3" "0 -16 0 -24 -16 0 0 8 0 -8 8 0 16 -16 0 16 0 0 8 8 0 -24 8 0 -8 0 0 8 0 0 16 -8 0 -8 -8 0 -8 -16 0 16 8 0"
2010/07/17 12:59:05 Rerouted for RMA in   0.0s
2010/07/17 12:59:05 checksum for the map '+africa': 1658997690
2010/07/17 12:59:05 ufo script checksum 300262511
2010/07/17 12:59:05 Created AI player (team 0)
2010/07/17 12:59:05 Created AI player (team 7)
2010/07/17 12:59:05 -------------------------------------
2010/07/17 12:59:05 Connecting to localhost...
2010/07/17 12:59:05 connection attempt from loopback connection
2010/07/17 12:59:06 load material file: 'materials/africa.mat'
2010/07/17 12:59:12 added light, ambient=0.476837
2010/07/17 12:59:14 Starting the game...
2010/07/17 12:59:14 N has joined team 1
2010/07/17 12:59:14 music change to PsymongO4 (from van_theme)
2010/07/17 12:59:18 (player 0) It's team 1's round
2010/07/17 12:59:18 N has taken control over team 1.
2010/07/17 12:59:18 ********************
2010/07/17 12:59:18 ERROR: Unknown model type in R_DrawEntities entity chain: 0
2010/07/17 12:59:18 ********************
2010/07/17 12:59:18 Shutdown server: Server crashed.
2010/07/17 12:59:18 ==== ShutdownGame ====

full console log attached

2
Hello there! :)
I'm playing with this game for about a month now, and I'm trying to stick as close is possible to 2.3 branch, so I recompile game myself almost every day with fresh sources ;)
Unfortunately it seems that Raden HD series and this game doesn't like each other. I have seen a lot of graphical weirdness changing day after day until now, and they were always related to glsl and/or shadows:

- invisible earth on geoscape
- black textures
- glowing textures (like shaders on LSD ;)
- shaders disappearing after bazooka hit
- game slowdown with glsl shaders enabled BUT no shaders visible on map (disabling shaders in options tripled FPS without any graphical difference)

And that's not all! Enabling multisampling always make game crash while still in the menu (I have to alt-tab to find some cryptic error mesagebox to find that game actually crash).
So I've just give a try to fresh sources (hey, 2.3 is without -dev, yay!) What I find is:

- still no shaders visible but big fps penalty when enabled
- trying to begin mission with crashed ufo ends with nothing (go back to geoscape)

Are those OpenGL drivers by ATI/AMD so much badly written? :)

Some system spec:
- Phenom X4 9850
- 4GB RAM
- dual HD4850 (CrossfireX)
- Windows Vista x64
- Ati catalyst 10.5 driver
- build: r30523
- game compile flags from make_UfoAI_win32.ini:
Code: [Select]
[ufo2map]
cores=15
clean=1
fast=4
mtune_ufo2map=amdfam10
Ox_ufo2map=O3
sse_ufo2map=sse4a
L1ls_ufo2map=L1-line=64
L1cs_ufo2map=L1-size=64
L2cs_ufo2map=L2-size=512
[ufoaisrc]
debug=4
default_UfoAI=4
mtune_UfoAI=amdfam10
Ox_UfoAI=O1
sse_UfoAI=sse4a

Can I do anything to help track those graphic issues?

Pages: [1]