View Full Version : Launch Titanium
Dmjimbo
12-30-2018, 03:00 PM
When I attempt to launch the game using the "Launch Titanium" icon from the p99 files the game will not launch and gives me the error message "Windows cannot find 'eqgame'. Make sure you typed the name correctly, and then try again."
Does anyone have any experience with this problem?
Thanks in advance.
paulgiamatti
12-30-2018, 06:56 PM
Move your EQ directory out of Program Files.
Dmjimbo
12-30-2018, 10:32 PM
It is in the C: drive in in its own folder.
paulgiamatti
12-31-2018, 09:24 AM
Here are some things to try:
• Open Launch Titanium.bat in Notepad, delete everything, copy and paste this in its place minus quotes: "C:\Windows\system32\cmd.exe /c start /affinity 1 C:\YourEQDirectory\eqgame.exe patchme", File -> Save, now run this in your P99 install directory
• Right-click eqgame.exe -> Create shortcut -> right-click the new shortcut -> Properties -> add "patchme" without the quotes to the end of the Target path, e.g. "C:\YourEQDirectory\eqgame.exe" patchme, now use this shortcut to launch EQ
• Right-click Launch Titanium.bat -> Create shortcut -> right-click the new shortcut -> Properties -> Advanced -> Select Run as administrator -> OK -> use this shortcut to launch EQ
• Simply right-click Launch Titanium.bat and select Run as administrator (annoying to have to do this every time so obviously not a desirable workaround)
Hope this helps!
Cptmorgan
01-01-2019, 10:42 PM
I am having same problem and still cant get it to work after trying all this stuff
RichieTheGamer
01-07-2019, 05:50 PM
Does this have to be put into the C Folder?
I prefer having games run off a different hard drive.
I've reinstalled twice and had this error and "Cannot run debugger while playing Project 1999"
What Debugger? I just installed everything like I was directed other than I put it onto a different Hard drive. =/
Ossgood
05-19-2025, 05:19 PM
Launch Titanium Bat is not working for me
Even got WinEQ2
Still getting error
Kavious
05-20-2025, 10:34 AM
Making a desktop shortcut for Launch Titanium.bat and starting it from desktop is usually what I do (the shortcut will tell it what the EQ directory is)
You can also edit the Launch Titanium.bat file with a text editor and add a line for your EverQuest path, something like this:
@echo on
CD C:\EverQuest
start eqgame.exe patchme
DeathsSilkyMist
05-20-2025, 06:24 PM
Making a desktop shortcut for Launch Titanium.bat and starting it from desktop is usually what I do (the shortcut will tell it what the EQ directory is)
You can also edit the Launch Titanium.bat file with a text editor and add a line for your EverQuest path, something like this:
@echo on
CD C:\EverQuest
start eqgame.exe patchme
Doing the following command line:
cmd.exe /C Start /affinity 1 eqgame.exe patchme
Can improve stability, instead of using the default:
start eqgame.exe patchme
It'll force the game to run on a single CPU core.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.