http://bugs.winehq.org/show_bug.cgi?id=35941
Bug ID: 35941
Summary: ncurses is installed but not detected by configure.
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
The configure script does not find the ncurses includes and libraries, although
they are installed. This happens because the script simply checks for
ncurses.h, while it stays in ncurses/ncurses.h in my system.
Instead of doing this "raw" test, configure must use pkgconfig for checking the
presence of ncurses and getting its CFLAGS and LIBS options.
The "raw" test could be eventually left as last resort, if pkgconfig won't
provide the package.
--
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=22922
Summary: Black and White 2 1.2 slow on WINE, gives GL errors
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cookiecaper(a)gmail.com
Getting ~10 FPS on Black and White 2 with GL error "err:d3d:state_pscale
>>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glPointSize(...); @ state.c /
1511" continually spammed into the console.
Using Wine 1.2-rc2, nvidia 195.36.15, B&W 2 1.2, and GeForce 6150SE.
--
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=20480
Summary: Soldier of Fortune II Multiplayer Main Menu won't show
up
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atiitto(a)luukku.com
This problem was already corrected probably in Wine version 1.0.1 according to
Roland Haeder. It has been around at least in 1.1.31 and 1.1.32.
When launching Sof2mp.exe, "Loading..."-text appears normally, but when
entering the menu, text flashes once, but won't go away. Menu is still working:
music is hearable, mouse movements can be heard, etc.
What has been tested:
- Using a Virtual Desktop. (Has worked earlier (1.0.1 case).)
Thought of a possible temporary workaround:
- Playing the intro movies before the menu (if possible). In single player
mode, menus do work, though disabling the movies haven't been tested yet.
--
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=9919
Summary: Microsoft Access Snapshot Viewer 10.0 install fails
Product: Wine
Version: 0.9.46.
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=B73DF33F-6D74-423D-8274-8B7E6313EDFB&displaylang=en
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
md5sum: 2aec4a3c7a1c928deeb7d1e9b8779bb2 snpvw.exe
The installer aborts with "A setup initialization file has been corrupted."
The installer seems to be a win16 app.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15866
Summary: MechCommander 2: DSERR_CONTROLUNAVAIL errors
Product: Wine
Version: 1.0.1
Platform: PC
URL: http://www.mechcommander.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: georg298(a)gmx.de
Starting the game with
WINEDLLOVERRIDES="dpnet=n" wine MC2Rel.exe -window /gosnoblade /gosusehw
it will display many
FAILED (0x8878001e - DSERR_CONTROLUNAVAIL) - SetPan(0x8fa89a0: 0)
errors. These errors occur each time a sound notification or similar (e.g.
hovering the mouse over a button in the menu or firing a weapon inside the
game) is played.
The reason is the function
IDirectSoundBufferImpl_SetPan
inside buffer.c from dsound dll.
The following code is the reason:
/* You cannot use both pan and 3D controls */
if (!(This->dsbd.dwFlags & DSBCAPS_CTRLPAN) ||
(This->dsbd.dwFlags & DSBCAPS_CTRL3D)) {
WARN("control unavailable\n");
return DSERR_CONTROLUNAVAIL;
}
Is the logic here correct?
Shouldn't "if(!A || B)" really be if(!(A || B)) ?
However the comment "You cannot use both pan and 3D controls" doesn't make any
sense in both cases, I think.
If I change it accordingly, it will work (not display these errors any more):
/* You cannot use both pan and 3D controls */
if (!((This->dsbd.dwFlags & DSBCAPS_CTRLPAN) ||
(This->dsbd.dwFlags & DSBCAPS_CTRL3D))) {
WARN("control unavailable\n");
return DSERR_CONTROLUNAVAIL;
}
Changing it according to the comment to if(A && B) doesn't work.
I hope I provided enough information. I don't really know what I did there.
--
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=37308
Bug ID: 37308
Summary: GDI performance regression after Ubuntu 12.04 to 14.04
upgrade; incl. testable app
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: gustep12(a)yahoo.com
Thank you for working on Wine. I love the fact that Wine occasionally works
better (much faster and yet accurate rendering) for legacy Windows XP
applications than newer Windows versions!
For example, here is a legacy CAD application which is easy to install and run
in Wine, but which is very GDI intensive. As such, it is a good test for GDI
speed issues. When you open a complex CAD file, this app runs nicely in Windows
XP, but 5x or 10x slower in Windows Vista and later. Fortunately, it runs at
least the same or faster in Wine than it does in WinXP!
In fact, I guess I run this app half the time just to see how and if Wine is
working.
The application in question is PCB123 v2.1.0.7000, you can search for it online
or get the 7MB installer here. It always installs easily and works well in
Wine:
pcb123installer.exe (v2.1.0.7000, ~7MB):
https://stanford.box.com/s/69ijfwjf7qc95bq6bh2m
I purposely use this older version of PCB123 because, compared to versions that
came later, it has significantly faster display rendering performance with
complex PCB designs, such as this one, which I made:
PCB123-v2-complex-testfile.123, ~800kB:
https://stanford.box.com/s/3kmfcif91c1e909ak7jc
If you open this *.123 PCB design file and turn the mousewheel to zoom in or
out, it triggers a complete screen redraw. A screen redraw can take from one to
five seconds on sub-optimal software (Windows Vista/7/8, newest Wine), but
should take only a fraction of a second with good software (Windows XP, earlier
Wine).
If the scree re-draw takes too long, you can hide the filled copper planes of
the PCB. This speeds up redraws significantly, but the general issue (rendering
is now slower than it used to be, decreasing productivity) remains:
PCB123-v2-complex-testfile-nofill.123, ~800kB:
https://stanford.box.com/s/08zamniq0gx3imlwhi76
This software was originally released in the Windows XP years. It ran much
worse on Windows 7. It ran super-fast on Wine, regardless of hardware and/or
Linux version, I believe. Over time, I ran this software under Wine on a few
different Linux distros (Fedora, Mint, Ubuntu), and different hardware (older
Thinkpad with slow IGP, newer desktop with GTX660), the results were always
great under Linux+Wine, and much poorer under Windows 7.
Most recently, I had it running smoothly on Ubuntu 12.04 LTS, probably with
Nvidia binary driver 319 and whatever Wine version was up to date.
Then, about three days ago, I let Ubuntu proceed with the upgrade to 14.04 LTS.
Initially, PCB123 worked quickly, but then another set of Ubuntu 14.04 updates
came in, probably including the Nvidia driver update v331. Somehow this
un-installed Wine, and I couldn't re-install it - same issue as described here:
http://askubuntu.com/questions/449507/nvidia-libopencl1-331-has-to-be-remov…
Following the instructions on that page, I then did this:
sudo apt-get install nvidia-cuda-toolkit #Need to get 250 MB of archives; 774
MB of additional disk space will be used
sudo apt-get install ocl-icd-opencl-dev #this will remove nvidia-libopencl1-*
and nvidia-opencl-dev
sudo apt-get install wine #Need to get 121 MB; 342 MB of additional disk space
will be used.
Then I reinstalled Wine successfully, but then somehow the display performance
of PCB123 got much, much slower. I estimate the screen redraw speed is now at
least 20x to 50x slower than it used to be.
I am now trying to roll back the Nvidia drivers, the Wine versions, and so
forth, to narrow down where the problem lies. No luck so far, PCB123 remains
slow. I may even try to install Ubuntu 12.04 LTS again just to see if this
fixes it. Any advice on how I can force different versions of Wine or relevant
DLLs for testing?
Any tips on how I can support fixing this issue?
Best regards,
Sebastian
--
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=24388
Summary: Exposure crashes while creating exposure image
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://www.nimisis.com/projects/exposure.php
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
this handy little app creates an image out of a webcamcapture or avi-file, as
if you would take a picture with a camera with a long shuttertime.
Steps to reproduce: i did:
1.winetricks allcodecs
2.Run exposure, and choose "From AVI --> Browse"
3. Select an AVI-file , then do "Load from AVI"
It crashes right away; with native avifil32 the crash is gone. There is no
avifil32 component in bugzilla. I'll attach a +relay,tid,+seh 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=27165
Summary: ffdshow A/V config tool: drop-down list doesn't appear
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://sourceforge.net/projects/ffdshow-tryout/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
In ffdshow's audio/video configuration window you can choose which decoder you
want to use for different A/V formats.
A drop-down menu should appear automatically when you select a decoder for the
desired format.
The menu doesn't appear in current Wine.
Actually, there is a way to make the menu appear: press and hold left mouse
button on the selected field (under Decoder tab). While LMB is still pressed,
move the mouse up or down by a couple of pixels.
Workaround: native comctl32.
This 'feature' worked correctly in Wine-1.1.2:
098dc7b3302f39c5500d644615a6f4c37d328ce0 is the first bad commit
commit 098dc7b3302f39c5500d644615a6f4c37d328ce0
Author: Lei Zhang <thestig(a)google.com>
Date: Mon Aug 18 16:05:27 2008 -0700
comctl32: Set listview focus on WM_LBUTTONUP instead of WM_LBUTTONDOWN.
:040000 040000 ab9cd9294cee7fd398296c68872b1661d28953c2
e40db8f62a0588aac662bc68d5f6b1aafe86e42e M dlls
To reproduce the issue in the application:
1) Install the app as usual: at the end of installation choose the option to
run the config tool automatically.
2) Under the Decoder tab select a field (containing either disabled or
libavcodec) >> the drop-down list doesn't appear.
The config tool can also be launched by:
wine rundll32.exe ffdshow.ax configure
--
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=35330
Bug ID: 35330
Summary: Typo: "in a separate windows" on the Man Page (at
http://www.winehq.org/docs/wine )
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: documentation
Assignee: wine-bugs(a)winehq.org
Reporter: shlomif(a)shlomifish.org
Classification: Unclassified
Hi all,
there's a typo in the man page (at http://www.winehq.org/docs/wine and "man
wine" from wine-1.6.1):
[QUOTE]
For running CUI executables (Windows console programs), use wineconsole
instead of wine. This will display all the output in a separate
windows (this requires X11 to run). Not using wineconsole for CUI
programs
will only provide very limited console support, and your program might
not function properly.
[QUOTE]
"in a separate windows" should be "in a separate window".
Regards,
-- Shlomi Fish
--
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=9491
Summary: CListCtrl:GetSubItemRect doesn't work for the label row
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bgp(a)cs.elte.hu
When I call CListCtrl::GetSubItemRect with m_item = -1, it supposed to handle
the label row. It works in windows. Under wine, it doesn't work, ref will
contain garbage.
res = CListCtrl::GetSubItemRect(m_item,m_subitem,LVIR_BOUNDS,ref);
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.