心得:windows 7 開啟會直接跳"Failed to create render target 2048"錯誤
去官網查到這個bug的解決辦法 分享一下:
Unfortunately it seems that there is an error when the game tries to automatically set your resolution. We'll definitely look into this, but in the meanwhile you can set the resolution manually from the options.txt file. You can find it by copying the following to your Explorer: %appdata%/NineParchments
Open the file and look for the following lines. Set them to match your screen.
setOption(renderingModule, "ScreenWidth", 1920)
setOption(renderingModule, "ScreenHeight", 1080)
I think above should already help, but if not, you need to change the game to windowed. Look for these lines and set them to match the following
setOption(renderingModule, "Windowed", true)
setOption(renderingModule, "WindowTitleBar", false)