SharpSonic - A windows front-end for Subsonic[Beta11 Jan3]

Third-party modifications and add-ons, Apps and Clients

Moderator: moderators

Postby eldanno » Tue Jun 28, 2011 8:14 pm

And to further prove my "I´m new at this" point I forgot to include the new albumcover in the installer. New file uploaded.

I just gotta ask, is there anyone who has gotten this working?
It works on my test-machines but if no-one is using it I will delete the thread and just continue building this for myself and save me the hassle of looking like an idiot everytime I post a new version :)
eldanno
 
Posts: 55
Joined: Sat Mar 19, 2011 3:40 pm

Postby HighCast » Wed Jun 29, 2011 7:28 pm

Hiya,

After using the installer you linked and after the restart, the Sharpsonic actually started but immediately after drawing the frame for "select server", it crashed and it refused to start after this - it does not provide any information.

However, if you have the access to Microsoft Winqual, you can obtain the crash report with the following information:
(I work as software support engineer myself for my living, so this is so familiar for me to deal with these things..and I always like when someone's brave enough to try something out!)

source
Sharp sonic

summary
interrupted

Date and Time
? 29? 6? 2011 22:16

status
report sent

description
Error Application path: C: \ Program Files (x86) \ sharp sonic \ SharpSonic.exe

description of the problem
Problem Event Name: CLR20r3
Problem signature 01: sharpsonic.exe
Problem signature 02: 1.0.0.0
Problem signature 03: 4e08dd62
Problem signature 04: System.Data.SqlServerCe
Problem signature 05: 3.5.1.0
Problem signature 06: 486140a5
Problem signature 07: 46a
Problem signature 08: 2c
Problem signature 09: System.NullReferenceException
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1035
Additional Information 1: 06e5
Additional information 2: 06e5dd744ccac9a5356507fd6a4e83f0
Additional Information 3: 6cee
Additional Information 4: 6ceeaadf62dd41b6403704ebc4fa0928

More information about the problem
Bucket ID: 2084937079

**

All of this was in finnish language, so did you a favor and put it through google translate :)
Last edited by HighCast on Wed Jun 29, 2011 8:28 pm, edited 1 time in total.
HighCast
 
Posts: 49
Joined: Tue Nov 16, 2010 7:43 am
Location: Finland

Postby eldanno » Wed Jun 29, 2011 8:05 pm

Ok, that´s the problem I was referring to in the first post. It seems as Sql CE does not like non-english versions of Windows. I have a swedish version with the same problem so I guess I´ll keep digging until I find a solution.
eldanno
 
Posts: 55
Joined: Sat Mar 19, 2011 3:40 pm

Postby HighCast » Wed Jun 29, 2011 8:28 pm

Check if would be a charset issue. Select something which is compatible with most languages..?
HighCast
 
Posts: 49
Joined: Tue Nov 16, 2010 7:43 am
Location: Finland

Postby eldanno » Wed Jun 29, 2011 9:08 pm

Could you check your AppData(dont know what this would be in finnish)
for a SharpSonicDb.sdf file. On an english version it would be:
C:\Users\Administrator\AppData\Local\elDSoftware\SharpSonicDb.sdf
If it is missing the databasecopy failed.
There should also be a SharpSonic.log file there which might contain info about the crash.

Thanks for all your help!
eldanno
 
Posts: 55
Joined: Sat Mar 19, 2011 3:40 pm

Postby HighCast » Wed Jun 29, 2011 9:19 pm

Check your PM
HighCast
 
Posts: 49
Joined: Tue Nov 16, 2010 7:43 am
Location: Finland

Postby Castius » Thu Jun 30, 2011 8:01 am

I'm having the same problem as HighCast
Win 7 Home Premium English language.

However i do run a alter net shell. SharpeEnviro
http://www.sharpenviro.com/wp/
Castius
 
Posts: 34
Joined: Wed Sep 02, 2009 9:11 pm

Postby eldanno » Thu Jun 30, 2011 5:23 pm

This is proving to be a pickle to solve. However my wifes computer causes the same error so at least I have something to test with.
Explicitly setting the locale of the db doesn´t seem to work so if I can´t solve it I might just script the entire db on installation and use the locale of the computer where it is being installed.

On another note SharpEnviro looks really cool, gotta try that one out :)
eldanno
 
Posts: 55
Joined: Sat Mar 19, 2011 3:40 pm

Postby HighCast » Thu Jun 30, 2011 5:37 pm

@eldanno:

Cheers, hoping you have the strength to go on with the project. Even the basic web ui is light to use, it's not as usable always as it could.

By the way, it would easen the end-users to install the product, if you include the .net framework extended installer at the installation script so that it's executed before the software itself is installed. By this, most of the issues I described at the beginning would be bypassed automatically. At least, the setup.exe should prompt if this package is to be installed or not?

Let me know if you want me to test something pre-beta4 :)
HighCast
 
Posts: 49
Joined: Tue Nov 16, 2010 7:43 am
Location: Finland

Postby eldanno » Thu Jun 30, 2011 6:00 pm

I will definitely include the installers for .net4 in the app from now on. The reason I did not do this before is that it increases the size of the installer and I wanted to keep it light-weight.
eldanno
 
Posts: 55
Joined: Sat Mar 19, 2011 3:40 pm

Postby eldanno » Thu Jun 30, 2011 7:24 pm

Ok I´m going to replace my Sql CE 3.5 database with a newer version instead, seems as though there might be some issues with the old version that will not be fixed.

I´ll be back when it is done.
eldanno
 
Posts: 55
Joined: Sat Mar 19, 2011 3:40 pm

Fail

Postby muukis » Mon Jul 04, 2011 9:31 am

Installed, started app, added server info, hit connect button...
Code: Select all
Application: SharpSonic.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ComponentModel.Win32Exception
Stack:
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.WrappedInvoke(System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Threading.ExecutionContext.runTryCode(System.Object)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode, CleanupCode, System.Object)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.WrappedInvoke(System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.InvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at System.Windows.Application.Run()
   at SharpSonic.App.Main()

Error is the same when running the app as administrator. The exception message was read from system logs.

System:
Win 7 Enterprise x64 with all the latest updates and service packs.
muukis
 
Posts: 2
Joined: Mon Jul 04, 2011 6:53 am

Postby eldanno » Mon Jul 04, 2011 10:05 am

Thanks for the log!
I have located the source of that error and it wil be fixed in the next release.
eldanno
 
Posts: 55
Joined: Sat Mar 19, 2011 3:40 pm

Postby dan_i » Thu Jul 07, 2011 9:37 pm

FWIW, this seems pretty interesting and I do plan on checking it out. Just been a bit crazy lately. Thanks for your hard work!
dan_i
 
Posts: 13
Joined: Thu Mar 25, 2010 6:36 pm

Postby eldanno » Fri Jul 08, 2011 11:12 am

dan_i wrote:FWIW, this seems pretty interesting and I do plan on checking it out. Just been a bit crazy lately. Thanks for your hard work!

Thanks for taking an interest!
I have had a lot of help bughunting from HighCast (thx man!) so I am feeling a bit more positive about the project again. If all goes as planned, Beta 4 should be out this weekend with local caching of albums and cover-art + some bugfixes.
eldanno
 
Posts: 55
Joined: Sat Mar 19, 2011 3:40 pm

PreviousNext

Return to Mods, Apps and Clients

Who is online

Users browsing this forum: No registered users and 5 guests