[SOLVED] CEGUISampleFramework-0.8 + Windows 10 Pro

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

LordJonas
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Fri May 24, 2013 11:15

[SOLVED] CEGUISampleFramework-0.8 + Windows 10 Pro

Postby LordJonas » Tue Jul 12, 2016 08:30

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.

:shock:

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 ?
Attachments
error_03.PNG
error_03.PNG (11.71 KiB) Viewed 10679 times
error_02.PNG
error_02.PNG (10.61 KiB) Viewed 10679 times
error_01.PNG
error_01.PNG (11.54 KiB) Viewed 10679 times
Last edited by LordJonas on Wed Jul 27, 2016 18:29, edited 1 time in total.

YaronCT
CEGUI Team
Posts: 448
Joined: Fri Jun 19, 2015 12:18
Location: Kiryat-Bialik, Israel

Re: CEGUISampleFramework-0.8 + Windows 10 Pro

Postby YaronCT » Tue Jul 12, 2016 10:14

@LordJonas: Plz print your "PATH" environment variable just before, or at the begnning of, running the executable.

LordJonas
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Fri May 24, 2013 11:15

Re: CEGUISampleFramework-0.8 + Windows 10 Pro

Postby LordJonas » Tue Jul 12, 2016 10:20

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

YaronCT
CEGUI Team
Posts: 448
Joined: Fri Jun 19, 2015 12:18
Location: Kiryat-Bialik, Israel

Re: CEGUISampleFramework-0.8 + Windows 10 Pro

Postby YaronCT » Tue Jul 12, 2016 10:29

@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?

LordJonas
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Fri May 24, 2013 11:15

Re: CEGUISampleFramework-0.8 + Windows 10 Pro

Postby LordJonas » Tue Jul 12, 2016 10:54

@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).

YaronCT
CEGUI Team
Posts: 448
Joined: Fri Jun 19, 2015 12:18
Location: Kiryat-Bialik, Israel

Re: CEGUISampleFramework-0.8 + Windows 10 Pro

Postby YaronCT » Tue Jul 12, 2016 11:09

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.

LordJonas
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Fri May 24, 2013 11:15

Re: CEGUISampleFramework-0.8 + Windows 10 Pro

Postby LordJonas » Tue Jul 12, 2016 12:21

@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

YaronCT
CEGUI Team
Posts: 448
Joined: Fri Jun 19, 2015 12:18
Location: Kiryat-Bialik, Israel

Re: CEGUISampleFramework-0.8 + Windows 10 Pro

Postby YaronCT » Tue Jul 12, 2016 12:53

@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?

LordJonas
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Fri May 24, 2013 11:15

Re: CEGUISampleFramework-0.8 + Windows 10 Pro

Postby LordJonas » Tue Jul 12, 2016 12:58

@YaronCT

sorry, i forgot that...

Is, Is MinGW-w64 from the link from a previous post where you told me to use this version.

YaronCT
CEGUI Team
Posts: 448
Joined: Fri Jun 19, 2015 12:18
Location: Kiryat-Bialik, Israel

Re: CEGUISampleFramework-0.8 + Windows 10 Pro

Postby YaronCT » Tue Jul 12, 2016 13:02

@LoadJonas: Ok. And where r your cegui deps and irrlicht installed?

YaronCT
CEGUI Team
Posts: 448
Joined: Fri Jun 19, 2015 12:18
Location: Kiryat-Bialik, Israel

Re: CEGUISampleFramework-0.8 + Windows 10 Pro

Postby YaronCT » Tue Jul 12, 2016 13:03

@LoadJonas: And what's the full path for the sample framework executable that you try to run?

LordJonas
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Fri May 24, 2013 11:15

Re: CEGUISampleFramework-0.8 + Windows 10 Pro

Postby LordJonas » Tue Jul 12, 2016 14:13

@YaronCT: D:\Dev\cegui-0.8.7\bin\CEGUISampleFramework-0.8.exe

YaronCT
CEGUI Team
Posts: 448
Joined: Fri Jun 19, 2015 12:18
Location: Kiryat-Bialik, Israel

Re: CEGUISampleFramework-0.8 + Windows 10 Pro

Postby YaronCT » Tue Jul 12, 2016 14:36

@LordJonas: I wrote 2 posts, I think u missed the 1st 1.

LordJonas
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Fri May 24, 2013 11:15

Re: CEGUISampleFramework-0.8 + Windows 10 Pro

Postby LordJonas » Tue Jul 12, 2016 20:40

@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.

YaronCT
CEGUI Team
Posts: 448
Joined: Fri Jun 19, 2015 12:18
Location: Kiryat-Bialik, Israel

Re: CEGUISampleFramework-0.8 + Windows 10 Pro

Postby YaronCT » Tue Jul 12, 2016 20:42

@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.


Return to “Help”

Who is online

Users browsing this forum: Google [Bot] and 19 guests