-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate unknown and/or unobserved client/launcher window messages #36
Comments
TL;DR for
|
Game events are, roughly, as follows:
|
Message ID Message ID |
Message ID |
Values found in
There are almost certainly more. |
Message ID |
Message ID Message ID |
To summarize the current state of this issue, we're just missing information on these
And these
Once those are figured out, this can be closed. |
Tl.exe
->launcher.exe
:0
(csPopup()
andpromoPopup(%d)
only;gameEvent(%d)
andendPopup(%d)
are understood)4
(ticket
; not observed; unclear how it relates to8
)5
(last_svr
; not observed)6
(char_cnt
; not observed)7
(not observed)8
(ticket
; not observed; unclear how it relates to4
)10
(getWebLinkUrl(%d,%s)
)(Note that
launcher.exe
only ever replies toTl.exe
with the same message ID it received; it does not send its own messages.)TERA.exe
->Tl.exe
:24
25
(potentially related to opening a Web browser; not observed)26
(some kind of binary data; includes the data sent tolauncher.exe
asgetWebLinkUrl(%d,%s)
with ID10
)1000
(some kind of binary data; includes the Windows user name)100x
and101x
(usually empty; forwarded tolauncher.exe
asgameEvent(%d)
with ID0
)1001
,1002
,1003
,1004
,1011
, and1012
(observed)1005
,1006
,1007
,1008
,1009
,1010
,1013
, and1016
(not observed)1020
(sent on normal exit; binary data including the exit reason sent tolauncher.exe
asendPopup(%d)
with ID0
)1021
(sent if the client crashes; string with exception details)1022
(seems to mean "XIGNCODE3 starting"; not observed)1023
(seems to mean "XIGNCODE3 started"; not observed)1024
(seems to mean "XIGNCODE3 failed to start"; includes the value ofGetLastError
in the high bits of a 64-bit integer; not observed)1025
(seems to mean "please open the customer support website"; not observed)1027
(seems related to cash shop purchases; not observed)(
Tl.exe
only ever acts on request messages received byTERA.exe
. In response to those, it may send messages tolauncher.exe
to retrieve data. The reply messages sent back toTERA.exe
will have a different message ID than the request message ID.)Tl.exe
->TERA.exe
:27
(sent in response to message26
)The text was updated successfully, but these errors were encountered: