About Store Forum Documentation Contact



Post Reply 
Gui object ""?
Author Message
ghreef Offline
Member

Post: #1
Gui object ""?
Anyone ever see the error: Can't find GUI Object ""

I was working on my inventory screen, started to get this message, reverted back to the original inventory screen, and I'm still getting the error.
08-14-2011 03:06 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Gui object ""?
use debugging with APP_BREAK_ON_..
it will point you to your codes
08-14-2011 03:22 PM
Find all posts by this user Quote this message in a reply
ghreef Offline
Member

Post: #3
RE: Gui object ""?
I did that. It throws the error in the middle of the RPG2 code (in the external reference file).

From what I can tell, I can't add any elements to the GUIs already included in the ERPG2 gui objects. is that true? If not, what files do I need to edit to include new elements?
I created a new version of the player name gui file. It has nothing new, all as "vanilla" as possible I'm trying to use this in the GUI tutorial #08 loading objects. It fails on trying to load the gui file. I can't see any reason why it would fail. Please, can someone tell me why?


Attached File(s)
.rar  player name.rar (Size: 401 bytes / Downloads: 6)
(This post was last modified: 08-14-2011 06:11 PM by ghreef.)
08-14-2011 05:44 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #4
RE: Gui object ""?
I had no problems running your gui object in the gui obj tutorial.
When I was starting with Esenthel I modified the RPG2 GUI without problems.
(This post was last modified: 08-14-2011 07:05 PM by Zervox.)
08-14-2011 07:02 PM
Find all posts by this user Quote this message in a reply
ghreef Offline
Member

Post: #5
RE: Gui object ""?
WTF^3

I just ran it again after a full reboot - immediate window:

gui_objs.load("gui/obj/player name.gobj")
CXX0052: Error: member function not present

This is what is causing the tutorial to fail, and also what happens when I edit any guis for RPG2.

I don't even know where to turn on this one.
08-14-2011 07:31 PM
Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #6
RE: Gui object ""?
Sounds like it has to do with debugging: Expression Evaluator Error CXX0052.
08-14-2011 07:54 PM
Find all posts by this user Quote this message in a reply
ghreef Offline
Member

Post: #7
RE: Gui object ""?
that isn't it. I followed the directions and it's still reporting the same error. My last thing I'm thinking is that my issues might be a result of low vRAM? My coding machine only runs 128 Mb of video RAM. I'll move everything over to a 1 Gb vRAM machine and see if that's it. Not sure what else to check.
08-14-2011 09:00 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #8
RE: Gui object ""?
try putting the esenthel engine.libs and headers and overwrite the old ones in VS folder and then try updating check if that helps.
08-15-2011 04:08 AM
Find all posts by this user Quote this message in a reply
Post Reply