https://bugs.winehq.org/show_bug.cgi?id=50590
Bug ID: 50590 Summary: error code 29559 while installing package Product: Wine Version: unspecified Hardware: Other OS: Mac OS X Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: jwmandigers@gmail.com
Mac OS High Sierra V10.13.6 + X-Quartz 2.7.11 tried to install a bookkeeping programme called "snelstart" via https://www.snelstart.nl/snelstart-download
installation starts but doesn't continue.
First tried to install with "Run as administrator", this gave an error code # 29559 at first try.
Then renewed try with "advanced installation", but no success either : "The installer has encountered an unexpected error installing this package. This may indicate a problem with the package. The error code is 29559."
Have tried all options (abort, retry, ignore), but no functioning programme.
https://bugs.winehq.org/show_bug.cgi?id=50590
--- Comment #1 from jwmandigers@gmail.com --- have used : winehq-stable-5.0.pkg
https://bugs.winehq.org/show_bug.cgi?id=50590
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|error code 29559 while |SnelStart 12.102.25 doesn't |installing package |install (error code 29559) URL| |https://installatie.snelsta | |rt.nl/release/SnelStart_Set | |up.exe Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO Hardware|Other |x86-64 Severity|blocker |normal Version|unspecified |5.0 Keywords| |download
--- Comment #2 from Gijs Vermeulen gijsvrm@gmail.com --- 1) Not a blocker, see: https://wiki.winehq.org/Bugs#How_to_report
2) Please attach the full console output, see: https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a._terminal_output.29.3F
3) Wine-5.0 is already a little over a year behind in development. Please try wine-6.0 or 6.1. For macOS, I would suggest https://github.com/Gcenx/macOS_Wine_builds. Do note that support for that would have to be given there, not on WineHQ.
4) Did you use a 64bit prefix or a 32bit prefix, did you install any workarounds?
https://bugs.winehq.org/show_bug.cgi?id=50590
--- Comment #3 from jwmandigers@gmail.com --- Hello Gijs,
thx 4 reply, short response,
ad. 1. excuse me
ad. 2. don't get a console output when installing, that's why I copied the text
ad. 3. have tried all three recommendations : stable 5.0 / staging 5.7 / devel 5.7 (I don't seem to get the xz & cpgz files to work on my Mac ; so the 6.0 & 6.1 don't start up)
Note, have tried your recommendation crossover aswell, without result
Have looked @ GitHub, but I really don't understand what they are trying to explain to me... sorry, don't have programming expertise !
https://bugs.winehq.org/show_bug.cgi?id=50590
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://installatie.snelsta |https://web.archive.org/web |rt.nl/release/SnelStart_Set |/20210207130711/https://ins |up.exe |tallatie.snelstart.nl/relea | |se/SnelStart_Setup.exe CC| |focht@gmx.net
https://bugs.winehq.org/show_bug.cgi?id=50590
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mscoree Summary|SnelStart 12.102.25 doesn't |SnelStart 12.102.25 doesn't |install (error code 29559) |work (using mono) CC| |xerox.xerox2000x@gmail.com Status|NEEDINFO |NEW
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- This starts fine for me into login-screen after 'winetricks -q dotnet48'
You`ll have to use Staging to get around bug 40613
Let`s make this bugreport about trying to use Mono, that`s the 1st issue that needs to be resolved:
In Staging-6.4:
Unhandled Exception: Microsoft.VisualBasic.ApplicationServices.NoStartupFormException: Exception of type 'Microsoft.VisualBasic.ApplicationServices.NoStartupFormException' was thrown. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x0002b] in <3dbea37b2f88402a85d24c5d4307d5a8>:0 at #2.#1.#aLd () [0x00036] in <de761b107c574efba39b870b06b5aded>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String[] commandLine) [0x00001] in <3dbea37b2f88402a85d24c5d4307d5a8>:0 at #2.#1.#C (System.String[] #D) [0x00030] in <de761b107c574efba39b870b06b5aded>:0 [ERROR] FATAL UNHANDLED EXCEPTION: Microsoft.VisualBasic.ApplicationServices.NoStartupFormException: Exception of type 'Microsoft.VisualBasic.ApplicationServices.NoStartupFormException' was thrown. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x0002b] in <3dbea37b2f88402a85d24c5d4307d5a8>:0 at #2.#1.#aLd () [0x00036] in <de761b107c574efba39b870b06b5aded>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String[] commandLine) [0x00001] in <3dbea37b2f88402a85d24c5d4307d5a8>:0
Unhandled Exception: System.TypeInitializationException: The type initializer for 'SnelStart.frmMain' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object at SnelStart.clsFormMainMenuButtonMngr..ctor () [0x00529] in <de761b107c574efba39b870b06b5aded>:0 at SnelStart.frmMain..cctor () [0x00000] in <de761b107c574efba39b870b06b5aded>:0 --- End of inner exception stack trace --- [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'SnelStart.frmMain' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object at SnelStart.clsFormMainMenuButtonMngr..ctor () [0x00529] in <de761b107c574efba39b870b06b5aded>:0 at SnelStart.frmMain..cctor () [0x00000] in <de761b107c574efba39b870b06b5aded>:0
https://bugs.winehq.org/show_bug.cgi?id=50590
--- Comment #5 from Esme Povirk madewokherd@gmail.com --- I'm not able to install it here. It complains that it's running as administrator.
https://bugs.winehq.org/show_bug.cgi?id=50590
--- Comment #6 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Esme Povirk from comment #5)
I'm not able to install it here. It complains that it's running as administrator.
Yeah, you`d have to use staging to get around https://bugs.winehq.org/show_bug.cgi?id=40613
https://bugs.winehq.org/show_bug.cgi?id=50590
--- Comment #7 from Esme Povirk madewokherd@gmail.com --- Can you retest with the CI build here? https://github.com/madewokherd/wine-mono/actions/runs/1043034215
https://bugs.winehq.org/show_bug.cgi?id=50590
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com