http://bugs.winehq.org/show_bug.cgi?id=1740
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-20-05 15:07 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2235
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=31
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1763
raulschmidtf(a)ig.com.br changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From raulschmidtf(a)ig.com.br 2004-20-05 11:45 -------
wine 20040505 solve setup problem for both programs, but I needed to copy
windows fonts for the fake windows/fonts directory to the programs look right.
Autocad2000 also needed a correction in PATH in wine config file to run.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2240
------- Additional Comments From greensh(a)knology.net 2004-20-05 10:59 -------
Just to clarify; if I only select one file, that file works.
But selecting more than one, acts as though nothing was selected and does
nothing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2240
Summary: File Multiselect (ofn.Flags OFN_ALLOWMULTISELECT) is
unsupported?
Product: Wine
Version: 20040505
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greensh(a)knology.net
CC: greensh(a)knology.net
Using the MSVC (Visual C++), in my MFC app, I define;
ofn.Flags = OFN_ALLOWMULTISELECT | OFN_HIDEREADONLY | OFN_FILEMUSTEXIST |
OFN_EXPLORER ;
and this opens a dialog allowing me to select multiple files and works fine
under Windows. Under Wine, I can select the files, but then it does nothing with
them. It acts as though nothing was selected... not even one file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2239
Summary: Text does not display justified to right side as it does
in Windows
Product: Wine
Version: 20040505
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greensh(a)knology.net
CC: greensh(a)knology.net
Using the MSVC (Visual C++), in the Edit Box properties, I set several edit
boxes properties to use right justified text. The compiled MFC application
displays this text fine in Windows, but Wine left justifies it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2204
------- Additional Comments From syjef(a)mdanderson.org 2004-20-05 07:24 -------
That is not a problem. I am experiencing problems with wine under FreeBSD
when trying to use the network, but I believe it is a problem in FreeBSD, not
wine. The particular error I get is:
Fatal error 'Uninitialized mutex in pthread_mutex_trylock_basic' at line 474
in file /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 0)
But networking fails with wine regardless of what thread library I use. This
is under -CURRENT and wine from CVS about a week old.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2238
Summary: wineinstall first ask to run as root and then refuces to
run root
Product: Wine
Version: 20040505
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hurtta+wine2(a)leija.mh.fmi.fi
1)
Create local config file ~/.wine/config?
(yes/no) no
Aborting install. Try again as root to generate a system wine.conf.
[hurtta@jalmari wine-20040505]$
2)
root@jalmari wine-20040505]# ./tools/wineinstall
WINE Installer v0.74
You are running wineinstall as root, this is not advisable. Please rerun as a
user.
Aborting.
[root@jalmari wine-20040505]#
So wineinstall failes to generate system wine.conf
/ Kari Hurtta
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2237
Summary: winealsa + dsound broken since CVS 20040426
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)malfunction.screaming.net
Many - or all; I haven't found any exceptions to this yet - applications cease playing audio via DirectSound after a small fraction of a second, due to this change in dlls/winmm/winealsa/audio.c:
if ( dwFlags & WAVE_DIRECTSOUND )
flags |= SND_PCM_ASYNC;
- if ( (err = snd_pcm_open(&pcm, wwo->device, SND_PCM_STREAM_PLAYBACK, dwFlags)) < 0)
+ if ( (err = snd_pcm_open(&pcm, wwo->device, SND_PCM_STREAM_PLAYBACK, flags)) < 0)
Removing the SND_PCM_ASYNC flag restores correct behaviour and... hopefully isn't harmful; a proper understanding of the issue may yield a better fix.
Presumably few people are experiencing this, or most ALSA users use wineoss, as there seems to be little hint of the problem anywhere I have checked. Nonetheless, it happens here with the snd-emu10k1 driver under both ALSA 0.9.8 and 1.0.4, which would seem to render it unlikely to be an ALSA bug.
Running the dsound interactive tests demonstrates the problem (unless the tone duration is increased somewhat, in which case they function are expected), as does Winamp's DirectSound output plugin, at least in version 2.91.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.