Author |
Topic |
 Nyro Akirason Caldari Dead Space Crawlers |
Posted - 2009.03.06 16:49:00 - [ 1]
Edited by: Nyro Akirason on 06/03/2009 19:24:27 Edited by: Nyro Akirason on 06/03/2009 16:49:01 Everytime I leave test server and get back on later, I get an error saying there are extra files in drive:\cpp\bin\eve\memdump.txt.
When I check the file, there is no reported size and it is just a blank file. I have to delete it everytime to get back on test server. This does not happen on live client. Any ideas or fixes for this?
I'm running Vista 64-bit Ultimate. Thanks! |
 bigsteve Minmatar STK Scientific Rolling Thunder. |
Posted - 2009.03.06 16:56:00 - [ 2]
if there is no file size, More that likely its creating it before it needs to use it. ie when game does crash it ready to dump data too |
 Nyro Akirason Caldari Dead Space Crawlers |
Posted - 2009.03.06 16:58:00 - [ 3]
Edited by: Nyro Akirason on 06/03/2009 17:00:49 IS there a way I could make a batchfile or task to auto remove the file when I run eve?
EDIT > It creates the file exit of game. |
 Grez Neo Spartans Laconian Syndicate |
Posted - 2009.03.06 17:02:00 - [ 4]
Edited by: Grez on 06/03/2009 17:25:11 Originally by: Nyro Akirason IS there a way I could make a batchfile or task to auto remove the file when I run eve?
Open Notepad Write: @ECHO OFF cd C:\Program Files\CCP\EVE\bin del memdump.txt cd .. start eve.exe Save as "EVE.BAT" to desktop, or wherever - use it as your EVE shortcut. Note: replace " C:\Program Files\CCP\EVE\bin" with your bin folder directory. |
 Nyro Akirason Caldari Dead Space Crawlers |
Posted - 2009.03.06 19:24:00 - [ 5]
Edited by: Nyro Akirason on 06/03/2009 19:36:50 Edited by: Nyro Akirason on 06/03/2009 19:29:40 I tried that and keeps erroring out saying "CAnnot Find C:\Users\User\Desktop\memdump.txt"
This is how my file looks:
@ECHO OFF
cd D:\CCP\EVE\bin del memdump.txt cd.. start eve.exe /server:87.237.38.50
Ideas? EDIT > I tried this command prompt. It won't let me change drive letter to d:\. EDIT > I moved my sisi copy back to drive c. Batch program works like a charm now. Thanks! |
 Grez Neo Spartans Laconian Syndicate |
Posted - 2009.03.06 21:10:00 - [ 6]
Doh, didn't think about if the user had it on a different drive! This should fix it:
@ECHO OFF
cd D: cd D:\CCP\EVE\bin del memdump.txt cd.. start eve.exe /server:87.237.38.50 |
 Kommander Kool Caldari Infinite Improbability Inc -Mostly Harmless- |
Posted - 2009.03.06 22:16:00 - [ 7]
Is there actually a fix for this? It makes relogging into EVE really annoying. |
 Blane Xero Amarr The Firestorm Cartel
|
Posted - 2009.03.11 12:35:00 - [ 8]
Also getting this as of Apocrypha. |
 Sleepkevert Amarr Rionnag Alba Triumvirate. |
Posted - 2009.03.11 12:47:00 - [ 9]
If you guys are getting this, run a log server and bugreport it. It's most likely a bug with the client. |
 Iskandara Cho |
Posted - 2009.03.16 11:24:00 - [ 10]
Edited by: Iskandara Cho on 16/03/2009 11:28:04From this threadOpen the properties of your eve shortcut and ensure that it points to "C:\Program Files (x86)\CCP\EVE\" (or whatever the root directory of your eve installation is) in the TARGET field. memdump.txt is now created in the game root and eve starts regularly. |
 CCP Mephysto

 |
Posted - 2009.03.17 10:52:00 - [ 11]
We are aware of this and working on a fix. |