Search found 62 matches

by HSishi
Tue Mar 26, 2019 4:25 pm
Forum: Bug Reports
Topic: GINA problem - stuck in "Connecting to Sharing Service..." w
Replies: 4
Views: 15969

Re: GINA problem - stuck in "Connecting to Sharing Service..

Unfortunately that change reverts each time Gina is being started.
by HSishi
Mon Jul 16, 2018 10:47 am
Forum: General Discussion
Topic: One Trigger, Multiple Search Texts
Replies: 3
Views: 37710

Re: One Trigger, Multiple Search Texts

^ signalizes "this is the begin of the text to be compared" (after timestamps and following spaces are taken out), the \ signalizes "the following character is NOT a RegEx command / filter / wildcard / whatever". In the examples above "\." means "look for a . in the text" instead of the RegEx dot's ...
by HSishi
Wed May 09, 2018 10:57 am
Forum: Bug Reports
Topic: Temporary Workaround for Date Format Issue
Replies: 11
Views: 60637

Re: Temporary Workaround for Date Format Issue

Well ... Source: https://forums.daybreakgames.com/eq/index.php?threads/test-update-05-08-2018-patch-notes-and-discussion.249174/#post-3664078 - Fixed a bug with the last update where the timestamp format in log files was inadvertently changed. So the final fix will come from the creators of the bug ...
by HSishi
Wed May 02, 2018 4:13 am
Forum: Bug Reports
Topic: Critical bug
Replies: 19
Views: 52504

Re: Critical bug

@svann: It was the latest EQ patch in which the date format written to the log file got changed slightly: Instead of "01" .. "09" for the day EQ now writes " 1" .. " 9".

This was already mentioned in this thread, now we patiently wait for GINA to be updated.
by HSishi
Tue May 01, 2018 5:48 pm
Forum: Bug Reports
Topic: Critical bug
Replies: 19
Views: 52504

Re: Critical bug

Nope, unless you are someone at DBG, coding the Log writing sequence.
by HSishi
Tue May 01, 2018 1:16 pm
Forum: Bug Reports
Topic: Critical bug
Replies: 19
Views: 52504

Re: Critical bug

That probably depends on the match text.
by HSishi
Tue May 01, 2018 10:26 am
Forum: Bug Reports
Topic: Critical bug
Replies: 19
Views: 52504

Re: Critical bug

This date-changing workaround might cause other problems.
If this is the problem, the root of it lies in EQ which formats the date this way.

I checked if EQ didn't do the date format like this last months. Previously EQ wrote "Feb 01", now it's "May 1" (two spaces).
by HSishi
Tue May 01, 2018 8:42 am
Forum: Bug Reports
Topic: Critical bug
Replies: 19
Views: 52504

Re: Critical bug

I get the same issue and have a similar crash report with german texts so it's no GINA thing but something installed with / in Windows. Gina can run for a minute or so but then crashes, writing the report cited above into the GINACrash.txt. I had no crashes yesterday but there was nothing updated in...
by HSishi
Thu Feb 01, 2018 6:43 am
Forum: Specific Trigger Questions
Topic: Circle Clickies
Replies: 1
Views: 14455

Re: Circle Clickies

How about the option "Start a new timer"?
by HSishi
Thu Feb 01, 2018 6:39 am
Forum: Specific Trigger Questions
Topic: Trigger when characters name is in a list ?
Replies: 2
Views: 16553

Re: Trigger when characters name is in a list ?

Code: Select all

Vigor benevolently chooses.*{C}
with "Use Regular Expressions" enabled.

".*" will be a placeholder for 0 to infinite chars until either the line is ending or any text after ".*" matches (in this case, your character's name).