AutoHotkey Community

It is currently May 26th, 2012, 7:31 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: May 6th, 2009, 2:21 pm 
Offline

Joined: April 17th, 2007, 1:37 pm
Posts: 761
Location: Florida
Some people are trying to use one of my scripts, but it isn't loading (or takes longer than it should to load). I'm really stumped about it since lots of people have used it w/o issue. So, I created a 'debug' window that shows exactly what happens at startup. Now, I have a new problem - they sent me a screen shot where the debug GUI is mostly blank!

Has anyone seen this kind of thing before? I've already sent a new build out with a 'copy text to clipboard' button as well as a listlines button so hopefully they can get me some more useful data to troubleshoot with. In the meantime I have no idea why the GUI would be half blank... :?:

Image

The code that draws the debug window is simple (and works fine on my PC (of course, so does the application, so....)):
Code:
gui,55:add,text,,startup details (debug)
gui,55:add,button,xm y+5 gdbg_copy,Copy to Clipboard
gui,55:add,button,x+5 yp gdbg_listlines,List Lines
gui,55:add,button,x+5 yp gdbg_exit,Exit
gui,55:add,edit,xm vDebug_Startup_Messages w300 h400 +ReadOnly,debug window loaded
debug_progress("starting...")
Version=0.20 (Debugmode 4)
App=Test
gui,55:show,,[ %App% v%Version% ]

_________________
[Join IRC!]
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 6th, 2009, 4:05 pm 
Offline

Joined: October 7th, 2006, 4:50 pm
Posts: 3157
Location: MN, USA
My initial reaction is that it's something wrong with their computer and not your script. Maybe have them boot into safe mode and try running it.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 6th, 2009, 4:08 pm 
Offline

Joined: April 17th, 2007, 1:37 pm
Posts: 761
Location: Florida
I just got word back that it's only happening on 2 machines, so I think you're right... I really wonder what could cause it to behave this way, though. Probably will never know.

_________________
[Join IRC!]
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 6th, 2009, 9:08 pm 
Offline
User avatar

Joined: March 19th, 2008, 12:43 am
Posts: 5480
Location: the tunnel(?=light)
Rhys wrote:
I really wonder what could cause it to behave this way, though. Probably will never know.


Well if you're feeling particularly frisky you can try running system file checker on those two machines, restart them and try again. A bit of a shotgun remedy but it will probably be easier than following AHK's dependencies all the way down the line and checking each system file.

_________________
Image
Try Quick Search for Autohotkey or see the tutorial for newbies.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Alpha Bravo, dmg, krajan, over21, RaptorX, Xx7 and 64 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group