Pages: 1 ... 4 5 [6] 7 8 ... 19
Author Topic: ECUxPlot v1.0.0 released - please read the FAQ in this thread!  (Read 235242 times)
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12232


WWW
« Reply #75 on: October 20, 2013, 08:29:22 PM »

Ok, one more try... can you try 0.9r5.4?

thanks!
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
userpike
Hero Member
*****

Karma: +22/-1
Offline Offline

Posts: 763


« Reply #76 on: October 21, 2013, 08:21:17 AM »

Ok, one more try... can you try 0.9r5.4?

thanks!
xPlot loads the Neflogger file now but no information shows up. There are no parameters to check in the axis drop down menus either. I don't think it's reading the file correctly maybe. or you didn't add support for it yet. lol

I didn't get mapdump.exe working either. I get the same error as I sent you in the PM. The .kp file I used to try it out is from 2.24 version. I remember it was said that Mapdump won't do all the different .kp versions. If you want the files I used let me know.
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12232


WWW
« Reply #77 on: October 21, 2013, 11:27:24 PM »

I didn't add nef support yet, just trying to get a stable mapdump.exe

you seem to be having path problems.. can you try it making sure there is no space in the path to the file?

or cd to the file directory, and run mapdump.exe like

"c:\Program Files (x86)\ECUxPlot\mapdump.exe" in.kp > out.xdf

if you dont use "-i" and a ref bin you will have to hand edit the xdf to add the bin file size.
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
userpike
Hero Member
*****

Karma: +22/-1
Offline Offline

Posts: 763


« Reply #78 on: October 22, 2013, 07:22:27 PM »

I didn't add nef support yet, just trying to get a stable mapdump.exe

you seem to be having path problems.. can you try it making sure there is no space in the path to the file?

or cd to the file directory, and run mapdump.exe like

"c:\Program Files (x86)\ECUxPlot\mapdump.exe" in.kp > out.xdf

if you dont use "-i" and a ref bin you will have to hand edit the xdf to add the bin file size.

I've "cd"ed all the way down to ECUxPlot and ran mapdump, even copying and pasting the file path to the .kp file.

Do I have to create the .xdf file first or put in the file path to where I want the file created? I tried both but get the same error but with it as the object of path error instead of the.kp.

After taking spaces out of the file name and such, the errors show me more and more filename/path that is suppossedly unknown until I have taken all spaces out between words and finally I get the can not find the specified file cmd error.  At first, even though the file name is "extended HS mappack- 362937.kp" the error only shows " 362937.kp" as the file name saying it is unknown.

If i change the file's name to "extendedHSmappack937362.kp", in the error it shows that exactly but saying it can't be found.

I even moved the file to the ECUxplot folder and get the same results. so the in.kp = C:\Program Files\ECUxplot\extendedHSmappack937362.kp

If i change in the path the space between "Program" and "Files" I get the "system can not find specified file" error.

I dont think this matters but I'm running this on a Vista machine.
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12232


WWW
« Reply #79 on: October 22, 2013, 07:55:13 PM »

probably long filename and/or space in filename related. i dont use cmd.exe because it sucks ass for this reaason, i use bash/cygwin or linux.

in any case, it should work though; i think you have lots of quoting issues. not sure how familiar you are with cmd.exe, but its a piece of utter shit for that reason.


Code:
C:\Users\nyet\src\ecuxplot>dir data\8D0907551M.bin
 Volume in drive C has no label.
 Volume Serial Number is 5CBA-D86A

 Directory of C:\Users\nyet\src\ecuxplot\data

09/05/2012  08:49 PM         1,048,576 8D0907551M.bin
               1 File(s)      1,048,576 bytes
               0 Dir(s)  16,422,436,864 bytes free

C:\Users\nyet\src\ecuxplot>dir data\2.24-M.kp
 Volume in drive C has no label.
 Volume Serial Number is 5CBA-D86A

 Directory of C:\Users\nyet\src\ecuxplot\data

07/29/2013  10:50 PM            32,465 2.24-M.kp
               1 File(s)         32,465 bytes
               0 Dir(s)  16,422,436,864 bytes free

C:\Users\nyet\src\ecuxplot>"c:\Program Files (x86)\ECUxPlot\mapdump.exe" -i data
\8D0907551M.bin -k data\2.24-M.kp > out.csv

C:\Users\nyet\src\ecuxplot>"c:\Program Files (x86)\ECUxPlot\mapdump.exe" -i data
\8D0907551M.bin -k data\2.24-M.kp -x > out.xdf

C:\Users\nyet\src\ecuxplot>
« Last Edit: October 22, 2013, 07:58:12 PM by nyet » Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
userpike
Hero Member
*****

Karma: +22/-1
Offline Offline

Posts: 763


« Reply #80 on: October 25, 2013, 10:19:20 PM »

probably long filename and/or space in filename related. i dont use cmd.exe because it sucks ass for this reaason, i use bash/cygwin or linux.

in any case, it should work though; i think you have lots of quoting issues. not sure how familiar you are with cmd.exe, but its a piece of utter shit for that reason.


Code:
C:\Users\nyet\src\ecuxplot>dir data\8D0907551M.bin
 Volume in drive C has no label.
 Volume Serial Number is 5CBA-D86A

 Directory of C:\Users\nyet\src\ecuxplot\data

09/05/2012  08:49 PM         1,048,576 8D0907551M.bin
               1 File(s)      1,048,576 bytes
               0 Dir(s)  16,422,436,864 bytes free

C:\Users\nyet\src\ecuxplot>dir data\2.24-M.kp
 Volume in drive C has no label.
 Volume Serial Number is 5CBA-D86A

 Directory of C:\Users\nyet\src\ecuxplot\data

07/29/2013  10:50 PM            32,465 2.24-M.kp
               1 File(s)         32,465 bytes
               0 Dir(s)  16,422,436,864 bytes free

C:\Users\nyet\src\ecuxplot>"c:\Program Files (x86)\ECUxPlot\mapdump.exe" -i data
\8D0907551M.bin -k data\2.24-M.kp > out.csv

C:\Users\nyet\src\ecuxplot>"c:\Program Files (x86)\ECUxPlot\mapdump.exe" -i data
\8D0907551M.bin -k data\2.24-M.kp -x > out.xdf

C:\Users\nyet\src\ecuxplot>

Thank you for posting the screen dump and your patience. I see what you are talking about now. Syntax errors on my part. yeap, not that familiar with cmd.exe I know what "dir" does... and "cd".  I was missing quotes and these guys: < >, never knew you had to use them in cmd.exe.
Logged
golfputtputt
Sr. Member
****

Karma: +6/-4
Offline Offline

Posts: 367


« Reply #81 on: October 26, 2013, 08:54:00 PM »

Thanks for inquiring pike! And also thanks to nyet for clarifying how to get mapdump working! You guys are awesome!
Logged
golfputtputt
Sr. Member
****

Karma: +6/-4
Offline Offline

Posts: 367


« Reply #82 on: October 26, 2013, 09:12:04 PM »

Ok new issue. Attempted to use the newly converted xdf and got this error in Tunerpro RT:

Failed to load C:\Users\Meister\Desktop\userpike.kp
Unrecognized encoding (parser does not support UTF-8 language encodings)

whats up with this?
attached is the xdf
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12232


WWW
« Reply #83 on: October 29, 2013, 05:36:08 AM »


Failed to load C:\Users\Meister\Desktop\userpike.kp

Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
golfputtputt
Sr. Member
****

Karma: +6/-4
Offline Offline

Posts: 367


« Reply #84 on: October 29, 2013, 05:36:39 PM »

oops I copied that error onto the forum by hand incorrectly. It said:

Failed to load C:\Users\Meister\Desktop\userpike.xdf
Unrecognized encoding (parser does not support UTF-8 language encodings)

My bad, my windows computer can't handle loading the internet so I'm using my mac to post to the forum and the windows to use Tunerpro RT...
Logged
golfputtputt
Sr. Member
****

Karma: +6/-4
Offline Offline

Posts: 367


« Reply #85 on: October 29, 2013, 05:38:51 PM »

tried it again, just to make sure I'm not retarded and did actually use the kp. Yea still got the error...
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12232


WWW
« Reply #86 on: October 31, 2013, 11:29:26 PM »

Thats not an xdf, thats a csv.

You did look at the output before trying to load it, right?
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
ddillenger
Hero Member
*****

Karma: +637/-21
Offline Offline

Posts: 5640


« Reply #87 on: October 31, 2013, 11:50:21 PM »

I tried to flash this file, but the flash button was grayed out?



Why won't it work?
Logged

Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience!

Email/Google chat:
DDillenger84(at)gmail(dot)com

Email>PM
golfputtputt
Sr. Member
****

Karma: +6/-4
Offline Offline

Posts: 367


« Reply #88 on: November 03, 2013, 08:27:09 AM »

I'm lost. The file is showing it's an .xdf under file properties. Also, I followed the conversion code in your post in command. I CD'ed down to ECUxplot then inputed it the same way you did but with my username.


Quote
C:\Users\nyet\src\ecuxplot>dir data\8D0907551M.bin
 Volume in drive C has no label.
 Volume Serial Number is 5CBA-D86A

 Directory of C:\Users\nyet\src\ecuxplot\data

09/05/2012  08:49 PM         1,048,576 8D0907551M.bin
               1 File(s)      1,048,576 bytes
               0 Dir(s)  16,422,436,864 bytes free

C:\Users\nyet\src\ecuxplot>dir data\2.24-M.kp
 Volume in drive C has no label.
 Volume Serial Number is 5CBA-D86A

 Directory of C:\Users\nyet\src\ecuxplot\data

07/29/2013  10:50 PM            32,465 2.24-M.kp
               1 File(s)         32,465 bytes
               0 Dir(s)  16,422,436,864 bytes free

C:\Users\nyet\src\ecuxplot>"c:\Program Files (x86)\ECUxPlot\mapdump.exe" -i data
\8D0907551M.bin -k data\2.24-M.kp > out.csv

C:\Users\nyet\src\ecuxplot>"c:\Program Files (x86)\ECUxPlot\mapdump.exe" -i data
\8D0907551M.bin -k data\2.24-M.kp -x > out.xdf

C:\Users\nyet\src\ecuxplot>


Then, went into where ECUxplot dumped both the csv and xdf and chose the xdf and tried to load it. Unless the conversion dumped out two csv files.....not sure what's up.
Logged
golfputtputt
Sr. Member
****

Karma: +6/-4
Offline Offline

Posts: 367


« Reply #89 on: November 03, 2013, 08:29:04 AM »

I also, did it again, just to make sure I got the conversion correct as per the post you published about coding the conversion in command. Got the same file and same error.
Logged
Pages: 1 ... 4 5 [6] 7 8 ... 19
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.023 seconds with 18 queries. (Pretty URLs adds 0s, 0q)