Jump to content

v19.0 Missing luaEngine.h


5even

Recommended Posts

Posted

I've been compiling Mangoszero for along time, quite a few years to be exact. This most recent version, I cannot compile. It comes up missing luaEngine.h

I've searched the web/getMangos feverishly, to no avail. It sounds like only I have the issue.

I pulled from git, like i've doen all these years.

I checked the source code, but the folder does NOT have a luaEngine.h or luaEngine.cpp

the compilers fails at this location.

are the files missing from the master? If so, what did I do wrong for it not to compile.

#include "LuaEngine.h"

found in AuctionHouseMgr.cpp

That file is not found anywhere in the source folders

help?

In the mean time, I'll look in my old source folders for it, and if i find it, i'll move it to the latests.

thanks again for the great work! Vanilla FTW :-)

Posted

TYVM! I'll compile and see what happens.

I could not find any new tutorials (via search engines) for 19, that i had to do it from memory. That is one extra step I would have never guessed.

ps

Thanks for the fast reply!!

Posted
TYVM! I'll compile and see what happens.

I could not find any new tutorials (via search engines) for 19, that i had to do it from memory. That is one extra step I would have never guessed.

ps

Thanks for the fast reply!!

Your welcome :)

Posted

Looks shaky so far

16>j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h(32): fatal error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\WorldSocket.cpp)

That is going to probably fail. I did a clean solution.

stand by.. i'll let you know - might get lucky and give a warning.. and still compile.

Posted

Seems like you may have missed the new additional installation step.

Open git bash and do

git submodule init

git submodule update

Check the output of the commands.

See that the files are inside src\game\LuaEngine

EDIT:

Damn, was looking at older page : |

LuaIncludes.h doesnt exist in eluna and has never existed.

Not quite sure where that comes from. I dont have the latest source with me so I cant search, but it didnt seem to be in the github repo either.

Posted

Imma dork

I didnt see the "update" command :o

also, I am going to have to update from 2012 to 2013, as there is a NET framework causing a log-jam as well. No worries. The biggest issue was the missing LUAENGINE stuff. This is the only place that has that info.

Posted
Seems like you may have missed the new additional installation step.

EDIT:

Damn, was looking at older page : |

LuaIncludes.h doesnt exist in eluna and has never existed.

Not quite sure where that comes from. I dont have the latest source with me so I cant search, but it didnt seem to be in the github repo either.

Yes

The last 2 compiles (with the update command this time LOL) gave me that error LuaIncludes.h missing

Lemme finish this 2012 - 2013 upgrade then i'll recompile and see what happens.

could just be something on my end. Worst case, I can prob dump the AHBOT

Posted
Yes

The last 2 compiles (with the update command this time LOL) gave me that error LuaIncludes.h missing

Lemme finish this 2012 - 2013 upgrade then i'll recompile and see what happens.

could just be something on my end. Worst case, I can prob dump the AHBOT

We have had some reports about incompatibility with Eluna and AHBOT on Trinitycore.

The issue is with AH bot having bad include structure so that an included file requires another file to be included before it or similar.

As Eluna uses some base header files from the source and AH bot edits those, they screw the system.

Some workarounds I have seen ppl suggest have been to include lua engine headers randomly. Obviously this is not the way to go.

The error of yours looks exactly like one of these fix attempts

But it may not be, which is what should be checked.

Posted

Possibly, however all my zero cores have compiled nicely up til 19, then it got funny. My latest working server is 18.1

ps

It's taking longer than expected as to this century, M$ has not figured a way to install an app w/o having the need to reboot your computer /facepalm!

Posted

ew, hate skype LOL

OK, sorry for the delay... (had to work)

- 2013 express

- all git commands executed

still get the following error

16>j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h(32): fatal error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\Totem.cpp)

Posted

Update:

Here are the critcal errors - NOTE: I left out the warnings..

Error	13	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\AuctionHouseMgr.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	14	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\AuctionHouseHandler.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	15	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\ChatHandler.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	16	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\Corpse.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	17	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\CharacterHandler.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	18	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\Chat.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	19	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\Creature.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	20	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\GameObject.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	21	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\Group.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	22	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\Guild.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	23	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\GuildHandler.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	24	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\Item.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	25	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\LootHandler.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	26	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\Map.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	27	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\MiscHandler.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Warning	28	warning C4307: '*' : integral constant overflow	J:\vanilla\mangosZero_src\server\src\game\MovementHandler.cpp	59	1	game
Error	29	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\Object.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	30	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\NPCHandler.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	31	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\Player.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	32	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\QuestHandler.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	33	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\ReputationMgr.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	34	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\ScriptMgr.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	35	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\Spell.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	36	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\SpellAuras.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	37	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\SpellEffects.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	38	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\Totem.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	39	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\Unit.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	40	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\Weather.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	41	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\WorldSocket.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	42	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\WorldSession.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	43	error C1083: Cannot open include file: 'LuaIncludes.h': No such file or directory (..\..\src\game\World.cpp)	j:\vanilla\mangoszero_src\server\src\game\LuaEngine.h	32	1	game
Error	44	error LNK1104: cannot open file 'J:\vanilla\mangosZero_src\server\win\VC120\game__Win32_Debug\game.lib'	J:\vanilla\mangosZero_src\server\win\VC120\LINK	mangosd
Warning	45	warning MSB8017: A circular dependency has been detected while executing custom build commands for item "revision.h". This may cause incremental build to work incorrectly.	C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets	170	5	ScriptDev2
Error	46	error LNK1104: cannot open file 'mangosd.lib'	J:\vanilla\mangosZero_src\server\src\scripts\LINK	ScriptDev2

Posted

I recently updated all the current wiki articles to include the two new commands for MangosZero

- If I missed one, please let me know

Posted

OK, I marked it off as a corrupt core and started from scratch

All compiled fine :-)

Not sure what the issue was - thanks for the help

Posted

thaaaatz funny!!

hey, where is the quest fix section - I can post some fixes (especially some that have been in error since as long as i can remember - which tells me ppl dont level much )

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use