Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello.

My need for this software is to translate console games that I capture with Avermedia card. It uses RECentral 4 software to show the capture screen. Any way to do it because now it only crashes.


13:21:21 [INFO] Successfully initialized loggers

13:21:21 [INFO] Hooking into OpenGL

13:21:21 [DEBUG] (1) hudhook::mh: MH_Initialize: MH_OK

13:21:21 [DEBUG] (1) hudhook::mh: MH_CreateHook: MH_OK

13:21:21 [DEBUG] (1) hudhook::mh: MH_QueueEnable: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_ApplyQueued: MH_OK

13:21:22 [INFO] Hooking into DX9

13:21:22 [DEBUG] (1) hudhook::mh: MH_CreateHook: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_CreateHook: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_CreateHook: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_QueueEnable: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_QueueEnable: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_QueueEnable: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_ApplyQueued: MH_OK

13:21:22 [INFO] Hooking into DX11

13:21:22 [DEBUG] (1) hudhook::hooks::dx11: IDXGISwapChain::Present = 0x7ffe543a2a20

13:21:22 [DEBUG] (1) hudhook::hooks::dx11: IDXGISwapChain::ResizeBuffers = 0x7ffe543e0cd0

13:21:22 [DEBUG] (1) hudhook::mh: MH_CreateHook: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_CreateHook: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_QueueEnable: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_QueueEnable: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_ApplyQueued: MH_OK

13:21:22 [INFO] Hooking into DX12

13:21:22 [DEBUG] (1) hudhook::hooks::dx12: WNDCLASSEXW { cbSize: 80, style: WNDCLASS_STYLES(3), lpfnWndProc: Some(140725779128176), cbClsExtra: 0, cbWndExtra: 0, hInstance: HINSTANCE(2466322448384), hIcon: HICON(0), hCursor: HCURSOR(0), hbrBackground: HBRUSH(0), lpszMenuName: PCWSTR(0x0), lpszClassName: PCWSTR(0x7ffd46d0a140), hIconSm: HICON(0) }

13:21:22 [DEBUG] (1) hudhook::hooks::dx12: HWND(661386)

13:21:22 [DEBUG] (1) hudhook::mh: MH_CreateHook: MH_ERROR_ALREADY_CREATED

13:21:22 [DEBUG] (1) hudhook::mh: MH_CreateHook: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_CreateHook: MH_ERROR_ALREADY_CREATED

13:21:22 [DEBUG] (1) hudhook::mh: MH_QueueEnable: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_QueueEnable: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_QueueEnable: MH_OK

13:21:22 [DEBUG] (1) hudhook::mh: MH_ApplyQueued: MH_OK

13:21:28 [INFO] Initialized IMGUI

13:21:28 [INFO] Initialized tesseract

13:21:28 [INFO] Initialized translateLocally

13:21:28 [INFO] Loading font: C:\Program Files\GameTranslate/fonts/NotoSans-Medium.ttf

13:21:28 [ERROR] Name: gametranslate_tool

Version: 0.1.5

Location: in file 'C:\Programming\hudhook-private\src\hooks\dx11.rs' at line 133

Message: panicked at C:\Programming\hudhook-private\src\hooks\dx11.rs:133:56:

GetDevice: Error { code: 0x80004002, message: Liittymää ei tueta. }

13:21:31 [ERROR] Name: gametranslate_tool

Version: 0.1.5

Cause: panic in a function that cannot unwind.

Location: in file 'library\core\src\panicking.rs' at line 218

Message: panicked at library\core\src\panicking.rs:218:5:

panic in a function that cannot unwind

Moi!

This sounds a little bit tricky. I am not entirely sure how RECentral is built. The logs do tell that DX11 is found, but that doesn't necessarily mean that it uses that to render its content. Which is required to run GameTranslate. I'm unavailable to look into this much deeper for 2~ days. Meanwhile, could you try to pick each renderer separately, launch and see if anything different happens?

Thank you.

Moi moi!

I looked into RECentral 4 but I couldn't get it to work at all, it doesn't even hook into it for me. I don't know how it operates and the information on it isn't exactly vast.

I did however try OBS and it works on that recording/streaming software, so you could try that if it is possible for you?

Cheers!

Hi tzibu!

The new update is out now, please try it out and let me know how it works out for you. It should no longer be a problem to use the app with RECentral 4 (in windowed and borderless fullscreen mode!). I have not had a chance to try it myself yet, but in theory it should work with the new 'Attached' mode.

Thank you! :)

Hi,

now the REcentral does start with every renderer, but the text capture doesn't work.
Works on the tutorial so the button I've assigned for it works. 

Did you try the 'attached' launch button? Only the 'internal' button is affected by changing the renderers. Please do try 'desktop' too! :)

I just had a chance to test it for myself. On my PC, attached mode crashes when trying to initialize the capturing method. I believe this happens because RECentral uses the same capturing method as we do. Desktop mode works fine, but since neither desktop nor attached mode is rendered inside RECentral, but rather on the outside, I think that those two modes would not at all work for your use case..?

I hope to be able to make the 'Internal' mode work for RECentral someday, but this is far from a priority & it seems to work just fine with other streaming applications.