[Bug 24627] New: ProPresenter 4.0.0.1 for Windows doesn't startup
http://bugs.winehq.org/show_bug.cgi?id=24627 Summary: ProPresenter 4.0.0.1 for Windows doesn't startup Product: Wine Version: 1.3.4 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: puk007(a)gmail.com Created an attachment (id=31114) --> (http://bugs.winehq.org/attachment.cgi?id=31114) console-20101004.txt when trying to run ProPresenter 4.0.0.1, it crashes on startup. steps to reproduce: - clean wine - install using winetricks: winetricks winxp dotnet30 - download ProPresenter & install it from: http://www.renewedvision.com/downloads/pc/ProPresenter_Windows_4.0.0.1.zip when trying to run from console, it crashes (want's to send notification to M$) see attached console output in file console-20101004.txt -- 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=24627 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #1 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2010-10-04 13:36:07 CDT --- Unhandled Exception: System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated. at System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection sourceSids, Type targetType, Boolean forc This could be a regression. Could you try an older wine version, and see if that works? -- 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=24627 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.renewedvision.co | |m/downloads/pc/ProPresenter | |_Windows_4.0.0.1.zip -- 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=24627 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|download | Status|UNCONFIRMED |NEW URL|http://www.renewedvision.co | |m/downloads/pc/ProPresenter | |_Windows_4.0.0.1.zip | Ever Confirmed|0 |1 --- Comment #2 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2010-10-04 13:48:01 CDT --- I tried another dotnet app I had lyiong around, and that gives the same error. This is a regression from wine-1.2, where these was fixed. The patch that introduced this: http://www.winehq.org/pipermail/wine-cvs/2010-September/070451.html This patch has tests, so could very well be correct, so i think we have to fix LsaLookUpSids again. The following should help: git revert 0cffcb77d6e624bcc7567ebcfaecb0ef730e7a7e Could you try 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.
http://bugs.winehq.org/show_bug.cgi?id=24627 --- Comment #3 from puk007(a)gmail.com 2010-10-04 16:13:21 CDT --- hi, problem is that I can't compile wine from sources, I'm running ubuntu 10.04 got wine sources from the git, but when trying to compile I get error: I tried to follow: http://wiki.winehq.org/WineOn64bit#head-f6a7d1b561fe7ce26bb3a061d96d16380d90... pb(a)skynet:~/Desktop/inst/wine-git$ sudo apt-get build-dep wine Reading package lists... 0% Reading package lists... Done Building dependency tree Reading state information... Done Picking 'wine1.2' as source package instead of 'wine' The following packages have unmet dependencies: libsane-dev: Depends: libsane (= 1.0.20-13ubuntu2) but 1.0.21-0ubuntu1 is to be installed OK, so I skipped, let's suppose I have all deps installed, but then when I run: CC="ccache gcc" LDFLAGS="-L./lib32" ./configure -v I get error: pb(a)skynet:~/Desktop/inst/wine-git$ CC="ccache gcc" LDFLAGS="-L./lib32" ./configure -v checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... ccache gcc checking whether the C compiler works... no configure: error: in `/home/pb/Desktop/inst/wine-git': configure: error: C compiler cannot create executables See `config.log' for more details see attached config-20101004.log any idea how to proceed? thanks a lot. -- 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=24627 --- Comment #4 from puk007(a)gmail.com 2010-10-04 16:14:18 CDT --- Created an attachment (id=31124) --> (http://bugs.winehq.org/attachment.cgi?id=31124) config-20101004.log -- 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=24627 --- Comment #5 from Juan Lang <juan_lang(a)yahoo.com> 2010-10-04 17:12:14 CDT --- Are you sure you have gcc installed? -- 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=24627 --- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-10-05 01:27:47 CDT --- (In reply to comment #3)
hi, problem is that I can't compile wine from sources,
Please ask for help in compiling Wine on the user forums, not here. -- 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=24627 --- Comment #7 from Hans Leidekker <hans(a)meelstraat.net> 2010-10-05 02:44:25 CDT --- Created an attachment (id=31130) --> (http://bugs.winehq.org/attachment.cgi?id=31130) advapi32: Fix buffer size query in LsaLookupSids. Yep, LsaLookupSids depended on the broken behavior of LookupAccountSidW. Please try this patch. -- 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=24627 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)meelstraat.net Component|-unknown |advapi32 -- 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=24627 --- Comment #8 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2010-10-05 13:02:16 CDT --- (In reply to comment #7)
Created an attachment (id=31130) --> (http://bugs.winehq.org/attachment.cgi?id=31130) [details] advapi32: Fix buffer size query in LsaLookupSids.
Yep, LsaLookupSids depended on the broken behavior of LookupAccountSidW. Please try this patch.
Yes, that patch fixes the bug for the app i ran (WoWus.exe). Great! @puk007: just wait until this patch is committed, that saves you the trouble of compiling -- 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=24627 puk007(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Component|advapi32 |-unknown --- Comment #9 from puk007(a)gmail.com 2010-10-05 16:29:27 CDT --- hi all, finally I was able to compile wine from sources using command: LDFLAGS="-L./lib32" ./configure -v --without-freetype => without freetype fonts, but that should not have negative impact on the application startup I was able to reproduce problem on wine build form sources by me and when I applied patch form comment no 7 it solved the issue! So I believe it should be included in the next wine build. So I'd like to thank you guys for such a unbelievable fast response time - approx. 1 day for problem identification and solution providing, that is quite unbelievable to me! But now as I came one step further, another blocker came up to ProPresenter startup. Application crashed on startup again, see attached console output in the log file: console-20101005.txt Do you have any idea, how to proceed? thanks. -- 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=24627 --- Comment #10 from puk007(a)gmail.com 2010-10-05 16:30:58 CDT --- Created an attachment (id=31142) --> (http://bugs.winehq.org/attachment.cgi?id=31142) console-20101005.txt -- 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=24627 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |advapi32 --- Comment #11 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-10-05 16:38:49 CDT --- Open a new bug for next crash please. -- 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=24627 --- Comment #12 from puk007(a)gmail.com 2010-10-05 16:58:58 CDT --- done as proposed - separate bug report opened for the 2.nd error: http://bugs.winehq.org/show_bug.cgi?id=24641 -- 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=24627 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |24641 -- 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=24627 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2010-10-06 14:08:01 CDT --- Fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=ee18ead5457761c2a330d0... -- 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=24627 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2010-10-15 12:50:12 CDT --- Closing bugs fixed in 1.3.5. -- 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=24627 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.x -- 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=24627 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.2.x |--- --- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> 2010-12-03 12:51:45 CST --- Removing 1.2.x milestone from bugs included in 1.2.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.
participants (1)
-
wine-bugs@winehq.org