![]() |
|
#201
|
|||
|
|||
|
goodguy,
The only advantage to .exe is that it can be distributed like any other app since you don't have to have AHK installed to run it. I'll try to track down why it's not opening tables. |
|
#202
|
|||
|
|||
|
awesome you guys are amazing
like worker bees lol |
|
#203
|
|||
|
|||
|
[ QUOTE ]
like worker bees lol [/ QUOTE ] Uh, thx. [img]/images/graemlins/crazy.gif[/img] |
|
#204
|
|||
|
|||
|
I just got back in and noticed people are having problems from converting to an exe. Just to say I didn't convert to exe and just ran as a script, so the problems I had weren't related to the exe thing.
Hopefully I can be some help figuring out whats causing the tables not to open (just need to drink some more coffee first...) [img]/images/graemlins/smile.gif[/img] Juk [img]/images/graemlins/smile.gif[/img] |
|
#205
|
|||
|
|||
|
Okay guys, I added some extremely basic logging. It's enabled by default but you can turn it off via tray menu. It just writes some stuff to a text file in the working directory of the script.
I want a new e-mail address for this though but my provider wants to rip me off for 1.50/month and I'm too tired to wade through all that crap now, so for now just copy from the file and PM to me or send it to Sam I guess. I've gotta go to bed soon (these timezones are a bitch). |
|
#206
|
|||
|
|||
|
[ QUOTE ]
I've gotta go to bed soon (these timezones are a bitch). [/ QUOTE ]My time-zone is just coming into swing so I'll go on shift. [img]/images/graemlins/smile.gif[/img] I'll have time to dig through the code tonight and do some testing. Luckily, I'm bugged. (Roland's working fine. It makes it hard to test.) I can't wait. [img]/images/graemlins/frown.gif[/img] Roland, do we want to roll-back to the single-limit version and release that as "version 1"? There were a couple tiny bugs there, like glitching if the user closed Party during execution and stuff, but otherwise it was stable. I just feel bad that this project is suddenly overflowing with users, but they're running code you wrote 12 hours ago. -Sam P.S. PLEASE don't get me wrong; I'm excited about the multi-limit stuff. |
|
#207
|
|||
|
|||
|
[ QUOTE ]
Roland's working fine. It makes it hard to test.) [/ QUOTE ] Like hell. [ QUOTE ] Roland, do we want to roll-back to the single-limit version and release that as "version 1"? There were a couple tiny bugs there, like glitching if the user closed Party during execution and stuff, but otherwise it was stable. I just feel bad that this project is suddenly blowing up, and users are trying to use the stuff you wrote 12 hours ago. -Sam P.S. PLEASE don't get me wrong; I'm excited about the multi-limit stuff. [/ QUOTE ] Actually I was planning to make a second Wiki page so that this wouldn't happen. Then this code ran ABSOLUTELY PERFECTLY for hours on end so I figured what the hell. About those "tiny bugs" - that version was so bad, I couldn't even use it. Seriously. I dunno. I'm weird. [img]/images/graemlins/smile.gif[/img] Edit: Thanks for cleaning up the Wiki and the code. Oh and I did get your e-mails, thanks. |
|
#208
|
|||
|
|||
|
[ QUOTE ]
P.S. PLEASE don't get me wrong; I'm excited about the multi-limit stuff. [/ QUOTE ] You can multilimit mine on the old version using favcorites. KRishan |
|
#209
|
|||
|
|||
|
[ QUOTE ]
You can multilimit mine on the old version using favcorites. [/ QUOTE ] Ya. But anybody could do that. Boring. J/K |
|
#210
|
|||
|
|||
|
Btw, I suspect the problem might be just that it can't read from the .ini.
Thing is, you can't declare an array global in AHK but I wanted to keep all those vars in the OpenTables() function local. So we just read the groups from the .ini every time that function gets called and duplicate the global array. 'Course, if it can't read from the .ini the loop will run zero times and nothing will happen. The most obvious problem would be if the .ini isn't in the working dir, but I think this is not the case. Dunno what the problem could be. |
![]() |
|
|