-
Notifications
You must be signed in to change notification settings - Fork 78
parser.ParseToEnd() -> System.NotImplementedException #165
Comments
So, a demo file from 2018 is working but not one demo from 2020. |
I have the same issue using a FACEIT demo |
Tried looping over each tick and calling ParseToEnd. Still looking at this. |
This was fixed in 2412dac. |
Hi, thanks for your answer! I can use the nuget version without encountering this problem but the |
Hi, shortly after I posted, I managed to get this working. I can't remember the solution exactly but AronParker is 100% correct. You can't get the NuGet current version to work. Go download the repos manually and do not use NuGet! :) akiver commented on 8 Dec 2018 |
Wow thanks for your quick answer!
Do you have a working proof of concept or do you remember how you set up a project without nuget? |
Try disabling signed assembly when building. |
I can try give you a hand and get it working if you add me on Discord @ brandonsuperstar#2479 |
Thank you very much for the offer! I sent you a friend request |
@master117 thank you very much for your help! Turning off signed assembly worked perfectly! |
@JKamue You're welcome, glad I could help. |
Hey everyone,
I´m new to VisualStudio and C# and I´m getting an error message, which I hope you can help me with.
The error message:
System.NotImplementedException
HResult=0x80004001
Nachricht = Die Methode oder der Vorgang ist nicht implementiert.
Quelle = DemoInfo
Stapelüberwachung:
bei DemoInfo.DP.Handler.PacketEntitesHandler.PropertyCollector..ctor(Entity underlying, IList`1 capture)
bei DemoInfo.DP.Handler.PacketEntitesHandler.ReadEnterPVS(IBitStream reader, Int32 id, DemoParser parser)
bei DemoInfo.DP.Handler.PacketEntitesHandler.Apply(PacketEntities packetEntities, IBitStream reader, DemoParser parser)
bei DemoInfo.PacketEntities.Parse(IBitStream bitstream, DemoParser parser)
bei DemoInfo.DP.DemoPacketParser.ParsePacket(IBitStream bitstream, DemoParser demo)
bei DemoInfo.DemoParser.ParseDemoPacket()
bei DemoInfo.DemoParser.ParseTick()
bei DemoInfo.DemoParser.ParseNextTick()
bei DemoInfo.DemoParser.ParseToEnd()
bei TEst.Program.Main(String[] args) in C:\Users\Pati\source\repos\TEst\Program.cs: Zeile21
I´ve installed DemoInfo with the following instructions:
#107 (comment)
code:
parser.ParseHeader(); is working fine, I can use parser.Map for example
parser.ParseToEnd(); is not implemented?
The text was updated successfully, but these errors were encountered: