Jump to content

Weird GECK Problems


WaRi0

Recommended Posts

So Ive recently been playing FNV and wanted to try my hand at making a house mod in the GECK but every time I try and load the GECK, both through Mod Organizer and from the FNV folder, once the GECK loads I get a blank white screen every time. I looked at geckprefs.ini and the render window is set at my desktop resolution. I tried setting the render window to a smaller size but no luck. Also I noticed that enbhost.exe is running with the GECK. I'm lost and frustrated anyone have any ideas? :(

Link to comment
Share on other sites

No I'm saying the geck loads with the render window taking up the entire screen. I've tried uninstalling and reinstalling the geck and its the same thing so I dunno. I also think enbhost.exe running with the geck might be doing something to it also.

Link to comment
Share on other sites

thank you that worked!! and just for future reference if anyone is having the same problem here is a quick batch file to rename d3d9.dll so you can run the GECK.

 

@echo off

set FirstFile=d3d9.dll
set SecondFile=d3d9_renamed.dll
if not exist "%FirstFile%" goto TryOtherFile
echo Renaming "%FirstFile%" to "%SecondFile%" ...
ren "%FirstFile%" "%SecondFile%"
goto exit
:TryOtherFile
if not exist "%SecondFile%" goto exit
echo Renaming "%SecondFile%" to "%FirstFile%" ...
ren "%SecondFile%" "%FirstFile%"
goto exit
:exit
Pause

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...