PDA

View Full Version : C# Error



Mike Serfass
November 15th, 2024, 15:44
Hi,
Since the last FGU update, I've gotten this error after running for a couple of hours.
During last night's game, two of the players and I got it multiple times.
I haven't run without extensions to repeat this because this is coming from C#, not lua. I can run without extensions if it helps track this down.


[ERROR] ASSET UPDATE: System.NullReferenceException: Object reference not set to an instance of an object
at AIFHCONFNJC.OFKCHLMIMDJ (System.String MJKKDDLNFCO) [0x00006] in <ff9ba60e419b48698079433070395f06>:0
at OHMAFMOJLCC.OFKCHLMIMDJ (System.String MJKKDDLNFCO) [0x00041] in <ff9ba60e419b48698079433070395f06>:0
at ELKDCCODMMP.OFKCHLMIMDJ (System.String MJKKDDLNFCO) [0x0000a] in <ff9ba60e419b48698079433070395f06>:0
at OHMAFMOJLCC.OFKCHLMIMDJ (System.String MJKKDDLNFCO) [0x00041] in <ff9ba60e419b48698079433070395f06>:0
at PJFFFCNHHML.OFKCHLMIMDJ (System.String MJKKDDLNFCO) [0x00014] in <ff9ba60e419b48698079433070395f06>:0
at PKFCDDLKENM.OFKCHLMIMDJ (System.String BGOEOKGPIOP) [0x00009] in <ff9ba60e419b48698079433070395f06>:0
at PKFCDDLKENM.OGDOCKKGHDO (LJIODAMEKDA FKJLCLOHFCG) [0x0012e] in <ff9ba60e419b48698079433070395f06>:0
at PKFCDDLKENM.IHDEEDPILLC (DKADMHHHCDD HPABHMMHDND, System.Single ONBKEINNAMA, System.Collections.Generic.HashSet`1[T] CPCDHDMPJHA, System.Single GOBDBINDHKF) [0x0003e] in <ff9ba60e419b48698079433070395f06>:0
at PKFCDDLKENM.BMBPDBIGHEC () [0x00096] in <ff9ba60e419b48698079433070395f06>:0
at FG.FGDesktop.Update () [0x000f0] in <ff9ba60e419b48698079433070395f06>:0

I attached my log file and the log files of both players.
Let me know how I can help with this.

pindercarl
November 15th, 2024, 16:44
Hi,
Since the last FGU update, I've gotten this error after running for a couple of hours.
During last night's game, two of the players and I got it multiple times.
I haven't run without extensions to repeat this because this is coming from C#, not lua. I can run without extensions if it helps track this down.


[ERROR] ASSET UPDATE: System.NullReferenceException: Object reference not set to an instance of an object
at AIFHCONFNJC.OFKCHLMIMDJ (System.String MJKKDDLNFCO) [0x00006] in <ff9ba60e419b48698079433070395f06>:0
at OHMAFMOJLCC.OFKCHLMIMDJ (System.String MJKKDDLNFCO) [0x00041] in <ff9ba60e419b48698079433070395f06>:0
at ELKDCCODMMP.OFKCHLMIMDJ (System.String MJKKDDLNFCO) [0x0000a] in <ff9ba60e419b48698079433070395f06>:0
at OHMAFMOJLCC.OFKCHLMIMDJ (System.String MJKKDDLNFCO) [0x00041] in <ff9ba60e419b48698079433070395f06>:0
at PJFFFCNHHML.OFKCHLMIMDJ (System.String MJKKDDLNFCO) [0x00014] in <ff9ba60e419b48698079433070395f06>:0
at PKFCDDLKENM.OFKCHLMIMDJ (System.String BGOEOKGPIOP) [0x00009] in <ff9ba60e419b48698079433070395f06>:0
at PKFCDDLKENM.OGDOCKKGHDO (LJIODAMEKDA FKJLCLOHFCG) [0x0012e] in <ff9ba60e419b48698079433070395f06>:0
at PKFCDDLKENM.IHDEEDPILLC (DKADMHHHCDD HPABHMMHDND, System.Single ONBKEINNAMA, System.Collections.Generic.HashSet`1[T] CPCDHDMPJHA, System.Single GOBDBINDHKF) [0x0003e] in <ff9ba60e419b48698079433070395f06>:0
at PKFCDDLKENM.BMBPDBIGHEC () [0x00096] in <ff9ba60e419b48698079433070395f06>:0
at FG.FGDesktop.Update () [0x000f0] in <ff9ba60e419b48698079433070395f06>:0

I attached my log file and the log files of both players.
Let me know how I can help with this.

The release build hasn't been updated since August. Are you running in the Test channel?

Moon Wizard
November 15th, 2024, 18:11
Thanks for reporting. This looks like it might be a Live as well as Test issue related to sourceless dice control fields. I'll push an update to help catch this case for v4.6.0 shortly.

Regards,
JPG

Mike Serfass
November 15th, 2024, 21:12
Thanks!
I'll look through my code for those sourceless dice control fields. There probably shouldn't be any orphan dice wandering around alone.