Welcome to Metin2Resources

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

[C++/Py] In Game Wiki - Aeldra FULL + FIX Black Screen (Full & Testat)

JIGSAW

Be the best, Ignore the rest.
Staff member
Administrator
Joined
Jul 14, 2025
Messages
91
Reaction score
208
Points
33
Discord
jigsaw86
LPXW2zz.png


Download:
Fix

In PythonApplication.cpp change:

C++:
#if defined(INGAME_WIKI)

if (CPythonWikiRenderTarget::instance().CanRenderWikiModules()) {

CWikiRenderTargetManager::Instance().ReleaseRenderTargetTextures();

}

#endif

With:
C++:
#if defined(INGAME_WIKI)

CWikiRenderTargetManager::Instance().ReleaseRenderTargetTextures();

#endif
 
LPXW2zz.png


Download: *** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]
Fix

In PythonApplication.cpp change:

C++:
#if defined(INGAME_WIKI)

if (CPythonWikiRenderTarget::instance().CanRenderWikiModules()) {

CWikiRenderTargetManager::Instance().ReleaseRenderTargetTextures();

}

#endif

With:
C++:
#if defined(INGAME_WIKI)

CWikiRenderTargetManager::Instance().ReleaseRenderTargetTextures();

#endif
ty
 

Latest posts

355Threads
747Messages
154Members
centarusLatest member
Back
Top