I studied XML's from other creators and noticed they added these /'s as well. So I just copied them in an attempt to solve the problem. I've tried it without the stray /'s as well (there are multiple), but the error remains the same.FrozenWolf wrote: Fri Feb 19, 2021 10:22 pmYou have a stray "/" in <Button target="startp2"/>.JBK wrote: Fri Feb 19, 2021 9:23 pm Hi all,
I'm writing a tease (XML). When trying to run it in Guideme 0.4.3 (and 0.4.1 as well) it says "Oops it looks like page startp1 does not exist". It worked for a while, but then suddenly stopped working after some editing. I reduced the XML to it's basics but the problem persists. Page "startp1" is clearly in the file. I've been trying to solve this for over 3 hours now.. Please help!
The XML code:Code: Select all
<?xml version="1.0" encoding="UTF-8"?> <Tease id="1" scriptVersion="v0.1"> <Title>Estim Maffia Property</Title> <Url>none</Url> <Author id="1"> <Name>JBK</Name> <Url/> </Author> <MediaDirectory>Estim Maffia Property</MediaDirectory> <Settings> <AutoSetPageWhenSeen>false</AutoSetPageWhenSeen> </Settings> <Pages> <Page id="start"> <Delay seconds="0" style="hidden" target="startp1"/> </Page> <Page id="startp1"> <Text><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT COLOR="#FF0000" FACE="FontSans" KERNING="0" LETTERSPACING="0" style="font-size:20"><B>!! Required !!</B><FONT style="font-size:18"/></FONT></P> <P ALIGN="CENTER"><FONT COLOR="#FFFFFF" FACE="FontSans" KERNING="0" LETTERSPACING="0" style="font-size:18">You need a sound based e-stim device for this tease!</FONT></P> <P ALIGN="CENTER"><FONT COLOR="#FFFFFF" FACE="FontSans" KERNING="0" LETTERSPACING="0" style="font-size:18"><B>Recommended setup:</B>Tri-Phase</FONT></P> <P ALIGN="CENTER"><FONT COLOR="#FFFFFF" FACE="FontSans" KERNING="0" LETTERSPACING="0" style="font-size:18">Channel placement: A cockhead, B ass, Common balls</FONT></P></TEXTFORMAT></Text> <Image id="_locations/device.jpg"/> <Button target="startp2"/>Got it!</Button> </Page> </Pages> </Tease>
When I remove the stray "/" in the line: <Delay seconds="0" style="hidden" target="startp1"/>, the error changes to "Oops it looks like page start does not exist" (instead of page startp1).



