Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] SWT win32 Broken in Latest 4.20 IBuild?

It seemed like the signing service was having trouble, from the commit message:

diff --git a/bundles/org.eclipse.swt.win32.win32.x86_64/swt-gdip-win32-4944r16.dll b/bundles/org.eclipse.swt.win32.win32.x86_64/swt-gdip-win32-4944r16.dll
new file mode 100644
index 000000000..0ab5323f8
--- /dev/null
+++ b/bundles/org.eclipse.swt.win32.win32.x86_64/swt-gdip-win32-4944r16.dll
@@ -0,0 +1,3 @@
+HTTP Error 400
+Problem accessing '/authenticode/sign'
+Reason: Bad Request

Op vr 16 apr. 2021 om 08:16 schreef Sravan K Lakkimsetti <sravankumarl@xxxxxxxxxx>:

Found the faulty commit https://git.eclipse.org/c/platform/eclipse.platform.swt.binaries.git/commit/?id=a26b79c959e884b3a3a96ce2e2cbf0b6ef9e6d23

Need to investigate why this happened.

@Niraj Modi
Can you please help?

Thanks
Sravan

-----Original Message-----
From: Ed Merks <ed.merks@xxxxxxxxx>
Sent: 16 April 2021 11:18
To: Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] [cross-project-issues-dev] SWT win32 Broken in Latest 4.20 IBuild?

Hi,

I updated my target platform from
http://download.eclipse.org/eclipse/updates/4.20-I-builds and after that I could not run any SWT applications anymore:

java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:

D:\Users\merks\oomph-1.21\ws\.metadata\.plugins\org.eclipse.pde.core\IDE\org.eclipse.osgi\480\0\.cp\swt-win32-4944r16.dll: %1 is not a valid Win32 application
no swt-win32 in java.library.path: [C:\Program Files\Java\jdk-11.0.9\bin,....]
D:\Users\merks\.swt\lib\win32\x86_64\swt-win32-4944r16.dll: %1 is not a valid Win32 application
Can't load library: D:\Users\merks\.swt\lib\win32\x86_64\swt-win32.dll
D:\Users\merks\.swt\lib\win32\x86_64\swt-win32-4944r16.dll: %1 is not a valid Win32 application

Using http://download.eclipse.org/releases/2021-06/202104161000 instead works fine, so it seems to be something that's happened between M1 and today.

Has anyone else noticed this? For those who "eat our own dog food", such a problem could cripple your IDE if you update the IDE itself...

Regards,
Ed


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Back to the top