[FSCRIPT] "create" inside of XML context produces FATAL ERROR Unknown Command "create" #8

Closed
opened 2024-08-02 17:14:40 -04:00 by bonkmaykr · 1 comment
Owner

also the logs here are wrong, this is part of a new mod file attached below, not the XP thing. that is probably due to leftover files, which i'll take care of.

Firestar is extracting XP Rebalance Cheat by bonkmaykr
Firestar is applying patches from XP Rebalance Cheat by bonkmaykr
Parsing Command: [fscript, 1]
Parsing Command: [file, data/plugins/frontend/NEWGUI/Definition.xml, {]
Calling new parse: [{]
Parsing Command: [{] using context: java.io.File@-1268508847
New context block: java.io.File@-1268508847
Parsing Command: [xml, modify.Screen.Screen.TouchScroll$FeShellTouchScroll.FE3DCanvas, {] using context: java.io.File@-1268508847
Parsing Command: [create, CanvasLabel, {] using context: java.io.File@-1268508847
file: unknown command 'create'
[Fatal Error] :1:2097: Attribute "transition" was already specified for element "Image".
Aug 02, 2024 4:10:18 PM Rizzo parseArgs
SEVERE: null
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 2097; Attribute "transition" was already specified for element "Image".
	at java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:262)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:342)
	at java.xml/javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:122)
	at Rizzo.parseArgs(Rizzo.java:114)
	at Rizzo.parseScript(Rizzo.java:77)
	at Rizzo.parseArgs(Rizzo.java:97)
	at Rizzo.parseArgs(Rizzo.java:91)
	at Rizzo.parseScript(Rizzo.java:77)
	at Rizzo.<init>(Rizzo.java:70)
	at Gonzo.CompatibilityRoutine(Gonzo.java:173)
	at Gonzo$1.run(Gonzo.java:101)

The file:

fscript 1

file "data/plugins/frontend/NEWGUI/Definition.xml" {
	xml modify.Screen.Screen.TouchScroll$FeShellTouchScroll.FE3DCanvas {
		create CanvasLabel {
			set attribute "name" "TestTickles"
			create Values {
				set attribute "x" "1"
				set attribute "y" "1"
				set attribute "u" "0.0"
				set attribute "v" "0.478515625"
				set attribute "width" "14"
				set attribute "height" "3"
			}
		}
	}
}
also the logs here are wrong, this is part of a new mod file attached below, not the XP thing. that is probably due to leftover files, which i'll take care of. ``` Firestar is extracting XP Rebalance Cheat by bonkmaykr Firestar is applying patches from XP Rebalance Cheat by bonkmaykr Parsing Command: [fscript, 1] Parsing Command: [file, data/plugins/frontend/NEWGUI/Definition.xml, {] Calling new parse: [{] Parsing Command: [{] using context: java.io.File@-1268508847 New context block: java.io.File@-1268508847 Parsing Command: [xml, modify.Screen.Screen.TouchScroll$FeShellTouchScroll.FE3DCanvas, {] using context: java.io.File@-1268508847 Parsing Command: [create, CanvasLabel, {] using context: java.io.File@-1268508847 file: unknown command 'create' [Fatal Error] :1:2097: Attribute "transition" was already specified for element "Image". Aug 02, 2024 4:10:18 PM Rizzo parseArgs SEVERE: null org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 2097; Attribute "transition" was already specified for element "Image". at java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:262) at java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:342) at java.xml/javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:122) at Rizzo.parseArgs(Rizzo.java:114) at Rizzo.parseScript(Rizzo.java:77) at Rizzo.parseArgs(Rizzo.java:97) at Rizzo.parseArgs(Rizzo.java:91) at Rizzo.parseScript(Rizzo.java:77) at Rizzo.<init>(Rizzo.java:70) at Gonzo.CompatibilityRoutine(Gonzo.java:173) at Gonzo$1.run(Gonzo.java:101) ``` The file: ``` fscript 1 file "data/plugins/frontend/NEWGUI/Definition.xml" { xml modify.Screen.Screen.TouchScroll$FeShellTouchScroll.FE3DCanvas { create CanvasLabel { set attribute "name" "TestTickles" create Values { set attribute "x" "1" set attribute "y" "1" set attribute "u" "0.0" set attribute "v" "0.478515625" set attribute "width" "14" set attribute "height" "3" } } } } ```
bonkmaykr added the
bug
dev
labels 2024-08-02 17:14:40 -04:00
Wirlaburla was assigned by bonkmaykr 2024-08-02 17:14:40 -04:00
Author
Owner

i'm a fucking retard xml modify.Screen.Screen.TouchScroll$FeShellTouchScroll.FE3DCanvas {

i'm a fucking retard `xml modify.Screen.Screen.TouchScroll$FeShellTouchScroll.FE3DCanvas {`
bonkmaykr added
invalid
and removed
bug
dev
labels 2024-08-02 17:27:08 -04:00
Sign in to join this conversation.
No description provided.