Space Engineers

Space Engineers

Build Info
此主題已被鎖定
Kelvin04 2020 年 4 月 2 日 上午 3:53
Build Info is installed but doesn't load in game?
I have build info put into my game with text hud api as well, but text hud api only shows that Easy Inventory is loaded, not build info. Build info seems to have not been loaded at all in my game and I can't seem to fix it even by uninstalling and reinstalling.
< >
目前顯示第 1-15 則留言,共 18
Digi  [開發人員] 2020 年 4 月 2 日 上午 5:58 
Send %appdata%/SpaceEngineers/SpaceEngineers.log
Boudewijn 2020 年 5 月 12 日 上午 1:11 
I have a similar issue with the mod after installing update 1.194.207. Log gives the following lines:
MOD_ERROR: BuildInfo
2020-05-11 15:11:47.070 - Thread: 1 -> in file:
2020-05-11 15:11:47.070 - Thread: 1 -> Compilation of SpaceEngineers\Mods\BuildInfo_BuildInfo failed:
2020-05-11 15:11:47.071 - Thread: 1 -> MOD_ERROR: BuildInfo
2020-05-11 15:11:47.071 - Thread: 1 -> in file:
2020-05-11 15:11:47.071 - Thread: 1 -> SpaceEngineers\Mods\BuildInfo\Data\Scripts\BuildInfo\Features\PickBlock.cs(113,48): Error: 'MyVisualScriptLogicProvider' does not contain a definition for 'SetToolbarSlotToItemLocal'
2020-05-11 15:11:47.071 - Thread: 1 -> MOD_ERROR: BuildInfo
2020-05-11 15:11:47.071 - Thread: 1 -> in file:
2020-05-11 15:11:47.071 - Thread: 1 -> SpaceEngineers\Mods\BuildInfo\Data\Scripts\BuildInfo\Features\ChatCommands\CommandGetBlock.cs(32,52): Error: 'MyVisualScriptLogicProvider' does not contain a definition for 'SetToolbarSlotToItemLocal'
2020-05-11 15:11:47.071 - Thread: 1 -> MOD_ERROR: BuildInfo
2020-05-11 15:11:47.071 - Thread: 1 -> in file:
2020-05-11 15:11:47.071 - Thread: 1 -> SpaceEngineers\Mods\BuildInfo\Data\Scripts\BuildInfo\Features\PickBlock.cs(113,48): Error: 'MyVisualScriptLogicProvider' does not contain a definition for 'SetToolbarSlotToItemLocal'
2020-05-11 15:11:47.071 - Thread: 1 -> MOD_ERROR: BuildInfo
2020-05-11 15:11:47.071 - Thread: 1 -> in file:
2020-05-11 15:11:47.071 - Thread: 1 -> SpaceEngineers\Mods\BuildInfo\Data\Scripts\BuildInfo\Features\ChatCommands\CommandGetBlock.cs(32,52): Error: 'MyVisualScriptLogicProvider' does not contain a definition for 'SetToolbarSlotToItemLocal'
I also installed the latest mod update but that didnt help.

Digi  [開發人員] 2020 年 5 月 12 日 上午 6:38 
@Boudewijn
You don't have the latest game version, they relesed several hotfixes after .207...
最後修改者:Digi; 2020 年 5 月 12 日 上午 6:39
Leeroy Jenkins 2020 年 5 月 16 日 下午 9:18 
Not working for me either. I'm on the latest version.
Digi  [開發人員] 2020 年 5 月 16 日 下午 10:19 
Post your SE log's errors to identify the issue.
MoonMoon 2020 年 5 月 17 日 上午 7:24 
I am also having this issue. ive unsubbed/resubbed to this mod, to the texthud api mod, buildvision works fine as does other mods using it. this one produces over 2135 errors. wasnt able to use a pastebin as the error log is too big, heres a googledoc link
https://docs.google.com/document/d/1NXx92PvoKdR7WCiktNVzxysjIylFQr9Tm_UaGu6dPnE/edit?usp=sharing
最後修改者:MoonMoon; 2020 年 5 月 17 日 上午 7:25
Digi  [開發人員] 2020 年 5 月 17 日 上午 10:39 
@MoonMoon
That seems like an incomplete download, there's script files missing so it can't find the rest of the code.

You need to unsubscribe then wait until steam updates workshop for SE.
Make sure this folder does not exist:
<SteamLibrary>\steamapps\workshop\content\244850\514062285\
Delete the 514062285 folder if it still exists (it's the workshop ID from the link of this mod).
After that you can resubscribe and hope that it downloads it properly.

For the mod version that is right now, the Data folder must have exactly 1,006,756 bytes size (not on disk), if it doesn't then it still didn't download something.

If you still have errors after that, can you go to that workshop folder again and zip it up and send it, I wanna see what the heck it downloads xD

This is a Steam problem, bugreport it to them aswell.
最後修改者:Digi; 2020 年 5 月 17 日 上午 10:41
MoonMoon 2020 年 5 月 18 日 上午 6:22 
Okay ill quit game, unsub, delete the file from my folder, and resub to try and get a new full download.
MoonMoon 2020 年 5 月 18 日 上午 7:04 
That looks like it did the trick. before deleting, the mod folder was only about half as big as you said. followed the steps and got the exact size, loaded world and it was active. Thanks for the help!
Cyan 2020 年 6 月 26 日 上午 2:40 
I tried this: quit > unsub > delete 514062285 folder > subscribe > delete buildinfo from world mod list> load world > save world> add buildinfo back to world mod list > load world, I still get an identical stack trace to what I was getting before, which is the following:

[10:37:07] Initialized
GameMode=Creative
OnlineMode=PRIVATE
Server=True
DS=False
Defined=STABLE,
[10:37:15] ERROR: System.NullReferenceException: Object reference not set to an instance of an object.
at Digi.Input.InputLib.Combination.CombinationEqual(Combination c1, Combination c2)
at Digi.BuildInfo.Features.TextAPIMenu.ItemInput.UpdateTitle()
at Digi.BuildInfo.Features.TextAPIMenu.ItemInput..ctor(MenuCategoryBase category, String title, String inputName, Func`1 getter, Action`1 setter, Combination defaultValue)
at Digi.BuildInfo.Features.TextAPIMenu.ModMenu.SimpleBind(MenuCategoryBase category, String name, String inputName, InputCombinationSetting setting, ItemGroup addToGroup, ItemGroup updateGroupOnSet)
at Digi.BuildInfo.Features.TextAPIMenu.ModMenu.TextAPI_Detected()
at System.Action.Invoke()
at Digi.BuildInfo.Systems.TextAPI.TextAPIDetected()
Digi  [開發人員] 2020 年 6 月 26 日 上午 6:42 
Can you send your buildinfo config (in the same folder as that log), it's related to binds it seems.
最後修改者:Digi; 2020 年 6 月 26 日 上午 6:42
Cyan 2020 年 6 月 26 日 上午 6:53 
Ok, thanks for looking into this. Removed line breaks and comments to try and reduce the text wall. My initial suspicion is the completely blank "Cycle Overlays" bind. Seems the likely cause of a null reference exception. Could it be related to that?
If I delete the config file would it be automatically rebuilt?

Text: Show = true
Text: Always Visible = false
Text: Block-Place Info Filtering =
| + BlockName
| + Line1
| + Line2
| + Airtight
| + GrindChangeWarning
| + Mirroring
| + AddedByMod
| + OverlayHint
| + ExtraInfo
| + PartStats
| + PowerStats
| + ResourcePriorities
| + InventoryStats
| + InventoryVolumeMultiplied
| + InventoryExtras
| + Production
| + ItemInputs
| + AmmoDetails
| + Warnings

Text: Block-Aim Info Filtering =
| + TerminalName
| + Mass
| + Integrity
| + DamageMultiplier
| + ToolUseTime
| + Ownership
| + GrindChangeWarning
| + GridMoving
| + ShipGrinderImpulse
| + GrindGridSplit
| + AddedByMod
| + OverlayHint
| + Projected

HUD: Block Info Stages = true
HUD: Ship Tool Inventory Bar = true
HUD: Turret Info = true
HUD: Toolbar action labels = 3
HUD: Toolbar action block name = 3
HUD: Toolbar action status = true
HUD: Relative Dampeners Info = true
TextAPI: Scale = 1.0
TextAPI: Background Opacity = 0.9
TextAPI: Custom Styling = false
TextAPI: Screen Position = 0.9692, 0.26
TextAPI: Alignment = Bottom, Right
Overlays: Always Visible = false
Overlay: Labels =
| + Axis
| + Other

LeakInfo: Particle Color World = 0, 120, 255
LeakInfo: Particle Color Overlay = 255, 255, 0
Adjust Build Distance Survival = true
Adjust Build Distance Ship Creative = true
Bind: Menu = plus
Bind: Cycle Overlays =
Bind: Toggle Transparency = shift bi.menu
Bind: Freeze Placement = alt bi.menu
Bind: Block Picker = ctrl c.cubesizemode
Bind: Lock Overlay = shift c.cubesizemode
Internal Info = false
Debug = false
Mod Version = 2
ConfigVersion = 3
最後修改者:Cyan; 2020 年 6 月 26 日 上午 6:55
Digi  [開發人員] 2020 年 6 月 26 日 上午 10:39 
If I delete the config file would it be automatically rebuilt?
Yes, you can even do that without restarting world, first delete/rename it then in chat: /bi reload

I recommend renaming it tho so you can revert to it after I fix this =)
最後修改者:Digi; 2020 年 6 月 26 日 上午 10:39
Cyan 2020 年 6 月 26 日 下午 2:14 
That is a good idea and makes sense for other users, although I never changed the config because the defaults were fine for me.
I tried deleting the config and restarting the game before your comment, when I reloaded the world I'm afraid I still got the same error and no buildinfo functionality. /bi reload doesn't help.
I can share the world if you think that may be useful for debugging, but it looks like no one else is having this problem.
Digi  [開發人員] 2020 年 6 月 27 日 上午 12:27 
Sounds like there's other errors if you have no BI functionality, this error should only break the textAPI menu generation.

And yes the issue was that unassigned overlay bind, but that's not default so it's curious that you still have the same error after deleting the config...

Also it seems reloading config mid-run doesn't actually reload it, I broke it at some point =) But reloading world will, so avoid /bi reload until the next update xD

Can you post your SE log from the session where you loaded the world with no BI config, in a pasting site like pastebin.com or such :P

EDIT:
Well I've updated it just now with a fix for that exception you posted and textAPI menu not updating on bi reload (it was just visual xD).

Try it and see if you still have issues before sending that log, if all is fine I ofc no longer need the log :P
最後修改者:Digi; 2020 年 6 月 27 日 上午 1:37
< >
目前顯示第 1-15 則留言,共 18
每頁顯示: 1530 50