Search found 237 matches

by Gimagukk
Mon Aug 24, 2015 8:40 pm
Forum: Bug Reports
Topic: Is GimaLink supposed to share sound files?
Replies: 12
Views: 51171

Re: Is GimaLink supposed to share sound files?

Around 300k. If you hit it, the client will tell you that your upload is too large. Was the person who was sharing the triggers using the most current client (1.0.22.3 live client)? I just verified that I was able to share and merge triggers with sound files. Also, I just noticed that I implemented ...
by Gimagukk
Tue Aug 18, 2015 9:01 pm
Forum: Bug Reports
Topic: Is GimaLink supposed to share sound files?
Replies: 12
Views: 51171

Re: Is GimaLink supposed to share sound files?

Thanks for reporting this one. Evidently I broke this back in 2012 when I was streamlining how packages get generated and missed a line. It is fixed in beta version 1.0.22.2.
by Gimagukk
Mon Aug 17, 2015 10:41 pm
Forum: Bug Reports
Topic: Broken REGEX after update
Replies: 2
Views: 9796

Re: Broken REGEX after update

This should be fixed in the beta version. I attempted to fix and issue with Fast Check and nested regex groups, but had a bug.
by Gimagukk
Mon Aug 17, 2015 10:37 pm
Forum: Specific Trigger Questions
Topic: New Beta Feature: Fast Check
Replies: 1
Views: 17053

New Beta Feature: Fast Check

There is a new checkbox in the trigger editor called "Use Fast Check", which enhances performance for regular expression triggers as detailed below. Technically this is not a new feature as GINA has always done this behind the scenes, but this new version offers visibility into the string GINA is pi...
by Gimagukk
Mon Aug 17, 2015 9:28 pm
Forum: Bug Reports
Topic: Is GimaLink supposed to share sound files?
Replies: 12
Views: 51171

Re: Is GimaLink supposed to share sound files?

I'll take a look at it this week. GINA is designed to share the audio files (no size limits for the .gtp files, but there is a size limit when sharing through my web service).
by Gimagukk
Mon Aug 17, 2015 9:20 pm
Forum: General Discussion
Topic: Upgraded to Windows 10 - Lost all my Triggers
Replies: 5
Views: 19368

Re: Upgraded to Windows 10 - Lost all my Triggers

Also, in the Settings window, you can specify a folder where GINAConfig.xml and other GINA-related files (crash logs, last known good load files, etc.) should be stored instead of the default location.
by Gimagukk
Sat Aug 01, 2015 9:57 am
Forum: Bug Reports
Topic: Category Color Not applied properly on Stopwatch timer
Replies: 2
Views: 9511

Re: Category Color Not applied properly on Stopwatch timer

Stopwatch timers only show the empty bar (which is still specified on the Overlay settings). Because there is not a finite time for the stopwatch (i.e., it keeps on going until it is stopped), the progress of the timer is undefined.
by Gimagukk
Mon Jul 27, 2015 7:20 pm
Forum: Bug Reports
Topic: Possible bug when backreferencing a capturing group
Replies: 2
Views: 10318

Re: Possible bug when backreferencing a capturing group

This is a bug; I'm working on some performance enhancements to regex searches which will correct this when I release them, but for now you putting a pair of parenthesis after the back-reference should work around the issue:

Code: Select all

^(\w+) tells (?:the )?\w+(?::\d)?, '\1() is tanking
by Gimagukk
Sun Jul 26, 2015 10:05 pm
Forum: Bug Reports
Topic: Windows 10 default voice female, GINA voice male.
Replies: 2
Views: 9922

Re: Windows 10 default voice female, GINA voice male.

As you found, each character can use a different voice, so voices are assigned at the character level. When testing triggers, you can select a character in the dropdown next to the Play button to hear how it will sound for a different character.
by Gimagukk
Sun Jul 19, 2015 8:28 am
Forum: Bug Reports
Topic: "A crash log was detected"
Replies: 2
Views: 10054

Re: "A crash log was detected"

Sorry, took me a couple days to get an XP VM working again so I could test. First, questions: Do you have XP service pack 3 installed? (Go to Control Panel -> System and you should see "Service Pack 3" listed under or next to Windows XP.) Do you have the latest updates from Windows Update (.Net upda...