http://bugs.winehq.org/show_bug.cgi?id=20834
Summary: Psychonauts: Mouse buttons need to be reassigned every
play
Product: Wine
Version: 1.1.33
Platform: PC-x86-64
URL: http://www.gamershell.com/download_8864.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Everytime I load up Psychonauts I need to rebind or reassign the three mouse
buttons to their actions. It seems that before reassigning the mouse buttons
the actions will be assigned to the keyboard buttons nummber 1-3 rather than
mouse button 1-3.
Running Ubuntu 9.10 amd 64 with onboard Geforce 8200 running official nVidia
drivers version 185.18.36.
--
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=14296
Summary: winhelp: Extraneous flashing cursor/caret
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Wine winhelp shows a flashing cursor/caret symbol when you click somewhere in
the text. Windows winhelp does not do that. That behaviour may be desired, e.g.
it makes selecting text using the keyboard possible. However...
Click in a page so the cursor is shown, then click on a link to go to another
page. A flashing cursor is present at the top left, even before you click in
the page.
On some help pages, the flashing cursor is present at the top left even before
the user clicks in the page. Also, if there is a large graphic at the top left,
the flashing cursor may appear (see cwdeluxe.hlp and click on the picture).
Windows 95 Winhelp does not allow images to be selected.
cwdeluxe.hlp is in winehelp_bugs.tar.bz2 at
http://bugs.winehq.org/attachment.cgi?id=14574
--
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=9466
Summary: the api status page doesn't work
Product: WineHQ.com
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bl4ck.3yed(a)gmail.com
This is what it say
Warning: mysql_num_fields(): supplied argument is not a valid MySQL result
resource in /home/winehq/opt/tools/winapi_stats.php on line 118 Warning:
mysql_fetch_array(): supplied argument is not a valid MySQL result resource in
/home/winehq/opt/tools/winapi_stats.php on line 129
last modified: Fri Aug 24 9:53:14 CDT 2007
--
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=16499
Summary: Adobe Photoshop CS4 crashes upon using text input tool
Product: Wine
Version: 1.1.7
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maevey(a)hotmail.com
Created an attachment (id=17921)
--> (http://bugs.winehq.org/attachment.cgi?id=17921)
Terminal output log
Photoshop installs and starts okay. All tools seem to work (after basic
testing). Clicking on the text input tool causes application to crash.
Log attached
Using Ubuntu 8.10
--
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=16948
Summary: tmpfile() write, seek(0) and read does not return same
data
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
ok this is tested from python (import os) so it _could_ be done a little
simpler - like... using c. didn't want to forget about it so am raising it
here.
this is the mode opening a tmpfile:
fixme:msvcrt:MSVCRT__sopen : pmode 0x1464e0 ignored
http://bugs.python.org/issue4956
$ ./python.exe -i
Python 2.5.2 (r252:60911, Jan 15 2009, 23:28:55) [gcc] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> f = os.tmpfile()
>>> f.name
'<tmpfile>'
>>> f.write("hello\n")
>>> f.flush()
>>> f
<open file '<tmpfile>', mode 'w+b' at 0x001B34E8>
>>> f.tell()
6L
>>> f.seek(0)
>>> f.tell()
0L
>>> f.read()
''
it's as if it's impossible to read from the tmpfile. which kinda defeats the
object of having one :)
c:\windows\temp exists but c:\windows\tmp does not.
--
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=11433
Summary: unimplemented function ole32.dll.OleGetIconOfFile
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex.doll(a)agdconsulting.ca
Created an attachment (id=10561)
--> (http://bugs.winehq.org/attachment.cgi?id=10561)
Backtrace from the shell
Using Lotus Notes, attempted to attach an external file to a document. Notes
tried to determine the icon of the attached item (a PDF) and died:
Unhandled exception: unimplemented function ole32.dll.OleGetIconOfFile called
in 32-bit code (0x7b844852).
--
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=26388
Summary: Sound Recorder crashes on encoding PCM Sample
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Nachanon_Vetjasit(a)hotmail.com
Created an attachment (id=33603)
--> (http://bugs.winehq.org/attachment.cgi?id=33603)
Sound Recorder wine output/backtrace
Use WINE windows version "Windows Me"
Run Microsoft Sound Recorder 4.90.0.3000 (Windows Me)
Open a PCM wave file
File > Properties
Click "Convert Now"
Select format "PCM" with attributes "11025Hz, 8 Bit, Stereo"
Click OK
Sound Recorder will crash
Using wine 1.3.12 (source) on Debian GNU/Linux 5.0 (i386: Intel Celeron 2GHz)
Compiled without GStreamer and OpenCL Support.
C-Media CMI8738 PCI audio card.
With wine audio settings: ALSA Driver, Full Hardware Acceleration, 44100Hz
16bit Stereo
Sound Recorder wine output/backtrace attatched.
P.S.: Crashes occured in conversion to PCM codec on all sample rate
but not in conversion to other (non-PCM) codecs.
--
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=24723
Summary: Lost Horizon crash/page fault during Chapter 2
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mblackwell1024(a)gmail.com
Created an attachment (id=31233)
--> (http://bugs.winehq.org/attachment.cgi?id=31233)
Console/Debug log
Lost Horizon plays perfectly until Chapter 2. During this mission there is one
scene where during dialog it crashes with a page fault.
Attached a full log.
--
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=17894
Summary: Raw printing does not work
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giulioo(a)gmail.com
System:
Ubuntu 8.04
Wine 1.1.18 (binary from WineHQ APT Repository)
I googled, asked on the web forum and searched bugzilla, but no one had a
definitive answer about this issue, ie a way to get raw printing working from
Wine.
>From here http://wiki.winehq.org/Printing it's not clear it it's considered a
bug.
I thought to open a bug about this so developers can definitively say whether
this is actually a bug or if the agreement is that it's up to the Linux side to
do something about this (convert back from PS to ascii or something).
Raw printing is useful for those applications which expect the printer to
receive their pre-formatted data as is: apps which output PCL directly, label
printer software, ....
Steps to reproduce the problem:
- Create a raw printer queue in Linux/ubuntu which points to a NON PS printer
(ie: pure PCL or text printer).
- Run
$ echo ABCD | lpr -P raw_queue
and see that the printer prints ABCD.
- Then run
$ wine notepad.exe
Type ABCD
Print to the raw_queue
and see that the printer prints the PostScript data produced by Wine even if
the Linux queue is defined as raw.
--
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=27078
Summary: Need for Speed World needs native d3dx9_43 and
d3dcompiler_43 (purist)
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
The game runs fine as installed (at 1024x768 or lower), but
setting d3dx9_43.dll or d3dcompiler_43.dll to builtin results in crashes or
black screens.
--
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.