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=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.
http://bugs.winehq.org/show_bug.cgi?id=12426
Summary: win16 test suite: listbox test fails
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://win16test.googlecode.com
OS/Version: other
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11965)
--> (http://bugs.winehq.org/attachment.cgi?id=11965)
Backtrace in git
+++ This bug was initially created as a clone of Bug #9850 +++
The code can be downloaded
from http://win16test.googlecode.com with svn,
and is quite easy to run; see
http://win16test.googlecode.com/svn/trunk/src/README
for instructions.
The listbox test crashes in current git. Attached is the backtrace in current
git.
--
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=19377
Summary: Calculation of overall rating is misleading to users
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
AFAICT, the overall rating for an app is calculated as an average of the
ratings submitted in tests for the most recent version. This leads to overall
ratings that do not match any of the submitted tests for that version.
The Microsoft Office 2007 installer is a good example:
Tests submitted on July 6 and 9 rated it platinum for 1.1.25, and the overall
rating was (correctly) platinum.
A test submitted on July 14 rated it garbage for 1.1.25, and the overall rating
dropped to gold.
A test submitted on July 16 rated it garbage for 1.1.25, and the overall rating
dropped to silver.
This is misleading. The gold rating tells users they need one or more tweaks to
get the app working, the silver rating tells them that basic functions work but
some advanced ones don't; in the Office 2007 example, neither rating reflected
the data that was actually submitted for that version.
--
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=20080
Summary: Perfect Cherry Blossom controls go crazy
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g6672D(a)gmail.com
After the game gets into the start menu, it goes crazy. The menu cursor moves
around by itself, and there's no way of stopping it via the keyboard, so I have
to quit via my "Close Window" binding.
For some reason, my gamepad can at least control it, though it is fighting with
the spurious movements. If I manage to switch to windowed (and then fullscreen
which is desired) it corrects itself for that session, and I can play normally.
But it reappears the next time I start the game.
It doesn't affect other games in the series, eg: Imperishable Night. It is not
dependent on a joystick being set up or present.
This regression definitely appeared in 1.1.29, as it doesn't happen in 1.1.28.
Direct download for the demo of the game, which also has the bug (you need lha
to extract it.)
http://www16.big.or.jp/~zun/data/soft/youmu_tr011.lzh
--
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=18779
Summary: HttpAddRequestHeaders() doesn't handle whitespace
correctly
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann(a)droneaud.fr
Created an attachment (id=21550)
--> (http://bugs.winehq.org/attachment.cgi?id=21550)
Tests case for whitespace in HTTP headers
After some research for bug #17914 it seems that HttpAddRequestHeaders()
doesn't parse correctly headers regarding to whitespace. Some whitespaces are
not removed.
Additionnaly, I found that wininet.dll from IE8 doesn't allow retrieving some
headers with HttpQueryInfo() if they have whitespace in them, while wine does.
Here is a patch which add some tests for whitespace. Thoses new test works with
wininet.dll from IE8.
--
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=18911
Summary: strange menu item in right-click menu at file open in
Powerpoint
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan-winehq(a)hoogenraad.net
In the file open dialog in Powerpoint, one can right-click on a file for menu.
In that menu, a strange menu item appears between Print and Rename.
The menu item has separators aournd it, and text "xx2x2xxx" where at the x-es
square boxes appear.
--
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=15299
Summary: Unhandled page fault when trying to run Silent Thunder
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ottoteixeira(a)gmail.com
Created an attachment (id=16122)
--> (http://bugs.winehq.org/attachment.cgi?id=16122)
Back trace
Can't play Silent Thunder: A-10 Tank Killer 2.
The installation is sucessful (skipping system tests), but the game doesn't
run.
Error message is "Unhandled page fault on read access to 0x011ca8a0 at address
0x4230e8 (thread 0009), starting debugger..." (see attachment).
--
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=14943
Summary: Installation with errors (at adding a program to the
firewall exception list), but finishes successfully.
Development environment doesn't work
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
URL: http://www.3s-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sven.griech(a)gmail.com
Created an attachment (id=15542)
--> (http://bugs.winehq.org/attachment.cgi?id=15542)
console output during installation
CoDeSys is a IEC 61131-3 Programming System for controllers equipment use in
Automation Process.
CoDeSys needs the .Net Framework 2.0, I successfully installed it with
winetricks. (I also installed gecko and vcrun2003.)
The installation stops at about 90% and stays there for about 5 minutes. After
5 minutes I get an alert('There was an error at adding a program to the
firewall exception list:
"C:\Programme\3S CoDeSys\CoDeSys\Common\CoDeSys.exe"').
4 more of those alerts appear with the GatewayService.exe,
CoDeSysSPService.exe, RepTool.exe and another one.
The installation continues and says it finished successfully, the Gateway is
also running and the CoDeSysSPService runs, too.
But the development environment doesn't start up.
--
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.