Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
1.
Did you flash your Bios, and then imideaterly after that, atempting to start FS25 ? This could give such an error. Since you need to turn off pc, then boot up...
2.
had similar/same problem with one user who was not able to run our game. Luckily, I was checked from user dxdiag that his native monitor refresh frequency was 60Hz.. but user runs on 120Hz... user set 60Hz monitor refresh rate.. and problem was solved.. function GetDisplayModeList no longer return a error.
Maybe it helps someone..:-)
Try googling, and see if you can find a solution.
"Get Display Mode List failed! (887A0022)"
Sorry that i can't be of more help.
GIANTS Engine Runtime 10.0.0 (37939) 64bit Steam (Build Date: Dec 6 2024)
Copyright (c) 2008-2024, GIANTS Software GmbH (giants-software.com), All Rights Reserved.
Copyright (c) 2003-2024, Christian Ammann and Stefan Geiger, All Rights Reserved.
Application: FarmingSimulator2025
PID: 19204
Main System
CPU: 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz
Virtual Cores: 12
Memory: 12125 MB
OS: Windows NT 11.0 64-bit
[DirectStorage] Configured for base game on a SSD drive
[DirectStorage] No GPU decompression for GDeflate
[DirectStorage] No GPU decompression for GDeflate
[DirectStorage] GDeflate Compression Support for 'FileQueueHigh' : DSTORAGE_COMPRESSION_SUPPORT_CPU_FALLBACK
[DirectStorage] GDeflate Compression Support for 'FileQueueNormal' : DSTORAGE_COMPRESSION_SUPPORT_CPU_FALLBACK
[DirectStorage] GDeflate Compression Support for 'MemoryQueueRealtime' : DSTORAGE_COMPRESSION_SUPPORT_CPU_FALLBACK
[DirectStorage] Init success
Physics System
Version: 6.3.7
Thread(s): 2
Audio System
Driver: SoftMixer WASAPI Stereo
Version: 2018.11
Frequency: 48000
Max. active sources: 256
Render System
Driver: Direct 3D 12
Card Vendor: NVIDIA Corporation
Renderer: NVIDIA GeForce RTX 2070 SUPER 7.8GB
Revision: 161
Driver version: 32.0.15.6636
Driver version is up to date.
Error: Get Display Mode List failed! (887A0022)
Verified install through steam. Uninstall and reinstall change nothing.
rolled it back to version 1.2 didnt work
Could you go to this path and delete the game.xml and the gamesettings.xml there and then start?
Check your log when done.
This essentially means the game asked for your graphics cards resolution settings and failed to get them listed. This is normally caused by out of date or corrupted graphics drivers.
You should be banned for such a suggestion
i think more people need to do this.
Just tried this morning.
GIANTS Engine Runtime 10.0.0 (37939) 64bit Steam (Build Date: Dec 6 2024)
Copyright (c) 2008-2024, GIANTS Software GmbH (giants-software.com), All Rights Reserved.
Copyright (c) 2003-2024, Christian Ammann and Stefan Geiger, All Rights Reserved.
Application: FarmingSimulator2025
PID: 5780
Main System
CPU: 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz
Virtual Cores: 12
Memory: 12125 MB
OS: Windows NT 11.0 64-bit
[DirectStorage] Configured for base game on a SSD drive
[DirectStorage] No GPU decompression for GDeflate
[DirectStorage] No GPU decompression for GDeflate
[DirectStorage] GDeflate Compression Support for 'FileQueueHigh' : DSTORAGE_COMPRESSION_SUPPORT_CPU_FALLBACK
[DirectStorage] GDeflate Compression Support for 'FileQueueNormal' : DSTORAGE_COMPRESSION_SUPPORT_CPU_FALLBACK
[DirectStorage] GDeflate Compression Support for 'MemoryQueueRealtime' : DSTORAGE_COMPRESSION_SUPPORT_CPU_FALLBACK
[DirectStorage] Init success
Physics System
Version: 6.3.7
Thread(s): 2
Audio System
Driver: SoftMixer WASAPI Stereo
Version: 2018.11
Frequency: 48000
Max. active sources: 256
Render System
Driver: Direct 3D 12
Card Vendor: NVIDIA Corporation
Renderer: NVIDIA GeForce RTX 2070 SUPER 7.8GB
Revision: 161
Driver version: 32.0.15.6636
Driver version is up to date.
Error: Get Display Mode List failed! (887A0022)
Look what monitor is set up and if there is a virtual second monitor. If it is, then delete it.
If it is not, check the settings for your monitor and the driver. There are several individual drivers, but "Generic PnP" should be ok.
Also make sure only those modes supported are shown and that you did not select a normaly unsupported setting. They might work in windows, but games with a more intensiv access to the graphics card might get problems.
Have you had a second display connected to your computer and had the focus on that?
If so, there might be primary positions stored in windows. But it is possible to disable it.
It seems that the GIANT engine does not realy check if some display devices are realy existend, and not only still in a list as former devices.
Normaly there is a standard way to get the correct setup and I am sure GIANTs does not stick to this.
1. Get list of graphics-adapters
2. Check if accessible
3. Check for best suited adapter according to Feature-level and "power"
4. Check for displays
5. Check if connected
6. check for supported display modes in combination with graphics adapter
If one of these steps is left out it can lead to the error you mentioned. Or they can use the CCD Api....
https://learn.microsoft.com/en-us/windows-hardware/drivers/display/ccd-apis
'
Multimonitor setups with monitors using a different resolutions can also turn into a problem when the game tries to grab the available resolutions. Maybe test with only one monitor.
As state/quoted from joridiculous above, the game fails at simply fetching all monitor available resolutions from the driver/os. That´s a pretty basic thing not working.