Steamをインストール						
					
				
				
									ログイン
											 | 
						言語
						
																																					简体中文(簡体字中国語)
																													繁體中文(繁体字中国語)
																																							한국어 (韓国語)
																													ไทย (タイ語)
																													български (ブルガリア語)
																													Čeština(チェコ語)
																													Dansk (デンマーク語)
																													Deutsch (ドイツ語)
																													English (英語)
																													Español - España (スペイン語 - スペイン)
																													Español - Latinoamérica (スペイン語 - ラテンアメリカ)
																													Ελληνικά (ギリシャ語)
																													Français (フランス語)
																													Italiano (イタリア語)
																													Bahasa Indonesia(インドネシア語)
																													Magyar(ハンガリー語)
																													Nederlands (オランダ語)
																													Norsk (ノルウェー語)
																													Polski (ポーランド語)
																													Português(ポルトガル語-ポルトガル)
																													Português - Brasil (ポルトガル語 - ブラジル)
																													Română(ルーマニア語)
																													Русский (ロシア語)
																													Suomi (フィンランド語)
																													Svenska (スウェーデン語)
																													Türkçe (トルコ語)
																													Tiếng Việt (ベトナム語)
																													Українська (ウクライナ語)
																									翻訳の問題を報告
							
						
 
											 
													

 2
 2								 このトピックはロックされています
 このトピックはロックされています	 
					 
													




 この投稿を報告する
 この投稿を報告する


I assume a grinder is equipped while aiming at a grid in such a way to print that "grid will split" message, but past that I dunno...
Maybe a mod setting combination is acting up, can you send your buildinfo config? it's in: %appdata%\SpaceEngineers\Storage\514062285.sbm_BuildInfo\config.ini
You can also rename the config if you wanna test with defaults to see if the config is the source of it.
Screen shot: https://drive.google.com/file/d/1YGpXDlnejqCsTINS-sQjOt0gv24Rw7sB/view?usp=sharing
Config: https://drive.google.com/file/d/1NTLvbYJEIi5Wuq55jX0rnGT9Fp01zhtj/view?usp=sharing
I suspect the compass mod has something to do with it, draygo (textAPI's author) was debugging something and found an issue regarding that, you can also try removing that mod alone to see.
If it works fine without other mods but it's not the compass one, can you send the original world's sandbox_config.sbc, it has a list of mods and settings, so I can use the same mods as you to try and see what's going on.
Or other textAPI in this mod, like the toolbar info in cockpits, or the block info when holding a block as opposed to aiming at one... or the turret ammo info when controlling a gun-turret?
Its doesnt seem to be the world or the mod because I had a friend load into my world and the mod worked perfectly for him.
Could it be some display driver or something on my end?
You should post in that mod's discussions or in his discord ( https://discord.com/invite/mhuhWzc ), and link to this thread for context/info/logs that you've already provided.
But now that it's narrowed down, you could do one last re-download of textAPI using these steps: https://gist.github.com/THDigi/6314052c53c7bb411eea24ab59522098
Also if you wanna see if the same draw technique that text API is using works in other mods (triangle billboard), you can equip wind turbine and see its overlay (ctrl +), it should look like this:
https://i.imgur.com/xk4lW12.png
If either the inner red circle or the outer red-to-green circle is missing then there's probably something wrong with drawing those in general, might be driver xD
This is caused by changing desktop resolutions (swapping monitors or etc) between restarts.
Causing textAPI to think it's a different resolution because MyAPIGateway.Session.Config reports the old resolution not the current one.