You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2021. It is now read-only.
Running TDSM on Ubuntu 16.06 Server LTE. Have updated Mono to latest mono-complete using the mono repo.
Getting the following error on user connects (hex codes vary from time to time)
14/07/2016 20:26:46 Pool User> xx.xx.xx.xx:47794 @ 0: ENTER username
14/07/2016 20:26:46 Pool Error> Plugin TDSM Core Module crashed in hook playerenteredgame
System.NullReferenceException: Object reference not set to an instance of an object
at OTA.Data.Dapper.DapperProvider.CreateConnection () <0x40b0fca0 + 0x00066> in :0
at OTA.Data.DatabaseFactory.CreateConnection () <0x40b0fc50 + 0x00026> in :0
at TDSM.Core.Entry.OnPlayerJoin (OTA.Plugin.HookContext& ctx, OTA.Plugin.PlayerEnteredGame& args) <0x40b0fa70 + 0x00033> in :0
at OTA.Plugin.HookPoint`1[T].Invoke (OTA.Plugin.HookContext& context, OTA.Plugin.T& arg) <0x40b0eef0 + 0x006a4> in :0
Not sure why but OTA is puking up errors.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running TDSM on Ubuntu 16.06 Server LTE. Have updated Mono to latest mono-complete using the mono repo.
Getting the following error on user connects (hex codes vary from time to time)
14/07/2016 20:26:46 Pool User> xx.xx.xx.xx:47794 @ 0: ENTER username
14/07/2016 20:26:46 Pool Error> Plugin TDSM Core Module crashed in hook playerenteredgame
System.NullReferenceException: Object reference not set to an instance of an object
at OTA.Data.Dapper.DapperProvider.CreateConnection () <0x40b0fca0 + 0x00066> in :0
at OTA.Data.DatabaseFactory.CreateConnection () <0x40b0fc50 + 0x00026> in :0
at TDSM.Core.Entry.OnPlayerJoin (OTA.Plugin.HookContext& ctx, OTA.Plugin.PlayerEnteredGame& args) <0x40b0fa70 + 0x00033> in :0
at OTA.Plugin.HookPoint`1[T].Invoke (OTA.Plugin.HookContext& context, OTA.Plugin.T& arg) <0x40b0eef0 + 0x006a4> in :0
Not sure why but OTA is puking up errors.
The text was updated successfully, but these errors were encountered: