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@winehq.org ReportedBy: puk007@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
http://bugs.winehq.org/show_bug.cgi?id=24627
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #1 from Louis Lenders xerox_xerox2000@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?
http://bugs.winehq.org/show_bug.cgi?id=24627
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.renewedvision.co | |m/downloads/pc/ProPresenter | |_Windows_4.0.0.1.zip
http://bugs.winehq.org/show_bug.cgi?id=24627
Louis Lenders xerox_xerox2000@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@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?
http://bugs.winehq.org/show_bug.cgi?id=24627
--- Comment #3 from puk007@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@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@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.
http://bugs.winehq.org/show_bug.cgi?id=24627
--- Comment #4 from puk007@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
http://bugs.winehq.org/show_bug.cgi?id=24627
--- Comment #5 from Juan Lang juan_lang@yahoo.com 2010-10-04 17:12:14 CDT --- Are you sure you have gcc installed?
http://bugs.winehq.org/show_bug.cgi?id=24627
--- Comment #6 from Dmitry Timoshkov dmitry@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.
http://bugs.winehq.org/show_bug.cgi?id=24627
--- Comment #7 from Hans Leidekker hans@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.
http://bugs.winehq.org/show_bug.cgi?id=24627
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net Component|-unknown |advapi32
http://bugs.winehq.org/show_bug.cgi?id=24627
--- Comment #8 from Louis Lenders xerox_xerox2000@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
http://bugs.winehq.org/show_bug.cgi?id=24627
puk007@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|advapi32 |-unknown
--- Comment #9 from puk007@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.
http://bugs.winehq.org/show_bug.cgi?id=24627
--- Comment #10 from puk007@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
http://bugs.winehq.org/show_bug.cgi?id=24627
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |advapi32
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2010-10-05 16:38:49 CDT --- Open a new bug for next crash please.
http://bugs.winehq.org/show_bug.cgi?id=24627
--- Comment #12 from puk007@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
http://bugs.winehq.org/show_bug.cgi?id=24627
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |24641
http://bugs.winehq.org/show_bug.cgi?id=24627
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #13 from Austin English austinenglish@gmail.com 2010-10-06 14:08:01 CDT --- Fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=ee18ead5457761c2a330d0...
http://bugs.winehq.org/show_bug.cgi?id=24627
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2010-10-15 12:50:12 CDT --- Closing bugs fixed in 1.3.5.
http://bugs.winehq.org/show_bug.cgi?id=24627
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.x
http://bugs.winehq.org/show_bug.cgi?id=24627
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.2.x |---
--- Comment #15 from Alexandre Julliard julliard@winehq.org 2010-12-03 12:51:45 CST --- Removing 1.2.x milestone from bugs included in 1.2.2.