[Bug 39818] New: Application does not start at all
https://bugs.winehq.org/show_bug.cgi?id=39818 Bug ID: 39818 Summary: Application does not start at all Product: Wine Version: 1.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: rebel(a)atrey.karlin.mff.cuni.cz Distribution: --- Created attachment 53163 --> https://bugs.winehq.org/attachment.cgi?id=53163 application executable The application doesn't start in wine at all. At first it stops without any message whatsoever. When I 'upx -d' the exe it at least shows this: fixme:wtsapi:WTSRegisterSessionNotification Stub 0x1007a 0x00000000 fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0x1007a The app is J-Link 1.3.0, available from here: http://www.jablotron.com/en/for-our-partners/downloads/software/ (I'm attaching the installed executable, still upx-ed) Tested with wine-snapshot-1.8.20151219.1557-1.1.x86_64 -- 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=39818 --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- The content of attachment 53163 has been deleted for the following reason: Please don't attach copyrighted binaries -- 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=39818 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.jablotron.com/en | |/for-our-partners/downloads | |/software/ Summary|Application does not start |J-Link 1.3.0 does not start |at all |at all -- 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=39818 rebel(a)atrey.karlin.mff.cuni.cz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marcus(a)jet.franken.de -- 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=39818 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #2 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> --- Hi, the app dies early and silently because it cannot find the address entry for EnumPrinterKeyW in winspool.drv. With a simple stub for that it starts fine for me. -- 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=39818 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |spooler Summary|J-Link 1.3.0 does not start |J-Link 1.3.0 does not start |at all |at all, needs | |winspool.drv.EnumPrinterKey | |W -- 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=39818 --- Comment #3 from Austin English <austinenglish(a)gmail.com> --- (In reply to Louis Lenders from comment #2)
Hi, the app dies early and silently because it cannot find the address entry for EnumPrinterKeyW in winspool.drv. With a simple stub for that it starts fine for me.
Could you please send that patch to wine-patches Louis? Btw, welcome back, long time no see :) -- 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=39818 --- Comment #4 from rebel(a)atrey.karlin.mff.cuni.cz --- (In reply to Louis Lenders from comment #2)
Hi, the app dies early and silently because it cannot find the address entry for EnumPrinterKeyW in winspool.drv. With a simple stub for that it starts fine for me.
Hello, could you please put that patch somewhere so that I could give it a try? -- 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=39818 --- Comment #5 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> --- Created attachment 53447 --> https://bugs.winehq.org/attachment.cgi?id=53447 quickly hacked (wrongly defined) stubs, just to get the app started
Hello, could you please put that patch somewhere so that I could give it a try?
Hi , i used attached patch, in which the parameters are obviously wrongly defined, but i don't have the time to write correct patch + send stuff to wine-patches. You could write correct patch yourself using info on https://technet.microsoft.com/nl-nl/windows/dd162691 an send to wine-patches, it's not that difficult. -- 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=39818 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Status|UNCONFIRMED |NEW CC| |austinenglish(a)gmail.com Ever confirmed|0 |1 --- Comment #6 from Austin English <austinenglish(a)gmail.com> --- I sent a patch: https://source.winehq.org/patches/data/118217 -- 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=39818 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |110b53affcd00e375e1232b9ce0 | |755defed1a631 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #7 from Austin English <austinenglish(a)gmail.com> --- (In reply to Austin English from comment #6)
I sent a patch: https://source.winehq.org/patches/data/118217
Fixed by https://source.winehq.org/git/wine.git/commitdiff/110b53affcd00e375e1232b9ce... -- 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=39818 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.2. -- 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 (1)
-
wine-bugs@winehq.org