Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
:note: Improved diag. logging on renderer startup.
Displaying the fatal error dialog will now be logged to RoR.log - see file ErrorUtils.cpp. New entries in RoR.log - see file AppContext.cpp, function `SetUpRendering()` ``` 00:56:19: [RoR|Startup|Rendering] Loading OGRE renderer plugins config 'C:\Users\Petr\builds\rigs-of-rods\bin\plugins_d.cfg'. (...) 00:56:19: [RoR|Startup|Rendering] WARNING - invalid 'ogre.cfg', selecting render plugin manually... 00:56:19: [RoR|Startup|Rendering] Auto-selected renderer plugin 'Direct3D9 Rendering Subsystem' 00:56:19: [RoR|Startup|Rendering] Starting renderer 'Direct3D9 Rendering Subsystem' (without auto-creating render window) (...) 00:56:19: [RoR|Startup|Rendering] Renderer options as reported by OGRE: Allow DirectX9Ex = No (Yes, No, ) Allow NVPerfHUD = No (Yes, No, ) Backbuffer Count = Auto (Auto, 1, 2, ) FSAA = 0 (0, 2, 4, 8, 8 [Quality], ) Fixed Pipeline Enabled = Yes (Yes, No, ) Floating-point mode = Fastest (Fastest, Consistent, ) Full Screen = No (No, Yes, ) Multi device memory hint = Use minimum system memory (Use minimum system memory, Auto hardware buffers management, ) Rendering Device = Monitor-1-NVIDIA GeForce RTX 4070 Ti (Monitor-1-NVIDIA GeForce RTX 4070 Ti, ) Resource Creation Policy = Create on all devices (Create on all devices, Create on active device, ) Use Multihead = Auto (Auto, Yes, No, ) VSync = Yes (No, Yes, ) VSync Interval = 1 (1, 2, 3, 4, ) Video Mode = 1920 x 1440 @ 32-bit colour (640 x 480 @ 32-bit colour, 720 x 480 @ 32-bit colour, 720 x 576 @ 32-bit colour, 800 x 600 @ 32-bit colour, 1024 x 768 @ 32-bit colour, 1152 x 864 @ 32-bit colour, 1176 x 664 @ 32-bit colour, 1280 x 720 @ 32-bit colour, 1280 x 768 @ 32-bit colour, 1280 x 800 @ 32-bit colour, 1280 x 960 @ 32-bit colour, 1280 x 1024 @ 32-bit colour, 1360 x 768 @ 32-bit colour, 1366 x 768 @ 32-bit colour, 1600 x 900 @ 32-bit colour, 1600 x 1024 @ 32-bit colour, 1600 x 1200 @ 32-bit colour, 1680 x 1050 @ 32-bit colour, 1920 x 1080 @ 32-bit colour, 1920 x 1200 @ 32-bit colour, 1920 x 1440 @ 32-bit colour, 2560 x 1440 @ 32-bit colour, 3440 x 1440 @ 32-bit colour, 1440 x 900 @ 32-bit colour, ) sRGB Gamma Conversion = No (No, Yes, ) 00:56:19: [RoR|Startup|Rendering] Creating render window with settings: FSAA = 0 border = fixed gamma = No monitorIndex = 0 vsync = Yes windowProc = 140722066888731 ```
- Loading branch information