About Store Forum Documentation Contact



Post Reply 
Inesis failed to run on dual gpu
Author Message
Prodigy Offline
Member

Post: #1
Inesis failed to run on dual gpu
I have two graphic card on my notebook, one is integrated gpu (Intel HD 4600) and another GTX 860M, if i am running on integrated gpu inesis online will works fine, but if i am right click on the "Inesis Online.exe" and running on HIGH-Performance NVIDIA Processor (GTX 860M), inesis online will throw an error "Can't load client", before january SDK update this error never happened.

Probably comes with :
Code:
DLL        dll ; if(!dll.createMem(data.data(), data.elms()))Exit("Can't load client"); data.del();



(This post was last modified: 01-06-2015 11:21 PM by Prodigy.)
01-06-2015 10:03 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Inesis failed to run on dual gpu
Hello,

I also have a dual GPU laptop (Intel+Nvidia) however I can't reproduce your issue. For me it works fine.
However in this release I've changed DLL loading libraries.

Can you try changing to the old library, in the file
https://github.com/Esenthel/EsenthelEngi...sc/DLL.cpp
by replacing the line
#define MEMORY 2
with
#define MEMORY 1

then recompiling the engine+ineisis launcher+ineisis client?

Let me know if this helps.
01-07-2015 05:41 AM
Find all posts by this user Quote this message in a reply
Prodigy Offline
Member

Post: #3
RE: Inesis failed to run on dual gpu
Confirmed that's the fix!, thank you again for countless time smile, hopefully in the future you will manage to get the bug and really fix it without this 'hack'.
01-07-2015 09:26 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Inesis failed to run on dual gpu
Thank you very much for confirming that the other library doesn't cause issues.
I've updated the main source branch, and uploading the Windows binaries right now.
01-08-2015 01:19 AM
Find all posts by this user Quote this message in a reply
Post Reply