Search found 63 matches
- Sat Mar 08, 2025 1:02 pm
- Forum: Specific Trigger Questions
- Topic: Supported {} tags
- Replies: 6
- Views: 773578
Re: Supported {} tags
It looks like there's a bug when you have a trigger starting with the line anchor ^ which uses the {TS} tag. The trigger match gets processed correctly but the time (in any format, from D:H:M:S to S only, e.g. "10:00" or "600") gets caught as 0s, with a timer just flashing with 0:00 remaining time a...
- Sat Jan 06, 2024 8:30 am
- Forum: Specific Trigger Questions
- Topic: Catching web links
- Replies: 3
- Views: 33349
Re: Catching web links
I had to further modify the trigger phrase because it was still catching stuff after the link:
Clipboard text is then:
Code: Select all
http(?<s1>.*)\:\/\/(?<s2>[^ ]*)
Code: Select all
http${s1}://${s2}
- Sat Jan 06, 2024 8:19 am
- Forum: General Discussion
- Topic: why wont it work in project gorgon?
- Replies: 1
- Views: 86168
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.
- Fri Jan 05, 2024 4:47 pm
- Forum: General Discussion
- Topic: Other then C: Drive
- Replies: 1
- Views: 18799
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.
But you can move the data and media folders to a location which isn't affected if you have to reinstall windows.
- Fri Jan 05, 2024 4:46 pm
- Forum: General Discussion
- Topic: Local copy of sharing service ?
- Replies: 1
- Views: 16989
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.
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.
- Wed Dec 27, 2023 4:15 pm
- Forum: General Discussion
- Topic: HEPL! GINA does not run on a 32-core CPU
- Replies: 5
- Views: 46345
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...
- Tue Jun 06, 2023 5:23 pm
- Forum: Bug Reports
- Topic: Gina's File certificates expired or were drawn back
- Replies: 0
- Views: 75988
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 ...
- Tue Jun 06, 2023 4:19 pm
- Forum: General Discussion
- Topic: Windows 11
- Replies: 3
- Views: 31309
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.
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.
- 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: 20843
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...
- Wed May 04, 2022 4:40 am
- Forum: General Discussion
- Topic: Windows 11
- Replies: 3
- Views: 31309
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...