RedcrowProd
Member
|
[fixed]crash while loading in game
hey, so i share a project with some of my friend, for them they can build it without an issue, and play with it.
but mine can compile, but when i enter in game it says :
Code:
Can't load ObjParams "!vitzbxr6qh5dvrqz6_6xefi"
Current Call Stack:
EE::Exit
EE::_Cache::_require
EE::CacheElmPtr<EE::Game::ObjParams,EE::Game::_Objs>::operator=Static::load
Objects::load
AreaData::customLoad
that this is wrong from VS2010 debug execution
Code:
template<typename TYPE, Cache<TYPE> &CACHE> CacheElmPtr<TYPE,CACHE>& CacheElmPtr<TYPE,CACHE>::operator=(C Str &file ) {TYPE *old=T._data; T._data=(TYPE*)CACHE._require( file , NULL, true); CACHE._decRef(old); return T;}
CXX0030: Error: Expression cannot be evaluated
we have the exact same project shared with the exact same way, but mine will not work, i've tryed reinstalling my engine, with complete cleared installation but nothing changes...
any help ?
thanks
(This post was last modified: 03-10-2015 11:46 PM by RedcrowProd.)
|
|
03-10-2015 01:44 AM |
|
Esenthel
Administrator
|
RE: crash while loading in game
Most likely you're trying to access an object which you had in the project but you have removed it.
Normally when you type !vitzbxr6qh5dvrqz6_6xefi into the project element search box then it should list an element, if it doesn't then it means it's removed/erased.
|
|
03-10-2015 04:13 AM |
|
RedcrowProd
Member
|
RE: crash while loading in game
i have a brand new instal of EE, and the exact same project as them, but mine does the error and not theirs, i've tryed to clean, clean all, rebuild, but nothing has worked so far.
when i try to research !vitzbxr6qh5dvrqz6_6xefi in my project i cant found anything
|
|
03-10-2015 02:15 PM |
|
Tottel
Member
|
RE: crash while loading in game
I had this problem when I removed a model from the editor after placing it in a world. Check if you have any red ! marks in the world with an empty object?
|
|
03-10-2015 02:32 PM |
|
RedcrowProd
Member
|
RE: crash while loading in game
nope none that i can see, its a brand new map, with a brand new folder from them, and i have some guys that is importing the same way as i do, and its working perfectly for them
|
|
03-10-2015 02:55 PM |
|
Pixel Perfect
Member
|
RE: crash while loading in game
At a guess they all have the referenced object but outside of the folder passed to you, therefore it works for them but not for you as the object cannot be located. I'd get them to locate that object in their editor and determine what it is and where it's located. Hopefully that will shed some light on the problem!
|
|
03-10-2015 04:13 PM |
|
RedcrowProd
Member
|
RE: crash while loading in game
they don't have anything called !vitzbxr6qh5dvrqz6_6xefi tho :(
i'm running my own project without any issues
|
|
03-10-2015 05:22 PM |
|
Pixel Perfect
Member
|
RE: crash while loading in game
It does sound and look like a removed object that is still referenced in the level!
If you are saying that your friends don't have this item in their copy of the level and don't get the problem then I'd perhaps ask them for a copy of the project again and retry it.
|
|
03-10-2015 06:30 PM |
|
RedcrowProd
Member
|
RE: crash while loading in game
nope,
tryed already 3 times, and transfered by dropbox and svn, still not working,
got all driver up to date, dx, still not any changes.
|
|
03-10-2015 07:45 PM |
|
TheElk
Member
|
RE: crash while loading in game
@RedcrowProd
Why are you not using Esenthel Server DX10 to share your project then it will compare each of your files and keep them up to date. and you will know when something is a miss or has been removed from the project. Not saying you will not run in to problems but it has been doing a pretty good job for us.
TheElk
|
|
03-10-2015 10:35 PM |
|
Esenthel
Administrator
|
RE: crash while loading in game
(03-10-2015 05:22 PM)RedcrowProd Wrote: they don't have anything called !vitzbxr6qh5dvrqz6_6xefi tho :(
i'm running my own project without any issues
Can your friends enable first the "trash can" icon near the search box, and then do the search?
The error occurs in 'AreaData::customLoad' which is a user provided function, you could investigate what data was first saved to it.
|
|
03-10-2015 10:40 PM |
|
RedcrowProd
Member
|
RE: crash while loading in game
okay i fixed it,
dont ask me how, because i dont really now.
but well at least its working now
i guess they were an old version cache in the memory ? idk...
but thanks for taking the time guys !
|
|
03-10-2015 11:44 PM |
|