Page 36 of 68
Re: Segment Swap utility
Posted: Sun Sep 13, 2020 1:38 am
by joukoy
Gampy wrote:Thank you joukoy.
Can you do two more things please ...
1. Clean up the eeprom_data row so it's valid csv. (add fields)
2. Change the format of the Address field on the OS row, it is currently,
Code: Select all
0 - 1279, 1280 - 16383, 131072 - 1048573
Maybe to
Code: Select all
0:1279 - 1280:16383 - 131072:1048573
The comma's are challenging Excels intelligence. (meaning it's breaking the csv import.)
Number 1 cannot be easily worked around, Number 2 can easily be worked around with a copy/paste technique, it just can't be directly imported.
Thanks
Fixed in 0.12.39
Re: Segment Swap utility
Posted: Sun Sep 13, 2020 2:32 am
by Gampy
Awesome joukoy,
Paste's into excel sweet now, still can't import, I missed pointing out a Comma between the Seed and Key in the eeprom_data row.
Thank you!
Re: Segment Swap utility
Posted: Sun Sep 13, 2020 3:04 am
by joukoy
Gampy wrote:Awesome joukoy,
Paste's into excel sweet now, still can't import, I missed pointing out a Comma between the Seed and Key in the eeprom_data row.
Thank you!
Version 0.12.40, replacing all commas with spaces
Re: Segment Swap utility
Posted: Sun Sep 13, 2020 3:18 am
by Gampy
Whoops, something went wrong ... looks like all fields are duplicated.
Re: Segment Swap utility
Posted: Sun Sep 13, 2020 3:26 am
by joukoy
Gampy wrote:Whoops, something went wrong ... looks like all fields are duplicated.
0.12.41 is better
Re: Segment Swap utility
Posted: Sun Sep 13, 2020 8:03 pm
by Gampy
Hi joukoy
Is 0.12.41 available yet??
The repository is still 0.12.40.
Re: Segment Swap utility
Posted: Sun Sep 13, 2020 8:05 pm
by joukoy
Gampy wrote:Hi joukoy
Is 0.12.41 available yet??
The repository is still 0.12.40.
Sorry, github push was interrupted.
Now it is available.
Re: Segment Swap utility
Posted: Sun Sep 13, 2020 10:33 pm
by Gampy
Awesome, Thank you!
Re: Segment Swap utility
Posted: Sat Oct 17, 2020 3:49 am
by Gampy
Attempting to open a read only file causes crash.
System.UnauthorizedAccessException: Access to the path '12587603_SvN12586243.bin' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.Open(String path, FileMode mode)
at upatcher.ReadBin(String FileName, UInt32 FileOffset, UInt32 Length)
at UniversalPatcher.PcmFile..ctor(String FName)
at UniversalPatcher.FrmPatcher.btnOrgFile_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Re: Segment Swap utility
Posted: Sat Oct 17, 2020 7:17 am
by ironduke
I get that error when I try to open a file I have open in something else already like a hex editor.. figured it was my fault, lol..