SEModCommunity / SE-Community-Mod-API

Space Engineers Community Modding API
GNU Lesser General Public License v3.0
60 stars 47 forks source link

ExtenderGUI > Control > Server Properties > Global Settings: "Field not found" #155

Closed NTchrist closed 9 years ago

NTchrist commented 9 years ago

Under "Global Settings" in the property's configurator, many settings report 'Field not found: "Sandbox.Common.ObjectBuilders.MyConfigDedica..."' instead of their expected values.

generalwrex commented 9 years ago

This is because there hasn't been an update yet from thursdays patch and todays hotfix :) Please wait patiently :) chessmaster is very busy with his work.

NTchrist commented 9 years ago

@generalwrex

No problem, I just wanted to follow proper procedure and make a bug report in the hopes that some might read it and not spam you guys with reports of the same issue.

generalwrex commented 9 years ago

Thank you for that :)

SESE Should still work for hosting your server. Pretty much every update they change the name of the Methods, which causes some features of the extender to stop working. It's a pain :)

generalwrex commented 9 years ago

I fixed most of the issues over on my fork

https://github.com/generalwrex/SE-Community-Mod-API

the latest update changed voxel maps and cockpits. So dont worry about those method errors in the console, they will be fixed soon.

After its checked over, i might create a pull request. It all works fine for me

Moustachauve commented 9 years ago

This particular problem should now be fixed in lastest dev build.

Generalwrex, have you fixed the cockpit in your fork?

generalwrex commented 9 years ago

I converted it from the ship controller over to the cockpit, since they moved it out for remote control

https://github.com/generalwrex/SE-Community-Mod-API/commit/137b134314f4c1049cbb8cb6398fa41b9c12c1cb

but if you already did the fixes then my fork is useless =P

Moustachauve commented 9 years ago

That was the only fix I was missing :)

generalwrex commented 9 years ago

I think it needs to be recoded into its own file, for cockpits, then create one for the remote control

Moustachauve commented 9 years ago

Continue discution on that issue at this place instead https://github.com/SEModCommunity/SE-Community-Mod-API/issues/156