jpcsupplies / Economy_mod

Basic Economy System for Space Engineers
13 stars 12 forks source link

/bal #128

Closed Demolish50 closed 8 years ago

Demolish50 commented 8 years ago

It does not appear to function on my server. Some other commands do. Just a heads up mate.

jpcsupplies commented 8 years ago

do you get a balance with /hud on ?

Demolish50 commented 8 years ago

Not sure, I'll check tomorrow but everyone on the server can type /bal and it just shows up in chat, like the mod never sees it.

On Thu, Mar 17, 2016 at 9:31 PM, xPhoenixXx notifications@github.com wrote:

do you get a balance with /hud on ?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/jpcsupplies/Economy_mod/issues/128#issuecomment-198168275

jpcsupplies commented 8 years ago

hmm wierd its working fine on our main test server ill try it in client mode and see if anything odd happens.

jpcsupplies commented 8 years ago

I get nothing wierd.

Could be your data has messed up somehow. I have a report that sese saves the world in a funny way that sometimes messes up economy mod saves

midspace commented 8 years ago

If the mod caught an exception, it will be reported inside the %appdata%\SpaceEngineers\Storage\EconomyClient.Log file.

On the Server, a similar file will also be found, though its location will be dependant on your hosting provider. %appdata%\SpaceEngineers\Storage\EconomyServer.Log.

midspace commented 8 years ago

@TheEngineer50 : are you using SESE by any chance, or some unusual game server configuration?

midspace commented 8 years ago

Found the problem. I've posted this in our mod thread, but will repeat it here.

Apparently Scripts and Script Mod API are not running on Dedicated Service Instance. It does not affect the Dedicated Server console (which appears as a black box with text). This problem is know to KeenSWH at this time. There isn't anything we as modders can do about it. It's in Keen's hands. Hopefully there will be a hot fix tomorrow.

Demolish50 commented 8 years ago

No, I was not using SESE.

It is working now though.

jpcsupplies commented 8 years ago

we pushed out a minor update that assumed something was slowing our client server connects in the process of troubleshooting, which at least keeps the script up instead of desperately hoping the data is there and grabbing it without waiting when client is waiting for config data, this may ease the issue in some unusual scenarios where things connect in unusual ways. But the main issue appears to be as midspace pointed out above which is beyond our control for some of the more obscure bugs being reported.

midspace commented 8 years ago

This should now be fixed with the latest updated from KeenSWH.