![]() |
|
Tag Update causes Pointer exception - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: Tag Update causes Pointer exception (/showthread.php?tid=2844) |
Tag Update causes Pointer exception - Klaus57 - 01-01-2016 19:49 I am trying some Tag Update: J.S. Bach as Johann Sebastian Bach the Property is set to : /share/MD0_DATA/.qpkg/MinimServer/data/Tag_Upd.txt Starting MinimServer I get the log you can see in the Fileattachment; Whats wrong? Thanks Klaus RE: Tag Update causes Pointer exception - simoncn - 01-01-2016 22:38 (01-01-2016 19:49)Klaus57 Wrote: I am trying some Tag Update: J.S. Bach as Johann Sebastian Bach Thanks for letting me know about this. I can see how this could happen if the tag update file starts with an '=' instruction instead of an '@' instruction. I will fix this in the next update. Is it possible that your tag update file had an '=' instruction as the first line when you got this exception? RE: Tag Update causes Pointer exception - Klaus57 - 01-01-2016 23:28 (01-01-2016 22:38)simoncn Wrote:Thnks for your answer, Simon(01-01-2016 19:49)Klaus57 Wrote: I am trying some Tag Update: J.S. Bach as Johann Sebastian Bach Started just now with the update-statement in the attached *.txt file; same result - pointer exception. Greetings Klaus RE: Tag Update causes Pointer exception - simoncn - 02-01-2016 00:02 (01-01-2016 23:28)Klaus57 Wrote: Thnks for your answer, Simon This file has a Unicode byte-order mark at the start. I will add some code to MinimServer to skip this mark if it is present. Many thanks! RE: Tag Update causes Pointer exception - Klaus57 - 02-01-2016 10:34 (02-01-2016 00:02)simoncn Wrote:Good news, Thank you.(01-01-2016 23:28)Klaus57 Wrote: Thnks for your answer, Simon Greetings from Austria, Klaus
RE: Tag Update causes Pointer exception - Klaus57 - 02-01-2016 14:48 (02-01-2016 10:34)Klaus57 Wrote:One more information - just found out right now: if storing the file as "ANSI" it works without problems!(02-01-2016 00:02)simoncn Wrote:Good news, Thank you.(01-01-2016 23:28)Klaus57 Wrote: Thnks for your answer, Simon Klaus RE: Tag Update causes Pointer exception - simoncn - 03-02-2016 18:22 (02-01-2016 00:02)simoncn Wrote: This file has a Unicode byte-order mark at the start. I will add some code to MinimServer to skip this mark if it is present. Many thanks! This fix is now available in MinimServer update 76. |