mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
looking into more JNA problems with Windows 10 (#3800)
This commit is contained in:
@@ -268,6 +268,11 @@ public class WindowsPlatform extends DefaultPlatform {
|
||||
|
||||
|
||||
static private String getAppDataPath() throws Exception {
|
||||
// Trying to deal with JNA problems on Windows 10
|
||||
// https://github.com/processing/processing/issues/3800
|
||||
// Try to load JNA and set its temporary directory
|
||||
getLibC();
|
||||
|
||||
// HKEY_CURRENT_USER\Software\Microsoft
|
||||
// \Windows\CurrentVersion\Explorer\Shell Folders
|
||||
// Value Name: AppData
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
0245 core (3.0b7)
|
||||
|
||||
|
||||
andres
|
||||
X surface.setLocation() causing a freeze on Windows
|
||||
X https://github.com/processing/processing/commit/4c0f9234c0a48f62363233cafc9c9951ee351d3e
|
||||
@@ -32,6 +33,7 @@ _ selectInput/Output() is behind the drawing window (Windows)
|
||||
_ https://github.com/processing/processing/issues/3775
|
||||
|
||||
javafx
|
||||
_ do we really need setTextFont/Size when we already have Impl?
|
||||
_ need keyPressed() to do lower and upper case
|
||||
_ static mode sketches (draw once and halt w/o closing window)
|
||||
_ fix display handling, line up the device order with AWT
|
||||
|
||||
@@ -32,6 +32,8 @@ _ replace about screen (1x and 2x versions)
|
||||
_ change 'alpha' to correct name
|
||||
_ also change the revision in the "about processing" dialog
|
||||
_ https://github.com/processing/processing/issues/3665
|
||||
_ UnsatisfiedLinkError on startup "Access is denied" on Windows 10
|
||||
_ https://github.com/processing/processing/issues/3800
|
||||
_ JNA errors on startup when run from an account w/ non-ASCII characters
|
||||
_ https://github.com/processing/processing/issues/3624
|
||||
_ set jna.tmpdir (or java.io.tmpdir) to another location
|
||||
|
||||
Reference in New Issue
Block a user