-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup now fails with an errors. #426
Comments
oh dear.
Seriously, what kind of database engine are you using..? |
I was using I tried to update to With version
Logs with
Next, I tried rerun the setup with
Logs with
Since recent changes to aowow there seems to be some incompatibility with MySQL. |
Pls no .. those errors are from the antique db wrapper DBSimple Can't reopen table: 's' error
Yes, that's how i imagined it. Too bad it did not work. I did a bit of reading in the meantime and apparaently that's a quite old bug in mysql itself. There are workarounds, but i'm also not a fan of re-reading the spell.dbc into a temp table. Not sure yet what i'll do here. 'INT) = CAST(mask AS FLOAT)) s' errorAnd neither approach did work for this one either. I guess i have to get my hands on a mysql server myself to test this. No more ideas at the moment. Lang::$item['ratingString']Did this spontaneoulsy disappear? You seem to have gotten past the itemset set. and the new one...
It can't access the data for the french locale (2) and from the rest of the log you only used enus (0) |
With MySQL 8.0 I don't see the error. Seems gone.
I'm using only enUS local. In setup configuration I choose to use only enUS (1). So for now, I better just use an older aowow version until this is somehow solved? /e a4d05dc & ab4cf67 works fine bf184e7 This Is the revision from which the setup started to fail. It's the revision when files in
|
that particular error was fixed here 615c203#diff-d81466d4ba8a0a75682194a08e783f5cda91ddf41ee2324aa6a8ddd6d796c345 /e: i think dhe 'issue' is that 79764ce enabled display of all errors all the time for the CLI, regardless of settings. And you just started to see what went wrong already. |
615c203 returns:
This e614f41 returns:
They seem to be the same issue.. |
Could be, but the revision I tried above don't have it enabled yet and still fails. |
5d40519 Fails pretty much on the same:
2386e35 fails right after confirming:
|
Sorry, but you'll have to figure this one out for yourself. I can't see how you can have locale 2 selected at this point, but at no point earlier in the setup chain! aowow/setup/tools/filegen/img-maps.ss.php Lines 709 to 728 in d2277d1
As you can see it is localeId 2 from aowow/setup/tools/CLISetup.class.php Lines 173 to 195 in d2277d1
Your best bet is to attach XDebug there or if you don't have that place a debug_print_backtrace() and watch what Cfg::get('LOCALES') returns and what CLISetup::$opts['locales'] value is and in what context CLISetup::setLocales() is called.
Sadly, i forgott the CLISetup references in Cfg. Fixed in 8016802 |
Hi.
One of the most recent commits must have broken the setup. The setup is no longer able to complete and returns exceptions and suspicious warnings I haven't seen before. I'm using the most recent commit as of today.
Here is the full setup log
System:
24.04
8.3.8
The text was updated successfully, but these errors were encountered: