Page 1 of 1

Pink/Purple screen unhandled error at start

Posted: Sun Dec 02, 2018 12:33 am
by amiralx12
Hello
I newly bought game from steam(before steam i wasnt playing). Installed. When i try to start game it starts loads everything and i can reach menu. but in the menu after a couple of seconds it gives errors : https://imgur.com/a/oexVsDD
administrator launch doesn't work. All files are verified.
Win 7 home basic 32-bit

Re: Pink/Purple screen unhandled error at start

Posted: Sun Dec 02, 2018 1:08 am
by JakSparro98
amiralx12 wrote:
Sun Dec 02, 2018 12:33 am
Hello
I newly bought game from steam(before steam i wasnt playing). Installed. When i try to start game it starts loads everything and i can reach menu. but in the menu after a couple of seconds it gives errors : https://i.hizliresim.com/oX2QW9.png
administrator launch doesn't work. All files are verified.
Win 7 home basic 32-bit
We cannot see the crash image (error 403 Forbidden), could you just try to upload the image on Imgur?

Re: Pink/Purple screen unhandled error at start

Posted: Sun Dec 02, 2018 1:18 am
by amiralx12
JakSparro98 wrote:
Sun Dec 02, 2018 1:08 am
amiralx12 wrote:
Sun Dec 02, 2018 12:33 am
Hello
I newly bought game from steam(before steam i wasnt playing). Installed. When i try to start game it starts loads everything and i can reach menu. but in the menu after a couple of seconds it gives errors : https://i.hizliresim.com/oX2QW9.png
administrator launch doesn't work. All files are verified.
Win 7 home basic 32-bit
We cannot see the crash image (error 403 Forbidden), could you just try to upload the image on Imgur?
changed link

Re: Pink/Purple screen unhandled error at start

Posted: Sun Dec 02, 2018 11:14 am
by Gurt
We think we have identified a problem related to the InvalidCastException for PathNodeConnection tile not found problem. The error exception looks something like this:

006445-03: Could not find tile with name 'PATHNODECONNECTION'

Error: GameWorld.Update.HandleObjectUpdateCycle()
System.InvalidCastException: Unable to cast object of type 'SFD.Objects.ObjectDefault' to type 'SFD.Objects.ObjectPathNodeConnection'.
at SFD.Objects.ObjectPathZone.CreatePathNodeConnection(ObjectPathNode nodeA, ObjectPathNode nodeB)
at SFD.Objects.ObjectPathZone.CreatePathConnections(IEnumerable`1 surfaceNodes)
at SFD.Objects.ObjectPathZone.DoUpdateDynamicSurfaceNodes()
at SFD.Objects.ObjectPathZone.UpdateObject(Single ms)
at SFD.GameWorld.HandleObjectUpdateCycle(Single ms)
at SFD.GameWorld.Update(Single chunkMs, Single totalMs, Boolean isLast, Boolean isFirst)
> Exception:

For someone that wants to know the cause it's because of a mixup between
C# string.ToUpper() instead of .ToUpperInvariant() which could be problematic for certain cultures depending on what kind of characters are involved. This is what we have identified right now and is a first step into (hopefully) fixing this.

We're working on a fix.

Re: Pink/Purple screen unhandled error at start

Posted: Sun Dec 02, 2018 11:46 am
by Gurt
We have release v1.0.0f in a seperat "betapreview" branch for Superfighters Deluxe that should solve this problem.

To opt in testing this branch do the following:
In Steam select properties for Superfighters Deluxe.
Select the "Beta" tab.
To get the betapreview branch available type in "balistabalista" and you should be able to select the beta branch.
Select the beta branch and restart Steam.
Launch Superfighters Deluxe and the error should be gone.

Re: Pink/Purple screen unhandled error at start

Posted: Sun Dec 02, 2018 1:32 pm
by amiralx12
It's worked thanks...

Re: Pink/Purple screen unhandled error at start

Posted: Sun Dec 02, 2018 9:55 pm
by Gurt
Update: We have updated the current version v1.0.0e with a hotfix solving the problem.