About Store Forum Documentation Contact



Post Reply 
Ineisis server wont compile after latest Esenthel update
Author Message
jnymarkp Offline
Member

Post: #1
Ineisis server wont compile after latest Esenthel update
Hi

I am a total newby to Esenthel and Ineisis and have run into a slight problem.
A few weeks ago i installed Esenthel on a fresh Ubuntu 15.04 machine.
Imported Ineisis and everything was fine.
Today Esenthel poped a window saying there was an update,- "Do you want to update ?".
And i clicked Yes.

And now i cant compile neither "Ineisis" nor "Bloody massacre".
The later only imported to test.

After this i have downloaded and installed both Esenthel and Ineisis from scratch with the same result.

I have attached the output from the latest build attempt.

Could anyone help me out please ?

Thanks a lot!


Attached File(s)
.txt  Output.txt (Size: 12.01 KB / Downloads: 2)
11-09-2015 09:25 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #2
RE: Ineisis server wont compile after latest Esenthel update
seems your problem is coming from
Source/World.cpp:46:20: error: 'final' is not a class, namespace, or enumeration
Image final; final::createSoft(delta.w(), delta.h(), 1, IMAGE_I8);
^
Source/World.cpp:68:16: error: 'final' is not a class, namespace, or enumeration
final::pixel(ix, iy, data->heightmap.getHeight(lx, ly));
^
11-09-2015 09:41 PM
Find all posts by this user Quote this message in a reply
jnymarkp Offline
Member

Post: #3
RE: Ineisis server wont compile after latest Esenthel update
Hi Zervox

As it turned out "final" is a keyword.
I just changed it to something else and the server compiled smile

Thanks for your speedy reply and have a nice one!
11-09-2015 10:14 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Ineisis server wont compile after latest Esenthel update
Many thanks for reporting the issue, I've reuploaded adjusted source code for both Ineisis Online and Bloody Massacre.
'final' became a keyword in C++11
11-10-2015 09:26 AM
Find all posts by this user Quote this message in a reply
jnymarkp Offline
Member

Post: #5
RE: Ineisis server wont compile after latest Esenthel update
Thank you very much!
I will try it as soon as i get home smile
Meantime i got another problem with Ineisis.
I temporarily got around it just by changing "final" to "finalimage".
After login and character selection i press "play" to get in, and Ineisis just closes down.
No messages whatsoever.
Do you have a hint for getting some kind of crash report out of it ?
For starters i will download the newest code for Ineisis and try that out, but anyway it could be nice to get some report on a crash.

UPDATE

Downloaded the new code and tried again.
Compile works as a charm, but i still have the problem with the client crashing when selecting "Play".
There are no messages at all.

Is there means build into Esenthel to see what happens ?
(This post was last modified: 11-10-2015 05:35 PM by jnymarkp.)
11-10-2015 11:39 AM
Find all posts by this user Quote this message in a reply
kevindekever Offline
Member

Post: #6
RE: Ineisis server wont compile after latest Esenthel update
11-10-2015 11:17 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #7
RE: Ineisis server wont compile after latest Esenthel update
Hi,

You could try using Windows for the moment, it works fine there.
I'm testing this on Linux right now..
Sorry for the issue.
11-10-2015 11:48 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: Ineisis server wont compile after latest Esenthel update
Hi,

After long debugging session I was able to find what's the problem.

This is caused by a bug in the Linux GCC compiler.
I'll add a workaround for this ASAP, thank you for your patience.
11-11-2015 07:59 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #9
RE: Ineisis server wont compile after latest Esenthel update
Hi,
The update will be available today.
11-11-2015 10:37 PM
Find all posts by this user Quote this message in a reply
jnymarkp Offline
Member

Post: #10
RE: Ineisis server wont compile after latest Esenthel update
Sounds great smile
11-11-2015 10:41 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #11
RE: Ineisis server wont compile after latest Esenthel update
Hi,

I've updated the engine just now, and it now works ok on Linux as well.
11-12-2015 01:41 AM
Find all posts by this user Quote this message in a reply
jnymarkp Offline
Member

Post: #12
RE: Ineisis server wont compile after latest Esenthel update
Works like a charm smile
You are the man!
Thank you for your efforts smile
11-12-2015 10:03 AM
Find all posts by this user Quote this message in a reply
Post Reply