[Archive] Server crash with MoP 1.7
[Archive] Server crash with MoP 1.7
Archived author: bySenom • Posted: 2025-11-04T18:13:40.199551
Original source
Ahh and my other tip [MENTION=6651]Jack Sparrow[/MENTION] - all cinematics files must be inside data/models/cameras folder - not data/cameras - look at this log
Cinematic camera 'data/models/cameras/palantirofazora.m2': does not exist!
Cinematic camera 'data/models/cameras/flybyundead.m2': does not exist!
Cinematic camera 'data/models/cameras/flybyorc.m2': does not exist!
Cinematic camera 'data/models/cameras/flybydwarf.m2': does not exist!
Cinematic camera 'data/models/cameras/flybynightelf.m2': does not exist!
Cinematic camera 'data/models/cameras/flybyhuman.m2': does not exist!
Cinematic camera 'data/models/cameras/flybygnome.m2': does not exist!
Cinematic camera 'data/models/cameras/flybytroll.m2': does not exist!
Cinematic camera 'data/models/cameras/flybytauren.m2': does not exist!
Cinematic camera 'data/models/cameras/scry_cam.m2': does not exist!
Cinematic camera 'data/models/cameras/flybybloodelf.m2': does not exist!
Cinematic camera 'data/models/cameras/flybydraenei.m2': does not exist!
Cinematic camera 'data/models/cameras/flybysunwell5man.m2': does not exist!
Cinematic camera 'data/models/cameras/flybydeathknight.m2': does not exist!
Cinematic camera 'data/models/cameras/flybygilneas_telescope.m2': does not exist!
Cinematic camera 'data/models/cameras/flybygilneasshort.m2': does not exist!
Cinematic camera 'data/models/cameras/abyssal_maw_camerafly_01.m2': does not exist!
Cinematic camera 'data/models/cameras/flybyworgen.m2': does not exist!
Cinematic camera 'data/models/cameras/flybygoblin.m2': does not exist!
Cinematic camera 'data/models/cameras/flyby_maelstrom.m2': does not exist!
Cinematic camera 'data/models/cameras/firelands_bridge_camera_01.m2': does not exist!
Cinematic camera 'data/models/cameras/flybypandaren.m2': does not exist!
Cinematic camera 'data/models/cameras/flybygateofthesettingsun.m2': does not exist!
Cinematic camera 'data/models/cameras/flyby_mogubridge_collapse.m2': does not exist!
Cinematic camera 'data/models/cameras/flyby_mogusecret_door.m2': does not exist!
Archived author: bySenom • Posted: 2025-11-04T18:13:40.199551
Original source
[MENTION=6651]Jack Sparrow[/MENTION]
Some chance for a patch to allow the transfer of auth / character databases from version 1.6 to 1.7. Base 1.7 works ok on the new version of the server but with base 1.6 (even updated) there are problems I wrote about.
Archived author: bySenom • Posted: 2025-11-04T18:13:40.199551
Original source
[MENTION=18124]bySenom[/MENTION]
Code:
DROP TABLE IF EXISTS `character_raid`;
CREATE TABLE `character_raid` (
`guid` int(11) NOT NULL DEFAULT '0',
`mapId` int(11) NOT NULL DEFAULT '0',
`encounterMask` int(11) DEFAULT '0',
`data` text,
`entranceId` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`guid`,`mapId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Run in character database and try again.