Skip to content
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

Continuation byte is not 0x00 or 0x11, but is 0x6D #27

Open
Maykros opened this issue Aug 29, 2020 · 0 comments
Open

Continuation byte is not 0x00 or 0x11, but is 0x6D #27

Maykros opened this issue Aug 29, 2020 · 0 comments

Comments

@Maykros
Copy link

Maykros commented Aug 29, 2020

System.Exception: Continuation byte is not 0x00 or 0x11, but is 0x6D (position: 34)
в osu_database_reader.CustomReader.ReadString() в D:\Users\Victor\Documentos\osuAPP\SpotOsu\osu-database-reader-master\osu-database-reader\CustomReader.cs:строка 31
в osu_database_reader.BeatmapEntry.ReadFromReader(CustomReader r, Boolean readLength, Int32 version) в D:\Users\Victor\Documentos\osuAPP\SpotOsu\osu-database-reader-master\osu-database-reader\BeatmapEntry.cs:строка 52
в osu_database_reader.OsuDb.Read(String path) в D:\Users\Victor\Documentos\osuAPP\SpotOsu\osu-database-reader-master\osu-database-reader\OsuDb.cs:строка 34
в Logic.MainFrame..ctor(String path) в D:\Users\Victor\Documentos\osuAPP\SpotOsu\Logic\MainFrame.cs:строка 27
в SpotOsu.Form1.btnLoad_Click(Object sender, EventArgs e) в D:\Users\Victor\Documentos\osuAPP\SpotOsu\SpotOsu\Form1.cs:строка 54
в System.Windows.Forms.Control.OnClick(EventArgs e)
в System.Windows.Forms.Button.OnClick(EventArgs e)
в System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ButtonBase.WndProc(Message& m)
в System.Windows.Forms.Button.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

It's happens when i'm past osu path in textbox and click Load button
My osu folder is here: D:\2 Games\osu!
I'm also tried transfer osu! folder to C:\Users\Maykro\AppData\Local\osu!\ but got same issue
Tried create folder SpotOsu with osu-database-reader-master from sourse code in D:\Users\Victor\Documentos\osuAPP\ same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant