tivtag / Zelda

The Legend of Zelda - Black Crown: A free zelda fan game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game not detecting .NET 4.8

pastelkiwi772 opened this issue · comments

my laptop already has version 4.8 downloaded yet the game doesn't recognize that and it keeps sending me error messages and won't run. I've tried multiple times. Please help if you can.

Screenshot (2)

this is the error in plain text below:

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Xna.Framework.Graphics.dll' or one of its dependencies. The specified module could not be found.
File name: 'Microsoft.Xna.Framework.Graphics.dll'
at Zelda.Graphics.GameGraphics..ctor(ZeldaGame game)
at Zelda.ZeldaGame..ctor()
at Zelda.Program.Run()
at Zelda.Program.Main()

Hi @pastelkiwi772!

Please first try updating your DirectX runtime: https://www.microsoft.com/en-us/download/details.aspx?id=35

If this doesn't work you could try to install the Microsoft XNA Framework Redistributable 4.0: https://www.microsoft.com/en-us/download/details.aspx?id=20914

Installing the XNA Redistributable shouldn't be required, but it does also update some other DirectX drivers.

Please report back!
Enjoy :-)

  • Paul

P.S.: Be sure to play with the latest patch! :-D

updating DirectX runtime fixed the problem thanks