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
Hopefully this helps!
A little bit annoying, that I need to turn off steam features and tie my OS just to run one game still in 2021 for a game released on Steam. Will give it some other tries because the game is supposed to be pretty good, otherwise I need to refund......
@Charles turned off just for Command, but doesn't change
Does that cause the freeze on the loading screen as well?
Is there some log to analyze what it is blocked by?
There is indeed a null exception. Also I can spot in the logs that the DPI scale seems to be turned to 2. Will check now how to reduce the scale to 1.
Successfully loaded Sim Configuration.
DPI registry setting, HKEY_CURRENT_USER\Control Panel\Desktop\LogPixels:0.
DPI registry setting, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontDPI\LogPixels:96.
DPI scale: 2.
Showing splash screen.
Starting loading MainForm.
Configured MainForm working area
Configured range ring colors
Done loading MainForm.
Calling MainForm_Shown.
Populated CanalList.
Added World Window panel.
Built database list.
Preparing Wold Window.
Preparing Wold Window failed! WorldWindow1.CurrentWorld is null.
27.02.2021 12:40:10 -- B1147.14 -- Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
Exception: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
Stack Trace: bei ...ctor(String , , Double , String , Double , Double , Double , Double , Byte , )
bei Command.MainForm.()
Call Stack & Error details:
Error at 200519, Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
27.02.2021 12:40:10 -- B1147.14 -- Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
Exception: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
Stack Trace: bei WorldWind.WorldWindow.(Double , Double )
bei Command.MainForm.(Boolean MustRender, GeoPoint value)
Call Stack & Error details:
Error at 200124, Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
Prepared Wold Window.
27.02.2021 12:40:10 -- B1147.14 -- Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
Exception: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
Stack Trace: bei Command.MainForm.()
bei Command.MainForm.(Object , EventArgs )
Call Stack & Error details:
Error at 200580, Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
So I was adding a Registry Key in:
Computer\HKEY_CURRENT_USER\Control Panel\Desktop
DWORD (32-Bit) with the name LogPixels and a decimal value of 96
If you set it to 96, please also ensure to put the key Win8DpiScaling to 0
This way the game started afterwards.