Search found 62 matches

by HSishi
Sat Jan 06, 2024 8:30 am
Forum: Specific Trigger Questions
Topic: Catching web links
Replies: 3
Views: 17225

Re: Catching web links

I had to further modify the trigger phrase because it was still catching stuff after the link:

Code: Select all

http(?<s1>.*)\:\/\/(?<s2>[^ ]*)
Clipboard text is then:

Code: Select all

http${s1}://${s2}
by HSishi
Sat Jan 06, 2024 8:19 am
Forum: General Discussion
Topic: why wont it work in project gorgon?
Replies: 1
Views: 9908

Re: why wont it work in project gorgon?

It looks like the log lines formatted in the "Project Gorgon" are different to EQ. You have to adapt one of GINA's settings files.
by HSishi
Fri Jan 05, 2024 4:47 pm
Forum: General Discussion
Topic: Other then C: Drive
Replies: 1
Views: 5006

Re: Other then C: Drive

It's not possible for the client since it installs itself somewhere in the Windows Apps area.

But you can move the data and media folders to a location which isn't affected if you have to reinstall windows.
by HSishi
Fri Jan 05, 2024 4:46 pm
Forum: General Discussion
Topic: Local copy of sharing service ?
Replies: 1
Views: 3012

Re: Local copy of sharing service ?

I had the same question in mind but one or two days later this domain including the server worked again.

The idea isn't a bad one. If there aren't much prequisites I guess lots of guilds would like to have own servers and libraries for their triggers.
by HSishi
Wed Dec 27, 2023 4:15 pm
Forum: General Discussion
Topic: HEPL! GINA does not run on a 32-core CPU
Replies: 5
Views: 17992

Re: HEPL! GINA does not run on a 32-core CPU

Where dooes GINA store which cores are supposed to be used? Replying to myself: I found the setting in the XML file. Look for the "GINAConfig.xml" file. Open it with any text editor. Search for "<ProcessorAffinity>{any numeric value}</ProcessorAffinity>". Change the numeric value to any value up to...
by HSishi
Tue Jun 06, 2023 5:23 pm
Forum: Bug Reports
Topic: Gina's File certificates expired or were drawn back
Replies: 0
Views: 7427

Gina's File certificates expired or were drawn back

Today I ran into the issue a freshly installed Gina can't be started in Windows 11 anymore because of an expired or yet invalid certificate. Workaround: - Find "Gina.exe" in the %LOCALAPPDATA% folder structure: Start -> Run -> "%LOCALAPPDATA%" -> [Enter]. Use the search field from there. - Once the ...
by HSishi
Tue Jun 06, 2023 4:19 pm
Forum: General Discussion
Topic: Windows 11
Replies: 3
Views: 9844

Re: Windows 11

It could be your computer's CPU has too many cores. Theoretically Gina can handle up to 32 cores but in reality it crashes if you have more than 16.

See HEPL! GINA does not run on a 32-core CPU in this board section for a tutorial to start Gina initially and then limit its cores for the next run.
by HSishi
Tue Jun 06, 2023 4:13 pm
Forum: Bug Reports
Topic: Gina Search freezes when time stamps are missing in Log lines
Replies: 0
Views: 3946

Gina Search freezes when time stamps are missing in Log lines

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 t...
by HSishi
Wed May 04, 2022 4:40 am
Forum: General Discussion
Topic: Windows 11
Replies: 3
Views: 9844

Re: Windows 11

Hm, I cannot confirm any fundamental problems. I have Windows 11 as well, on two different computers, and both can run Gina very well. You can check if you have a "GINACrash.txt" file in the following folder: %LOCALAPPDATA%\GimaSoft\GINA Post the contents of the text file here, maybe someone can tel...
by HSishi
Tue Jan 25, 2022 5:32 pm
Forum: Specific Trigger Questions
Topic: Does {TS} work?
Replies: 1
Views: 11100

Re: Does {TS} work?

I think the notation of the ingame waiting time is different from that what {TS} catches.

Do you have the full ingame text at hand?