| View previous topic :: View next topic |
| Author |
Message |
kweso
Joined: 04 May 2008 Posts: 24
|
Posted: Sat May 10, 2008 9:44 pm Post subject: programs wonīt start |
|
|
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 |
|
 |
sinkfaze
Joined: 19 Mar 2008 Posts: 140
|
Posted: Sat May 10, 2008 10:46 pm Post subject: |
|
|
| 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 |
|
 |
kweso
Joined: 04 May 2008 Posts: 24
|
Posted: Sat May 10, 2008 10:53 pm Post subject: |
|
|
| 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 |
|
 |
Superfraggle
Joined: 02 Nov 2004 Posts: 848 Location: London, UK
|
Posted: Sun May 11, 2008 12:41 am Post subject: |
|
|
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 |
|
 |
kweso
Joined: 04 May 2008 Posts: 24
|
Posted: Sun May 11, 2008 2:29 am Post subject: |
|
|
they do.
thank you,
kws |
|
| Back to top |
|
 |
|