http://bugs.winehq.org/show_bug.cgi?id=28370
Summary: QQMusic installer exit silently
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=36372)
--> (http://bugs.winehq.org/attachment.cgi?id=36372)
Log: +msvcrt,+msvcp60,+msvcr60,+msvcp80,+msvcr80 trace
wine-1.3.28-86-g9b729bb
Bug 27575 is fixed now.
Is it dup of Bug 28366 ?
Please see the 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=31246
Bug #: 31246
Summary: QQMusic deadlock on exit with buitin msvcr80
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download QQMusic installer
http://dl_dir.qq.com/music/clntupate/QQMusic2011.exe
2. Install with Wine
wine-1.5.9-33-gb20a1f5
3. Workaround Bug 27109 by `winetricks vcrun6`
4. Workaround Bug 30512 by `winetricks vcrun2008` + native alt80.dll
5. Workaround Bug 27304 by `winetricks gdiplus`.
6. Set msvcr80 to builtin
7.
$ cd "~/.wine/drive_c/Program Files/Tencent/QQMusic"
$ wine QQMusic.exe
8. Wait for some seconds
9. Right click the system tray icon of QQMusic, then "Exit"/"退出" in the menu.
If you can't read Chinese, just click the last item ;-) (With a red power key
icon)
Expect Result:
QQ Music should exit
Actual Result:
Deadlock:
--- snip ---
0009:err:ntdll:RtlpWaitForCriticalSection section 0x7bcd0944 "loader.c:
loader_section" wait timed out in thread 0009, blocked by 0040, retrying (60
sec)
002b:err:ntdll:RtlpWaitForCriticalSection section 0x7bcd0944 "loader.c:
loader_section" wait timed out in thread 002b, blocked by 0040, retrying (60
sec)
002e:err:ntdll:RtlpWaitForCriticalSection section 0x7bcd0944 "loader.c:
loader_section" wait timed out in thread 002e, blocked by 0040, retrying (60
sec)
0028:err:ntdll:RtlpWaitForCriticalSection section 0x7bcd0944 "loader.c:
loader_section" wait timed out in thread 0028, blocked by 0040, retrying (60
sec)
003c:err:ntdll:RtlpWaitForCriticalSection section 0x7bcd0944 "loader.c:
loader_section" wait timed out in thread 003c, blocked by 0040, retrying (60
sec)
--- snip ---
How reproducible:
>50%, depends on how long you wait after QQMusic starts. If you click the "Exit/退出" item very early then there maybe no deadlock, for me it seems waiting for 5 seconds before clicking "exit/退出" is enough to get the deadlock.
Never get a deadlock with native msvcr80.
Additional info:
1. I can reproduce the deadlock when +relay trace is enable.
2. With +msvcrt trace, I found the only log regarding thread 0040 is:
--- snip ---
0040:trace:msvcrt:DllMain (0x7e030000, DLL_THREAD_ATTACH, (nil)) pid(8),
tid(40), tls(0)
0040:trace:msvcrt:_endthread (void)
--- snip ---
will attach a +msvcrt,+tid 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=19581
Summary: Visual Studio 2005: "cl : Command line error D8022 :
cannot open 'foo.rsp' "
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install Visual Studio 2005 trial
Try to create new project, notice the dialog doesn't work usably
winetricks ie6
Create new project again using existing .c file
Try to compile
Get error
cl : Command line error D8022 : cannot open 'foo.rsp'
ls -l foo.rsp shows it was created with unix permissions 000!
chmod doesn't help, the next build uses a new random foo filename.
--
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=19502
Summary: Visual Studio 2005 SP1 install seems to fail
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?Family
ID=bb4a75ab-e2d4-4c96-b39d-37baf6b5b1dc
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
First install visual studio 2005 (I used the 90 day trial, but the 180 day team
trial will do, too) doing
sh winetricks -q vcrun6 dotnet20 msxml6
first as described in
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4494
Then download SP1 VS80sp1-KB926601-X86-ENU.exe from
http://www.microsoft.com/downloads/details.aspx?FamilyID=bb4a75ab-e2d4-4c96…
It puts up an extracting dialog, thinks a while, then seems to abort with
the dialog
"To install this product, please run Setup.exe. For other installation
options, see the Installation section of ReadMe.htm."
which is funny considering there's no setup.exe (the .exe contains an .msp,
no setup.exe).
Since this is an .msp patch, I wouldn't be surprised if this
were caused by a bug in our msi implementation.
There are quite a few err's and warn's:
$ grep err: log3 | sort | uniq -c
1 err:msi:ACTION_CallDllFunction failed to load dll
L"C:\\windows\\temp\\msi1718.tmp"
1 err:msi:ACTION_CallDllFunction failed to load dll
L"C:\\windows\\temp\\msi171c.tmp"
18957 err:msidb:msi_table_load_transform insert row failed
313 err:msidb:msi_table_load_transform no matching row to transform
1 err:msi:ITERATE_Actions Execution halted, action
L"CA_LaunchCondition_4.3643236F_FC70_11D3_A536_0090278A1BB8" returned 1627
$ grep warn: log3 | sort | uniq -c
7 warn:msidb:read_stream_data open stream failed r = 80030002 - empty
table?
4 warn:msidb:STREAMS_set_row failed to write stream data: 1627
3 warn:msidb:TABLE_CreateView table not found
1 warn:msidb:WHERE_VerifyCondition Couldn't find column L"To"
4 warn:msidb:write_stream_data open stream failed r = 80030005
--
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=27987
Summary: vc2005trial install failed: err:msi:ITERATE_Actions
Execution halted
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=35823)
--> (http://bugs.winehq.org/attachment.cgi?id=35823)
Log: install vc2005 trial
$ wine --version
wine-1.3.25-406-g89dcf22
$ winetricks -q vc2005trial
At the end of the installation, a message box says:
""" Microsoft Visual Studio 2005 Team Suite - ENU has encountered a problem
during setup.
Setuo did not complete correctly. """
Below is some of the log:
---
err:msi:ITERATE_Actions Execution halted, action
L"CA_RollbackHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8" returned
1603
---
vc2005trial install completed, but installed file
/home/fracting/.local/share/wineprefixes/vc2005trial/dosdevices/c:/Program
Files/Microsoft Visual Studio 8/Common7/IDE/devenv.exe not found
---
full log is 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=18106
Summary: Visual C# 2005 Express: Form Designer is blank on first
run, the gives memory error
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nonesuchnick(a)gmail.com
Created an attachment (id=20540)
--> (http://bugs.winehq.org/attachment.cgi?id=20540)
Memory error when trying to open the Form Designer
I installed under a clean Wine prefix.
I ran winetricks -q dotnet20 msxml6
I installed Visual C# 2005 Express from the .iso image. I always close the
Startup window when Visual C# opens right away to prevent the
When I try to create a new "Windows Application" project, and click on Form1.cs
to open the Designer, the form does not display and the designer is blank.
Choosing Designer from the menus displays the same, and even adding a new form
to the project has the same result.
Clicking on the blank area does update the Properties window with the details
of the Form.
Closing Visual C# and opening again, I'm now getting a popup error when
clicking on the Form1.cs to load the designer: "Attempted to read or write
protected memory. This is often an indication that other memory is corrupt."
I've attached a screenshot of this. In the output window on the bottom, the
error is listed as well as an MSBuild error, even though I didn't try to build
or debug. This also happens now if I try to create a new WindowsApplication
project from the template. I get the popup right away when the project loads,
without even clicking on the form. When exiting Visual C#, after the UI is
closed, an error dialog pops up telling me "Microsoft Visual C# has encountered
a problem and needs to close." I uncheck restart and click Don't Send. I've
also attached a screenshot.
Checking my system processes, I see that WindowsApplication1.exe is still
running under wine, even though I never started debug or compiled. If I kill
this and let wine stop, and then open VC# and try again, the process repeats.
It seems like the only time I didn't get any error loading the Form Designer
was the first run after install, but I still only had a blank white screen. I
also went through Tools->Options and when trying to view/set the Windows Forms
Designer options on the right hand side I get "An error occured loading this
property page." and nothing else.
I'll try the Windows trick of rebooting and see if that makes a difference.
Anyone encountered this before or know if I have to install any other
libraries?
--
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=34950
Bug #: 34950
Summary: "Microsoft Visual Studio Tools for Applications" could
not be installed
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: micet2004-winehq(a)yahoo.de
Classification: Unclassified
Installation is Crashing.
vsta_aide.msi 55MB -
http://rapidshare.com/share/E4B878B21A895D7241D51F4190BCA6E3
vsta - log.txt.xz (9.1MB expandet 688MB) -
http://rapidshare.com/share/48E851973DFE49A8DA578CF877474640
WINEDEBUG=+relay,+seh,+tid wine msiexec -i .../vsta_aide.msi >log.txt 2>&1
--
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=15312
Summary: Visual Studio 2005 requires SetDIBits to handle a NULL
DC and DOB_RGB_COLORS
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
Created an attachment (id=16144)
--> (http://bugs.winehq.org/attachment.cgi?id=16144)
patch
Currently we have only a FIXME for this case. It seems to cause only a small
visual glitch - the panes' titles backgrounds are black. The attached patch can
be used to check that this is the problem. Of course, it is not a correct
solution of the 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=36757
Bug ID: 36757
Summary: Microsoft Visual Studio 2005 Express reports 'object
does not support this action' during project creation
(needs IFileSystem::GetDriveName method impl)
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scrrun
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says.
Create 'empty' project type (any other type won't work due to multiple known
bugs).
--- snip ---
0009:fixme:scrrun:filesys_GetDriveName 0x7e14649c L"C:\\users\\focht\\My
Documents\\Visual Studio 2005\\Projects\\test\\test" 0x3164dc
0009:fixme:seh:_abnormal_termination (void)stub
0009:trace:loaddll:free_modref Unloaded module L"C:\\Program Files\\Microsoft
Visual Studio 8\\Common7\\IDE\\VsWizard.dll" : native
0009:trace:loaddll:free_modref Unloaded module
L"C:\\windows\\system32\\msvcp80.dll" : builtin
0009:trace:msgbox:MSGBOX_OnInit L"Object doesn't support this action"
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/2b76dfba97825ff7a7f56efd2085d38e…
--- snip ---
2940 static HRESULT WINAPI filesys_GetDriveName(IFileSystem3 *iface, BSTR Path,
2941 BSTR *pbstrResult)
2942 {
2943 FIXME("%p %s %p\n", iface, debugstr_w(Path), pbstrResult);
2944
2945 return E_NOTIMPL;
2946 }
--- snip ---
$ sha1sum VC.iso
1ae44e4eaf8c61c3a39e573fd6efd9889e940529 VC.iso
$ du -sh VC.iso
463M VC.iso
$ wine --version
wine-1.7.20-62-g0b30276
Regards
--
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.