Skip to content

Commit 7e46905

Browse files
committed
looking into Windows launcher issues processing#3543
1 parent 40b6e9f commit 7e46905

4 files changed

Lines changed: 40 additions & 8 deletions

File tree

build/windows/config-cmd.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040

4141
<messages>
4242
<startupErr>An error occurred while starting the application.</startupErr>
43-
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr>
44-
<jreVersionErr>This application requires Java to be installed</jreVersionErr>
43+
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted. If running from a folder with non-ASCII characters, try moving this folder to another location.</bundledJreErr>
44+
<jreVersionErr>Required files could not be found. If running from a folder with non-ASCII characters, try moving this folder to another location.</jreVersionErr>
4545
<launcherErr>The registry refers to a nonexistent Java installation or the runtime is corrupted.</launcherErr>
4646
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
4747
</messages>

build/windows/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
</splash>
4646
<messages>
4747
<startupErr>An error occurred while starting the application.</startupErr>
48-
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr>
49-
<jreVersionErr>This application requires Java to be installed</jreVersionErr>
48+
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted. If running from a folder with non-ASCII characters, try moving this folder to another location.</bundledJreErr>
49+
<jreVersionErr>Required files could not be found. If running from a folder with non-ASCII characters, try moving this folder to another location.</jreVersionErr>
5050
<launcherErr>The registry refers to a nonexistent Java installation or the runtime is corrupted.</launcherErr>
5151
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
5252
</messages>

core/todo.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ X Device parsing on Linux is incorrect
6969
X https://github.com/processing/processing/issues/3532
7070
o don't show display warning when display 1 doesn't exist
7171
X apparently this was an OpenGL bug (#3532)
72+
X flush geometry when lighting changes
73+
X otherwise lights apply to the entire scene
74+
X https://github.com/processing/processing/issues/3533
7275

7376

7477
docs

todo.txt

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ o write text for non-sketchbook version of welcome screen
1515
X try to get images working in welcome screen
1616
X https://github.com/processing/processing/blob/master/build/shared/lib/welcome/sketchbook.html#L60
1717
X https://github.com/processing/processing/issues/3494
18+
X update to launch4j 3.8
1819

1920
fixed earlier
2021
X font fixes for Georgia in the examples
@@ -25,8 +26,22 @@ X https://github.com/processing/processing/issues/3353
2526
contribs
2627
X Fix contribution compatibility check
2728
X https://github.com/processing/processing/pull/3479
28-
X Update spanish translation
29+
X Update Spanish translation
2930
X https://github.com/processing/processing/pull/3480
31+
X Fix bug with tab sorting when adding new tabs
32+
X https://github.com/processing/processing/pull/3540
33+
X https://github.com/processing/processing/issues/3099
34+
35+
jakub
36+
X Do not filter Ctrl+Alt+? out as menu mnemonics
37+
X https://github.com/processing/processing/issues/3536
38+
X https://github.com/processing/processing/pull/3537
39+
X Fix delete tab shortcut in toolbar popup
40+
X https://github.com/processing/processing/pull/3535
41+
X Deleted tab still present in tab menu
42+
X https://github.com/processing/processing/issues/3534
43+
X https://github.com/processing/processing/pull/3542
44+
X https://github.com/processing/processing/pull/3541
3045

3146
gsoc
3247
X CM updates dialog box doesn't open CM
@@ -40,17 +55,27 @@ X https://github.com/processing/processing/pull/3522
4055
X Adding ellipses only when text is long
4156
X https://github.com/processing/processing/pull/3470
4257

58+
_ re-close the google code stuff (goes read-only on 8/25)
59+
_ https://code.google.com/p/processing/adminAdvanced
60+
_ https://github.com/processing/
4361

4462
beta
63+
_ fix the red for the console/error stuff
64+
_ also the sidebar, the squiggly line beneath code, and the status bar
4565
_ write notes about changes with Toolkit and Util, and packages
66+
67+
68+
3.0 final
69+
_ launch4j doesn't work from folders with non-native charsets
70+
_ anything in CP1252 on an English Windows system is fine
71+
_ but anything else reports "font sadness" b/c it's using the system JRE
72+
_ https://github.com/processing/processing/issues/3543
4673
_ CM ongoing notes and questions
4774
_ https://github.com/processing/processing/issues/3440
4875
_ Contribution Manager design is really rough
4976
_ https://github.com/processing/processing/issues/3464
5077
_ Ready to add contributed example packages?
5178
_ https://github.com/processing/processing/issues/2953
52-
_ fix the red for the console/error stuff
53-
_ also the sidebar, the squiggly line beneath code, and the status bar
5479

5580

5681
gui
@@ -224,9 +249,13 @@ _ https://github.com/processing/processing/issues/2698
224249
_ might be something with libraries (native or otherwise)
225250

226251

227-
medium
228252
_ Determine shortcut for Export vs Use Selection for Find
229253
_ https://github.com/processing/processing/issues/2985
254+
_ Determine new keyboard shortcut for Step Out
255+
_ https://github.com/processing/processing/issues/3538
256+
257+
258+
medium
230259
_ remove toolbar menu references and code to rebuild
231260
_ fix single instance server on OS X to load double-clicked files
232261
_ when run from Eclipse, the single instance thing punts

0 commit comments

Comments
 (0)