question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for custom osu-stable install path lookup

See original GitHub issue

As the title says, that is the only message I get, when clicking on import beatmaps. Yes, I have osu!stable version installed. And sorry if there was already a post about this, but I did not find one.

Taken from the database.log:

15.01.2018 05:31:12: Failed executing DbCommand (11ms) [Parameters=[], CommandType=‘Text’, CommandTimeout=‘10’] 15.01.2018 05:31:12: SELECT MetadataID FROM BeatmapSetInfo LIMIT 1 15.01.2018 05:31:12: Performing migration from sqlite-net to EF… 15.01.2018 05:31:12: Failed executing DbCommand (0ms) [Parameters=[], CommandType=‘Text’, CommandTimeout=‘10’] 15.01.2018 05:31:12: INSERT INTO RulesetInfo SELECT ID, Available, InstantiationInfo, Name FROM RulesetInfo_Old 15.01.2018 05:31:12: Migration failed! We’ll be starting with a fresh database. 15.01.2018 05:31:12: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: ‘table RulesetInfo has 5 columns but 4 values were supplied’. 15.01.2018 05:31:12: bei Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db) 15.01.2018 05:31:12: bei Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior) 15.01.2018 05:31:12: bei Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery() 15.01.2018 05:31:12: bei Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.Execute(IRelationalConnection connection, DbCommandMethod executeMethod, IReadOnlyDictionary2 parameterValues) 15.01.2018 05:31:12: bei Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary2 parameterValues) 15.01.2018 05:31:12: bei Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlCommand(DatabaseFacade databaseFacade, RawSqlString sql, IEnumerable`1 parameters) 15.01.2018 05:31:12: bei Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlCommand(DatabaseFacade databaseFacade, RawSqlString sql, Object[] parameters) 15.01.2018 05:31:12: bei osu.Game.Database.OsuDbContext.migrateFromSqliteNet() 15.01.2018 05:31:12: Database purged successfully. 15.01.2018 05:31:12: Failed executing DbCommand (2ms) [Parameters=[], CommandType=‘Text’, CommandTimeout=‘10’] 15.01.2018 05:31:12: SELECT MetadataID FROM BeatmapSetInfo LIMIT 1 15.01.2018 05:31:12: Failed executing DbCommand (0ms) [Parameters=[], CommandType=‘Text’, CommandTimeout=‘10’] 15.01.2018 05:31:12: SELECT OnlineBeatmapSetId FROM BeatmapMetadata LIMIT 1

can attach the log, too, if that would be more helpful.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
peppycommented, Jan 15, 2018

I’ll leave this issue open with a new name, since it doesn’t exist yet. Probably only needs to be added for windows, using a registry lookup to find the most recent osu! install path.

0reactions
peppycommented, Feb 18, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing osu! on Linux with low-latency [2022] · forum - ppy
just installed the script on a fresh ubuntu 22.04, and the script runs fine!, ... And sorry I forgot to mention, I use...
Read more >
Transferring data from another osu! installation - osu!mac
Before transferring and deleting osu! data off your old osu! installation, back it up! Backing osu! files up is as easy as copying...
Read more >
osu - AUR (en) - Arch Linux
This is my ~/bin/osu-stable file ( /usr/bin/osu-stable is unmodified, and ~/bin is added to my PATH ) #!/bin/sh export PATH="${HOME}/build/wine:${PATH}" ...
Read more >
Fixing osu! protocol links on Wine : r/linux_gaming
Hi all! Recently I noticed that the buttons like the osu!direct one on the website won't work out-of-the-box if you're using wine.
Read more >
Error extracting setup 1 cab when trying to install Osu!
The easiest way is to go to the folder via the GUI file browser, right-click osu!.exe and make a link, and put the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found