Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
furyweb

GZDoom Builder BF error

Recommended Posts

So got myself a new SSD so did a fresh install of windows 10, all the updates done, installed GZDB BF and get this error now when I try to create a map.

 

Quote

***********SYSTEM INFO***********
OS: Microsoft Windows 10 Home
GPU: NVIDIA GeForce GTX 970
GZDB: R3039
Platform: x64

********EXCEPTION DETAILS********
CompilationException while loading effect display2d.fx: SlimDX.CompilationException ---> SlimDX.Direct3D9.Direct3D9Exception: ERROR_MOD_NOT_FOUND: n/a (-2147024770)
   at SlimDX.Result.Throw[T](Object dataKey, Object dataValue)
   at SlimDX.Result.Record[T](Int32 hr, Boolean failed, Object dataKey, Object dataValue)
   at SlimDX.Result.Record[T](Int32 hr, Object dataKey, Object dataValue)
   at SlimDX.CompilationException.Check[T](Int32 hr, String errors)
   --- End of inner exception stack trace ---
   at SlimDX.Direct3D9.Effect.FromMemory(Device device, Byte[] memory, Macro[] preprocessorDefines, Include includeFile, String skipConstants, ShaderFlags flags, EffectPool pool, String& compilationErrors)
   at SlimDX.Direct3D9.Effect.FromStream(Device device, Stream stream, Macro[] preprocessorDefines, Include includeFile, String skipConstants, ShaderFlags flags, EffectPool pool, String& compilationErrors)
   at CodeImp.DoomBuilder.Rendering.D3DShader.LoadEffect(String fxfile)
   at CodeImp.DoomBuilder.Rendering.D3DShader.LoadEffect(String fxfile)
   at CodeImp.DoomBuilder.Rendering.Display2DShader..ctor(ShaderManager manager)
   at CodeImp.DoomBuilder.Rendering.ShaderManager.ReloadResource()
   at CodeImp.DoomBuilder.Rendering.ShaderManager..ctor(D3DDevice device)
   at CodeImp.DoomBuilder.Rendering.D3DDevice.Initialize()
   at CodeImp.DoomBuilder.MapManager.InitializeNewMap(MapOptions options)
   at CodeImp.DoomBuilder.General.NewMap()
   at CodeImp.DoomBuilder.Actions.Action.Begin()
   at CodeImp.DoomBuilder.Actions.ActionManager.InvokeAction(String actionname)
   at CodeImp.DoomBuilder.Windows.MainForm.InvokeTaggedAction(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

Anyone have any clue? Do I need to download something?. Was working fine before I did a fresh install

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×