mkosmo Posted October 1, 2019 Posted October 1, 2019 Since the last thread in here was closed some time back, I wanted to follow up and see if we could find some kind of resolution. Yes, I'm running Windows Server 2016 R2, but let's not hide behind the "unsupported OS" claim -- this worked until earlier this year. Windows 10 and Server 2016 R2 are similar enough that nothing unusual will be going on here. When the client makes a request to the 8088 service on the box, it's getting back a "422 Unprocessable Entity" from the service, so it's connecting just fine. I also see the same response come through the website, but it's passed back as the response payload of a request that otherwise is indicating a 200. Local: https://i.imgur.com/WTIc86y.png Via the website: https://i.imgur.com/YMJvLiG.png Possibly relevant line in the logs: 2019-10-01 05:05:46.266 ERROR WebGUI: While parsing encryptedRequest: StreamTransformationFilter: invalid PKCS #7 block padding found Where may I be able to find that certificate mentioned in the log line? Inspection of the certificate may assist some local troubleshooting. I could not find any files in the install or Saved Games folder that used common pkcs7 extensions. Since I saw on the last thread that local testers were unable to reproduce, if ED is so inclined, I'm willing to set up a call and sharing session such that the team can get their hands on the system and work with it in any way that may assist in diagnostics and resolution of this issue. If you'd like to set anything up, please PM me and we can go from there.
dFlow Posted October 1, 2019 Posted October 1, 2019 (edited) I've got the exact same thing! 2019-10-01 12:05:22.304 ERROR WebGUI: While parsing encryptedRequest: StreamTransformationFilter: invalid PKCS #7 block padding found Only with the difference that I am using Windows10 for this (which should be supported) not too long ago the dedicated server webgui was working on my side - locally and from remote. lately i cannot get it to work! any advice for further analysis? Edited October 1, 2019 by dFlow
mkosmo Posted October 1, 2019 Author Posted October 1, 2019 I've got the exact same thing! 2019-10-01 12:05:22.304 ERROR WebGUI: While parsing encryptedRequest: StreamTransformationFilter: invalid PKCS #7 block padding found Only with the difference that I am using Windows10 for this (which should be supported) not too long ago the dedicated server webgui was working on my side - locally and from remote. lately i cannot get it to work! any advice for further analysis? Perfect -- Same symptoms from both a "supported" platform and not. Hopefully we can get something more from ED.
dFlow Posted October 1, 2019 Posted October 1, 2019 i am afraid not - since this thread has the same issues + analysis inside, without a solution since months! :( https://forums.eagle.ru/showthread.php?t=242513&page=8
mkosmo Posted October 1, 2019 Author Posted October 1, 2019 i am afraid not - since this thread has the same issues + analysis inside, without a solution since months! :( https://forums.eagle.ru/showthread.php?t=242513&page=8 Yeah, I just want to bring more attention to it. I'm hoping ED will take me up on the offer to explore an affected system, or take notice to the certificate issue and provide some guidance on how we can isolate and locally work to remedy the issue.
ED Team c0ff Posted October 2, 2019 ED Team Posted October 2, 2019 (edited) Guys, if you have this problem, can you PM me the resulting IP address of ping -4 localhost if it differs from 127.0.0.1 Thanks! Edited October 2, 2019 by c0ff Dmitry S. Baikov @ Eagle Dynamics LockOn FC2 Soundtrack Remastered out NOW everywhere - https://band.link/LockOnFC2.
mkosmo Posted October 2, 2019 Author Posted October 2, 2019 Guys, if you have this problem, can you PM me the resulting IP address of ping -4 localhost Thanks! As expected (no change to my hosts file): C:\Users\REDACTED>ping -4 localhost Pinging REDACTED[127.0.0.1] with 32 bytes of data: Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Ping statistics for 127.0.0.1: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
ED Team c0ff Posted October 2, 2019 ED Team Posted October 2, 2019 As expected (no change to my hosts file): Thanks! So, the problem is somewhere else. We managed to reproduce it internally. Investigating. Dmitry S. Baikov @ Eagle Dynamics LockOn FC2 Soundtrack Remastered out NOW everywhere - https://band.link/LockOnFC2.
mkosmo Posted October 2, 2019 Author Posted October 2, 2019 Thanks! So, the problem is somewhere else. We managed to reproduce it internally. Investigating. Glad to hear it! If you can keep us in the loop as to the process, we'd appreciate it!
ED Team c0ff Posted October 8, 2019 ED Team Posted October 8, 2019 (edited) The issue was tracked down to a bug in the compiler, which affects CPUs without AES-NI instructions (or when this instruction set is disabled in BIOS). We will implement a workaround. Edited October 8, 2019 by c0ff grammar Dmitry S. Baikov @ Eagle Dynamics LockOn FC2 Soundtrack Remastered out NOW everywhere - https://band.link/LockOnFC2.
mkosmo Posted October 8, 2019 Author Posted October 8, 2019 The issue was tracked down to a bug in the compiler, which affects CPUs without AES-NI instructions (or when this instruction set is disabled in BIOS). We will implement a workaround. Interesting. I had no idea I was missing AES-NI on this box until I went to go check. Since my box is a VM hosted on a E5-2697 v3, which supports AES-NI, I just assumed it did. Coreinfo has since demonstrated that it's not enabled. Time to go put a ticket in with my host. If AES-NI is then enabled, will this resolve itself?
ED Team c0ff Posted October 8, 2019 ED Team Posted October 8, 2019 If AES-NI is then enabled, will this resolve itself? Yep. Dmitry S. Baikov @ Eagle Dynamics LockOn FC2 Soundtrack Remastered out NOW everywhere - https://band.link/LockOnFC2.
mkosmo Posted October 8, 2019 Author Posted October 8, 2019 Yep. Fantastic news! My hosting provider is migrating me to a newer host with the intent of exposing AES-NI to my guest. Assuming the migration works, I'll report back.
mkosmo Posted October 8, 2019 Author Posted October 8, 2019 I can confirm that it started working again once AES-NI was exposed to my guest.
ED Team c0ff Posted October 8, 2019 ED Team Posted October 8, 2019 I can confirm that it started working again once AES-NI was exposed to my guest. Good. Thanks for the report! Dmitry S. Baikov @ Eagle Dynamics LockOn FC2 Soundtrack Remastered out NOW everywhere - https://band.link/LockOnFC2.
dFlow Posted October 9, 2019 Posted October 9, 2019 Good. Thanks for the report!I can confirm too, enabling aes works! This is great, thank you for your help! Gesendet von meinem SNE-LX1 mit Tapatalk
fill Posted October 12, 2019 Posted October 12, 2019 DCS release Hello, Could you do the same about DCS release ? THX.
Azrayen Posted October 13, 2019 Posted October 13, 2019 I'll guess that, as always, a DCS version containing a fix will eventually become available on the stable/release branch :)
Recommended Posts