客人的舊電腦要使用3ds Max軟體時發生一些問題,沒辦法順利開啟程式。
3ds Max開起來之後會有錯誤訊息(3ds Max Graphic Device Information):
Could not initalize the graphic device. Potential solutions are :
無法初始化顯示卡裝置,可能的解決方式為:
-Update your graphics drivers and retry
更新顯示卡驅動然後重試
-Change the graphic device (DirectX / OpenGL, ...) used by 3ds Max with the command line : "3dsmax.exe -h"
使用命令列來更改3ds Max使用的顯示卡裝置:3dsmax.exe -h
To get more information on this issue logged to 3ds Max's log file, set the environment variables OGS_ERROR_LOG_ENABLED and OGS_WARNING_LOG_ENABLED to 1 and retry.
要知道更多訊息,要設定環境變數OGS_ERROR_LOG_ENABLED and OGS_WARNING_LOG_ENABLED為1然後重試。
The application will exit.
這個軟體即將退出
錯誤訊息落落長,大致上就是提醒使用者檢查顯示卡那部份。
(不相容或不支援的顯示卡或顯示卡驅動)
客人的顯示卡是GTS 450,而需要使用的是比較新的軟體3ds Max 2018。
這時期的顯示卡驅動程式官網已經都沒有提供新版本的,就算更新一樣不能用。
工程師利用命令列來讓3ds Max選擇相容的驅動程式。
結果不管選哪一個都還是會無法開啟。
Nitrous Direct3D 9
Nitrous Direct3D 11(Recommended)
上網查到了另一個解決方式:
一樣用命令列,但是尾端改成"3dsmax.exe" -vxs就可以開起來了。