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 - Alweth

Pages: [1]
1
Windows / Re: game wont start
« on: October 17, 2009, 10:47:44 pm »
The latest development version works. However, there doesn't seem to be any lighting/shading effects. I don't know if that's the way the game is supposed to be, at this point.

2
Windows / Re: game wont start
« on: October 17, 2009, 02:59:24 am »
please try an updated version of the SDL.dll ( www.libsdl.org )

I already tried replacing the SDL DLLs in the UFO AI folder with the the version 1.2.13 DLLs from the libsdl.org site. That led to no change in the reported version of SDL. I found that strange. Perhaps you guys understand the behavior better than me, but I was under the impression that DLLs in the same directory as the executable are usually used first over the same DLL elsewhere on the system. I tried doing some development with SDL myself, which could mean that it is using my old copies, but that seems to be in contradiction to normal DLL loading behavior, as I understand it. Is that correct?

Unless someone can point me to a compiled version of UFO 2.3 for windows, I'll try version 2.2.1 and see if that fixes anything.

I'll try version 2.3. I just saw the thread.

3
Windows / Re: game wont start
« on: October 15, 2009, 02:38:28 am »
sdl 1.2.11? we are talking about which version of the game?

2.2, that was the latest stable release on the UFO AI site when I got it.

4
Windows / Re: game wont start
« on: October 14, 2009, 04:13:42 am »
if your GL_VENDOR is "Microsoft Corporation" (like in the above posted log) you don't ati drivers installed for sure ;)



Code: [Select]
------ server initialization -------

----- console initialization -------
Console initialized.

------- video initialization -------
SDL version: 1.2.11
I: desktop depth: 32bpp
I: setting mode 6: 1024x768 (fullscreen: yes)
I: got 8 bits of stencil
I: got 32 bits of depth buffer
I: got double buffer
I: got 8 bits for red
I: got 8 bits for green
I: got 8 bits for blue
GL_VENDOR: Microsoft Corporation
GL_RENDERER: GDI Generic
GL_VERSION: 1.1.0
GL_EXTENSIONS: GL_WIN_swap_hint GL_EXT_bgra GL_EXT_paletted_texture
No hardware acceleration detected

Shutdown

5
Windows / Re: game wont start
« on: October 08, 2009, 06:19:27 pm »
Was that his problem, that he didn't have the latest drivers installed? Because it seems like he was using the latest drivers. I am sure I have the latest drivers installed too, though, looking online it seems like some other people are having problems with Radeon cards with the latest drivers still reporting inaccurate OpenGL support. I don't have the log here, but I remember it was just about character for character the same. Still, I'll post my log when I get the chance.


6
Windows / Re: game wont start
« on: October 08, 2009, 04:54:38 am »
And I tried installing the latest drivers from ATI--still the same problem.

7
Windows / Re: game wont start
« on: October 08, 2009, 03:38:39 am »
I am having the exact same problem.

I am using an ATI Radeon 9550, on XP. I am using an ASUS widescreen monitor, and so I am using their latest drivers for my card.

Pages: [1]