https://bugs.winehq.org/show_bug.cgi?id=41192
Bug ID: 41192
Summary: No crashes but always error reporting without further
issues on the invoked Windows applications.
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benedict.thienpont(a)gmail.com
Distribution: ---
Created attachment 55426
--> https://bugs.winehq.org/attachment.cgi?id=55426
The error reporting.
>Description:
All windows applications I have (none are games) result in a nagging popup of
an error. It has no effect on the functionality of the software. With or
without closing the error report I can continue using the Windows application
and ignore the error reporting.
>cat /proc/version:
Linux version 3.13.0-77-generic (buildd@lcy01-35) (gcc version 4.8.2 (Ubuntu
4.8.2-19ubuntu1) ) #121-Ubuntu SMP Wed Jan 20 10:50:59 UTC 2016
>lscpu:
Architecture: i686
CPU op-mode(s): 32-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 2
Core(s) per socket: 1
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 15
Model: 4
Stepping: 1
CPU MHz: 2990.571
BogoMIPS: 5981.14
L1d cache: 16K
L2 cache: 1024K
>lshw -short:
H/W path Device Class Description
===================================================
system ()
/0 bus 09F0h
/0/1 memory 128KiB BIOS
/0/5 processor Intel(R) Pentium(R) 4 CPU 3.00GHz
/0/5/7 memory 28KiB L1 cache
/0/5/8 memory 1MiB L2 cache
/0/5/1.1 processor Logical CPU
/0/5/1.2 processor Logical CPU
/0/6 processor CPU [empty]
/0/36 memory System Memory
/0/36/0 memory 512MiB DIMM DDR2 Synchronous 533 MHz
(1.9 ns)
/0/36/1 memory 512MiB DIMM DDR2 Synchronous 667 MHz
(1.5 ns)
/0/36/2 memory 512MiB DIMM DDR2 Synchronous 667 MHz
(1.5 ns)
/0/36/3 memory 512MiB DIMM DDR2 Synchronous 533 MHz
(1.9 ns)
/0/37 memory Flash Memory
/0/37/0 memory 1MiB Chip FLASH Non-volatile
/0/0 memory
/0/2 memory
/0/100 bridge 82945G/GZ/P/PL Memory Controller Hub
/0/100/2 display 82945G/GZ Integrated Graphics
Controller
/0/100/1b multimedia NM10/ICH7 Family High Definition Audio
Controller
/0/100/1c bridge NM10/ICH7 Family PCI Express Port 1
/0/100/1c/0 bus uPD720200 USB 3.0 Host Controller
/0/100/1c.1 bridge NM10/ICH7 Family PCI Express Port 2
/0/100/1c.1/0 eth0 network NetXtreme BCM5752 Gigabit Ethernet PCI
Express
/0/100/1d bus NM10/ICH7 Family USB UHCI Controller #1
/0/100/1d.1 bus NM10/ICH7 Family USB UHCI Controller #2
/0/100/1d.2 bus NM10/ICH7 Family USB UHCI Controller #3
/0/100/1d.3 bus NM10/ICH7 Family USB UHCI Controller #4
/0/100/1d.7 bus NM10/ICH7 Family USB2 EHCI Controller
/0/100/1e bridge 82801 PCI Bridge
/0/100/1f bridge 82801GB/GR (ICH7 Family) LPC Interface
Bridge
/0/100/1f.1 storage 82801G (ICH7 Family) IDE Controller
/0/100/1f.2 storage NM10/ICH7 Family SATA Controller [IDE
mode]
/0/3 scsi0 storage
/0/3/0.0.0 /dev/cdrom disk DVDRAM GSA-H10N
/0/4 scsi2 storage
/0/4/0.0.0 /dev/sda disk 64GB SAMSUNG SSD PB22
/0/4/0.0.0/1 /dev/sda1 volume 59GiB Extended partition
/0/4/0.0.0/1/5 /dev/sda5 volume 57GiB Linux filesystem partition
/0/4/0.0.0/1/6 /dev/sda6 volume 1908MiB Linux swap / Solaris partition
/0/7 scsi3 storage
/0/7/0.0.0 /dev/sdb disk 250GB ST3250820AS
/0/7/0.0.0/1 /dev/sdb1 volume 39GiB Darwin/OS X HFS+ partition
/0/7/0.0.0/2 /dev/sdb2 volume 59GiB EXT4 volume
/0/7/0.0.0/2/5 /dev/sdb5 volume 57GiB Linux filesystem partition
/0/7/0.0.0/2/6 /dev/sdb6 volume 1801MiB Linux swap / Solaris partition
/0/7/0.0.0/3 /dev/sdb3 volume 17GiB Windows NTFS volume
/0/7/0.0.0/4 /dev/sdb4 volume 116GiB Darwin/OS X HFS+ partition
/0/8 scsi4 storage
/0/8/0.0.0 /dev/sdc disk 8036MB Cruzer Micro
/0/8/0.0.0/0 /dev/sdc disk 8036MB
/0/8/0.0.0/0/1 /dev/sdc1 volume 7662MiB Windows FAT volume
--
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=36975
Bug ID: 36975
Summary: Printing to PDF using cups-pdf as default always
prints as USA letter.
Product: Wine
Version: 1.7.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pedro.m.ferreira(a)gmail.com
Im using a software called AIRC, it is a portuguese townhall management
software.
With wine version 1.4 i could create A4 pdf files directly from the software,
but now with wine 1.6 or wine 1.7 the pdf are always size usa letter.
It is not a cups-pdf problem because printing directly to the printer it prints
only as usa letter and a little part of the data.
How can i troubleshoot the bug ? Thanks
--
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=33694
Bug #: 33694
Summary: AppDB need a lot of time to commit a screenshot and
shows an error message
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mywine(a)schiermeier-it.de
Classification: Unclassified
Created attachment 44612
--> http://bugs.winehq.org/attachment.cgi?id=44612
AppDB commit fails (or not?)
I got a message about a new qued screenshot. Proccessing it I got
acontradictory message. At least the screenshot was commited to the database.
--
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=38168
Bug ID: 38168
Summary: Keyword field unused
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
URL: https://appdb.winehq.org/help/?sTopic=maintainer_guide
lines
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: ---
The maintainer guidelines indicate that "Keywords are used by the search
engine" but this does not seem to be true. The application "Pony Art CD"
(https://appdb.winehq.org/objectManager.php?sClass=version&iId=31453) has the
keyword "horses" set but the term does not appear (singular or plural) in its
description, version description, or test results. It is not listed when
searched for with the WineHQ search box, Google directly, or the AppDB search
(https://appdb.winehq.org/objectManager.php?sClass=application&bIsQueue=fals…).
Either this needs to be fixed or the field removed and maintainer guidelines
updated accordingly.
--
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=36179
Bug ID: 36179
Summary: New bug links are automatically added even before
review occurs
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: frederic.delanoy(a)gmail.com
When you add a bug link to an AppDB entry, you get a message
"The Bug Link you submitted will be added to the database after being
reviewed."
while it gets automatically added anyway.
Either the bug link shouldn't be added automatically, but only upon an "OK"
review, or the message should disappear.
--
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.