Solved Teleporter Error

Status
Not open for further replies.

Caves

The Annoying Newbie
Premium
Joined
Sep 13, 2024
Messages
67
Solutions
2
Reaction score
30
Points
18
Hello everyone,
I'm trying to learn how to copy over other systems from other sources into the Lodelight v19.4
I started with adding gender+job filter to the Event Lua functions and got it to work.

Now, I'm trying with a little bit bigger system a Teleporter system.
I chose the __APP_TELEPORTER_DROP from the GuruUlti Source and successfully compiled the programs and they all ran without errors.
Now my only problem is that the Neuz has a Pop-up Error which I can't understand and doesn't leave any error logs in the client folder.

Can someone direct me where I need to go. I've been going back and forth in the two sources trying to compare where I went wrong and I can't find where.
Otherwise if there is a better Teleport System can you please suggest it and I will try to copy it instead.

Thanks in advance!

Heres a picture of the problem:
Hey There!
Please login and(or) register to see this awesome content today.
 
Solution
I'd recheck your edits in ResData.inc and verify what Kia has said. Maybe there is a duplicated ID.
But I believe something is wrong with ResData.inc.
To fix it:

Hey There!
Please login and(or) register to see this awesome content today.

- The error is because one of the child control defines (being like your buttons or something) is a duplicate ID as another child control.

This could also mean your res format is incorrect because the string for the child control (pWndCtrl->strDefine) is nothing.



But, my suggestion is to write one from scratch and if you have any questions on how to make something work, you can always ask.
 
Last edited:
I'd recheck your edits in ResData.inc and verify what Kia has said. Maybe there is a duplicated ID.
But I believe something is wrong with ResData.inc.
 
Solution
As the people above say, check ur resdata.inc and resdata.txt and your theme folder, can be a missing texture, or outdated resdata.inc format 😊
 
Thanks for the responses guys.
So the issue was with the resdata.inc missing a " " in the APP_TELEPORTER_DROP

Here's where its at now.

Now I'll try to solve these errors. And text/window colors.
But at least I'm already in game and the teleport works.

image_2024-09-20_091004202.png
 
  • Like
Reactions: Cikk
Quick Update:

Its all working now!

image_2024-09-20_105253018.png

Thanks to all that helped and gave inputs on how to resolved my case.
 
  • Like
Reactions: Kia
Status
Not open for further replies.