Seite 1 von 1

[5.1.3.1] /dmpguild does not work in linux console

Verfasst: Di 19. Mär 2019, 11:29
von rvm1975
Hello
SPOILER
/listguilds

> Foo Guild.

/dmpguild csv Foo Guild

> Keine Gilde gefunden. ist ein Account aus der Gilde eingeloggt?

/dmpguild csv "Foo Guild"

> speichere Gildendump unter Foo Guild-131974643763270220.csv...
> Erledigt!
3/19/2019 1:19:37 PM Error Core General
!##Success
!## at System.Diagnostics.Process.StartWithShellExecuteEx (System.Diagnostics.ProcessStartInfo startInfo) [0x00102] in <1a0168907d2042858c12ff7b2c118a26>:0
at System.Diagnostics.Process.Start () [0x00032] in <1a0168907d2042858c12ff7b2c118a26>:0
at (wrapper remoting-invoke-with-check) System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start (System.Diagnostics.ProcessStartInfo startInfo) [0x0001b] in <1a0168907d2042858c12ff7b2c118a26>:0
at System.Diagnostics.Process.Start (System.String fileName) [0x00006] in <1a0168907d2042858c12ff7b2c118a26>:0
at de.mfbot.MFBot_NG.Basisbibliothek.Guild+<>c__DisplayClass184_0.<saveGuildDump>b__0 () [0x00083] in <86e9d6cf82c048d996f04f9ab8462644>:0
at de.mfbot.MFBot_NG.Basisbibliothek.PerformanceHelper+<>c__DisplayClass27_0.<createThread>b__0 () [0x00000] in <86e9d6cf82c048d996f04f9ab8462644>:0

/dmpguild xml "Foo Guild"

> speichere Gildendump unter Foo Guild-131974644666466970.xml...
> Erledigt!
3/19/2019 1:21:07 PM Error Core General
!##The ' ' character, hexadecimal value 0x20, cannot be included in a name.
!## at System.Xml.XmlConvert.VerifyNCName (System.String name, System.Xml.ExceptionType exceptionType) [0x00044] in <dc0757ce36454b0b9a9299e0c944b915>:0
at System.Xml.XmlConvert.VerifyNCName (System.String name) [0x00000] in <dc0757ce36454b0b9a9299e0c944b915>:0
at System.Xml.Linq.XName..ctor (System.Xml.Linq.XNamespace ns, System.String localName) [0x0000d] in <b3f7facf195c4eccb765b7f82cbd73ea>:0
at System.Xml.Linq.XNamespace.GetName (System.String localName, System.Int32 index, System.Int32 count) [0x00023] in <b3f7facf195c4eccb765b7f82cbd73ea>:0
at System.Xml.Linq.XNamespace.GetName (System.String localName) [0x00017] in <b3f7facf195c4eccb765b7f82cbd73ea>:0
at System.Xml.Linq.XName.Get (System.String expandedName) [0x00090] in <b3f7facf195c4eccb765b7f82cbd73ea>:0
at System.Xml.Linq.XName.op_Implicit (System.String expandedName) [0x00005] in <b3f7facf195c4eccb765b7f82cbd73ea>:0
at de.mfbot.MFBot_NG.Basisbibliothek.Guild.createXMLDump () [0x0036d] in <86e9d6cf82c048d996f04f9ab8462644>:0
at de.mfbot.MFBot_NG.Basisbibliothek.Guild+<>c__DisplayClass184_0.<saveGuildDump>b__0 () [0x00014] in <86e9d6cf82c048d996f04f9ab8462644>:0
at de.mfbot.MFBot_NG.Basisbibliothek.PerformanceHelper+<>c__DisplayClass27_0.<createThread>b__0 () [0x00000] in <86e9d6cf82c048d996f04f9ab8462644>:0

/dmpguild xslx "Foo Guild"

> speichere Gildendump unter Foo Guild-131974645160524980.xslx...
> Erledigt!
3/19/2019 1:21:56 PM Error Core General
!##Success
!## at System.Diagnostics.Process.StartWithShellExecuteEx (System.Diagnostics.ProcessStartInfo startInfo) [0x00102] in <1a0168907d2042858c12ff7b2c118a26>:0
at System.Diagnostics.Process.Start () [0x00032] in <1a0168907d2042858c12ff7b2c118a26>:0
at (wrapper remoting-invoke-with-check) System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start (System.Diagnostics.ProcessStartInfo startInfo) [0x0001b] in <1a0168907d2042858c12ff7b2c118a26>:0
at System.Diagnostics.Process.Start (System.String fileName) [0x00006] in <1a0168907d2042858c12ff7b2c118a26>:0
at de.mfbot.MFBot_NG.Basisbibliothek.Guild+<>c__DisplayClass184_0.<saveGuildDump>b__0 () [0x00083] in <86e9d6cf82c048d996f04f9ab8462644>:0
at de.mfbot.MFBot_NG.Basisbibliothek.PerformanceHelper+<>c__DisplayClass27_0.<createThread>b__0 () [0x00000] in <86e9d6cf82c048d996f04f9ab8462644>:0
Tried all formats. Also want to point attention on xml error - it is about space character in name.

Thanks

Re: [5.1.3.1] /dmpguild does not work in linux console

Verfasst: Di 19. Mär 2019, 11:45
von Robin
Hi rvm,
it seems the csv and xslx files were saved but just couldn't be opened because.. well, I think on a console you are not really able to start a graphical user interface.
We'll replace the error message with a hint for that.
The problem in the xml file is the space character, we'll just replace that with an underscore (_) in the future.

Thanks for bringing this to our attention!

Regards,
Robin

Re: [5.1.3.1] /dmpguild does not work in linux console

Verfasst: Di 19. Mär 2019, 15:17
von rvm1975
Did not checked. Yes, csv and xslx were successfully saved.