http://bugs.winehq.org/show_bug.cgi?id=23294
Summary: Eudora 7.1.0.9: The Icons of the minimized mailboxes
stack on top of each other
Product: Wine
Version: 1.2-rc3
Platform: x86-64
URL: http://www.eudora.com/download/eudora/windows/7.1/Eudo
ra_7.1.0.9.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=29033)
--> (http://bugs.winehq.org/attachment.cgi?id=29033)
Two minimized mailboxes create overlapping icons
- Open the "In" mailbox, minimize it, notice the icon appears in the
bottom-left corner;
- Open the "Out" mailbox, minimize it, notice the icon is over the icon of the
"In" mailbox (see attachment). It should be near it.
--
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=33301
Bug #: 33301
Summary: FeiQ can't display its window, the client area is
black.
Product: Wine
Version: 1.5.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fangendoucg(a)gmail.com
Classification: Unclassified
Hi, forks
I tested a LAN chat app called FeiQ, it can't run normally under wine.
Just do as follow:
1. Download FeiQ.exe from http://www.feiq18.com/forum.php or the attachment
I've uploaded here.
sha1sum:
2. It has only one .exe file, so you can save it to anywhere. Then run it: $
wine FeiQ.exe
3. When FeiQ runs for the first time, you'll see a window displayed normally.
You can just click on the default focused button or wait a minute until it
disappears.
4. Then you can see a small window with black client area. After clicking on
the close button, another one comes out. Click on the close button again, the
main window of FeiQ displays. It also has a black client area.
Under Ubuntu 12.04 & wine-1.5.27.
--
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=30020
Bug #: 30020
Summary: Tribes Ascend does not connect to the authentication
service
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmlipman(a)gmail.com
Classification: Unclassified
Tribes Ascend installs successfully, but the launcher never connects to the
update service. The only thing that shows up in the console is
fixme:thread:NtQueryInformationThread info class 16 not supported yet
spammed over and over again.
--
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=19201
Summary: don't delete accounts after 6 months of inactivity
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nlmdejonge(a)telfort.nl
Please do not delete accounts after 6 months of inactivity.
-----
Warning: inactivity detected
-------------------------------------------------------
You didn't log in in the past six months to the AppDB.
Please log in or your account will automatically be deleted in one month.
http://appdb.winehq.org/account.php?sCmd=login
Best regards.
The AppDB team
http://appdb.winehq.org/
-----
Six months isn't that much, and accounts that are barely used don't hurt
anyone, do they? People shouldn't have to login every 6 months just to keep
their accounts.
--
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=17613
Summary: Add tags to AppDB.
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fallenblood(a)gmail.com
The current category system is quite inflexible. How about a standardized
tagging system? The possibilities are endless, for example, which Wine
components does the app depend on. This could completely replace categories.
--
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=17896
Summary: Cups not detected on OpenBSD
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: OpenBSD
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Compile script is:
#!/bin/sh
export CFLAGS="-I/usr/local/include -I/usr/local/include/libpng"
export LDFLAGS="-lm -lz -lcrypto -L/usr/local/lib"
export X_EXTRA_LIBS="-lXau -lXdmcp"
export CPPFLAGS="-I/usr/local/include"
./configure
>From config.log:
configure:16073: checking for -lcups
configure:16108: gcc -o conftest -I/usr/local/include
-I/usr/local/include/libpng -I/usr/local/include -I/usr/local/include -lm -lz
-lcrypto -L/usr/local/lib conftest.c -lcups -Wl,-R/usr/local/lib
-L/usr/local/lib -lossaudio -li386 >&5
/usr/local/lib/libcups.so.3.0: warning: strcpy() is almost always misused,
please use strlcpy()
/usr/local/lib/libcups.so.3.0: warning: sprintf() is often misused, please use
snprintf()
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_getspecific'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_once'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_key_create'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_mutex_unlock'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_mutex_lock'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_setspecific'
collect2: ld returned 1 exit status
perhaps we need to #include pthread.h?
--
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=27807
Summary: Multiplicity when adding bugs to 'Show apps affected
by this bug'
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samurai_no_densetsu(a)yahoo.es
Linking a bug to an application works fine as long as the user or mantainer
links only one affected version, but when he or she adds more than one, they
are spread and randomly arranged in the "Show apps affected by this bug", which
doesn't give a clear image at first glance so the user/mantainer have to search
and reread to get a clear image of the status.
So my proposal is, when multiple versions of the same app are added, display
only one time the app, and every version in the versions column. Example:
app name | desc | versions
msn | program to chat | 1.0
| with friends | 4.0
| | 7.0
| | 8.0
| | live
| | live 2.0
If isn't too dificult or time consuming, can it be fixed that way?
--
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=31859
Bug #: 31859
Summary: Delete button in User Admin doesn't do anything
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
URL: http://appdb.winehq.org/admin/adminUsers.php
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Delete button in User Admin asks to confirm. Clicking yes doesn't do anything.
There is currently a huge amount of spam on the AppDB and it is growing, this
feature would be very useful right now...
--
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=27656
Summary: Deus Ex: Human Revolution - Severe graphical glitches
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shazzner(a)gmail.com
Created an attachment (id=35366)
--> (http://bugs.winehq.org/attachment.cgi?id=35366)
Output when running in terminal
Menu & cutscenes work fine, upon loading the 3d level there are graphical
anomalies. When moving camera the world disappears except for a few nearby
objects. Attached are the terminal output and a screenshot displaying glitch.
--
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=19160
Summary: Orly's Draw-A-Story demo crashes on startup
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://www.tjande.com/orly/orlydemo.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=22147)
--> (http://bugs.winehq.org/attachment.cgi?id=22147)
Orly's Draw-A-Story demo backtrace
With today's Git (wine-1.1.24-537-gfb0275d), when attempting to start the
Orly's Draw-A-Story demo, the application immediately crashes in CreateDCA
instead of starting as expected. A backtrace 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.