I believe it's because CLI does word splitting first, so "mmg(2000,2,2,5)" would be trying to call a script or macro *named* "mmg(2000,2,2,5)" (with no parameters)?
Once you started relay browser in one browser, you can take the URL and open it in another browser (then close it in the first browser). It will be something like http://127.0.0.1:60080/game.php
It should be almost irrelevant. When you hit that button, it's just doing something that it was going to do eventually anyway.
I have noticed that having addons like noscript, umatrix, adblock, requestpolicy, ... (basically anything that has to check every connection to see if should be...
There are several numbers "memory usage" can refer to in java applications.
In order of size:
1) How much memory is actually still being used for something by the app. This number is not measurable.
2) How much memory is taken on the app's heap and some other java structures. This includes...
Not so much invalid date, but invalid certificate - because it was only valid until yesterday. Certificates need to be periodically renewed. The "industry practice" for this used to be "new certificate every two years", but now we see pushed towards shortening this, possibly way down to "every...
Any progress on this? It's been almost a month, and https is still not even enabled (the server isn't listening on the port), as far as my browser can tell.
Observed: classskills.txt line 494 has a space between skill id and skill name (Paul's Passionate Pop Song).
Expected: should be a tabulator instead, like all the other skills around it.
Rollover generally starts around UTC 3:30 (whcih is exactly midnnight in UTC-0330), give or take a couple (dozen) seconds, so basing it off "GMT-0330" is as close as we will get. It also lasts a nontrivial time, so it always *ends* after UTC 3:30.
(UTC is almost the same as GMT, but IMAO more...
That would be nice. (also the burning newspaper derivatives, which "break" on rollover. They are why I forbid foldables - I don't want to spend (currently) 40k meat on something that's considered free).
BTW, I only recently realized there's a checkbox for that. I normally don't see it, because the maximizer's window pops out too small to fit the checkbox in, so it doesn't appear unless I resize the window (which I often do just to see more suggestions at a time, and give more room for the...
The first NPE is in "selected.requestFocus()" in
int currentTabIndex = KoLDesktop.INSTANCE.tabs.getSelectedIndex();
if ( tabIndex == currentTabIndex )
{
JComponent selected = (JComponent)KoLDesktop.INSTANCE.tabs.getSelectedComponent();
selected.requestFocus();
}
which at least...
That's usually true, but at this moment the latest stable build (on sourceforge) is only two weeks old, which makes it only *slightly* old, and not yet ancient! It has (I presume) the current iotm, at least. But not crimbo places.
That's one of those things that Cannot Happen (tm) (r) (c), unless there's something seriously wrong with your computer, or java, or at least something like suddenly not having enough memory.
I don't think we got anywhere the last time this happened to somebody.