Page 1 of 2
[SOLVED] CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 08:30
by LordJonas
Hi.
After a successful compilation of all dependencies and CEGUI itself when i try to run CEGUISampleFramework-0.8 i allways get the same 3 errors. They report to same set of functions.
I've using the same compiler, IDE and compiler settings in Windows 7 32 bit and i'm able to run the SampleFramework with no problems in my laptop.
Working in my desktop i'm getting this strange behaviour.
CEGUI 0.8.7 + Irrlicht 1.8.3
Code::Blocks + MinGW-w64 5.3.0 i686 POSIX sjlj
Windows 10 Pro 64 bits
Any suggestions ?
Re: CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 10:14
by YaronCT
@LordJonas: Plz print your "PATH" environment variable just before, or at the begnning of, running the executable.
Re: CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 10:20
by LordJonas
The "PATH" defined in the environment for the user is:
C:\Users\Public\Documents\Embarcadero\Studio\18.0\Bpl;C:\Program Files (x86)\CMake\bin;C:\Users\Joao Ferreira\AppData\Local\atom\bin;C:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\Joao Ferreira\AppData\Roaming\npm;C:\MinGW\mingw32\bin
Re: CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 10:29
by YaronCT
@LoadJonas:
Plz set the "PATH" like this:
Code: Select all
set PATH=<cegui deps install dir>/bin;<MinGW-w64 install dir>/bin;%PATH%
just before running the executable. I'm guessing "C:\MinGW\mingw32" isn't the compiler you use?
Re: CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 10:54
by LordJonas
@YaronCT:
I just set the path like you tell me... no working
I've used MinGW-w64 v5.3.0 i686 POSIX sjlj (like i said in the first post).
Re: CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 11:09
by YaronCT
LordJonas wrote:I've used MinGW-w64 v5.3.0 i686 POSIX sjlj (like i said in the first post).
I mean, "C:\MinGW\mingw32" isn't where u installed MinGW-w64 v5.3.0 i686 POSIX sjlj, but is another compiler, right?
Plz, after setting the "PATH" as I've told u, write the *full* "PATH", liks this:
echo %PATH%
I'd like to see the whole "PATH", not just what's defined for the user.
Re: CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 12:21
by LordJonas
@YaronCT
this is the full path given by echo %PATH%:
C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Embarcadero\Studio\18.0\bin;C:\Users\Joao Ferreira\Documents\Embarcadero\Studio\18.0\Bpl;C:\Program Files (x86)\Embarcadero\Studio\18.0\bin64;C:\Users\Joao Ferreira\Documents\Embarcadero\Studio\18.0\Bpl\Win64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\doxygen\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft Emulator Manager\1.0\;C:\Program Files (x86)\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files (x86)\Borland\Delphi7\Bin;C:\Program Files (x86)\Borland\Delphi7\Projects\Bpl;C:\Program Files\TortoiseGit\bin;C:\Program Files\TortoiseHg\;C:\MinGW\mingw32\bin;C:\Users\Public\Documents\Embarcadero\Studio\18.0\Bpl;C:\Program Files (x86)\CMake\bin;C:\Users\Joao Ferreira\AppData\Local\atom\bin;C:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\Joao Ferreira\AppData\Roaming\npm;C:\MinGW\mingw32\bin
Re: CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 12:53
by YaronCT
@LordJonas: But you still don't tell me - is "C:\MinGW\mingw32" where u installed the MinGW-w64 that u use, or is it another compiler?
Re: CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 12:58
by LordJonas
@YaronCT
sorry, i forgot that...
Is, Is MinGW-w64 from the link from a previous post where you told me to use this version.
Re: CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 13:02
by YaronCT
@LoadJonas: Ok. And where r your cegui deps and irrlicht installed?
Re: CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 13:03
by YaronCT
@LoadJonas: And what's the full path for the sample framework executable that you try to run?
Re: CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 14:13
by LordJonas
@YaronCT: D:\Dev\cegui-0.8.7\bin\CEGUISampleFramework-0.8.exe
Re: CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 14:36
by YaronCT
@LordJonas: I wrote 2 posts, I think u missed the 1st 1.
Re: CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 20:40
by LordJonas
@YaronCT: Not sure if you're referring to the post "Sampleframework fails with IrrlichtRenderer" by Elekhyr.
If that's the case i don't see how i can solve my problem since Elekhyr issue happens during rendering with Irrlicht. Im my case, the issue is that the application does not open given the 2 errors that i attached.
In any case i'll try to use the new version of Irrlicht to see if works.
Re: CEGUISampleFramework-0.8 + Windows 10 Pro
Posted: Tue Jul 12, 2016 20:42
by YaronCT
@LordJonas: No, I was refering to 2 posts I've made in this thread, scroll back.
YaronCT wrote:@LoadJonas: Ok. And where r your cegui deps and irrlicht installed?
You didn't answer this 1.