AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

programs wonīt start

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
kweso



Joined: 04 May 2008
Posts: 24

PostPosted: Sat May 10, 2008 9:44 pm    Post subject: programs wonīt start Reply with quote

well actually they try to start, but there are errors during startup.
eg. etqw:
i start it with this:
#b::run C:\Programme\etqw\etqw.exe
i get the splashscreen and a window wich says couldnīt load fs.chk and the q4-console says:
Code:
D:\_ahkScripts/base
game DLL: 0x0 in pak: 0x0
Addon pk4s:
file system initialized.
--------------------------------------
fs_basepath = D:\_ahkScripts
fs_savepath = C:\Dokumente und Einstellungen\user\Lokale Einstellungen\Anwendungsdaten\id Software\Enemy Territory - QUAKE Wars
fs_userpath = C:\Dokumente und Einstellungen\user\Eigene Dateien\id Software\Enemy Territory - QUAKE Wars
fs_cdpath =
fs_devpath = C:\Dokumente und Einstellungen\user\Lokale Einstellungen\Anwendungsdaten\id Software\Enemy Territory - QUAKE Wars
********************
FATAL ERROR: Couldn't load fs.chk
********************
--------------- BSE Shutdown ----------------
---------------------------------------------
Shutting down OpenGL subsystem
...releasing DC
...shutting down QGL
idRenderSystem::Shutdown()
Shutting down performance queries
Couldn't load fs.chk


and the other thing is xampp:
#l::run C:\xampp\xampp_start.exe
it starts, but as well:
Code:
Please do not close this window while running ...
Use the xampp_stop for shutdown!

Please wait [Bitte warten] Could not open required defaults file: mysql\bin\my.cnf
Fatal error in defaults handling. Program aborted
...

### APACHE + MYSQL IS STARTING NOW ###

is there anything i can do?
thx
kws
Back to top
View user's profile Send private message
sinkfaze



Joined: 19 Mar 2008
Posts: 140

PostPosted: Sat May 10, 2008 10:46 pm    Post subject: Reply with quote

Do you have links to each program on your desktop? If you do, when you double click them do the programs run as normal?
Back to top
View user's profile Send private message
kweso



Joined: 04 May 2008
Posts: 24

PostPosted: Sat May 10, 2008 10:53 pm    Post subject: Reply with quote

i have shortcuts to this programs in my startmenu. and actually i copied the path to the executables from the shortcut-proberties to my ahk-script...
Back to top
View user's profile Send private message
Superfraggle



Joined: 02 Nov 2004
Posts: 848
Location: London, UK

PostPosted: Sun May 11, 2008 12:41 am    Post subject: Reply with quote

These programs probably require the working dir to be set correctly.

I.E

Code:
#b::run,C:\Programme\etqw\etqw.exe, C:\Programme\etqw

_________________
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle
Back to top
View user's profile Send private message MSN Messenger
kweso



Joined: 04 May 2008
Posts: 24

PostPosted: Sun May 11, 2008 2:29 am    Post subject: Reply with quote

they do.
thank you,
kws
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group