Wiki: Why do I get an error that I don't have d3dx9 42.dll?

Discussions about wiki pages
Post Reply
winterfear
Posts: 7
Joined: Mon Jan 11, 2010 12:02 am
Location: Black Mesa, Texas

Post by winterfear »

This is the discussion topic for the wiki article: Why do I get an error that I don't have d3dx9 42.dll?
winterfear
Posts: 7
Joined: Mon Jan 11, 2010 12:02 am
Location: Black Mesa, Texas

Post by winterfear »

Thank you so much for posting this :D
FreeBeer
Posts: 10902
Joined: Tue Dec 27, 2005 8:00 am
Location: New Brunswick, Canada

Post by FreeBeer »

:lol:
[img]http://www.freeallegiance.org/forums/st ... erator.gif" alt="IPB Image">

chown -R us base
lexaal
Posts: 2612
Joined: Sun Oct 07, 2007 12:58 pm

Post by lexaal »

This did happen after installing from the newest installer. Windows 8, freshest updates.

--> I thought all required functionality was included within the installer. --> did checking of prereqs go wrong?
Last edited by lexaal on Sat Feb 16, 2013 10:13 pm, edited 1 time in total.
I have a johnson photo in my profile since 2010.
pkk
Posts: 5419
Joined: Tue Jul 01, 2003 7:00 am
Location: Germany, Munich

Post by pkk »

Installer searches within system directory (c:\windows\system32) for that file:

Code: Select all

Function DirectX9Check
 ; http://www.toymaker.info/Games/html/d3dx_dlls.html
  IfFileExists "$SYSDIR\d3dx9_43.dll" DirectXInstalled
Maybe Windows 8 requires some testing.
The Escapist (Justin Emerson) @ Dec 21 2010, 02:33 PM:
The history of open-source Allegiance is paved with the bodies of dead code branches, forum flame wars, and personal vendettas. But a community remains because people still love the game.
raumvogel
Posts: 5910
Joined: Sun Jul 20, 2003 7:00 am
Location: My lawn
Contact:

Post by raumvogel »

I think Windows 8 requires some rejection. :cool:
Image
BackTrak
Posts: 2079
Joined: Thu Mar 08, 2007 4:52 am
Location: Chicago, IL
Contact:

Post by BackTrak »

pkk wrote:QUOTE (pkk @ Feb 17 2013, 04:36 AM) Installer searches within system directory (c:\windows\system32) for that file:

Code: Select all

Function DirectX9Check
; http://www.toymaker.info/Games/html/d3dx_dlls.html
  IfFileExists "$SYSDIR\d3dx9_43.dll" DirectXInstalled
Maybe Windows 8 requires some testing.

Looks like we need it to also check for:

Code: Select all

Function DirectX9Check
; http://www.toymaker.info/Games/html/d3dx_dlls.html
  IfFileExists "$SYSDIR\d3dx9_42.dll" DirectXInstalled
:(
ImageImage
Post Reply