karolherbst / Gamekeeper-Framework

Library for hooking up game stores and merging them into one single library
GNU Lesser General Public License v2.1
2 stars 0 forks source link

print errors if a store is misconfigured #93

Closed karolherbst closed 10 years ago

karolherbst commented 10 years ago

currently the client will just crash due to an exception

Jookia commented 10 years ago

Does #95 fix this?

karolherbst commented 10 years ago

No, because the Store is found, but the Objects can't be created. It sould fail somewhere in thos for loop: https://github.com/karolherbst/Gamekeeper-Framework/blob/master/src/backend/storemanager.cpp#L47

karolherbst commented 10 years ago

I am pretty sure this is fixed