http://bugs.winehq.org/show_bug.cgi?id=10702
Summary: Wine .49 & .50 broken under FreeBSD
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: bug list
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: russiane39(a)gmail.com
Wine starting from .49 / .50 is broken on FreeBSD platform, tested on 2 PCs,
one with 6.2-p8 another with 8.0-CURRENT. Even can't start winecfg or install
gecko HTML rendering engine. .48 works flawlessly. Contact me by e-mail for any
help with resolving that bugs.
--
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=10360
Summary: Configure is not linking to libhal or libpng12 even
after providing .so symlinks
Product: Wine
Version: 0.9.48.
Platform: PC-x86-64
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
System: Ubuntu 7.10 amd64
Using this procedure to configure Wine:
make distclean
mkdir -p `pwd`/lib32
ln -s /usr/lib32/libX11.so.6 `pwd`/lib32/libX11.so
ln -s /usr/lib32/libXext.so.6 `pwd`/lib32/libXext.so
ln -s /usr/lib32/libfreetype.so.6 `pwd`/lib32/libfreetype.so
ln -s /usr/lib32/libfontconfig.so.1 `pwd`/lib32/libfontconfig.so
ln -s /usr/lib32/libGL.so.1 `pwd`/lib32/libGL.so
ln -s /usr/lib32/libGLU.so.1 `pwd`/lib32/libGLU.so
ln -s /usr/lib32/libXrender.so.1 `pwd`/lib32/libXrender.so
ln -s /usr/lib32/libXinerama.so.1 `pwd`/lib32/libXinerama.so
ln -s /usr/lib32/libXi.so.6 `pwd`/lib32/libXi.so
ln -s /usr/lib32/libXrandr.so.2 `pwd`/lib32/libXrandr.so
ln -s /usr/lib32/liblcms.so.1 `pwd`/lib32/liblcms.so
ln -s /usr/lib32/libcrypto.so.0.9.8 `pwd`/lib32/libcrypto.so
ln -s /usr/lib32/libssl.so.0.9.8 `pwd`/lib32/libssl.so
ln -s /usr/lib32/libxml2.so.2 `pwd`/lib32/libxml2.so
ln -s /usr/lib32/libjpeg.so.62 `pwd`/lib32/libjpeg.so
ln -s /usr/lib32/libXcomposite.so.1 `pwd`/lib32/libXcomposite.so
ln -s /usr/lib32/libcups.so.2 `pwd`/lib32/libcups.so
ln -s /usr/lib32/libXcursor.so.1 `pwd`/lib32/libXcursor.so
ln -s /usr/lib32/libsane.so.1 `pwd`/lib32/libsane.so
ln -s /usr/lib32/libhal.so.1 `pwd`/lib32/libhal.so
ln -s /usr/lib32/libpng12.so.0 `pwd`/lib32/libpng12.so
CC="gcc -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -L`pwd`/lib32 -Wl,-rpath,/lib32
-Wl,-rpath,/usr/lib32" ./configure
If I then check include/configure.h, I get the following unlinked files:
/* Define to the soname of the libhal library. */
/* #undef SONAME_LIBHAL */
/* Define to the soname of the libpng library. */
/* #undef SONAME_LIBPNG */
These should be working - there are 32 bit versions of each located in
/usr/lib32 and they are being given a .so symlink like configure requires.
I should note that I am also missing 32 bit versions of libcapi20 and libjack,
however this is due to Ubuntu not having 32 bit versions of them, which should
be fixed by Hardy.
--
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=10121
Summary: Please add the ability to select ones Audio I/O devices
(namely with OSS driver)
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ionic(a)ionic.de
Hi guys,
I'm using OSS v4 for Linux. My setup is following:
# PCI card for output (has buggy recording features)
# onboard card for input (has no 5.1 output :))
Thus I ask you to implement the option to select ones input and output devices,
please, if you can, with winecfg into your OSS driver. :)
My setup would be following: output via /dev/dsp, input via /dev/dsp4 for
example.
I hope that's possible and not too hard for you.
With kind regards,
-Ionic
--
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=10075
Summary: Pascal "CLSCR" doesn't work (just hangs)
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
Created an attachment (id=8635)
--> (http://bugs.winehq.org/attachment.cgi?id=8635)
source code of the app demonstrating the problem
I recently tried out some small console apps written in Pascal with wine (they
were compiled with FreePascal), and while it worked fine in general, there's
one Pascal command which makes problems: CLSCR. Instead of clearing the
console, it just does nothing and hangs - apps with this command are unusable
(the program still runs, but it does nothing - like an infinite loop). I
attached the source and binary of a two-line pascal program demonstrating that.
It's not that I really need these applications, and of course I could simply
compile them for windows, but it seems a very basic command line function is
not supported by wine.
--
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=9951
Summary: ssl support into debian etch amd64 version Wine 0.9.46
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: janaum72(a)yahoo.com
Pls compile ssl support into debian etch amd64 version Wine 0.9.46
Same situation as here:
http://bugs.winehq.org/show_bug.cgi?id=8212
same error message, same application problem
Everything is OK when using i386 deb of the same version .
--
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=9813
Summary: Clipboard deleted
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stanwell(a)gmx.de
There is a problem with writing Text to Clipboard. When
closing a program (compiled with VB6 or C++) that has copied/written text to
clipboard, then the clipboard is completely cleared out.
This affects functions like
- Clipboard.SetText (VB6)
- CopyToClipboard (C++)
- setClipboardContents
...
--
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=9301
Summary: regression: windows almost never focussed or loose focus
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Hi,
since upgrading to 0.9.42 and 0.9.43, I cannot use wine anymore because most
windows don't get focus or immediately loose it when clicking, even winecfg and
regedit. Some apps iconify as soon as I click something. I upgraded from 0.9.38
(so I don't know whether the regression was introduced with 0.39, .40, 41 or
42).
Although I'm using metacity in Ubuntu Dapper, I believe this bug is different
from bug #5120 as I had been using Ubuntu with wine successfully with 20070725,
0.9.9, 0.9.15 .16, .19 21 ... and many other versions.
Symptoms:
winecfg & regedit start without getting focus.
When I move the cursor from one window to the other, the "window resize" cursor
that was set while moving over the window's border remains set even after I
click to activate the second window.
There are also several refresh problems when moving windows (mostly grey border
lines) in winecfg and regedit.
Every time I activate the wine 800x600 desktop window, all ms-windows apps
become deactivated (some iconify then).
Normally, I have apps\metycity\focus_mode "sloppy" set via the preferences (the
Gnome prefs set "sloppy", not "mouse"). With that, the situation is now so bad
that wine is unusable. E.g. I can activate winecfg only by moving its window.
Then, approx every other click causes the window to loose focus (which causes
other apps to iconify). Every other click does not toggle the boolean
checkboxes in winecfg (because its window is not active).
When I'm not using a wine desktop window, the sudden iconification also
prevents the apps from being usable, as there's no "restore" menu available
(and "maximize" is disabled) in Gnome/metacity.
I have no other window managers installed on this machines to try.
--
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=9248
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-09-17 08:51:19 ---
Closing WONTFIX.
--
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=9157
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #16 from Austin English <austinenglish(a)gmail.com> 2008-09-17 08:51:18 ---
Closing WONTFIX.
--
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=8668
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-09-17 08:51:17 ---
Closing WONTFIX.
--
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.