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
105
Reaction score
802
Points
93
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
 
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
+1
 
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

609Threads
3,012Messages
943Members
hazorineLatest member
Back
Top