Gina Search freezes when time stamps are missing in Log lines

Post Reply
HSishi
Posts: 62
Joined: Sun Aug 26, 2012 3:19 pm

Gina Search freezes when time stamps are missing in Log lines

Post by HSishi » Tue Jun 06, 2023 4:13 pm

Today I found a bug in Gina, caused by a bug in the EQ client which was present at the start of April 2023:

If you are about to join an instance with Lockouts, the EQ client inform(ed) you about inheriting existing lockouts to your Expedition log as well.
Unfortunately the Client forgot to log the timestamps when it wrote the Logs which causes problems for Gina when searching through the Log file.

The faulty text block looks like this (note the missing time stamps):
Warning! You will be given replay timers for the following events if you enter Deepshade: The Artist:
Loot Lockout - 4D:11H:30M
Myconid Mutiny - 4D:11H:42M
Solution: Simply add the timestamp from the line above this block so it looks like this:
[Mon Apr 03 21:27:17 2023] Warning! You will be given replay timers for the following events if you enter Deepshade: The Artist:
[Mon Apr 03 21:27:17 2023] Loot Lockout - 4D:11H:30M
[Mon Apr 03 21:27:17 2023] Myconid Mutiny - 4D:11H:42M
This allows Gina's Log search to continue as normal.

Post Reply