thanks you !
Thanks.CanadianPaws wrote:
This is a great project, keep up the good work!
Yeah, happy that it's useful to you and thank you for the kind words.MN Deus Ex wrote:
This is just wow, man. I knew that wandering through development forums will pay off someday, and it looks like it's this day. The coolest concept, I've seen so far here. Keep up the good work!
Mhhh, need to look what this is but thank youStrategas wrote:
Great work. Reminds me of osu! portable.
Well, actually no, I can download it like usual.Alex311360 wrote:
Are your servers currently down? Having trouble downloading the files.
Thanks. Could I get one for Skype too?naseweis520 wrote:
System.Windows.Markup.XamlParseException: 'Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.' Line number '6' and line position '23'. ---> System.IO.FileFormatException: The image format is unrecognized. ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x88982F07
--- End of inner exception stack trace ---
at System.Windows.Media.PixelFormat.GetPixelFormat(SafeMILHandle bitmapSource)
at System.Windows.Media.Imaging.BitmapSource.UpdateCachedSettings()
at System.Windows.Media.Imaging.BitmapSource.set_WicSourceHandle(BitmapSourceSafeMILHandle value)
at System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation()
at System.Windows.Media.Imaging.BitmapSource.CompleteDelayedCreation()
at System.Windows.Media.Imaging.BitmapSource.get_WicSourceHandle()
at System.Windows.Media.Imaging.BitmapFrameDecode..ctor(Int32 frameNumber, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapFrameDecode frameDecode)
at System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(BitmapDecoder decoder, ReadOnlyCollection`1 frames)
at System.Windows.Media.Imaging.BitmapDecoder.Initialize(BitmapDecoder decoder)
at System.Windows.Media.Imaging.BitmapDecoder..ctor(SafeMILHandle decoderHandle, BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, Boolean insertInDecoderCache, Boolean isOriginalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle)
at System.Windows.Media.Imaging.IconBitmapDecoder..ctor(SafeMILHandle decoderHandle, BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, Boolean insertInDecoderCache, Boolean originalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle)
at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
at System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
--- End of inner exception stack trace ---
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at osu_Sync.Window_Welcome.InitializeComponent()
at osu_Sync.Window_Welcome..ctor()
at osu_Sync.MainWindow.MainWindow_Loaded(Object sender, RoutedEventArgs e)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
at MS.Internal.LoadedOrUnloadedOperation.DoWork()
at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.Resize(ICompositionTarget resizedCompositionTarget)
at System.Windows.Interop.HwndTarget.OnResize()
at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
System.DllNotFoundException: Unable to load DLL 'dwmapi': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at MahApps.Metro.Native.UnsafeNativeMethods.DwmSetWindowAttribute(IntPtr hwnd, Int32 attr, Int32& attrValue, Int32 attrSize)
at MahApps.Metro.Behaviours.BorderlessWindowBehavior.WindowProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
Oh well... that's a new bug.Kurokami wrote:
Actually I got a different error. o.oSPOILERSystem.Windows.Markup.XamlParseException: 'Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.' Line number '6' and line position '23'. ---> System.IO.FileFormatException: The image format is unrecognized. ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x88982F07
--- End of inner exception stack trace ---
at System.Windows.Media.PixelFormat.GetPixelFormat(SafeMILHandle bitmapSource)
at System.Windows.Media.Imaging.BitmapSource.UpdateCachedSettings()
at System.Windows.Media.Imaging.BitmapSource.set_WicSourceHandle(BitmapSourceSafeMILHandle value)
at System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation()
at System.Windows.Media.Imaging.BitmapSource.CompleteDelayedCreation()
at System.Windows.Media.Imaging.BitmapSource.get_WicSourceHandle()
And so on...
Ok, thanks, gonna take a look at it. (Seems as if I need to install Windows XP again)...Kurokami wrote:
Its windows XP professional and as for .net, I have 3.5 and 4.0.
May I ask you if you use Windows XP.xkeylader78fan wrote:
So that is coming, if i start it.
same error for me.xkeylader78fan wrote:
SPOILERSo that is coming, if i start it.System.Windows.Markup.XamlParseException: Zeilennummer "6" und Zeilenposition "23" von "Die Angabe eines Werts für "System.Windows.Baml2006.TypeConverterMarkupExtension" führte zu einer Ausnahme.". ---> System.IO.FileFormatException: Das Bildformat ist unbekannt. ---> System.Runtime.InteropServices.COMException: Ausnahme von HRESULT: 0x88982F07
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.Windows.Media.PixelFormat.GetPixelFormat(SafeMILHandle bitmapSource)
bei System.Windows.Media.Imaging.BitmapSource.UpdateCachedSettings()
bei System.Windows.Media.Imaging.BitmapSource.set_WicSourceHandle(BitmapSourceSafeMILHandle value)
bei System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation()
bei System.Windows.Media.Imaging.BitmapSource.CompleteDelayedCreation()
bei System.Windows.Media.Imaging.BitmapSource.get_WicSourceHandle()
bei System.Windows.Media.Imaging.BitmapFrameDecode..ctor(Int32 frameNumber, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapFrameDecode frameDecode)
bei System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(BitmapDecoder decoder, ReadOnlyCollection`1 frames)
bei System.Windows.Media.Imaging.BitmapDecoder.Initialize(BitmapDecoder decoder)
bei System.Windows.Media.Imaging.BitmapDecoder..ctor(SafeMILHandle decoderHandle, BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, Boolean insertInDecoderCache, Boolean isOriginalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle)
bei System.Windows.Media.Imaging.IconBitmapDecoder..ctor(SafeMILHandle decoderHandle, BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, Boolean insertInDecoderCache, Boolean originalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle)
bei System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
bei System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
bei System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
bei System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
bei MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
bei System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
bei System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
bei System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
bei System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
bei osu_Sync.Window_Welcome.InitializeComponent()
bei osu_Sync.Window_Welcome..ctor()
bei osu_Sync.MainWindow.MainWindow_Loaded(Object sender, RoutedEventArgs e)
bei System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
bei System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
bei System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
bei System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
bei System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
bei MS.Internal.LoadedOrUnloadedOperation.DoWork()
bei System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
bei System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
bei System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
bei System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
bei System.Windows.Media.MediaContext.Resize(ICompositionTarget resizedCompositionTarget)
bei System.Windows.Interop.HwndTarget.OnResize()
bei System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
bei System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
Hehehe, sorry but I can't handle C#.Aironenero wrote:
Damn, source code is in VB... why not use C#...
By this, do you mean the osu! configuration and settings? (Progress)Kuuhaku722 wrote:
1. not just sync the beatmaps but the settings of the user too
I'm not exactly sure what you mean by this.Kuuhaku722 wrote:
2. user A and user B have a different location of syncing.
Actually this was the main idea behind osu!Sync (that's the reason why it's called Sync) but I wasn't sure if people would use that. But now that you've mentioned it I definitely will start to work at it.Kuuhaku722 wrote:
3. if we can sync osu to online storage such as one drive, drop box, google drive, and much more it will be more better
Thank you very much.Kuuhaku722 wrote:
we will be supporting this features
Wow, cool, I didn't knew that this was even possible.Jibzi wrote:
However I have a poblem, my songs folder is on a seperate hardrive, linked by osu!.cfg. (Osu installationis on C:\ and Songs is on H:\ to be concrete)
Can you implement a feature that gives you the ability to select the songs folder in Osu!Sync manually? Thank you
Ehehe, I don't really know myself but it works on Windows 10/8.1/8/7 | 64/32 bit.Kuuhaku722 wrote:
what is the compability for this program. " is it avaiable for windows 10 64/32 bit, is it avaiable for windows 8 and 8.1 64/32 bit " something like that
That's strange... I gonna take a look at this. Thank you for reporting.Kuuhaku722 wrote:
i am geting an error massage when scaning the beatmaps, but nothing happen after i click "close" in the massage
I agree with you... grid interface would be best and thumbnails even better. However, I already tried to implement a grid interface but I failed miserably (due to missing skills). However, I will try again to implement this. (Progress / Progress)Kuuhaku722 wrote:
i think grid interface is the best for choosing beatmaps. and dont forget to add the thumbnails of all beatmaps ( if you can't select thumbnails photo, just choose thumbnails from the file music. i think it will be more easy in the script of this program. keyword "the longest mp3 file each beatmaps folders" )
you can learn more from windows explorer in windows 8 and windows 8.1
Ok.Kuuhaku722 wrote:
the information about osu!sync version just visible in updater. almost all program have the information about program version in " about ". i think you must add the osu!sync version like my edited photo
original
I'm not quite sure what the main menu should contain.Kuuhaku722 wrote:
i think this program should be have a main menu. it will be more better
Do you mean like uploading a file to e.g. Dropbox which can be read by the program on two (or more) computers? (Progress / Progress)Kuuhaku722 wrote:
he important topic of this program is what for this program created. i think it will be better if we can sync the user settings and the beatmaps too. user A and user B must be have a different syncing locations. but the beatmaps must have just 1 location. it will be more easly if we can choose where we want to syncing it such as to other hard drives, drop box, and one drive.
Great idea! (≧∇≦)/ (Progress)Kuuhaku722 wrote:
when osu is clicked, make a script to run the osu!sync and delay osu.exe. ask the user about the directory path ( where we want to sync the osu ) *maybe we can choose it as a default directory or just 1x syncing*. after that show how many the osu beatmaps and settings will be syncing to the path or just one of that or just runing the osu!.exe without syncing. maybe 1x per 30 minutes or 1x per 1 hour. after choosing it lounch the osu.exe and minimize osu!sync to system tray. *when the osu is runing hide the notification*
So something like converting folders back to *.osk, or am I wrong?Kuuhaku722 wrote:
and i think we need a feature to convert folder beatmaps to a file with format ".osk" or ".osz" before we sync it or just convert it without syncing the path. *make this feature always request what should to do. and just can be running manual. not automatical*
Will be added.Kuuhaku722 wrote:
may be you can change the settings like my photo.
This will be quite hard to implement right now. This should work better if there's a grid interface. (Progress)Midnaait wrote:
Add "Sort by..." option
Ok, noted. (Progress)Midnaait wrote:
Add an option to import maps to osu! every X downloads, seriously, because if I close the program the downloads start over again (Imagine that if I downloaded over 1000 maps and accidentally close the program)
I'm not sure if this is possible because I'm using an alternative download mirror. (Progress)Midnaait wrote:
Add no-video downloads if possible, because some maps take a lot of time, and it's worse for people with very slow connection like me.
When does that happen (e.g. while syncing, downloading, etc.)?Midnaait wrote:
If I resize the window it freezes for a long moment. Fix that please.
Heh, actually I've planned that a long time again but never managed to implement that. (Progress)Midnaait wrote:
Add a "Cancel download" button which must contain a popup that says if you want to import the maps you managed to download (or something like that)
Nah, it's quite good. Mine is worse... x3Midnaait wrote:
sorry for my bad english -w-''
Every moment. but it's worse while downloading I think.naseweis520 wrote:
When does that happen (e.g. while syncing, downloading, etc.)?
Kuuhaku722 wrote:yeah some thing like that
and i think we need a feature to convert folder beatmaps to a file with format ".osk" or ".osz" before we sync it or just convert it without syncing the path. *make this feature always request what should to do. and just can be running manual. not automatical*
So something like converting folders back to *.osk, or am I wrong?
Kuuhaku722 wrote:I'll think about it later, I'll tell you when i got new idea about the main menu.
i think this program should be have a main menu. it will be more better
I'm not quite sure what the main menu should contain.
Kuuhaku722 wrote:maybe you can understand it with this picture
2. user A and user B have a different location of syncing.
I'm not exactly sure what you mean by this.
Kuuhaku722 wrote:yeah but each user have different location ( it's only if 1 computer / laptop for 2 or more people )
1. not just sync the beatmaps but the settings of the user too
By this, do you mean the osu! configuration and settings? (Progress)
try to run the program with administratorss1lli wrote:
It's a nice program and it worked smoothly on the first day. One the second day I opened it, the program wouldn't start up. It's been doing this ever since.
yeah, i think better you remove it. when i want to stay in " about " window it closed sudenly after clicking feedbacknaseweis520 wrote:
Actuall, this was intended to do so. But if ithat only confuses people I'll remove that the window closes too.Kuuhaku722 wrote:
Bug Report![]()
After click feedback button in about window.
feedback menu in settings open directly.
and when i click cencel the about window close sudenly with the feedback menu in setting.
"Multi-Language Support" is already implemented but I need some people who want to translate and maintain the translations. And that's a lot of work.Kuuhaku722 wrote:
and this one*still waiting
![]()
naseweis520 wrote:
"Multi-Language Support" is already implemented but I need some people who want to translate and maintain the translations. And that's a lot of work.Kuuhaku722 wrote:
and this one*still waiting
![]()
You can either ask for volunteers and use a controlled document/interface (eg osu!Rank) or have a public google sheet and take a risk (lol)naseweis520 wrote:
"Multi-Language Support" is already implemented but I need some people who want to translate and maintain the translations. And that's a lot of work.
is it a tool like Google translate. i think every tool (like google translate) have something ugly. we must check it manually to check where is the mistake.naseweis520 wrote:
Yeah, take as much time as you need.Kuuhaku722 wrote:
i think there will be some mistake in my translation. so can you include my translation in the next update. i want to check it.
However, osu!Sync has been accepted by Crowdin.com which means that we're allowed to access their collaborative translation tool. This should make translating more easy. If you still want to manually translate the strings using the *.xaml file that's not a problem. You can upload the file on Crowdin or pm me the link to it.
Click the "Help us translate osu!Sync" link in the OP and you should see a bunch of languages waiting to be translated.Midnaait wrote:
Uhm... I want to help with Spanish Language. How can I help? Because I don't get how lol.
New updates are looking great btw
===== osu!Sync Crash | 2016-01-09 11:48:45 =====
// Information
An exception occured in osu!Sync. If this problem persists please report it using the Feedback-window, on GitHub or on the osu!Forum.
When reporting please try to describe as detailed as possible what you've done and how the applicationen reacted.
GitHub: http://j.mp/1PDuDFp | osu!Forum: http://j.mp/1PDuCkK
// Configuration
{"application":{"isElevated":"True","lastUpdateCheck":"01-01-2000 00:00:00","version":"1.0.0.8"},"config":{"downloadMirror":"0","updateInterval":"3"},"language":{"code":{"long":"","short":"en"}},"system":{"cultureInfo":"hu-HU","is64bit":"True","operatingSystem":"6.3.9600.0"}}
// Exception
System.ArgumentException: Process '6496' was not found.
at Microsoft.VisualBasic.Interaction.AppActivate(Int32 ProcessId)
at osu_Sync.Application.Application_Startup(Object sender, StartupEventArgs e)
at System.Windows.Application.OnStartup(StartupEventArgs e)
at System.Windows.Application.<_ctor>b__0(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Fun fact: I built the apps 1.0.0.8 version from source and it works.naseweis520 wrote:
Update: 1.0.0.9
A new version of osu!Sync is availableChangelogVersion Name: Stronger (https://osu.ppy.sh/s/273711)
Fixed:
__Importer:
____#25 Minor Bug when using Bloodcat - reported by BobbyL2k
Optimized:
__Settings:
____Feedback backend
Translations:
__Thanks to:
____dmcraft | fr_FR: French
____krisztian99 | hu_HU: Hungary [NotAddedYet]
____ssg | jp_JP: Japanese
____BobbyL2k | th_TH: Thai [NewLanguage]
____flyingfeather1501 | zh_TW: Chinese Traditional
Updated:
__Updater:
____To new backend@KriszDev:
Thank you for your bug report. I'll try to have a closer look at this issue soon. (GitHub Issue)
===== osu!Sync Crash | 2016-03-30 21.11.20 =====
// Information
An exception occured in osu!Sync. If this problem persists please report it using the Feedback-window, on GitHub or on the osu!Forum.
When reporting please try to describe as detailed as possible what you've done and how the applicationen reacted.
GitHub: http://j.mp/1PDuDFp | osu!Forum: http://j.mp/1PDuCkK
// Configuration
{"application":{"isElevated":"True","lastUpdateCheck":"30-03-2016 08.56.31","version":"1.0.0.6"},"config":{"downloadMirror":"0","updateInterval":"3"},"language":{"code":{"long":"en_US","short":"en"}},"system":{"cultureInfo":"fi-FI","is64bit":"True","operatingSystem":"6.2.9200.0"}}
// Exception
System.FormatException: String was not recognized as a valid DateTime.
at System.DateTimeParse.ParseExact(String s, String format, DateTimeFormatInfo dtfi, DateTimeStyles style)
at osu_Sync.MainWindow.MainWindow_Loaded(Object sender, RoutedEventArgs e)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
at MS.Internal.LoadedOrUnloadedOperation.DoWork()
at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Interop.HwndTarget.OnResize()
at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)