Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Did you run the assembler?

[DiscordArchive] Did you run the assembler?

[DiscordArchive] Did you run the assembler?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
12-27-2021, 02:30 AM
#1
Archived author: Claudiodfc • Posted: 2021-12-27T02:30:08.738000+00:00
Original source

Did you run the assembler?
rektbyfaith
12-27-2021, 02:30 AM #1

Archived author: Claudiodfc • Posted: 2021-12-27T02:30:08.738000+00:00
Original source

Did you run the assembler?

rektbyfaith
Administrator
0
12-27-2021, 02:36 AM
#2
Archived author: Bench • Posted: 2021-12-27T02:36:17.265000+00:00
Original source

Had tried to use the assembler without having prepared for the DB squash, figured out I needed to do certain steps, did those certain steps, launched the server on the rev right before the DB squash, and now I'm updating it again and it's failing having run the assembler
rektbyfaith
12-27-2021, 02:36 AM #2

Archived author: Bench • Posted: 2021-12-27T02:36:17.265000+00:00
Original source

Had tried to use the assembler without having prepared for the DB squash, figured out I needed to do certain steps, did those certain steps, launched the server on the rev right before the DB squash, and now I'm updating it again and it's failing having run the assembler

rektbyfaith
Administrator
0
12-27-2021, 02:37 AM
#3
Archived author: Bench • Posted: 2021-12-27T02:37:05.996000+00:00
Original source

And now after the most recent commit, it's now giving me this error
```In mysql_stmt_prepare() id: 5, sql: "SELECT entry, pointid, position_x, position_y, position_z, orientation, delay FROM waypoints ORDER BY entry, pointid"
Unknown column 'orientation' in 'field list'```
rektbyfaith
12-27-2021, 02:37 AM #3

Archived author: Bench • Posted: 2021-12-27T02:37:05.996000+00:00
Original source

And now after the most recent commit, it's now giving me this error
```In mysql_stmt_prepare() id: 5, sql: "SELECT entry, pointid, position_x, position_y, position_z, orientation, delay FROM waypoints ORDER BY entry, pointid"
Unknown column 'orientation' in 'field list'```

rektbyfaith
Administrator
0
12-27-2021, 02:43 AM
#4
Archived author: Claudiodfc • Posted: 2021-12-27T02:43:51.296000+00:00
Original source

Bro, at this point just drop the dB and import all from scratch
rektbyfaith
12-27-2021, 02:43 AM #4

Archived author: Claudiodfc • Posted: 2021-12-27T02:43:51.296000+00:00
Original source

Bro, at this point just drop the dB and import all from scratch

rektbyfaith
Administrator
0
12-27-2021, 02:44 AM
#5
Archived author: Claudiodfc • Posted: 2021-12-27T02:44:05.430000+00:00
Original source

The world one
rektbyfaith
12-27-2021, 02:44 AM #5

Archived author: Claudiodfc • Posted: 2021-12-27T02:44:05.430000+00:00
Original source

The world one

rektbyfaith
Administrator
0
12-27-2021, 02:47 AM
#6
Archived author: Bench • Posted: 2021-12-27T02:47:48.754000+00:00
Original source

Well I've made a *lot* of changes to my world db, so I was hoping to try to just save it
rektbyfaith
12-27-2021, 02:47 AM #6

Archived author: Bench • Posted: 2021-12-27T02:47:48.754000+00:00
Original source

Well I've made a *lot* of changes to my world db, so I was hoping to try to just save it

rektbyfaith
Administrator
0
12-27-2021, 02:48 AM
#7
Archived author: Bench • Posted: 2021-12-27T02:48:25.957000+00:00
Original source

But I've renamed the existing one and am just making a new one now, and I guess I'll copy over changes I made
rektbyfaith
12-27-2021, 02:48 AM #7

Archived author: Bench • Posted: 2021-12-27T02:48:25.957000+00:00
Original source

But I've renamed the existing one and am just making a new one now, and I guess I'll copy over changes I made

rektbyfaith
Administrator
0
12-27-2021, 03:01 AM
#8
Archived author: Nyeriah • Posted: 2021-12-27T03:01:57.183000+00:00
Original source

It looks like you skipped through the squash commit
rektbyfaith
12-27-2021, 03:01 AM #8

Archived author: Nyeriah • Posted: 2021-12-27T03:01:57.183000+00:00
Original source

It looks like you skipped through the squash commit

rektbyfaith
Administrator
0
12-27-2021, 03:02 AM
#9
Archived author: Nyeriah • Posted: 2021-12-27T03:02:52.365000+00:00
Original source

We had a database squash recently (43ebc5f). If you had an older version of the core and skipped straight to the latest commit, several files were moved to the archive folder before they had the chance to be executed by the autoupdater.

The procedure here must be followed (bottom of the page): https://www.azerothcore.org/wiki/database-squash

feat(DB): release ACDB 4.0.0 (#8494) …

ATTENTION

To avoid mistakes need to update the core to 9e39492 to add support correct archive dir and after can merge to actual commit
[Embed: Database Squash]
Wiki and Documentation of the AzerothCore project
https://www.azerothcore.org/wiki/database-squash
rektbyfaith
12-27-2021, 03:02 AM #9

Archived author: Nyeriah • Posted: 2021-12-27T03:02:52.365000+00:00
Original source

We had a database squash recently (43ebc5f). If you had an older version of the core and skipped straight to the latest commit, several files were moved to the archive folder before they had the chance to be executed by the autoupdater.

The procedure here must be followed (bottom of the page): https://www.azerothcore.org/wiki/database-squash

feat(DB): release ACDB 4.0.0 (#8494) …

ATTENTION

To avoid mistakes need to update the core to 9e39492 to add support correct archive dir and after can merge to actual commit
[Embed: Database Squash]
Wiki and Documentation of the AzerothCore project
https://www.azerothcore.org/wiki/database-squash

rektbyfaith
Administrator
0
12-27-2021, 03:08 AM
#10
Archived author: Bench • Posted: 2021-12-27T03:08:06.428000+00:00
Original source

My issue (I believe) was that I tried to update to the latest commit, *then* did the DB squash steps
rektbyfaith
12-27-2021, 03:08 AM #10

Archived author: Bench • Posted: 2021-12-27T03:08:06.428000+00:00
Original source

My issue (I believe) was that I tried to update to the latest commit, *then* did the DB squash steps

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)