Forum Replies Created
-
AuthorPosts
-
Shane Gowland
KeymasterThanks.
Shane Gowland
KeymasterDisk speed is the biggest bottleneck. Increasing the process priority won’t have any effect.
November 1, 2012 at 9:56 pm in reply to: ProcessAlive – Automatically restart crashed programs #8044Shane Gowland
KeymasterThe process update checking method uses the WIN32_GET_ACTIVE_PROCESSES API. It runs on a low priority thread and loops in a non-stop fashion. The stack is cleared on every iteration so memory allocation is minimal.
Oh; and what commandline args do you want to see?
Shane Gowland
KeymasterIt’s an issue on Oracle’s end. We simply send a request for /latestversion/ which isn’t updated as frequently as JRE itself.
The upcoming 2.1 will address this issue.
Shane Gowland
KeymasterThe attached video doesn’t seem to play in Windows Media Player or VLC.
Shane Gowland
KeymasterI think a better option would be to remember the previous size selection when the app starts.
Shane Gowland
KeymasterThanks for the translation update.
Please report any strings that aren’t changing, even when a valid translation is provided in the locale file. Make sure you’re using the “output_strings.true” switch to correctly dump untranslated strings.
Using an on-the-fly English to non-English translation system was a design choice, initially made to allow localizations to be silently updated through System Ninja’s CleanSync technology.
There are no plans to revert to another method. Most users appreciate the simplicity of uncompiled, plain-text translation files.
We also have a system in place to allow us to make minor changes to the English version of a string without affecting translations.
Shane Gowland
KeymasterIn the development version (which I don’t think is currently available for download) these directories are already detected. Hash computation is much to computationally-intensive, so we’re using regular expressions over environmental variables to get the correct paths.
Shane Gowland
KeymasterNot a bad idea. Thanks.
Shane Gowland
KeymasterHmm. That could actually be why the “I’m done” dialog isn’t showing. Everything is over and done with before it has a chance.
The update is working, right?
-
AuthorPosts