--start - am I doing it wrong?

Everything about development and the OpenMW source code.
Locked
User avatar
lgromanowski
Site Admin
Posts: 1193
Joined: 05 Aug 2011, 22:21
Location: Wroclaw, Poland
Contact:

--start - am I doing it wrong?

Post by lgromanowski »

Sslaxx wrote: Latest Git code compiled.
stuart@sslaxxworks:~/CVS/openmw_work/Build$ ./openmw --start Milk wrote:Hello, fellow traveler!
Your data directory for today is: /media/Stuarts.AMD/Games/TES/3/Data Files
Initializing OGRE
Adding /media/Stuarts.AMD/Games/TES/3/Data Files/Morrowind.bsa
Adding /media/Stuarts.AMD/Games/TES/3/Data Files/Bloodmoon.bsa
Adding /media/Stuarts.AMD/Games/TES/3/Data Files/Tribunal.bsa
Loading ESM /media/Stuarts.AMD/Games/TES/3/Data Files/Morrowind.esm

39 record types:
CREA: 260
REPA: 6
APPA: 22
GLOB: 73
PROB: 6
NPCC: 0
CREC: 0
MISC: 536
CNTC: 0
LEVC: 116
RACE: 10
SNDG: 168
ALCH: 258
ENCH: 708
LIGH: 574
ACTI: 697
LEVI: 227
LOCK: 6
BOOK: 574
DIAL: 2358
SPEL: 990
CELL: 2538
REGN: 9
BSGN: 13
SOUN: 430
ARMO: 280
WEAP: 485
SSCR: 0
INGR: 95
DOOR: 140
CLAS: 77
STAT: 2788
FACT: 22
CONT: 890
CLOT: 510
SCPT: 632
GMST: 1449
BODY: 1125
NPC_: 2675

Not implemented yet: INFO LAND LTEX MGEF PGRD SKIL
loading cell 'Milk'
openmw: /home/stuart/CVS/openmw_work/openmw/./components/esm_store/cell_store.hpp:175: void ESMS::CellStore<D>::loadRefs(const ESMS::ESMStore&, ESM::ESMReader&) [with D = MWWorld::RefData]: Assertion `0' failed.
Aborted
"Milk" (with the quotation marks) does the same thing.
Zini wrote: There are a couple of cells, that don't load correctly. Haven't investigated yet.
nicolay wrote: I haven't investigated the cause, but so far I've pushed an update that replaces those nasty asserts with a softer warning message. The cells should load now, although they might miss a couple of objects (two slaughterfish in Milk as far as I can see ;) )
Sslaxx wrote: For what it's worth:
[quote="openmw --start "Milk""]loading cell 'Milk'
WARNING: Ignoring reference 'slaughterfish' of unhandled type
WARNING: Ignoring reference 'slaughterfish' of unhandled type
Statics in cell: 189

Setting up cell rendering
Setting up input system
Starting command server on port 27917

Start! Press Q/ESC or close window to exit.
error line 8, column 14 (ShowRestMenu)
Unexpected name
sound effect: playing sound cave drip from Unnamed_8 at volume 1, at pitch 1
sound effect: playing sound cave wind from Unnamed_9 at volume 1, at pitch 1
sound effect: playing sound cave wind from Unnamed_10 at volume 1, at pitch 1
error line 7, column 21 (GetJournalIndex)
Unexpected name
GetJournalIndex there is related to the "Mad Lord of Milk" quest, I do believe? And what type of record are the Slaughterfish then?
[/quote]
Zini wrote: Don't know about the JournalIndex. But this keyword is not implemented yet. You can see a list of implemented script keywords here: http://openmw.org/wiki/index.php?title= ... g_(status)

slaughterfish should be a creature, which is odd, because creatures are already rendered properly. If I am to speculate, then I would blame levelled lists. But I can't verify that, because I don't have the CS at hand right now.
Locked