Renegade & Windows 7 RTM [message #402235] |
Wed, 09 September 2009 11:05 |
dr3w2
Messages: 485 Registered: September 2006 Location: Ottawa,Canada
Karma: 0
|
Commander |
|
|
Before I go and download my legal copy just checking if anyone is running Renegade or any other odd games/programs like it with Windows 7 RTM. Any issues with other software or hardware?
n00bstories Server Administrator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Renegade & Windows 7 RTM [message #402381 is a reply to message #402357] |
Fri, 11 September 2009 00:06 |
|
EvilWhiteDragon
Messages: 3751 Registered: October 2005 Location: The Netherlands
Karma: 0
|
General (3 Stars) |
|
|
Hex wrote on Fri, 11 September 2009 01:46 | Don't disabled UAC, use TweakUAC to put it in silent mode.
|
You know that the second lowest UAC setting in W7 makes it nearly not bother you anymore?
@Weiner:
W7 powersavings are fine, it's just some hardware/drivers which have an iffy ACPI implementation, which when those functions are called (like W7 does) it can to unexoected things, which usually end in crashes.
BlackIntel admin/founder/PR dude (not a coder)
Please visit http://www.blackintel.org/
V, V for Vendetta | People should not be afraid of their governments.
Governments should be afraid of their people.
|
[Updated on: Fri, 11 September 2009 00:08] Report message to a moderator
|
|
|
|
Re: Renegade & Windows 7 RTM [message #402469 is a reply to message #402235] |
Fri, 11 September 2009 16:49 |
dr3w2
Messages: 485 Registered: September 2006 Location: Ottawa,Canada
Karma: 0
|
Commander |
|
|
So I ended up installing and resetting myself up on my desktop with windows 7. Enjoyed it so much I installed it on my laptop as well
Interesting thing to note, upon initially trying out Renegade ( exact files I had running on my vista previously ) I kept getting the initial popup from shaders.dll saying it's not compatible with directx.
The source code in shaders.dll was the call to BOOL TryLoadD3DX();
So naturally I figure alright well in that case I'll just comment out that function call anyways. So I installed visual studio, downloaded the directx SDK.. then tried renegade again. No problems. I didn't even need to recompile my DLL with the code commented out.
So Saberhawk I THINK
BOOL test = D3DXCheckVersion(D3D_SDK_VERSION, D3DX_SDK_VERSION);
Returns false on windows 7 due to dx10 if the directx SDK is not installed. You would know more about this then I though, but something to keep in mind for TT
Or i just ran into some weird ass bug
n00bstories Server Administrator
[Updated on: Fri, 11 September 2009 16:50] Report message to a moderator
|
|
|
|
Re: Renegade & Windows 7 RTM [message #402529 is a reply to message #402469] |
Sat, 12 September 2009 07:10 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma: 0
|
General (5 Stars) |
|
|
andr3w282 wrote on Sat, 12 September 2009 00:49 |
So Saberhawk I THINK
BOOL test = D3DXCheckVersion(D3D_SDK_VERSION, D3DX_SDK_VERSION);
Returns false on windows 7 due to dx10 if the directx SDK is not installed. You would know more about this then I though, but something to keep in mind for TT
|
Actually its because 3.4.4 uses a newer version of DX9 than the one included with DX10 on Windows 7. Just run the DirectX End-User Runtime Web Installer and it will add all the required dll files to run 3.4.4, or use the 3.4.4 installer.
[Updated on: Sat, 12 September 2009 07:12] Report message to a moderator
|
|
|
|
|