http://bugs.winehq.org/show_bug.cgi?id=33271
Bug #: 33271
Summary: advapi32 OpenServiceW on non-existing service causes
crash in SERV_OpenServiceW() if 'service' debug
channel is used
Product: Wine
Version: 1.5.26
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
found while using +service debug channel on app that tries to start a non
existing service...
Source:
http://source.winehq.org/git/wine.git/blob/08238b83b8282a60eef3b0fc5afcdb91…
--- snip ---
932 DWORD SERV_OpenServiceW( SC_HANDLE hSCManager, LPCWSTR lpServiceName,
933 DWORD dwDesiredAccess, SC_HANDLE *handle )
934 {
935 DWORD err;
936
937 TRACE("%p %s %d\n", hSCManager, debugstr_w(lpServiceName),
dwDesiredAccess);
938
939 if (!hSCManager)
940 return ERROR_INVALID_HANDLE;
941
942 __TRY
943 {
944 err = svcctl_OpenServiceW(hSCManager, lpServiceName,
dwDesiredAccess, (SC_RPC_HANDLE *)handle);
945 }
946 __EXCEPT(rpc_filter)
947 {
948 err = map_exception_code(GetExceptionCode());
949 }
950 __ENDTRY
951
952 if (err != ERROR_SUCCESS)
953 handle = 0;
954
955 TRACE("returning %p\n", *handle);
956 return err;
957 }
--- snip ---
Line 953: "*handle = 0" is what you want ;-)
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=30904
Bug #: 30904
Summary: SlingPlayer 1.3 crashes when streaming
Product: Wine
Version: 1.5.6
Platform: x86-64
URL: http://www.downloadbumk.info/SlingPlayer-130176_downlo
ad-20302.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 40523
--> http://bugs.winehq.org/attachment.cgi?id=40523
wine-1.5.6-32-g00fb537 console output
SlingPlayer 1.3.0.176 crashes when trying to connect to the Slingbox in
wine-1.5.6-32-g00fb537.
Workaround is native qcap.dll
Native quartz and gdiplus required to work around other bugs.
--
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=28667
Bug #: 28667
Summary: SlingPlayer 1.5 UI falls apart when streaming
Product: Wine
Version: 1.3.30
Platform: x86-64
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 36840
--> http://bugs.winehq.org/attachment.cgi?id=36840
wine-1.3.30-45-ga843ace console output
The SlingPlayer UI is a fairly simple grayish box, but when streaming it "falls
apart". See the screenshots.
Native qcap works around this.
--
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=32013
Bug #: 32013
Summary: To the Moon crashes "Failed to load archive."
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxmusterm(a)gmail.com
Classification: Unclassified
Created attachment 42195
--> http://bugs.winehq.org/attachment.cgi?id=42195
2 lines of console output
I got To the Moon from the newest Indie Royale Bundle
http://www.indieroyale.com/ and tried to start it in my regular wine prefix and
after this in a clean wine prefix both times with the same error message.
Failed to load archive.
The console output is attached but I don't think it's very helpful.
I didn't test it with Windows yet but I assume it 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=33262
Bug #: 33262
Summary: Torchlight 2 does not start with builtin msvcr90
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blog(a)pozimski.eu
Classification: Unclassified
Torchlight 2 shows the error message "An error has occured on startup. Settings
where unable to save. It is recommended that you restart Torchlight. Attempted
to save settings at C:\users\$user\Meine Dokumente\My Games\Runic
Games\Torchlight 2\ Windows Error: No such file or directory" on startup. I
have checked that the directory exists and is accessible.
A git bisect reveals:
5d88f780dd4bbbde0ff27075b58321d7347f6d4b is the first bad commit
commit 5d88f780dd4bbbde0ff27075b58321d7347f6d4b
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Mon Feb 18 10:26:01 2013 +0100
msvcr90: Prefer builtin version.
:040000 040000 09577625ae5788cd73d4a3cd6c5c6f82ea7d9807
aef32f8a1984759761461627f3e53a1e9d81204c M dlls
A debug trace for +msvcrt can be found here:
http://dl.dropbox.com/u/898079/msvcrt_trace.log
Setting msvcr90 to native in winecfg helps work around this problem.
--
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=33201
Bug #: 33201
Summary: DVDFab HD Decrypter fails to start with builtin
msvcr90
Product: Wine
Version: 1.5.25
Platform: x86
URL: http://www.dvdfab.com/hd-decrypter.htm
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Classification: Unclassified
Created attachment 43922
--> http://bugs.winehq.org/attachment.cgi?id=43922
DVDFab log
The splash screen flashes briefly and then the app shuts down. A regression
test identified this commit:
5d88f780dd4bbbde0ff27075b58321d7347f6d4b is the first bad commit
commit 5d88f780dd4bbbde0ff27075b58321d7347f6d4b
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Mon Feb 18 10:26:01 2013 +0100
msvcr90: Prefer builtin version.
:040000 040000 09577625ae5788cd73d4a3cd6c5c6f82ea7d9807
aef32f8a1984759761461627f3e53a1e9d81204c M dlls
Setting msvcr90 to native, builtin works around the problem (the app installs
it).
--
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=25455
Summary: PopCap games installer hangs before showing the
license agreement
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
== Steps to reproduce:
1. download an installer for a PopCap game from www.popcap.com (tested on
Bejeweled Blitz and Bejeweled 3 installers)
2. run the installer
3. press next on the welcome page
== Expected outcome:
Show the license agreement page.
== Actual outcome:
Application hangs after showing several lines of the form:
-----
err:richedit:ReadColorTbl malformed entry
err:richedit:ReadStyleSheet skipping optional destination
-----
== Workaround:
run: winetricks msls31 riched30
NOTE: riched20 does not work here.
NOTE: msls31 is only required for riched30: it will work without, you'll just
get a message box saying msls31 could not be found.
== Comments:
This looks like the wine richedit control is not correctly parsing the rtf file
properly and is then hanging. Not sure where it is hanging (my winedbg fu is
lacking).
--
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=27820
Summary: Spotify 0.5.44 crashes when the contact list is
displayed
Product: Wine
Version: 1.3.24
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mathieu.marquer(a)gmail.com
Fresh install of WINE 1.3.24 (deleted .wine folder) on Ubuntu 11.04 64 bits,
with Spotify 0.5.44 (13 July release)
As soon as the contact list is displayed on Spotify, it crashes (see log
attached).
A workaround is to disconnect any internet connection right after login, hide
the contact list, then turn on the internet. But it will still crash if you try
to show the contact list.
--
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=18341
Summary: Quicktime 7.02.38 fails to install
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://www.oldversion.com/download/quicktime70238.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Quicktime 7.02.38 gets so far through installation and fails with a "-1627
ERROR_FUNCTION_FAILED" message.
Attached +msi logs but I don't know if they are any use.
--
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=6955
MartÃn Perazzo <rechapita(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rechapita(a)hotmail.com
--
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.