[Bug 32266] New: Songr Portable 2.0 fails to start
http://bugs.winehq.org/show_bug.cgi?id=32266 Bug #: 32266 Summary: Songr Portable 2.0 fails to start Product: Wine Version: 1.5.17 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jaimerave(a)gmail.com Classification: Unclassified Created attachment 42579 --> http://bugs.winehq.org/attachment.cgi?id=42579 Error log Songr Portable 2.0 fails to start with current version of Wine, I guess is a problem with Wine-mono since Songr requires .Net 3.5 to work. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32266 Jaime Rave <jaimerave(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://sites.google.com/si | |te/getsongr/download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32266 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2012-11-23 15:11:45 CST --- It appears to want windows forms, does winetricks dotnet35 help? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32266 --- Comment #2 from Jaime Rave <jaimerave(a)gmail.com> 2012-11-23 20:32:36 CST --- winetricks dotnet35 helps, makes the app start, but then there's a lot of other bugs. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32266 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mscoree --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2012-11-26 00:23:29 CST --- (In reply to comment #2)
winetricks dotnet35 helps, makes the app start, but then there's a lot of other bugs.
Those are for separate reports. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32266 --- Comment #4 from Vincent Povirk <madewokherd(a)gmail.com> 2012-11-26 09:15:19 CST --- I saw a similar-looking error in another program that was caused by an incomplete implementation of the Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase class. That class has other events, including a Startup event that should be called before OnRun, that are never raised by the open-source version of the VB.NET class libraries. This causes the program to not initialize some variables, leading to a null reference exception when it tries to use them. This needs tests and a fix to be submitted to the mono-basic project. It could also be some other bug. One could verify that by hacking the WindowsFormsApplicationBase class, assuming the Startup code actually works. I think this bug would be a good starting point for someone wanting to get into wine-mono development (and we desperately need more people doing that). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=32266 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned? --- Comment #5 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Is this still an issue in Wine 1.7.45 or later? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=32266 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #6 from super_man(a)post.com --- Doesn't start with mono. 1.7.54 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=32266 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://sites.google.com/si |https://songr.softonic.com/ |te/getsongr/download | -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=32266 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://songr.softonic.com/ |https://songr-portable.en.s | |oftonic.com/ -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=32266 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Songr Portable 2.0 fails to |Songr Portable 2.0 fails to |start |start (needs | |WindowsIdentity.get_User) --- Comment #7 from Vincent Povirk <madewokherd(a)gmail.com> --- I get a couple of NotImplementedExceptions with current Wine Mono, in System.Security.Principal.WindowsIdentity.get_User () and System.Runtime.InteropServices.RegistrationServices.RegisterTypeForComClients (System.Type,System.Runtime.InteropServices.RegistrationClassContext,System.Runtime.InteropServices.RegistrationConnectionType) This occurs before the VB.NET class libraries are loaded. I don't see the NullReferenceException in Form.OnLoad. The program still does not start. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=32266 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Abandoned? | Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Summary|Songr Portable 2.0 fails to |Songr Portable 2.0.1977 |start (needs |(.NET app) fails to start |WindowsIdentity.get_User) |with Wine-Mono (needs | |WindowsIdentity.get_User) CC| |focht(a)gmx.net --- Comment #8 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, adding stable download link from Internet Archive: https://web.archive.org/web/20190720234556/https://gsf-fl.softonic.com/402/f... https://www.xamasoft.com/songr/ The portable variant you linked from softonic.com is 2.0.1977 (year 2013) --- snip --- // Assembly Songr, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: 28C29E01-D615-49A4-9852-C8F8D5536BA4 // Assembly references: // mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // System.Data.SQLite, Version=1.0.81.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 // System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // Module references: // wininet.dll // urlmon.dll // user32.dll // shell32.dll // ole32.dll // Shell32 // Shlwapi.dll // Msacm32.dll // winmm.dll // Ole32.dll // OleAut32.dll // propsys.dll // kernel32.dll [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: InternalsVisibleTo("Songr.V1")] [assembly: AssemblyInformationalVersion("2.0.8342b1c43bcf.beta")] [assembly: Extension] [assembly: AssemblyFileVersion("2.0.1977.0")] [assembly: ComVisible(false)] [assembly: CompilationRelaxations(8)] [assembly: Guid("34d0c198-60ef-4842-9230-86752cb3280e")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyProduct("Songr")] [assembly: AssemblyDescription("")] [assembly: AssemblyTitle("Songr")] [assembly: AssemblyCompany("Xamasoft")] [assembly: AssemblyCopyright("Copyright © Xamasoft 2009-2013")] [assembly: AssemblyTrademark("")] [assembly: AssemblyVersion("2.0.0.0")] --- snip --- $ sha1sum Songr-2-Portable.zip 402ffe6b3ef96781d27915814a50a11370eff6e6 Songr-2-Portable.zip $ du -sh Songr-2-Portable.zip 4.8M Songr-2-Portable.zip $ wine --version wine-4.12.1 Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=32266 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://songr-portable.en.s |https://web.archive.org/web |oftonic.com/ |/20210310115955/https://sof | |tpedia-secure-download.com/ | |dl/963c2f8890608048b27d107f | |709f33d0/6048b4a3/100240033 | |/software/portable/internet | |/Songr-2-Portable.zip -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=32266 --- Comment #9 from Esme Povirk <madewokherd(a)gmail.com> ---
From that download I'm getting this:
[00000114:] EXCEPTION handling: System.TypeLoadException: Could not load type of field 'Songr.WinForms.InternetExplorerDownloadForm:download' (0) due to: Could not resolve type with token 010000d8 from typeref (expected class 'Songr.Core.Downloads.FileDownloadOperation' in assembly 'Songr.Core, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null') assembly:Songr.Core, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null type:Songr.Core.Downloads.FileDownloadOperation member:(null) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=32266 Bartosz <gang65(a)poczta.onet.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gang65(a)poczta.onet.pl -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=32266 Esme Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla