What's new

New messages New topics Systems Serverfiles 3D Models Web Scripting

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

JIGSAW

Be the best, Ignore the rest.
Staff member
Administrator
Premium
📅 Joined Jul 14, 2025
💬 Messages 184
❤️ Reaction 1,142
🏆 Points 225
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
 

goldkrone

Member
📅 Joined Jul 20, 2025
💬 Messages 23
❤️ Reaction 1
🏆 Points 0
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
 

Trukken

Member
📅 Joined Sep 25, 2025
💬 Messages 2
❤️ Reaction 0
🏆 Points 0
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
 

Karutos

Member
📅 Joined Dec 5, 2025
💬 Messages 5
❤️ Reaction 0
🏆 Points 0
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

shape1
shape2
shape3
shape4
shape5
shape6
Top