Hello Otland,
I have compiled my already excisting evolutions-xml (8.0)
It should be exactly the same as the already excisting .exe but i get this error
While when I execute the original .exe this message appears:
\
But that aint a fatal error.
Does anyone know how this suddenly occurs? and how I should fix this?
Thx in advance,
Jorick
- - - Updated - - -
Removed this now:
It works but i suppose this aint the right way to do this
I have compiled my already excisting evolutions-xml (8.0)
It should be exactly the same as the already excisting .exe but i get this error
PHP:
Loading items.otb... Not supported items.otb client version.
Error: Unable to load data/items/items.otb!
While when I execute the original .exe this message appears:
PHP:
Warning: [OTBM Loader] This map needs and updated items OTB file.
But that aint a fatal error.
Does anyone know how this suddenly occurs? and how I should fix this?
Thx in advance,
Jorick
- - - Updated - - -
Removed this now:
PHP:
else if(Items::dwMinorVersion != CLIENT_VERSION_792){
std::cout << "Not supported items.otb client version." << std::endl;
return ERROR_INVALID_FORMAT;
}
It works but i suppose this aint the right way to do this