Jump to content

GZDoom Builder BF error


furyweb

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

Edited by furyweb

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...