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.
http://bugs.winehq.org/show_bug.cgi?id=14168
Summary: visual studio 2005 install error
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fyreme3_rd(a)yahoo.com
Created an attachment (id=14436)
--> (http://bugs.winehq.org/attachment.cgi?id=14436)
visual studio 2005 install error
Visual Studio 2005 install error
--
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=29509
Bug #: 29509
Summary: Visual Studio 2005 trial crashes quickly building Wine
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Visual C++ 2005 Trial installs ok with following recipe:
winetricks mfc42 dotnet20
use wine-1.3.15 to work around bug 27987 (or maybe just create the directory
that bug mentions)
mount image and run installer
Trying to load the projects generated by
tools/winapi/msvcmaker
throws up one "operation could not be completed" dialog on display.drv16.dsp,
but seems to complete.
(The IDE may freeze for 30 seconds after loading the wine projects
the first time, but is then responsive sooner on later runs.)
Doing Build / Build Solution compiles a few files, and generates real-looking
warnings, but then the IDE crashes. You can get the IDE to crash sooner by
running with WINEDEBUG=warn+heap; then it doesn't even compile one file before
it crashes.
Installing vcrun2005 might make it slighly more stable, but doesn't solve
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=26370
Summary: Visual C++ 2005 Trial install shows spurious dialog
box
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The visual c++ 2005 trial installer now works, but
in the middle, it puts up a mysterious dialog box saying
1: 0 2: 1033 3: 4 5: 6: 7: 8: 9: 10:
When you press 'Retry', it succeeds.
--
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=31286
Bug #: 31286
Summary: Visual Studio 2005 Trial needs
atl80.dll.AtlWaitWithMessageLoop when using "Server
Explorer"
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
if the "Server Explorer" in Visual Studio 2005 is used there is an abort due to
unimplemented function atl80.dll.AtlWaitWithMessageLoop when the IDE exits.
--- snip ---
0043:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b83965f
ip=7b83965f tid=0043
0043:trace:seh:raise_exception info[0]=7df68c44
0043:trace:seh:raise_exception info[1]=7df68c4e
wine: Call from 0x7b83965f to unimplemented function
atl80.dll.AtlWaitWithMessageLoop, aborting
0043:trace:seh:call_vectored_handlers calling handler at 0x406b98 code=80000100
flags=1
0043:trace:seh:call_vectored_handlers handler at 0x406b98 returned 0
--- snip ---
Prerequisite: 'winetricks vc2005trial'
MSDN: http://msdn.microsoft.com/en-us/library/26hwk2bx%28v=vs.80%29.aspx
Don't just add a stub, that might cause problems.
The function should be easy to implement using MsgWaitForMultipleObjects and
proper message dispatching.
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=17096
Summary: Visual C++ 2005 Trial can't build project, complains
when starting mspdbsrv
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://download.microsoft.com/download/6/f/5/6f5f7a01-
50bb-422d-8742-
c099c8896969/En_vs_2005_vsts_180_Trial.img
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Since Visual C++ Express 2005 installs, I figured I'd try the trial for
full-on Visual C++ 2005, available at the given url.
Sure enough, it took 30 minutes, but it installed!
Then I tried building a project. I tried both Chromium's net unittest
and a trivial old visual c++ 6 (?) project from codeguru,
http://www.codeguru.com/cpp/g-m/gdi/capturingimages/article.php/c6333/
In both cases, visual c++ 2005 complained during compile:
MSPDBSRV: fatal error: Unable to start server: server already exist
>From +relay, the commandline it's using to start mspdbsrv is
C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\ide\\mspdbsrv.exe -start
-spawn
And sure enough, running
wine mspdbsrv -start -spawn
in directory
C:\\Program Files\\Microsoft Visual Studio 8\\Common\\ide\\
generates the same error message (and a remarkably short +relay 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.
https://bugs.winehq.org/show_bug.cgi?id=37224
Bug ID: 37224
Summary: winemaker generated wine.dsw fails to load with Visual
Express 2005
Product: Wine
Version: 1.7.25
Hardware: x86
URL: http://download.microsoft.com/download/6/f/5/6f5f7a01-
50bb-422d-8742-c099c8896969/En_vs_2005_vsts_180_Trial.
img
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
$ ./tools/winapi/msvcmaker
$ winetricks -q vc2005express'
$ cd ~/.wine/drive_c/Program Files/Microsoft Visual Studio 8/Common7/IDE
$ wine VCEXpress.exe
Open wine.dsw.
"The selected file is a workspace file, but appears to be corrupted and cannot
be opened."
individual .dsp's will open, then Visual Express will convert them to a newer
format.
I also tried winetricks msxml3 vcrun2005 as suggested in bug 29509, but those
didn't make a difference for this bug.
wine-1.7.25-93-g12aa347
--
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.