https://bugs.winehq.org/show_bug.cgi?id=37669
Bug ID: 37669
Summary: Resetting a write watch can cause memory access
violation in kernel
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Distribution: ---
What happens:
heavy multi-threaded network application in one thread reads/writes from/to
a socket while in another thread .net GC calls GetWriteWatch with flag
WRITE_WATCH_FLAG_RESET on a buffer which was just verified for write access
and passed by ws2_32.recv to recvmsg kernel call. While recvmsg waits for
incoming data GetWriteWatch resets write watches by clearing VPROT_WRITE
access on a buffer passed to recvmsg. That cases recvmsg to return EFAULT
which in turn leads to a .net application raising an exception and dying.
This is basically a .net garbage collector causing races in network code
which reads/writes to a buffer because reading or writing via a network
is much slower than say reading/writing a disk file, but essentially this
is a general problem with resetting a write watch while another thread
is being dealing with the affected memory range.
--
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=34601
Bug #: 34601
Summary: Hydro Thunder from Midway Arcade Treasures 3 crashes
quickly after the start
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46086
--> http://bugs.winehq.org/attachment.cgi?id=46086
Hydro Thunder log+error
Hydro Thunder from Midway Arcade Treasures 3 crashes quickly after the start.
Other games from this collection work rather fine.
Tested with:
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 310)
--
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=34600
Bug #: 34600
Summary: Midway Arcade Treasures 2 crashes when loading the
menu
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46084
--> http://bugs.winehq.org/attachment.cgi?id=46084
MAT2 Error
You can watch intros, but then the application crashes.
Tested with
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
--
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=38520
Bug ID: 38520
Summary: Command and Conquer fails to launch from Origin
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 51388
--> https://bugs.winehq.org/attachment.cgi?id=51388
Command and Conquer Backtrace from Slackware 14.1
Hello everyone,
just to let you know that "Command and Conquer" doesn't launch using the Origin
game service. Backtrace gathered from Slackware 14.1 is attached.
--
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=33141
Bug #: 33141
Summary: Problem to start SimCity 2013
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linfo(a)afaportal.ru
Classification: Unclassified
When i start simcity 2013 in origin i crashed the game.
--
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=38876
Bug ID: 38876
Summary: Codewright crashes when clicking on menu item
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ted.pillera(a)us.bosch.com
Distribution: ---
Created attachment 51805
--> https://bugs.winehq.org/attachment.cgi?id=51805
Bug Report
Clicking on any of the dropdown menus in CodeWright causes the program to
crash. System is Ubuntu 12.04 (see attached bug report).
--
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=32563
Bug #: 32563
Summary: Purebasic does not display icons in toolbar which is
drawn distorted.
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christianuceda(a)yahoo.com
Classification: Unclassified
Created attachment 42970
--> http://bugs.winehq.org/attachment.cgi?id=42970
Screenshot of purebasic without the toolbar
Purebasic is a little nice basic compiler that can produce very compact
executables.
The windows version runs in Wine with just a few defects only. There is a
native Linux version, but many people use the windows version in wine to
generate win32 executables.
The toolbars in the IDE do not show any icons, the toolbar works, but the icons
are not displayed.
This problem is not the typical icons are not drawn, as the toolbar is being
stretched too.
The problem has been happening for years with older versions of Wine and
Purebasic.
Here I tested with wine 1.5.19 in Ubuntu 12.10 and PureBasic Demo 5.0
(the demo can be downloaded from: http://www.purebasic.com/download.php)
Here is how to reproduce the problem:
wget -c http://www.purebasic.com/download/PureBasic_Demo.exe
wineprefix=/home/test/purewine winecfg
wineprefix=/home/test/purewine wine "C:\\Program
Files\\PureBasic\\purebasic.exe"
You get these error messages repeated all the time:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f790,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32f790,0x00000000), stub!
err:imagelist:ImageList_ReplaceIcon invalid image list
--
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=33740
Bug #: 33740
Summary: Sound Recorder displays error when seeking MP3 stream
to the end
Product: Wine
Version: 1.3.24
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
Classification: Unclassified
I've been using Microsoft Sound Recorder (sndrec32.exe from Windows XP or
below)
to play wave file that uses MPEG1 Layer-3 codec (MP3), which played fine,
and I'm able to seek on the stream to mostly anywhere on the timeline.
But if I dragged the playhead and drop it at the very right end of timeline
or used FF button while playing, Sound Recorder will show an error:
"Another application is playing audio. You can either interrupt the
application or wait until it is done. Then try using Sound Recorder
again."
Then, this instance of Sound Recorder will not play any audio again (no matter
I loaded another wave file, both PCM and non-PCM; when trying to play,
it shows the same error)
When I exited Sound Recorder, these lines will be printed on WINE console:
fixme:winmm:MMDRV_Exit Closing while ll-driver open
fixme:winmm:MMDRV_Exit Closing while ll-driver open
Note: If I restarted Sound Recorder, it will be able to play MP3
(and all other audio codec) again.
Also, other instances of Sound Recorder that're running in parallel
won't be affected.
Wine's Windows version: Windows ME
Wine Audio Driver: ALSA 44100Hz 16bit (Full Hardware Acceleration)
Wine installed without XInput2, OpenCL, GStreamer and OSS support.
System: Debian GNU/Linux 5.0 "Lenny" (i386: Intel Pentium 4 2.66GHz)
--
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=38328
Bug ID: 38328
Summary: WPS 2013 (Kingsoft) crash at install
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 51166
--> https://bugs.winehq.org/attachment.cgi?id=51166
backtrace in 1.7.39.txt
0. Download from http://wdl1.cache.wps.cn/wps/download/W.P.S.4994.19.552.exe
$ sha1sum W.P.S.4994.19.552.exe
4b778806ec2ed0e8d3e2c9e1e368a3643ea6965a W.P.S.4994.19.552.exe
1. run it, and wine crash
--
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=33235
Bug #: 33235
Summary: WM_NOTIFY receive problem
Product: Wine
Version: 1.5.26
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sfence.software(a)gmail.com
Classification: Unclassified
Created attachment 43955
--> http://bugs.winehq.org/attachment.cgi?id=43955
source code of bug example application
I have wine 1.5.26 compiled with ./configure && make && make install
I found a problem and for example create an example program.
It looks like, that when I create tab control with HWND_MESSAGE parent and
lately change parent with use SetParent function to window parent (line 79 in
attachment) and show it, it isn't posting WM_NOTIFY message to actual parent.
Example program work good on MS Window XP. I tested it myself.
My command for compile example appliaction:
i686-w64-mingw32-gcc -o main.exe main.c -luser32 -lgdi32 -lcomctl32
pastie of source code (this is in attachment too):
http://pastebin.com/YdFbZGxa
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36640
Bug ID: 36640
Summary: valgrind shows lots of uninitialized reads/writes in
twain_32/tests/dsm.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48679
--> https://bugs.winehq.org/attachment.cgi?id=48679
valgrind log
../../../tools/runtest -q -P wine -T ../../.. -M twain_32.dll -p
twain_32_test.exe.so dsm && touch dsm.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
c==31984== Find PDB file: /tmp/valgrind_petmp31984_87f2d3fc is empty
==31984== Warning: Missing or un-stat-able
/home/austin/.wine/drive_c/windows/system32/comctl32.pdb
==31984== Syscall param ioctl(generic) points to uninitialised byte(s)
==31984== at 0x4E9566E7: syscall (in /usr/lib/libc-2.18.so)
==31984== by 0x660FF43: ??? (in /usr/lib/libv4lconvert.so.0.0.0)
==31984== by 0x6627E50: ??? (in /usr/lib/libv4lconvert.so.0.0.0)
==31984== by 0x661081C: v4lconvert_create_with_dev_ops (in
/usr/lib/libv4lconvert.so.0.0.0)
==31984== by 0x64C4C1F: v4l2_fd_open (in /usr/lib/libv4l2.so.0.0.0)
==31984== by 0x61DD25C: v4l1_open (in /usr/lib/libv4l1.so.0.0.0)
==31984== by 0x7152059: ??? (in /usr/lib/sane/libsane-v4l.so.1.0.24)
==31984== by 0x7152368: sane_v4l_init (in
/usr/lib/sane/libsane-v4l.so.1.0.24)
==31984== by 0x61C56A0: ??? (in /usr/lib/libsane.so.1.0.24)
==31984== by 0x61C6069: sane_dll_get_devices (in /usr/lib/libsane.so.1.0.24)
==31984== by 0x61AE343: sane_get_devices (in /usr/lib/libsane.so.1.0.24)
==31984== by 0x59E8129: detect_sane_devices (sane_main.c:422)
==31984== by 0x59E814B: SANE_GetIdentity (sane_main.c:430)
==31984== by 0x59E7830: SANE_SourceControlHandler (sane_main.c:147)
==31984== by 0x59E7EE5: DS_Entry (sane_main.c:365)
==31984== by 0x55A2921: twain_add_onedriver (dsm_ctrl.c:75)
==31984== by 0x55A2CA2: twain_autodetect (dsm_ctrl.c:110)
==31984== by 0x55A2F7C: TWAIN_IdentityGetFirst (dsm_ctrl.c:174)
==31984== by 0x55A39FF: TWAIN_SourceManagerHandler (twain32_main.c:68)
==31984== by 0x55A3E75: DSM_Entry (twain32_main.c:164)
==31984== Address 0x4d0d0a4 is on thread 1's stack
==31984== Uninitialised value was created by a stack allocation
==31984== at 0x66273EF: ??? (in /usr/lib/libv4lconvert.so.0.0.0)
==31984==
==32109== Syscall param ioctl(generic) points to uninitialised byte(s)
==32109== at 0x4E9566E7: syscall (in /usr/lib/libc-2.18.so)
==32109== by 0x660FF43: ??? (in /usr/lib/libv4lconvert.so.0.0.0)
==32109== by 0x64C55D5: v4l2_ioctl (in /usr/lib/libv4l2.so.0.0.0)
==32109== by 0x61DD54F: v4l1_open (in /usr/lib/libv4l1.so.0.0.0)
==32109== by 0x7152059: ??? (in /usr/lib/sane/libsane-v4l.so.1.0.24)
==32109== by 0x7152368: sane_v4l_init (in
/usr/lib/sane/libsane-v4l.so.1.0.24)
==32109== by 0x61C56A0: ??? (in /usr/lib/libsane.so.1.0.24)
==32109== by 0x61C6069: sane_dll_get_devices (in /usr/lib/libsane.so.1.0.24)
==32109== by 0x61AE343: sane_get_devices (in /usr/lib/libsane.so.1.0.24)
==32109== by 0x59E8129: detect_sane_devices (sane_main.c:422)
==32109== by 0x59E814B: SANE_GetIdentity (sane_main.c:430)
==32109== by 0x59E7830: SANE_SourceControlHandler (sane_main.c:147)
==32109== by 0x59E7EE5: DS_Entry (sane_main.c:365)
==32109== by 0x55A2921: twain_add_onedriver (dsm_ctrl.c:75)
==32109== by 0x55A2CA2: twain_autodetect (dsm_ctrl.c:110)
==32109== by 0x55A2F7C: TWAIN_IdentityGetFirst (dsm_ctrl.c:174)
==32109== by 0x55A39FF: TWAIN_SourceManagerHandler (twain32_main.c:68)
==32109== by 0x55A3E75: DSM_Entry (twain32_main.c:164)
==32109== by 0x4958025: test_sources (dsm.c:765)
==32109== by 0x4958934: func_dsm (dsm.c:870)
==32109== Address 0x4d0e3ec is on thread 1's stack
==32109== Uninitialised value was created by a stack allocation
==32109== at 0x61DD124: v4l1_open (in /usr/lib/libv4l1.so.0.0.0)
==32109==
etc., I'll attach a log
--
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=33528
Bug #: 33528
Summary: GTA2 hangs up during gameplay
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuomosipola(a)gmail.com
Classification: Unclassified
Created attachment 44376
--> http://bugs.winehq.org/attachment.cgi?id=44376
Console output of a hang-up situation
The game hangs after some time during gameplay. It becomes non-responsive and
has to be killed. This seems to happen when some event is triggered in the
games, e.g., someone gets in or out of a car or picks a power-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.
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.
https://bugs.winehq.org/show_bug.cgi?id=36919
Bug ID: 36919
Summary: valgrind shows a few unitialized variables in
dlls/ieframe/tests/ie.c (randomByte)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==12795== Use of uninitialised value of size 4
==12795== at 0x8123E093: randomByte (sqlite3.c:20610)
==12795== Uninitialised value was created by a stack allocation
==12795== at 0x8123E020: randomByte (sqlite3.c:20571)
==12795==
==12795== Use of uninitialised value of size 4
==12795== at 0x8123E0DA: randomByte (sqlite3.c:20621)
==12795== Uninitialised value was created by a stack allocation
==12795== at 0x8123E020: randomByte (sqlite3.c:20571)
==12795==
==12795== Use of uninitialised value of size 4
==12795== at 0x8123E0EE: randomByte (sqlite3.c:20622)
==12795== Uninitialised value was created by a stack allocation
==12795== at 0x8123E020: randomByte (sqlite3.c:20571)
==12795==
--
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=27162
Summary: Wine developers prefer beer
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-bugs(a)cboltz.de
Marcus Meissner told me at the openSUSE conference last october that most wine
developers actually prefer beer. He also repeated this statement in the slides
for today's "wine is not (only) an emulator" talk he's giving at LinuxTag
together with me.
It must be a bug that wine developers prefer beer!
Proposed fix:
for person in developers/* ; do
sed -i 's/Prefer: beer/Prefer: wine/'
done
;-))
--
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=12799
Summary: Notepad++ : auto-completion window appears with a title
bar which is not the case under windows
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leohome(a)free.fr
Auto-completion feature works fine but when I use it, the window appears with
the title bar which is not the case under windows. This title bar hide the text
behind which prevents me to use this feature. (see attachment)
This problem occurs with all wine versions I have tested: 0.9.5x up to 0.9.60.
kubuntu 7.10
notepad++ version: all recent one I have tested
--
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=33136
Bug #: 33136
Summary: TTS Balabolka not show list of voices
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: burrbull(a)yandex.ua
Classification: Unclassified
TTS program Balabolka (http://www.cross-plus-a.com/balabolka.htm) and its
console version give error
err:ole:CoGetClassObject class {d941651c-44e6-4c17-badf-c36826fc3424} not
registered
when try show list of voices.
--
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=36423
Bug ID: 36423
Summary: League of Legends : store menu doesn't display
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scrimekiler(a)yahoo.fr
Created attachment 48455
--> http://bugs.winehq.org/attachment.cgi?id=48455
terminal output without specific channels
In the League of Legends menu, when I try to access to the store menu, I only
see a black background with nothing displaying.
Gentoo kernel 3.12.13, nvidia GT630, drivers 331.49-r3, Xorg 1.15.0
Here is terminal output, tell me if you need more specific debug channel please
--
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=35510
Bug ID: 35510
Summary: Adobe CC installer cannot connect to the Internet
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: https://creative.adobe.com/products/photoshop
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47402
--> http://bugs.winehq.org/attachment.cgi?id=47402
wine-1.7.11-206-g82b3813 console output
The Adobe Creative Cloud installer immediately stops and asks the user to
connect to the Internet.
Native winhttp works around the error message but nothing much else occurs.
--
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=24815
Summary: Far Cry 2: Setting "Shading" option to "High" disables
skybox
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knight666+wine(a)gmail.com
Hi,
since 1.3.4, Far Cry 2 has worked great! It used to always crash during loading
in 1.1.x version, but that has been fixed. I can now play Far Cry 2 without
rebooting my computer!
However. When I change the shading option in the settings menu from "medium" to
"high", the skybox is no longer rendered. The bug can be seen in the attached
screenshots. I've also attached a screenshot of the offending menu option and a
log of wine.
The command used to start to game was:
wine "/media/Data/Programs/Steam/steamapps/common/far cry 2/bin/FarCry2.exe" 2>
~/wine.log
I will gladly provide any additional information required.
--
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.