Server hangs when booting core3

bewchakka

New Member
Joined
Jun 4, 2014
Messages
4
Hello all! Bew here, requesting support.

So, after working endlessly on getting a server established on multiple Linux distributions, I keep running into the same issue...
When running the command 'sudo ./core3' from MMOCoreORB/bin/ the boot process keeps hanging at a certain point...



Though I have managed to get to this point on multiple linux distributions, the darned thing keeps throwing these [STACKTRACE] warnings at me.
Despite trying to chase down answers via Google-Fu, I have come back empty handed.
I am only butt a padawan, with much fur and random wookiee noises.

*in Shyriwook* HALP! o____________o

Thanks for any insight you can shed, and let me know if more info is needed.

EDIT: Had to add terminal output as a txt file, exceeded 10k character limit.
 

Attachments

gyrantol

Member
Joined
Jan 16, 2015
Messages
127
there is an error in your character_builder.lua where you are missing a } to close of a section. I recommend either using notepad++ or atom (if using a zonamadev vm) which can highlight each section and sanity check your code to ensure each section is closed off correctly. I would suggest that you have character builders enabled and because of the error it can't load the object hence the lockup
 

Asa

New Member
Joined
Oct 22, 2018
Messages
8
Same with these as well
(46 s) [Console] ERROR - file:scripts/loot/items/force_color_crystal.lua ERROR scripts/loot/items/force_color_crystal.lua:13: '}' expected (to close '{' at line 3) near 'skillMods'
(46 s) [Console] ERROR - file:scripts/loot/items/force_power_crystal.lua ERROR scripts/loot/items/force_power_crystal.lua:13: '}' expected (to close '{' at line 3) near 'skillMods'
(46 s) [Console] ERROR - file:scripts/loot/items/npc/aakuan_ring.lua ERROR scripts/loot/items/npc/aakuan_ring.lua:14: '}' expected (to close '{' at line 12) near '{'
(46 s) [Console] ERROR - file:scripts/loot/items/task_loot/hyperdrive_part.lua ERROR scripts/loot/items/task_loot/hyperdrive_part.lua:9: '}' expected (to close '{' at line 1) near 'junkDealerTypeNeeded'
(46 s) [Console] ERROR - file:scripts/loot/items/task_loot/medallion_black_sun.lua ERROR scripts/loot/items/task_loot/medallion_black_sun.lua:9: '}' expected (to close '{' at line 1) near 'skillMods'
(46 s) [Console] ERROR - file:scripts/loot/items/task_loot/medallion_dark_jedi.lua ERROR scripts/loot/items/task_loot/medallion_dark_jedi.lua:9: '}' expected (to close '{' at line 1) near 'skillMods'
(46 s) [Console] ERROR - file:scripts/loot/items/task_reward/huff_quest_tusken_king_rifle.lua ERROR .../loot/items/task_reward/huff_quest_tusken_king_rifle.lua:13: unexpected symbol near '='
(46 s) [Console] ERROR - file:scripts/loot/items/task_reward/kitster_banai_anakin_podrace_helmet.lua ERROR ...tems/task_reward/kitster_banai_anakin_podrace_helmet.lua:14: unexpected symbol near '}'

All need sorting my friend
 

bewchakka

New Member
Joined
Jun 4, 2014
Messages
4
Messing with values and not paying attention to your commas in LUA coding is a bad thing. I was missing a lot of commas. The program, Atom helped alot.

I use Notepad++ for Java programming, and am so much more comfortable with N++, but getting it up and running in Linux is a nightmare....

I modified several items to try to sell to different junk vendor types, just goofing around.

Since my last post, I have pulled a fresh copy of ZonamaDev and have my server currently up and running.

I am wanting to add content-based things to the game. I also wish to add a plethora of new tailor items, tailor modifications, and Image Design changes. Of course, I have a looong way to go until I can figure out things like bodyscaling for clothing, equipment slots relational to skeleton, etc...

Just wanted to give an update and say thanks. Everything is smoothed out, for now.

EDIT: If anyone is willing to sit down and talk a few of my design ideas over, I would love to start a conversation about my different ideas.
 
Last edited:
Top Bottom