1. How are you calling it? What string are you putting into it? GetString only works for these UIIT_BLAH_BLAH-translation-tokens.
2. Can you run it in a debugger and check where it crashes (address and stack)?
Sadly, I have no knowledge of C ++ maybe a little bit
The only thing I can do was try again and again
I sent the source code to you via private messenger, it would be better if you see it.
Thank you for spending the time helping me
If the string given to GetString is not found in the translation database, an empty string is returned. But that shouldn't crash your client. No idea why it happens unless you open your client in x32dbg and check where it crashes.
Anyhow: ShowMessage_Warning expects a std::wstring in VC80's ABI format. You need to put your message into that structure and pass it to ShowMessage_Warning. Using GetString is not going work for you in this case.
Show in-game notifications - by writing code 07/28/2022 - SRO Hacks, Bots, Cheats & Exploits - 15 Replies Hello beloved, dead community,
i recently achieved something i want to share with you.
Video demonstration: https://www.youtube.com/watch?v=AEr1UM2_Tjk
Behind the scenes: https://florian0.wordpress.com/2017/12/07/silkroad -online-simple-access-to-ui-elements/
Sending notifications by code
[HOW TO] MSVCR110.dll fehlt BEHEBEN | [MSVCR120.dll MSVCP110.dll MSVCP100.dll etc] 03/25/2014 - Tutorials - 2 Replies Hier ist ein Youtube Video:
MSVCR100.dll feht BEHEBEN / MSVCR110.dll fehlt MSVCR120.dll MSVCP110.dll MSVCP100.dll MSVCP120.dll - YouTube
Aber den ganzen Kram könnt ihr auch als Text haben:
Viele von euch kennen bestimmt das Problem das ne dll auf dem PC fehlt und das Programme dann nicht laufen. Hier ist die Lösung:
Schaut erstmal nach, welche Microsoft Redistributables auf eurem PC installiert sind. Geht hierzu auf Start > Sytemsteuerung > Programme > Programme und Funktionen
und...