Skip to content
This repository was archived by the owner on Jan 3, 2020. It is now read-only.

Unable to find assembly '03-PhiData'. #40

Open
Faabvk opened this issue Dec 17, 2018 · 5 comments
Open

Unable to find assembly '03-PhiData'. #40

Faabvk opened this issue Dec 17, 2018 · 5 comments

Comments

@Faabvk
Copy link

Faabvk commented Dec 17, 2018

Just as it says. When I run Phi Server it starts and I can connect but once I connect I get that error.

PS D:\Downloads\PhiServer> .\PhiServer.exe
[17-12-2018 19:08:24] [INFO] Server launched on port 16180
[17-12-2018 19:08:29] [INFO] Connection from a06adefdc962404b9ae9ace8284e855d
17-12-2018 19:08:29|Error|WebSocket.message|System.Runtime.Serialization.SerializationException: Unable to find assembly '03-PhiData'.
                             at System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo.GetAssembly()
                             at System.Runtime.Serialization.Formatters.Binary.ObjectReader.GetType(BinaryAssemblyInfo assemblyInfo, String name)
                             at System.Runtime.Serialization.Formatters.Binary.ObjectMap..ctor(String objectName, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[] typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray assemIdToAssemblyTable)
                             at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryObjectWithMapTyped record)
                             at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
                             at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
                             at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
                             at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream)
                             at PhiClient.Packet.Deserialize(Byte[] data, RealmData realmData, User user) in D:\Documents\Projects\Phi\PhiData\Packet.cs:line 34
                             at PhiServer.Program.MessageCallback(ServerClient client, Byte[] data) in D:\Documents\Projects\Phi\PhiServer\Program.cs:line 106
                             at SocketLibrary.Server.MessageCallback(ServerClient client, Byte[] data) in D:\Documents\Projects\Phi\SocketLibrary\Server.cs:line 56
                             at SocketLibrary.ServerClient.OnMessage(MessageEventArgs e) in D:\Documents\Projects\Phi\SocketLibrary\ServerClient.cs:line 35
                             at WebSocketSharp.Ext.Emit[TEventArgs](EventHandler`1 eventHandler, Object sender, TEventArgs e)
                             at WebSocketSharp.WebSocket.messages(MessageEventArgs e)
@Faerye0
Copy link

Faerye0 commented Jan 15, 2019

Did you resolved the problem?

@Shorent
Copy link

Shorent commented Jan 21, 2019

Am getting the same problem, it looks like its trying to fetch information that doesn't exist in lines 12-13

@zzzz465
Copy link

zzzz465 commented Feb 9, 2019

I got this bug too.

@ajsnyde
Copy link

ajsnyde commented Feb 14, 2019

Same

@Trugath
Copy link

Trugath commented Apr 23, 2019

You are using Andrew-Fall's client on the steam workshop if you are getting this error. If you want to use the workshop client then use Andrew's server at https://github.com/Andrew-Fall/PhiServer
Otherwise use the client for the version of the server you wish to use instead.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants