This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] GlueXML errors  (Read 961 times)

osler

  • Contributors
  • Polygonshifter
  • *****
  • Posts: 59
    • View Profile
[QUESTION] GlueXML errors
« on: March 29, 2013, 05:27:36 pm »
Hi!
I was wondering where are login screen "errors" storaged (those "pop-ups" which appear when, for example, you tipe a wrong unsername or password).
At the moment I´ve looked for  the string "LOGIN_MALFORMED_ACCOUNT_NAME" in the following files:
AccountLogin.lua
AccountLogin.xml
GlueDialog.lua
Gluedialogxml

Any idea on where´s that?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [QUESTION] GlueXML errors
« Reply #1 on: March 29, 2013, 05:43:59 pm »
gluestrings
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

osler

  • Contributors
  • Polygonshifter
  • *****
  • Posts: 59
    • View Profile
Re: [QUESTION] GlueXML errors
« Reply #2 on: March 29, 2013, 06:13:55 pm »
I mean the frame which contain that string, not the value of the string.
Sorry if I explained it badly
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [QUESTION] GlueXML errors
« Reply #3 on: March 29, 2013, 06:47:18 pm »
Try something like notepad++'s find-in-files tool.
The errors shown might be hardcoded into the binary. At least the fact the error message should show is. I can't remember if it pushes an event which triggers the display of the error or if it pushes the error message itself.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »