Quality VMWare error message



  •  

     

    Thanks, that narrowed it down a lot.



  •  Well it should be of course:

     

    <BeginOfErrorMessage />
    The process exited with an error.
    <EndOfErrorMessage />

     

     



  • @keigezellig said:

     Well it should be of course:

     

    <BeginOfErrorMessage />
    The process exited with an error.
    <EndOfErrorMessage />

     

     

    Probably not. Malformed XML doesn't translate well.

    <BeginOfErrorMessage />
    <ErrorMessage>The process exited with an error.</ErrorMessage>
    <EndOfErrorMessage />

    Even that would be a WTF since there isn't a relation between any of those tags.

    EDIT: Anyone else notice the "In reply to" links are not displaying correctly?



  • @AbbydonKrafts said:

    EDIT: Anyone else notice the "In reply to" links are not displaying correctly?

    I think they are just links to the post to which they are replies.  You can look at the hyperlink for the little page icon in the top left of the post for the post number for that post, then the hyperlink for the "In reply to" message to find the post number that it's a reply to.  

    Bolded to highlight the WTF. 

    Maybe the new broken-ness of flat view is supposed to encourage people to use threaded view to view posts.

    EDIT:  Just changed it to threaded view and couldn't find the tags on my post. 


  • Considered Harmful

    XML documents must have one and only one root node.



  •  @keigezellig said:

     Well it should be of course:

     

    <BeginOfErrorMessage />
    The process exited with an error.
    <EndOfErrorMessage />

     Maybe, if you didn't misread the error box.It actually reads:

    The process exited with an error:

     Note the colon. So its actually saying, I'm sorry I encountered an error and here it is: . That is all.



  •  TRWTF is that you guys can't formulate XML!

     

    <errorMessage>

         <error>The process exited with an error.</error>

    </errorMessage>

     

    yesh!

     

    Still funny tho... 



  • @belgariontheking said:

    Maybe the new broken-ness of flat view is supposed to encourage people to use threaded view to view posts.
    A forum that allows threaded or flat view depending on what the user specifies is TRWTF.



  • @m0ffx said:

    @belgariontheking said:

    Maybe the new broken-ness of flat view is supposed to encourage people to use threaded view to view posts.
    A forum that allows threaded or flat view depending on what the user specifies is TRWTF.

    Why? Threaded view is good for some forums, flat is generally preferred by most sites.


Log in to reply