[Bug 22706] New: Stylizer: cannot start the program
http://bugs.winehq.org/show_bug.cgi?id=22706 Summary: Stylizer: cannot start the program Product: Wine Version: 1.1.44 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: shnatsel(a)gmail.com Created an attachment (id=27979) --> (http://bugs.winehq.org/attachment.cgi?id=27979) Console output Stylizer (http://appdb.winehq.org/objectManager.php?sClass=application&iId=11499) doesn't start - wine prints "fixme:..." messages to console. I've used Winetricks to install .NET framework, but since it seems to be Wine problem, I'm reporting this as Wine bug. -- 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=22706 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://download.skybound.ca | |/StylizerSetup.exe --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-05-15 13:02:37 --- Have you installed it? Or are you running portable version? -- 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=22706 --- Comment #2 from Shnatsel <shnatsel(a)gmail.com> 2010-05-15 13:22:01 --- I've tried both portable and installable version. The installer works, the app doesn't both in portable and installed versions. -- 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=22706 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #3 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-05-15 13:55:36 --- With wine-1.1.44-170-g69326aa, I get a managed backtrace: System.TypeInitializationException: The type initializer for 'Skybound.Stylizer.Windows.Services.WindowsClickAndDragService' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Skybound.Stylizer.Windows.Services.WindowsClickAndDragService..cctor() --- End of inner exception stack trace --- at Skybound.Stylizer.Windows.Program.InstallPlatformServices() at Skybound.Stylizer.Windows.Program.Main(String[] args) -- 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=22706 --- Comment #4 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-05-15 13:56:33 --- Created an attachment (id=27991) --> (http://bugs.winehq.org/attachment.cgi?id=27991) Stylizer debug output -- 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=22706 --- Comment #5 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-05-15 14:31:53 --- It looks like this particular managed exception is because the initial cursor that Wine returns is NULL. From dlls/user32/tests/cursoricon.c: /* Check what handle GetCursor() returns if a cursor is not set yet. */ SetLastError(0xdeadbeef); cursor2 = LoadCursor(NULL, IDC_WAIT); todo_wine { ok(cursor == cursor2, "cursor (%p) is not IDC_WAIT (%p).\n", cursor, cursor2); } If I hack GetCursor() to set an initial IDC_WAIT cursor, then I run into a new managed exception related to Gecko. -- 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=22706 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #6 from Anastasius Focht <focht(a)gmx.net> 2010-08-05 13:45:03 --- Hello, what app version of "Stylizer" exhibits this problem? Is this still an issue on recent Wine? If yes, provide download/mirror location. Regards -- 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=22706 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet --- Comment #7 from Anastasius Focht <focht(a)gmx.net> 2010-08-17 15:21:19 --- Hello, added 'dotnet' keyword. Though still missing proper download location to reproduce. Regards -- 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=22706 Shnatsel <shnatsel(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.skybound.ca |http://www.skybound.ca/down |/StylizerSetup.exe |load/ Version|1.1.44 |1.2 -- 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=22706 Shnatsel <shnatsel(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27979|0 |1 is obsolete| | --- Comment #8 from Shnatsel <shnatsel(a)gmail.com> 2010-08-23 10:12:52 --- Created an attachment (id=30330) --> (http://bugs.winehq.org/attachment.cgi?id=30330) Wine fixme output when running stylizer 5 portable I've tried the latest Stylizer 5 and wine 1.2, it prints only one fixme message, see attachment. -- 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=22706 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.2 |1.1.44 --- Comment #9 from Anastasius Focht <focht(a)gmx.net> 2010-08-23 11:03:07 --- Hello, please don't change the Wine version this bug was first reported against. Your download link points to a portable/Xenocode wrapped version of the app. The issue you are encountering is currently not fixable: Wine doesn't fully support such low level application virtualization techs. See bug 23451 for info on Xenocode/VMWare Thinapp stuff. The initial problem can't be tracked down with portable version so please provide an "unwrapped" download of this app like the one you tested in your initial bug report. Regards -- 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=22706 Shnatsel <shnatsel(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30330|0 |1 is obsolete| | --- Comment #10 from Shnatsel <shnatsel(a)gmail.com> 2010-08-24 03:23:02 --- Created an attachment (id=30352) --> (http://bugs.winehq.org/attachment.cgi?id=30352) stylizer5setup.exe wine output Thanks for the info, note taken. Setup app in stylizer 5 doesn't work: "Unable to elevate, error 1". Wine output attached. -- 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=22706 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|download | --- Comment #11 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-06-22 13:09:15 CDT --- The program is no longer available, I could not find a suitable alternative. Is this still an issue in the latest development version of wine? -- 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=22706 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED --- Comment #12 from Austin English <austinenglish(a)gmail.com> --- (In reply to Bruno Jesus from comment #11)
The program is no longer available, I could not find a suitable alternative.
Is this still an issue in the latest development version of wine?
Abandoned. -- 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=22706 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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=22706 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Stylizer: cannot start the |Stylizer 5 fails to run |program | Keywords| |download URL|http://www.skybound.ca/down |https://archive.org/downloa |load/ |d/stylizer-5-setup/Stylizer | |5Setup.exe -- 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