http://bugs.winehq.org/show_bug.cgi?id=17032
Summary: Lord of the Rings: Conquest gets stuck on main menu
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcflow-forum(a)gmx.net
Created an attachment (id=18831)
--> (http://bugs.winehq.org/attachment.cgi?id=18831)
command line output
After creating a profile, the game enters the main menu. At the right you can
choose multiplayer, singleplayer options and so on and on the upper middle part
of the screen there is just a bar that says "loading". And it seems to load
forever.
I attached command line output but I am pretty sure there are no hints on it
because the output does not change if the game changes from intro movies to
main menu.
Anyone any idea what component can be related to the problem? I tried
WINEDEBUG=+all but then then wine is busy with giving output before something
happens a very long time.
--
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=30518
Bug #: 30518
Summary: 64-bit mono cannot run hello world
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase, win64
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Classification: Unclassified
Created attachment 39919
--> http://bugs.winehq.org/attachment.cgi?id=39919
C# hello world source code
To reproduce:
* Download and extract
http://madewokherd.nfshost.com/omgsecret/mono-64bit-exe.tar.gz, or build
wine-mono from https://github.com/madewokherd/wine-mono, and copy mono.exe and
libmono-2.0.dll from build-cross-x86_64/mono/mini/.libs to image/bin.
* Download the attached helloworld.exe, or build it from helloworld.cs.
* Run: wine image/bin/mono.exe helloworld.exe
Currently, this results in
wine: Call from 0x7fd2bcbde2fa to unimplemented function
KERNEL32.dll.RtlInstallFunctionTableCallback, aborting
--
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=30856
Bug #: 30856
Summary: Atmel Studio 6 fails to start - Component missing
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: onny(a)project-insanity.org
Classification: Unclassified
Created attachment 40414
--> http://bugs.winehq.org/attachment.cgi?id=40414
Debug logs of error message
I've downloaded Atmel Studio 6 from here:
http://www.mikrocontroller.net/articles/AVR-Studio
and Microsoft Visual Studio 2010 Shell (Isolated) from here:
https://www.microsoft.com/en-us/download/details.aspx?id=1366
After that, I ran:
WINEARCH=win32 winetricks -q dotnet20 dotnet40
Because the setup of the IsolatedShell fails to extract, I manually extracted
it using 7zip (alternatively WinRAR) and then ran the setup.exe.
To avoid some error messages of the MS VSISOS setup, I copied some files:
$ mkdir -p ~/.wine/drive_c/windows/Microsoft.NET/Framework/v2.0.50727/CONFIG
$ cp /etc/mono/2.0/machine.config
~/.wine/drive_c/windows/Microsoft.NET/Framework/v2.0.50727/CONFIG/
$ mkdir ~/.wine/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/config
$ cp /etc/mono/4.0/machine.config
~/.wine/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/config
Now starting the Atmel Studio 6 setup works but still has some installation
errors of single components, but nevertheless the installation succeeds.
Starting the program fails with following error message:
0009:Call user32.MessageBoxW(00000000,0032d0c4 L"Cannot find one or more
components. Please reinstall the application.",0032cea4 L"Microsoft Visual
Studio Shell Isolated",00000010) ret=1001b67d
Here is the complete +relay-Log (100mb+):
http://onny.project-insanity.org/files/wine155-atmelstudio6-relay.txt
In the attachment is a shorter log with only the MessageBox part and the errors
before that.
Hope that helps somehow, thanks!
--
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=37175
Bug ID: 37175
Summary: Call of Duty 2: Video playback is not working
Product: Wine
Version: 1.7.24
Hardware: x86
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hardy.schumacher(a)gmx.de
Created attachment 49414
--> https://bugs.winehq.org/attachment.cgi?id=49414
Call of Duty 2 - Terminal Log
Each time "Call of Duty 2" is started, the first splash screen is shown, but
when the video from intro should be started it hangs.
Only if the playback can be skipped very fast it's possible to reach the menu.
On the terminal lots of following messages can be seen:
err:d3d:wined3d_debug_callback 0x16333e78: "GL_INVALID_OPERATION error
generated. Source and destination dimensions must be identical with the current
filtering modes.".
err:d3d_surface:surface_blt_fbo >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502)
from glBlitFramebuffer() @ surface.c / 984
See also attached log file.
--
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=19801
Summary: cygwin can't run a batch file from inside a shell
script without explicit cmd /c
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Given the batch file foo.bat containing
echo FOO
and the shell script 'foo.sh' containing
./foo.bat
the command
./foo.bat
interactively will output
FOO
on both cygwin/windows and cygwin/wine, but the command
sh foo.sh
will produce
FOO
on cygwin/windows but will fail on cygwin/wine saying
foo.sh: line 1: ./foo.bat: permission denied
This happens both in an interactive cygwin shell started under wineconsole,
as well as the naked command
$ wine ~/.wine/drive_c/cygwin/bin/sh foo.sh
which sometimes says permission denied, and sometimes says "bad address", e.g.
foo.sh: line 1: ./foo.bat: Bad address
13 [main] sh 50! _cygtls::handle_exceptions: Error while dumping state
(probably corrupted stack)
foo.sh: line 1: 50 Segmentation fault (core dumped) ./foo.bat
So the "permission denied" error might be a symptom of a crash, too.
This was found while trying to automate the chrome and firefox build
setup procedures.
--
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=18734
Summary: DlgDirList(DDL_DRIVES|DDL_DIRECTORY) on 16-bits
displays files on listbox in Windows but not Wine.
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, patch, source, win16
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a_villacis(a)palosanto.com
Created an attachment (id=21484)
--> (http://bugs.winehq.org/attachment.cgi?id=21484)
Screenshot of problem (QEMU virtual session and Wine, side by side)
When an 16-bit Windows application displays a listbox and manually fills it
with DlgDirList (not as a part of a Common Dialog), the flag combination
DDL_DRIVES|DLL_DIRECTORY should make files appear according to the set filter.
Wine does not do this, as it (incorrectly) appends DDL_EXCLUSIVE to the bitmask
of flags before delegating to 32-bit code.
--
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=21404
Summary: winedbg does not support fixed host:port parameter
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: myvonkpos(a)mweb.co.za
If using winedbg to debug Windows apps in a Linux IDE is to become practical
winedbg --gdb --no-start needs an extra parameter to specify a fixed host:port
TCP connection, similar to what gdbserver has. Currently the port is chosen at
random, which means IDEs have to be reconfigured on every debug attempt.
--
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=24374
Summary: Driller fails to run
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://download.ovinebydesign.com/driller/download.asp
x
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30720)
--> (http://bugs.winehq.org/attachment.cgi?id=30720)
terminal output
Driller is a freeware remake of a classic 3D adventure game, which was quite
popular in the 8-bit computer era.
The standalone executable Driller.exe fails to run in Wine, showing only a
messagebox, saying:
'Error! User lib not found', then it quits.
I can't verify how it behaves under a native Windows environment because I have
no Windows installed. According to the developer's page the game is Vista
compatible.
I'm not sure it has something to do with the issue, but the Driller.exe is
packed/protected(?) by Molebox Ultra. That is some kind of virtualization which
helps creating portable applications.
Fedora 13
Nvidia 7600 / driver 256.53
--
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=18164
Summary: dlls/iphlpapi/ifenum.c: compiler warnings
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -I/usr/pkg/include -I/usr/include
-I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -O2 -I/usr/pkg/include
-I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -o
./ifenum.o ./ifenum.c
./ifenum.c: In function 'enumIPAddresses':
./ifenum.c:693: warning: pointer of type 'void *' used in arithmetic
./ifenum.c:693: warning: comparison of distinct pointer types lacks a cast
./ifenum.c: In function 'getIPAddrTable':
./ifenum.c:754: warning: pointer of type 'void *' used in arithmetic
./ifenum.c:754: warning: comparison of distinct pointer types lacks a cast
No patch for this one yet. Won't complain if someone beats me to 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=27497
Summary: Regedit mangles registry keys containing embedded
NULLs
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://www.gog.com/en/gamecard/sacrifice
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35155)
--> (http://bugs.winehq.org/attachment.cgi?id=35155)
raw file
Noticed this while messing around with Sacrifice
(http://www.gog.com/en/gamecard/sacrifice).
The game stores a few keys with embedded NULLs, apparently all the ones that
store string values (dword/hex values aren't affected).
Looking at the raw registry (system.reg) shows the values fine:
"Graphic detail"=dword:00000000
"IP address"="\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
"Key repeat delay"=dword:0000000a
"Key repeat start"=dword:00000032
but if I export the key with wine's regedit, it mangles them:
"Graphic detail"=dword:00000000
"IP address"=""Key repeat delay"=dword:0000000a
"Key repeat start"=dword:00000032
notice how a quote goes missing along with the newline. The game really likes
those newlines. If I remove them and rerun the game, then adjust its settings,
it adds them back.
I'll attach a text file with the raw registry, along with what I get when
exporting.
--
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=30713
Bug #: 30713
Summary: 64 bit wine installs 64 bit mfc100.dll to syswow64
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Downloading and running
http://download.microsoft.com/download/A/8/0/A80747C3-41BD-45DF-B505-E9710D…
(see http://www.microsoft.com/en-us/download/details.aspx?id=13523 )
with WINEARCH=win64 does install mfc100.dll... but into c:\windows\syswow64,
which seems wrong.
This was with wine-1.4. I'll test again with current wine once I figure out
how to build 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=36942
Bug ID: 36942
Summary: Silent Thunder setup.exe crashes at start
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: cthielen(a)gmail.com
Created attachment 49049
--> http://bugs.winehq.org/attachment.cgi?id=49049
Backtrace of crash
Sierra's 1997 Silent Thunder A-10 Tank Killer II game fails to start when
launching SETUP.EXE off the CD. Attached is the backtrace.
--
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=31850
Bug #: 31850
Summary: Age of Mythology does not start
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grishguard-all(a)yahoo.it
Classification: Unclassified
Hi,
after i've entered the serial code, wine gives me an error every time different
from the one before. I here attach a backtrace, hope you resolve. Good work
Ubuntu 12.04
Wine 1.5.14
Ps: the game does not work under Wine 1.4 neither.
--
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=35796
Bug ID: 35796
Summary: Mortal Online bootstapper installer/client fails on
startup (network ping exception)
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
a #winehq user posted this backtrace with pastebin before switching to MS .NET
Framework.
Since this might be still useful for Wine-Mono I report it here.
I can't reproduce this as I don't have a Mono environment - feel free to close
if not applicable.
Pastebin:
--- snip ---
$ WINEPREFIX=/home/sxe/mo4-wine/ wine Mortal\ Online\ Launcher.exe
wine: created the configuration directory '/home/sxe/mo4-wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0xece8a0, overlapped 0xece8ac): stub
wine: configuration in '/home/sxe/mo4-wine' has been updated.
fixme:wincodecs:PngDecoder_Block_GetCount stub
libgluezilla not found. To have webbrowser support, you need libgluezilla
installed
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x26f506c,0x26cfff0): stub
fixme:gdiplus:GdipGetLineSpacing ignoring style
fixme:gdiplus:GdipGetLineSpacing ignoring style
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x27e55dc,0x27fe2e8): stub
protocol "IP" not found; You might want to add this to /etc/protocols
err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this
requires special permissions.
exception inside UnhandledException handler: Object reference not set to an
instance of an object
[ERROR] FATAL UNHANDLED EXCEPTION: System.Net.Sockets.SocketException: Error
looking up error string
at System.Net.Sockets.Socket..ctor (AddressFamily addressFamily, SocketType
socketType, ProtocolType protocolType) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.SendPrivileged (System.Net.IPAddress
address, Int32 timeout, System.Byte[] buffer,
System.Net.NetworkInformation.PingOptions options) [0x00000] in <filename
unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.Net.IPAddress address,
Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions
options) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress,
Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions
options) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress,
Int32 timeout, System.Byte[] buffer) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress,
Int32 timeout) [0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress)
[0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check)
System.Net.NetworkInformation.Ping:Send (string)
at Mortal_Online_Launcher.frmMain.UpdatePing () [0x00000] in <filename
unknown>:0
at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
--- snip ---
Download client: http://www.mortalonline.com/download-game-client/
Regards
--
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=37284
Bug ID: 37284
Summary: Browse C: Drive error.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tjmack2(a)yahoo.com
Created attachment 49587
--> https://bugs.winehq.org/attachment.cgi?id=49587
backtrace log
I get an error message when I use "Browse C: Drive" or "Configure" using Wine.
I had an error also when using version 1.6. I am getting errors when I run
applications so I figured I should find the issue with this first.
--
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=28037
Summary: cmd: sharing violation when using >>
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Assuming "bar" does not pre-exist, issuing
if 1==1 echo foo>>bar
in cmd generates a "Sharing violation" message, and "bar" isn't created
--
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=35902
Bug ID: 35902
Summary: [EA Origin] Online login is currently unavailable
Product: Wine
Version: 1.7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert2505(a)gmail.com
Created attachment 47943
--> http://bugs.winehq.org/attachment.cgi?id=47943
log from running origin up untill the login screen that displays the message
Since the latest update (a few days ago), EA Origin displays the message
"Online login is currently unavailable"
It won't allow me to log in
I'm running the latest wine, version 1.7.15 on archlinux x86_64.
I've tried the following:
-start over in a fresh prefix with WINEARCH=win32
-install Qt5 as described in the appdb entry
-use winetricks to install vcrun2008 and vcrun2010
-recompiling wine, in case an update broke it
-running it in a windows vm in case the server is actually down (it isn't)
I don't recognise anything out of the ordinary in the log, other than the
"CLSCTX_REMOTE_SERVER not supported" message. I'm not sure it wasn't there
before, but it also displays in Steam and that works fine.
--
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=28251
Summary: Shadows do not appear in Mafia II
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peanuthead_069(a)yahoo.com
I'm not sure if it can be fixed via winetricks, but shadow maps don't show up
ingame even if I tweak with the ingame settings. Also, the skydome texture
occasionally flickers when I drive or move around. Nothing really that
show-stopping, as I can play the game just fine, albeit with somewhat lower
framerates.
--
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=19376
Summary: Suspend kwin's compositing when starting a 3D
application
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kde(a)martin-graesslin.com
KDE bug https://bugs.kde.org/show_bug.cgi?id=198744 illustrates that some
graphics card drivers are still not able to support 3D applications in a
composited environment correctly. This seems to be a stronger problem for wine
applications (at least in the bug report).
KWin supports suspending compositing via a dbus interface
(http://websvn.kde.org/*checkout*/trunk/KDE/kdebase/workspace/kwin/org.kde.K…).
You can basically check if compositing is active, suspend it when the app is
started and resume when the app is closed. This is for example done by KDE's
powermanagement daemon.
As a shell script it looks like that:
composited='qdbus org.kde.kwin /KWin compositingActive'
if $composited; then qdbus org.kde.kwin /KWin toggleCompositing; fi
wine blablabla
if $composited; then qdbus org.kde.kwin /KWin toggleCompositing; fi
I basically wish with this enhancement report that you add support for
suspending KWin's compositing on an application basis in wine. It shouldn't be
for every app and it shouldn't be activated in general but the user should have
the possibility to just say that one specified app should suspend compositing.
--
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=24951
Summary: Call of Duty / UO: Jerky freelook
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gav616(a)gmail.com
At the main menu:
When the cursor is moveed around it 'seems' to be at a very low framerate and
it jerks about.
In-game:
When freelooking around, the game seems to stay at the correct rate but the
mouse movements are jerked and misinterpreted. It looks like the FPS is
dropping to 5 when the jerks occur, but the FPS remains constant through the
jerks.
Audio is not effected.
--
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=29474
Bug #: 29474
Summary: IconsExtract: Tooltips for Search, Save, Copy, [icon]
Properties, and Close buttons do not appear when
hovering mouse over button.
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jthomas97411(a)yahoo.com
Classification: Unclassified
Simply open IconsExtract (either version 1.46 or 1.47) in Wine (haven't seen a
Wine version be able to do this) and hover your mouse over the buttons on the
top that have picture icons (Magnifying glass for Search, Floppy diskette for
Save, Finger pointing to a piece of paper for [icon] properties, and an arrow
pointing out an ajar door for Quit). A tooltip is supposed to appear saying
what the button does when the mouse is hovered over, but no tooltip appears.
There is zero terminal output. Nada. None. Not even a single stub or fixme.
And yes Gecko was installed, and yes it was a clean prefix.
--
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=14552
Summary: Chalos League screen is black
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: henryju(a)yahoo.fr
When launching Chaos League the screen is black (except cursor). We can hear
music and clicking one the menu seems to work (according to the sound).
Logs are full of
fixme:d3d:transform_projection >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from
glOrtho @ state.c / 2825
--
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=30787
Bug #: 30787
Summary: Heroes of Might and Magic V Map Editor takes minutes
to start up (winver>=Win2000)
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 40316
--> http://bugs.winehq.org/attachment.cgi?id=40316
winedbg backtrace during the busy state
It takes 3-4 minutes until the Map Editor for HoMM V appears when Windows
version is set to Win2000 or higher in winecfg. Using Win9x/Me, or WinNT40/35
profiles, the editor loads up in less than 10 seconds.
Wine doesn't print anything in the terminal until the editor window appears.
There is no hdd activity, but cpu usage is constantly ~100 % while Wine is busy
with loading the editor.
If I attach winedbg to the H5_MapEditor.exe process, I always get the same
backtrace as can be seen in the attachment.
It should be noted that bug #29603 describes a very similar problem. Of course
I have no proof if they're about the same problem, but the similarities are
striking.
Fedora 16 x86
gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC)
Kernel 3.3.7-1.fc16.i686.PAE
--
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=24674
Summary: Civilization V shows white screen instead of video
when staring the game
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikko.ronkko(a)iki.fi
Created an attachment (id=31189)
--> (http://bugs.winehq.org/attachment.cgi?id=31189)
Output on console
Instead of a video, the game shows a white screen when starting the game. The
video that should play is in WMV format.
--
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=29872
Bug #: 29872
Summary: Guild Wars: Character graphic is corrupted
Product: Wine
Version: 1.4-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
Created attachment 38825
--> http://bugs.winehq.org/attachment.cgi?id=38825
Heavily corrupted graphic (zoomed out)
Rarely the graphic of my cracter looks a little shiny. I have seen this often
after my group died in an area and I was resurrected at a shrine. If I zoom
more out it looks more weird. If I zoom in it looks 99% normal (there are only
small orange stripes (for example at the site of the nose of my helmet)). The 2
screenshots in the attachments show this. I'm using a GeForce 8600 GT with the
NVIDIA driver 280.13.
--
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=30641
Bug #: 30641
Summary: wine silently replaces requests for thexture formats
not supported by hardware with invalid requests
Product: Wine
Version: 1.5.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)gmail.com
Classification: Unclassified
When running a d3d application using s3tc on drivers that don't have support
for that texture format wine gives lots of complaints like:
err:d3d_surface:surface_allocate_surface >>>>>>>>>>>>>>>>> GL_INVALID_VALUE
(0x501) from glTexImage2D @ surface.c / 2566
err:d3d_surface:surface_upload_data >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500)
from glTexSubImage2D @ surface.c / 2349
GL trace shows:
37923 glTexImage2D(target = GL_TEXTURE_2D, level = 0, internalformat = GL_ZERO,
width = 64, height = 64, border = 0, format = GL_ZERO, type = GL_ZERO, pixels =
NULL)
37923: warning: glGetError(glTexImage2D) = GL_INVALID_VALUE
This is totally useless and bogus.
1) no message is logged about the application using a format that is not
supported.
2) bogus format is used instead so nobody outside of wine can figure out WTF it
is the application tried to do that did not work.
--
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=30182
Bug #: 30182
Summary: SuperPower 2 demo installation aborted
Product: Wine
Version: 1.4
Platform: x86
URL: http://www.gamefront.com/files/3631719/SuperPower_2_De
mo
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hans(a)meelstraat.net
Classification: Unclassified
Regression SHA1: fa2420d6960df77d6073e3666d375936c5999fe7
Created attachment 39392
--> http://bugs.winehq.org/attachment.cgi?id=39392
terminal output
Near at the end of the install process I get the following error message:
"Feature transfer error - Error: -1603 Fatal error during installation."
Afterwards the installer reverts all changes.
Installation works with Wine-1.4 but not with wine-1.4-284-gc5faf15.
fa2420d6960df77d6073e3666d375936c5999fe7 is the first bad commit
commit fa2420d6960df77d6073e3666d375936c5999fe7
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Mon Mar 12 12:26:34 2012 +0100
msi: Perform a case insensitive match on filenames from cabinets.
:040000 040000 6b7210c4e9372efd6a5d2ad5b1d9d99eecf57a45
55e5b3a84d2e1c72443ba9bbe2cf295098f8c5b2 M dlls
The reverted patch fixed the problem.
--
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=19350
Summary: right click context menu requires multiple left
clicks, and multiple selections (control-or-shift)
selecting is buggy
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)tehk.org
When using flashfxp, connecting to a remote ftp site and then a list of the
files/folders on the remote site will appear.
At first, when an attampt is made to select multiple files (while holding
control or shift to select them) several clicks on a single file must be made
first in order to then complete this action.
secondly, when right clicking and bringing up a context menu, it requires 2
left clicks on any item in the menu to select that action versus the standard
one click.
--
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=18787
Summary: Implement interlocked.c for Solaris/x86 using Sun C
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Solaris
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baggett.patrick(a)gmail.com
When compiling Wine from source tarball on Solaris 10 5/09 with Sun Studio 12
cc I get the following message:
"You must implement the interlocked* functions for your compiler"
Sun C uses the same inline assembly language format as GCC, so simply changing
line 27 at top of libs/port/interlocked.c to read:
#if defined(__GNUC__) || defined(__SUNPRO_C)
causes it to successfully compile using the inline assembly. Given the trivial
nature of this, is there any way this can be merged?
--
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=12553
Summary: Toolbars misplaced, hidden
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tarasov.igor(a)gmail.com
Created an attachment (id=12122)
--> (http://bugs.winehq.org/attachment.cgi?id=12122)
WINEDEBUG=+toolbar,+listview,+themingcombo wine 0.9.59 log
Here are two screenshots:
Wine being run with MS comctl32.dll, the same thing you see in Windows:
http://polosatus.ru/wine/toolbar_reference.png
And wine running with it's own version of comctl32:
http://polosatus.ru/wine/toolbar_bug.png
First of all, disappeared toolbar at the middle of screenshot.
Also, notice misplaced right toolbar. It is misplaced to left a bit. I suppose
both bugs are related.
Seems that developers have used some undocumented features, as log has this:
warn:toolbar:TOOLBAR_SetBitmapSize 5 buttons, undoc increase to bitmap size :
16-15 -> 20-20
and this:
warn:toolbar:TOOLBAR_SetBitmapSize 6 buttons, undoc increase to bitmap size :
20-20 -> 16-16
several times.
I've supposed that WINEDEBUG=+toolbar,+listview,+themingcombo should be enough
for initial 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=31741
Bug #: 31741
Summary: python-2.7.3.amd64.msi fails to install
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: tahoar(a)gmail.com
Classification: Unclassified
I tried installing Python 64-bit 2.7.3 on wine1.5-amd64. The installer loads
but will not progress after the introduction page. When clicking "continue",
the installer does nothing. Clicking "cancel" exits the installer.
--
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=34893
Bug #: 34893
Summary: LaTale Launcher gives WSASocketW Failed to create a
socket of type SOCK_RAW, this requires special
permissions
Product: Wine
Version: 1.7.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iyeru42(a)gmail.com
Classification: Unclassified
tried using the regnum fix:
sudo setcap CAP_NET_RAW=ep /usr/bin/wine
sudo setcap CAP_NET_RAW=ep /usr/bin/wineserver
sudo setcap CAP_NET_RAW=ep LaTaleLauncher.exe
Also applied it to the ogplauncher, Still gave the error.
LaTale also requires GC_DONT_GC=1 before the wine command on the downloader for
the client, since it's pandomediabooster.
Get the client here: http://latale.ogplanet.com/en/download/client.og
Pastebin: http://pastebin.com/FTT71zb1
--
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=15864
Summary: window size has reversed width and height
Product: Wine
Version: 1.1.7
Platform: Other
URL: http://jeffz.name/dvt-fc2.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=17001)
--> (http://bugs.winehq.org/attachment.cgi?id=17001)
Windows-vs-Wine
This small program seems to have its width and height mixed up under Wine. The
attached screenshot shows the program running under windows (top) and under
Wine (below)
--
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=23327
Summary: Caesar 3: autorun image missing
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipemoraesbr(a)gmail.com
I´m using Ubuntu Lucid Lynx with nvidia 9500 GT video card, my caesar 3 is br
version, but i do not know if this matters.
Will try to post some kind of log later.
--
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=30141
Bug #: 30141
Summary: 1848 (strategy game) becomes unresponsive after the
first mouse click
Product: Wine
Version: 1.4
Platform: x86
URL: http://www.gamershell.com/download_17042.shtml
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Classification: Unclassified
Regression SHA1: 94c0da184e18252ca2df7f9f462e9a4df9c5f2df
1848 is a freeware, historical strategy game taking place during the Hungarian
Independence War of 1848/49. The next game from the developer is also affected
by this bug (For the Glory!).
The problem: a new game can be started from the menus, but as soon as I click
with the mouse on the game screen, the game becomes unresponsive: music and
animations keep playing but the game no longer responds to mouse or keyboard.
Terminal output isn't too informative:
>fixme:win:EnumDisplayDevicesW ((null),0,0x32ec20,0x00000000), stub!
>fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
>fixme:ddraw:ddraw7_WaitForVerticalBlank iface 0x14dc08, flags 0x1, event (nil) stub!
The problem appeared in Wine-1.3.34 and is still present as of
wine-1.4-78-g94953f1.
94c0da184e18252ca2df7f9f462e9a4df9c5f2df is the first bad commit
commit 94c0da184e18252ca2df7f9f462e9a4df9c5f2df
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Dec 1 07:31:41 2011 +0100
wined3d: Create a PBO in surface_load_location() even if SFLAG_INSYSMEM is
already set.
In the longer term, sysmem and pbo should be separate resource locations.
:040000 040000 0ea129726096c1508557eacfc8272cf884f0c61b
4e1bfdfeccfc95e0b700f75d6841dbb7cc1889da M dlls
Other bugs related to this commit: bug #29287, bug #29613.
Although the commit can be reverted cleanly on current git, I noticed that
- reverting on 1.4 doesn't fix the problem for some reason
- reverting on 1.3.37 does fixes the problem
Steps to reproduce the problem:
1. install the game as usual.
2. start the game with 1848.exe
3. in the main menu choose <Single Player>, then select the Tutorial Campaign
and click on the <Start> button, located in the lower right corner of the
screen.
4. close the Events window and left click anywhere on the main game screen (not
on the minimap). The game no longer responds to mouse or keyboard input.
Fedora 16
Nvidia 250 / driver 290.10
X.Org X Server 1.11.4
--
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=31829
Bug #: 31829
Summary: Ad Astra fails to start when music enabled
Product: Wine
Version: 1.5.1
Platform: x86
URL: http://www.gamedev.net/page/community/gds/view/_/actio
n/ad-astra-r174
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 5e522a1d1c7c84a4c89f67770ff391f05662d35b
Created attachment 41888
--> http://bugs.winehq.org/attachment.cgi?id=41888
terminal output
Ad Astra is a freeware space exploration game. On startup the game shows a
black screen for a moment, then it quits (without a crash dialog/backtrace).
Steps to reproduce the problem:
1. unpack the archive and start the game with AdAstraDX9.exe.
According to my testing, the problem appeared in Wine 1.5.1, and is still
present in 1.5.14.
The result of the regression test:
5e522a1d1c7c84a4c89f67770ff391f05662d35b is the first bad commit
commit 5e522a1d1c7c84a4c89f67770ff391f05662d35b
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Mar 19 07:35:17 2012 -0500
dmloader: Don't claim partial success when loading fails.
:040000 040000 29041b7005a7e7e930ca59d3ca0383b696182b6a
0e98b8be7dce48a9b624f758fc36a6e401e335c5 M dlls
Reverting the patch on 1.5.14 fixes the startup problem.
The game uses midi files for background music, some midi files are located in
the /midi directory.
Running Timidity before starting the game doesn't help.
As a workaround for the startup problem, either remove those midi files or
install native directmusic via winetricks.
Let me know if you need a debug log (+dmloader,...)
--
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=25229
Summary: rejected test cases never go back to queue
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: virtuousfox(a)gmail.com
when test case is rejected instead of outright deleted it does not go back into
queue to be reviewed even after being edited by submitter.
this issue was discussed sometime year or two ago but apparently never was
fixed.
example here: user have submitted result and it got rejected for better
detailing, it was edited by submiter and mail notification was sent to me.
"test result" is
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4976&iTestingI…
but it not anywhere in my queue list. i want to reject it second time anyway
since submitter didn't bothered to read damn notes and howtos at app test page
again or look at other, proper submits but i can't even do that now since it's
not in queue and i can't do anything with 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=23045
Summary: Far Cry 2: unexpected exiting of application
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mgavl69(a)juno.com
Created an attachment (id=28591)
--> (http://bugs.winehq.org/attachment.cgi?id=28591)
fc2bugs_builtin_secur32
Far Cry 2 will unexpectedly exit with no backtrace. Mainly this is a problem
encountered when starting a 'New Story',if it doesn't exit on the loading
screen, and going along the first jeep ride. I haven't seen it happen when
'Continuing' or loading from a previous saved game yet.
This is one has been puzzling me since alot of people report this in the
AppDb pages. The component I've been mainly focusing on is the secur32.dll
(builtin & native). Using the native secur32.dll I haven't had any crashes or
unexpected exits at all. Using the builtin secur32.dll the exiting always
happens. See attachments. winedebug=+file,+secur32
Using winedbg hasn't provided any useful info to me to make sense of it but
maybe my winedbg-fu isn't up to par. If you have any suggestions about other
channels / winedbg commands (or example how-to pages/commands) I could look
into to provide some more useful info let me know.
--
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=37142
Bug ID: 37142
Summary: rome total war 2: crashes at start
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: daneker88(a)gmail.com
Created attachment 49364
--> https://bugs.winehq.org/attachment.cgi?id=49364
error report
game crashes when i click play
--
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=35257
Bug ID: 35257
Summary: when wine system tray left click,wine does not draw
top-down menu in correct cordinator.
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matyapiro31(a)gmail.com
Classification: Unclassified
Created attachment 47024
--> http://bugs.winehq.org/attachment.cgi?id=47024
This background was unforcused,not because wine.
System tray apps i tried was only Hidemaru,but it must not hidemaru's own
problem.
When clicked right ,it correctly draw menu.
--
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=34907
Bug #: 34907
Summary: Evernote 5.0.x (all versions) search popup permanently
above all other windows
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danny(a)orionrobots.co.uk
Classification: Unclassified
Using Evernote 5.0.x (1,2 and 3 have exhibited this on Wine), the search popup
is always on top - above all other desktop windows, and is hard to close.
I usually have to minimize the main Evernote window to make it disappear.
This is seen on FC19 x86_64.
--
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=34585
Bug #: 34585
Summary: Only one System-Tray icon is responsive at a time
Product: Wine
Version: 1.7.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stewved(a)gmail.com
Classification: Unclassified
To replicate:
1 Open any app that has a system tray icon eg. Steam.
2 Open another app that also uses the tray icon.
The first app's icon icon wont register any clicks.
No difference when using the same prefix or different ones.
--
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=33478
Bug #: 33478
Summary: Borderlands 2 on FGLRX compiles a shader every frame.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roboman2444(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
So whenever running Borderlands 2 under wine with FGLRX, I get about 2 fps. It
doesn't matter the resolution, graphical settings, Borderlands 2 config file
edits, or winecfg settings.
Using APITrace, I have concluded that GLCompileShaderARB and GLLinkProgramARB
are being called every single frame, and taking up a lot of cpu time.
This may effect some other games, such as Serious Sam 2 HD, but I don't have
conclusive evidence that this is the problem.
Wine version affected- 2.5.29 and below.
OS- Debian Squeeze x86.
CPU- amd FX8320
RAM- 24GB 1866mhz
GPU- dual 6970's. Crossfire disabled for wine.
Drivers- FGRLX 13.4. It has happened in previous versions as well.
--
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=33397
Bug #: 33397
Summary: World of Warcraft 5.x, openSUSE 12.3 & Wine 1.5 very
low fps
Product: Wine
Version: 1.5.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fakemoth(a)gmail.com
Classification: Unclassified
Wine has very poor performance in World of Warcraft 5.x Mists of Pandaria,
Wine 1.5.x any recent version on high end ATI/AMD graphic cards (D3D or OpenGL,
both 32 and 64bit client), 4 to 5 times slower than reported usually in forums,
to the limit of unplayable, for example 6 frames/s in intensive fights like
Sha, 14 frames/s in major cities on busy realms, with an overal media of 20 fps
on a ATI/AMD Radeon HD 6950/2GB (13.1 vendor driver), 6 core AMD CPU 1055T, 8GB
RAM DDR3, 10krpm WD Raptor, OpenSUSE 12.3 x86_64.
Confirmed also for Ubuntu 12.10 x86_64. No other problems it installs and runs
fine except the FPS issue.
Nothing seems to help. More here:
http://forum.winehq.org/viewtopic.php?f=8&t=17703&p=84834#p84834
and here
http://forums.opensuse.org/english/get-technical-help-here/games/480599-wor…
--
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=32097
Bug #: 32097
Summary: hover menu of QQ2012 contact flushes and randomly
disapears
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Hello,
This is a follow up of Bug 32066.
To reproduce:
1. Download qq2011
http://dl_dir.qq.com/qqfile/qq/QQ2011/QQ2011.exe
2. Install QQ2011.exe
3. set atl80 to native, work around 30512
4. `winetricks -q riched20`, work around Bug 29636
5. `winetricks -q ie7`, work around Bug 29638
6. Start QQ.exe
7. login (be careful of Bug 27468)
accout: 1469264807
Password: winedebug
8. open the main UI of QQ, move the mouse to the "My Profile icon" or one of
the contacts' icon, such as qq-myprofile-hover-menu.png and
qq-contact-hover-menu.png
At this time, a hover menu will popup, such as the two screenshot showing.
9. move the mouse from one icon to anonther icon, for example, move from "My
Profile icon" to "winedebug", or move from "winedebug" to "fracting", and so
on.
Expect Result:
Different hover menu shoud be displayed for each related icon.
Actual Result:
The hover menu usually flushes in a moment and disappears.
--
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=31714
Bug #: 31714
Summary: AutoCAD 2005 pan became unacceptably slow in 1.5.13
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
Classification: Unclassified
After updating to 1.5.13 the pan command became very slow and jerky.
To reproduce, simply open a drawing and try to pan with middle mouse button.
Up to wine 1.5.12 it was quite smooth and fast, now it's jerky and very slow.
--
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=31291
Bug #: 31291
Summary: Unable to input german umlaut characters with certain
locales
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ldm(a)gmx.at
Classification: Unclassified
I can not type german Umlaut characters äöü when i have the locale
en_DK.utf8
however if I set it to
en_US.utf8 or de_DE
it works! This is independet from the keyboard layout. Copy-pasting into the
wine application works in any case and the characters are displayed correctly.
Inputing german characters should work equaly well in any locale and only
depend on the keyboard layout. In any case it should work in en_DK.utf8 just as
well as in en_US.utf8 since both are english and both are unicode. Tested with
wine-1.5.9.
--
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=25223
Summary: Tray icons are flickering
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lyoko(a)live.com
I'm using uTorrent 2.0.4 in the latest wine, and the tray icon flickers when my
mouse is over his tray icon, or sometimes the tray icon gets yellow backround..
just a small issue..
--
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=24884
Summary: Star Wars: The Force Unleashed needs d3dx9_36
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=31513)
--> (http://bugs.winehq.org/attachment.cgi?id=31513)
Log
Attached log shows a bunch of stubs the game depends on. winetricks d3dx9_36
works around the problem.
--
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=24444
Summary: Privates (game) crashes upon startup
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devurandom(a)gmx.net
Created an attachment (id=30837)
--> (http://bugs.winehq.org/attachment.cgi?id=30837)
crash.log
I installed the game "Privates" [1], but it crashes right on startup, after
installation.
[1] http://www.e4.com/game/privates.html
--
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=24234
Summary: Huge flicker problem when playing Dragon Age
fullscreen with ATI card
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rig9919hd(a)gmail.com
I am trying to play Dragon Age Origins using ATI Catalyst driver with Radeon HD
4870.
I will just list the combinations of settings and their results rather than try
explaining whats happening.
TEST 1
winecfg: desktop emulation on 1600x900
in-game graphics: fullscreen on, 1600x900
command used to launch: wine daorigins.exe
result: launches fine and things are ok until I alt-tab (to hide the taskbar,
because it still has focus) to give full focus to the game window and then
massive flicker occurs with weird color changes. unplayable
TEST 2
winecfg: desktop emulation on 1600x900
in-game graphics: fullscreen off, 1600x900
command used to launch: wine daorigins.exe
result: everything's fine, but not ideal because when mouse goes to bottom of
screen while playing, taskbar pops up if
TEST 3
winecfg: desktop emulation off
in-game graphics: fullscreen on, 1600x900
command used to launch: wine daorigins.exe
result: huge flicker problem, unplayable
TEST 4
winecfg: desktop emulation off
in-game graphics: fullscreen on, 1024x768
command used to launch: wine daorigins.exe
result: playable but not ideal because my screen is 1600x900
TEST 5
winecfg: desktop emulation off
in-game graphics: fullscreen on, 1600x900
command used to launch: startx `which wine` daorigins.exe -- :1
result: huge flicker, unplayable
TEST 6
winecfg: desktop emulation on, 1600x900
in-game graphics: fullscreen on, 1600x900
command used to launch: startx `which wine` daorigins.exe -- :1
result: best result so far, no flicker, good resolution, but about 20 pixels
are cut off the bottom because of desktop emulation being on
It seems like anytime the game is played at "real fullscreen" the flicker
problem occurs.
--
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=23825
Summary: Default charset for help files does not in sync with
the default charset for the system
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aceler(a)gmail.com
Created an attachment (id=29902)
--> (http://bugs.winehq.org/attachment.cgi?id=29902)
screenshot
The system can have a default charset for the files, including html files, like
cp-1251 for Russian, cp-1254 for Turkish and so on.
Some of the people, writing help files assume that the codepage for these files
is the default, but wine help browser shows it in iso-8859-1.
--
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=23437
Summary: winevdm.exe crashes in Discovering Endangered Wildlife
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29235)
--> (http://bugs.winehq.org/attachment.cgi?id=29235)
Console output on crash
Discovering Endangered Wildlife is a multimedia CD-ROM originally produced by
Lyriq International Corporation. It was more recently marketed by
GSP/Avanquest, at least in the UK as David Bellamy's Endangered Wildlife.
It's a Win16 application. There are several sub-games which cause a crash when
you exit them.
Run DISCOVER.EXE. Click the Discovery Game button. Enter your name and click OK
if asked. Click on an animal. When the grid screen appears, click the jigsaw,
word finder or picture scramble icons. Click the Done button at the lower right
of the screen. Wine shows a Program Error dialog box saying "The program
winevdm.exe has encountered a serious problem and needs to close. ..."
Console output begins (the read access address varies from run to run):
wine: Unhandled page fault on read access to 0x00001698 at address 0x683a67fc
(thread 001a), starting debugger...
Unhandled exception: page fault on read access to 0x00001698 in 32-bit code
(0x683a67fc).
fixme:dbghelp:addr_to_linear Failed to linearize address 005a:ab08 (mode 0)
--
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=22268
Summary: SWKOTOR: Fails to detect installed graphic drivers
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=27198)
--> (http://bugs.winehq.org/attachment.cgi?id=27198)
What happens after clicking scan hardware in configurator
The problem is that Star Wars Knights Of The Old Republic configurator fails to
detect installed graphic drivers. I click on the scan hardware in configurator
and I get what I showed in attachment
In terminal there are only these lines:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f2d0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f2d0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e240,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e240,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e240,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e240,0x00000000), stub!
Additional info:
Fedora 12 32 bit
self-compiled Wine 1.1.42
NVIDIA 9xxx with drivers from vendor site 195.36.15
--
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=21852
Summary: word 2007 loses bold and italic formatting on some
fonts when printing to file
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=26457)
--> (http://bugs.winehq.org/attachment.cgi?id=26457)
output when starting word, opening document then printing to file
I open a document in Word 2007.
The font used is DoulosSIL - installed from the Ubuntu (Karmic) repositories.
I select print -> print to file and save a file as .pdf.
What should happen:
PDF should retain formatting of bold and italic type. This works fine with the
Garamond font (which Word comes with??).
What actually happens:
All bold and italic formatting is lost.
Possibly linked to http://bugs.winehq.org/show_bug.cgi?id=16121 ??
Terminal output when performing this action 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=21683
Summary: AutoCAD 2002: installation of Service Pack 1 fails
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
My Linux is Fedora 12 32 bit. My problem is that i can't install Service Pack 1
for AutoCAD 2002.
1. delete "~/.wine"
2. install AutoCAD 2002
5. run k030rc2_k044_acad_swl_r4.exe or run k030rc2_k044_acad_unl_r4.exe from
www.autodesk.com
6. get an error 114 for k030rc2_k044_acad_swl_r4.exe or 1612 for
k030rc2_k044_acad_unl_r4.exe
Both errors do say that sp for AutoCAD 2002 wasn't applied, it didn't even
start.
In first case there is no terminal output. In second case terminal output is:
fixme:msi:MsiSourceListGetInfoW Unhandled context 4
fixme:msi:MsiSourceListGetInfoW Unhandled context 4
fixme:msi:MsiSourceListGetInfoW Unhandled context 4
fixme:msi:MsiSourceListGetInfoW Unhandled context 4
Two fixmes appear before error message and two after closing error message.
--
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=20955
Summary: Adobe CS4 - License not shown
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://trials.adobe.com/Applications/Photoshop/CS4/Win
/ADBEPHSPCS4_LS1.7z
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=25120)
--> (http://bugs.winehq.org/attachment.cgi?id=25120)
Screenshot
During setup of Adobe CS4, the license is not shown. See screenshot.
--
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=20868
Summary: MusicTime 2.0 prints files incorrectly.
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jussaar(a)mbnet.fi
Created an attachment (id=25009)
--> (http://bugs.winehq.org/attachment.cgi?id=25009)
Correctly printed PDF-file (Windows XP, PDF Creator)
When printing sheet music with MusicTime 2.0 some graphics are not printed
correctly. Ties between notes are the most noticeable errors. Some of the ties
are placed at the upper left corner of the sheet, others don't have staff lines
behind them when they should. Both software PDF printer and HP DeskJet printer
where tested, and both had similar results.
I'm currently using ArchLinux rolling release which is up to date, though I
have encountered previously these same problems with Gentoo Linux and various
releases of Ubuntu Linux.
I'm also attaching two PDF-files. One is a correctly printed music file
(Windows XP, PDF Creator), the other is an incorrectly printed PDF-file (CUPS
PDF printer).
--
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=18543
Summary: Text input form and pulldown menu stop functioning in
wine 1.1.x release
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gjin(a)ubicom.com
The application is a MS WINDOW configuration tool, which uses a number of
widgets,
like checkbox, text input filed (form), pulldown menu, etc.
The last working version I used is wine-0.9.61 with FreeBSD 6.3-R/6.4-R. All
those widgets work well.
Since FreeBSD 7.x is no longer to compile wine-0.9.61, so I built from
wine-1.1.x to 1.1.18 in past a couple of months, the most things work well
except the "text input field (form)" and the "pulldown menu" stop working.
In a working case, when clicking on the text input field, it will concaved in
and waiting for input. In wine-1.1.x, concaving will not happen and it is not
accept any typing.
In working wine-0.9.61, the pulldown menu will concave in and show a upside
down triangle button for choosing a pulldown items. In wine-1.1.x, this will
not happen either -- see attached GIF image for non working case.
--
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=17956
Summary: BGII: Sluggish performance with fixpack installed
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: casperbruun(a)gmail.com
Installing the BGII Fixpack causes some very annoying slow downs while playing
Baldur's Gate II: Shadows of Amn and the expansion Throne of Bhaal.
Small thread about the issue on the official fixpack forum:
http://forums.gibberlings3.net/index.php?showtopic=14537&st=0
Installing the core component of the fix pack will make the game overall less
responsive (opening menus, clicking on "Cast spell", etc), longer load times
when loading a new game and a 1-2 second freeze when selecting the main
character.
Running other mods on your BGII installation causes no such issues, it is only
this specific part of the Fixpack. As can be read by following the link, no
such issues occur while playing the game from Windows. I can verify that as
well.
I am honestly at a loss as to what is causing the problem.
--
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=16816
Summary: Fallout 3 slowdowns dramatically when using VATS
Product: Wine
Version: 1.1.12
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ape3000(a)gmail.com
Seems like dialogs and hit animation from combat resolved using VATS
dramaticaly decrease your FPS.
It has been reported that FPS slowdowns in VATS are only occurred with nVidia
GeForce 7XXX or older, If you have nVidia GeForce 8XXX, 9XXX or even newer it
should work better.
It has been suggested that special shader replacements(smb30->smb20) for older
cards could help as the new shaders seem to be mostly involved in vats and
dialog sequences...
I think the game works flawlessly on the native windows system also on the
older cards (GeForce 7XXX and older), so this is a bug in Wine.
--
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=16285
Summary: Miranda IM with History++ plugin not showing history
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lleoliveirabr(a)gmail.com
Created an attachment (id=17566)
--> (http://bugs.winehq.org/attachment.cgi?id=17566)
Terminal log
Hi, I tried Miranda IM 0.8 build 24 with History++ plugin and I don't see
contacts history.
Miranda IM download link:
http://files.miranda-im.org/builds/miranda-v080a24w.zip
History++ plugin download link: http://themiron.mirandaim.ru/alpha
Look the screenshot attached to see how history is working.
Look terminal log attached to see the erros.
--
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=10354
Summary: Microsoft Office 2003 installer is missing a portion of
the dialog on finish
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
When I finish installing Microsoft Office 2003 on Windows there are 2
checkboxes, one to check for updates and another to delete the installation
files. When reaching the finishing prompt on wine only the checkbox for check
for updates is present.
--
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=32843
Bug #: 32843
Summary: Box Sync installer fails with no internet connection.
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeeper74(a)msn.com
Classification: Unclassified
Box sync installer fails with no internet connection. Tried in POL 1.5.22 and
just the regular wine install of 1.4.1 with the same results in both. I tried
to follow directions for updating ect/hosts with my IP and still no results.
--
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=36170
Bug ID: 36170
Summary: valgrind shows an unitialized variable in
programs/cmd/tests/batch.c (WCMD_output_asis_len)
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==4054== Use of uninitialised value of size 4
==4054== at 0x40416D4: wcstombs_sbcs_slow (wctomb.c:246)
==4054== by 0x4041E49: wine_cp_wcstombs (wctomb.c:452)
==4054== by 0x7B850EDC: WideCharToMultiByte (locale.c:2142)
==4054== by 0x4EF85DE: WCMD_output_asis_len (wcmdmain.c:113)
==4054== by 0x4EF88A5: WCMD_output_stderr (wcmdmain.c:173)
==4054== by 0x4EF51AA: WCMD_assoc (builtins.c:4758)
==4054== by 0x4EFC2F7: WCMD_execute (wcmdmain.c:1594)
==4054== by 0x4EFDE52: WCMD_process_commands (wcmdmain.c:2294)
==4054== by 0x4EE6FD0: WCMD_batch (batch.c:95)
==4054== by 0x4EFB0A0: WCMD_run_program (wcmdmain.c:1187)
==4054== by 0x4EFC383: WCMD_execute (wcmdmain.c:1618)
==4054== by 0x4EFDE52: WCMD_process_commands (wcmdmain.c:2294)
==4054== by 0x4EFECE7: wmain (wcmdmain.c:2590)
==4054== by 0x4EFF24A: __wine_spec_exe_wentry (exe_wentry.c:36)
==4054== by 0x7B8641DB: ??? (process.c:1045)
==4054== by 0x7B864328: start_process (process.c:1097)
==4054== by 0x7BC87017: ??? (signal_i386.c:2571)
==4054== by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==4054== by 0x7BC86FF5: ??? (signal_i386.c:2571)
==4054== by 0x7BC5A14C: start_process (loader.c:2840)
==4054== Uninitialised value was created by a stack allocation
==4054== at 0x4EF4BBA: WCMD_assoc (builtins.c:4619)
==4054==
--
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=37195
Bug ID: 37195
Summary: windows cmd does not accept wild cards when used in
Wine
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: jj.wauters(a)hotmail.com
Created attachment 49444
--> https://bugs.winehq.org/attachment.cgi?id=49444
batch example
Running a batch file where wild cards are used does not succeed as wild cards
are not recognized.
Example with attached batch:
when running in Windows it shows the files
when running in Wine it does not shows the files
--
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=19895
Summary: C&C 95 tfd exits with unhandled priviliged instruction
error
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: remco.siemonsma(a)gmail.com
Created an attachment (id=23347)
--> (http://bugs.winehq.org/attachment.cgi?id=23347)
Error log including register dump and stack dump
When starting C&C 95 from the first decade menu it errors and exits.
--
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=35002
Bug #: 35002
Summary: Grand Touring crashes silently with "Stuff It."
MessageBox error.
Product: Wine
Version: 1.7.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Salz85(a)gmail.com
Classification: Unclassified
Created attachment 46643
--> http://bugs.winehq.org/attachment.cgi?id=46643
Grand Touring debug output using +seh,+relay options.
The Game "Grand Touring" crashes after a selection menu for a videocard and
displaying for a few seconds the intro screen, without any recognizable error
message from wine.
The application crashes displaying a MessageBox showing a rather cryptic "Stuff
It" error message. Yet, only a single error regarding a missing implementation
of directplay is shown on the debug output, and disappears by using "sh
winetricks direct play" (the game keeps crashing, of course).
I've attached the output of running the application with the
"WINEDEBUG=+seh,+relay" debug options.
--
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=26475
Summary: Homefront (Steam) crashes at launch
Product: Wine
Version: 1.3.16
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=33712)
--> (http://bugs.winehq.org/attachment.cgi?id=33712)
Crash dump for Homefront
Homefront downloads and installs correctly from Steam, but upon launching the
game an crash dialog appears. I've attached the crash dump.
Sorry I don't have much more info than that. Maybe it's related to the
Steamworks DRM?
--
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=36798
Bug ID: 36798
Summary: kernel32/change.c fails on fedora rawhide
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
[austin@localhost tests]$ make change.ok
../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p
kernel32_test.exe.so change && touch change.ok
change.c:557: Test failed: ov.InternalHigh wrong
change.c:560: Test failed: offset wrong
change.c:561: Test failed: action wrong
change.c:562: Test failed: len wrong
change.c:563: Test failed: name wrong
Makefile:240: recipe for target 'change.ok' failed
make: *** [change.ok] Error 5
[austin@localhost tests]$ git describe
wine-1.7.20-122-gd2d62cf
I suspect it's related to a newer kernel (haven't tested an older one yet):
[austin@localhost tests]$ uname -a
Linux localhost.localdomain 3.16.0-0.rc1.git3.1.fc21.x86_64 #1 SMP Thu Jun 19
23:08:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
--
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=34365
Bug #: 34365
Summary: Splinter Cell: Blacklist error with
d3d_texture:wined3d_texture_apply_state_changes
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Clean wineprefix
err:d3d:wined3d_debug_callback 0xc203108: "GL_INVALID_VALUE error generated.".
err:d3d_texture:wined3d_texture_apply_state_changes >>>>>>>>>>>>>>>>>
GL_INVALID_VALUE (0x501) from glTexParameteri(GL_TEXTURE_MAX_ANISOTROPY_EXT,
aniso) @ texture.c / 394
--
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=34916
Bug #: 34916
Summary: cmd:batch fails on Windows 8 and 8.1
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
The following test failure is systematic on Windows 8 and 8.1:
http://test.winehq.org/data/tests/cmd.exe:batch.html
batch.c:312: Test failed: unexpected char 0x27 position 0 in line 315 (got
''--a--------'', wanted ''--a------'@or_broken@'%~ai'')
--
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=20986
Summary: err:ntdll:RtlpWaitForCriticalSection with
Euler/maxima.exe
Product: Wine
Version: 1.1.34
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zaleksf(a)umich.edu
I am running wine-1.1.34 on Ubuntu-9.10-x64 on my Dell Inspiron 1420 laptop
which has a Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz processor. I have
installed Euler Math Toolbox (v8.7 at http://eumat.sourceforge.net/index.html)
and the installation went flawlessly. Euler launches and runs (performs
computations) with only the following errors which are generally invisible to
the user (no problem running Euler):
$ wine euler
fixme:win:EnumDisplayDevicesW ((null),0,0x32f778,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f778,0x00000000), stub!
However, once the Euler user attempts to have Euler make a computation with
maxima.exe (included with Euler), maxima.exe fails to start ('Could not start
Maxima!' message in the user window after long delay) and the following error
occurs:
err:ntdll:RtlpWaitForCriticalSection section 0x4eb0ac "?" wait timed out in
thread 001c, blocked by 001d, retrying (60 sec)
Rene Grothmann (Euler developer) indicates he can run this current version of
Euler on Linux/Wine without any issues. I have tried running Euler/maxima.exe
on several different versions of Wine with the same results (v1.0.1, 1.1.32).
Please let me know what I can do to correct this, or if there is any more
information I can send to you.
Regards
Steve Zalek
--
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=30910
Bug #: 30910
Summary: Lighting incorrectly drawn in Alien Shooter
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karaluh(a)karaluh.pl
Classification: Unclassified
As in summary, see atached screenshot.
--
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=35706
Bug ID: 35706
Summary: Splinter Cell: Blacklist crashes with Vista version
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Created attachment 47681
--> http://bugs.winehq.org/attachment.cgi?id=47681
log
Crashes when version set to Vista. Use native d3dx9_36 solves the issue.
--
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=29325
Bug #: 29325
Summary: Stranded II: laggy mouse pointer in the inventory
screen
Product: Wine
Version: 1.3.32
Platform: x86
URL: http://www.strandedonline.de/s2_download.php
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Classification: Unclassified
Regression SHA1: 2da4f87a7e7551f17cd650ef6d8596f595efc13b
I came across the problem while checking bug #21238.
The problem: movement of the mouse pointer becomes extremely slow/laggy if I
open the inventory screen in Stranded 2. Other screens (diary, character info)
don't exhibit the problem.
Terminal output doesn't reveal anything interesting.
The problem appeared in 1.3.32 and is still present in
wine-1.3.34-202-gb0f704d.
The result of the regression test:
2da4f87a7e7551f17cd650ef6d8596f595efc13b is the first bad commit
commit 2da4f87a7e7551f17cd650ef6d8596f595efc13b
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Oct 24 20:45:42 2011 +0200
wined3d: Upload directly from the source surface in wined3d_surface_blt(),
if possible.
This avoids either loading sysmem surfaces into video memory (wasting GPU
memory) and then doing a blit on the GPU, or downloading GPU surfaces to
sysmem, doing a blit on the CPU, and likely uploading it again. This mostly
matters for ddraw and d3d8 applications, d3d9 already has to go through
wined3d_device_update_surface() to transfer data from sysmem surfaces to
GPU
surfaces.
:040000 040000 de2e083e774b6605b4330430830583b12fb510f4
16fd239dcdf7e70872e0ff77f91e66b135638d2b M dlls
git checkout 2da4f87a7e7551f17cd650ef6d8596f595efc13b >>slow mouse pointer
git reset --hard HEAD^ >>smooth mouse movement
Steps to reproduce the problem:
In the main menu select <Adventure>, skip the intro. Press 'c' to open the
inventory screen. You can observe that the mouse pointer becomes very sluggish
(compared to the rest of the game).
Fedora 16 x86
Nvidia 250 / driver 290.10
X.Org X Server 1.11.2
--
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=18560
Summary: No crosshairs in Starfleet Academy
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Windows 98
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Created an attachment (id=21222)
--> (http://bugs.winehq.org/attachment.cgi?id=21222)
wine-1.1.21 output
Hello,
the targets have no crosshairs in Star Trek: Starfleet Academy.
My OS:
Ubuntu 9.04 amd64
Intel Core2Duo T7300
Nvidia Quadro NVS140M
NVIDIA 180.44 drivers
Attached are a screenshot and the wine output.
--
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=23048
Summary: UT3 Fails due to glPointSize invalid values.
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kphillisjr(a)gmail.com
Created an attachment (id=28595)
--> (http://bugs.winehq.org/attachment.cgi?id=28595)
Output log from wine.
Latest Patch from unreal tournament 3 fails and locks up before allowing me to
enter the key.
Attached is the log for wine version 1.2-rc2
Test System:
Ubuntu 10.04 (64-bit)
Radeon HD 5770
Athlon II x4 620
4gb ddr3 1600 memory.
--
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=35427
Bug ID: 35427
Summary: Wine crashes when running Diplomacy (1999)
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lordpeyre(a)yahoo.com
Classification: Unclassified
Created attachment 47280
--> http://bugs.winehq.org/attachment.cgi?id=47280
Backtrace
Diplomacy (the 1999 version) runs great on Wine, except that it suddenly
crashes at seemingly random points in the middle of the game.
--
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=34067
Bug #: 34067
Summary: Sherlock Holmes: The Mystery of the Mummy demo black
screen after launch
Product: Wine
Version: 1.6-rc5
Platform: x86
URL: http://www.fileplanet.com/118624/110000/fileinfo/The-M
ystery-of-the-Mummy-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45287
--> http://bugs.winehq.org/attachment.cgi?id=45287
+d3d
Clean wineprefix.
fixme:win:EnumDisplayDevicesW ((null),0,0x32f618,0x00000000), stub!
err:d3d:context_create wglSwapIntervalEXT failed to set swap interval 1 for
context 0x18ceb8, last error 0x591
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
err:d3d:context_create wglSwapIntervalEXT failed to set swap interval 1 for
context 0x18cea0, last error 0x591
fixme:d3d_surface:wined3d_surface_flip Ignoring flags 0x1.
sha1sum c1e2565371b4f5c1cb52f654f55aab34617ef74d
demo_Mystery_of_the_mummy.zip
--
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=26712
Summary: Syberia 1 Demo: Fading in virtual desktop affects the
entire screen
Product: Wine
Version: 1.3.17
Platform: x86-64
URL: http://www.adventurespiele.net/CmodsDownload-index-req
-viewdownloaddetails-lid-337.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Created an attachment (id=34023)
--> (http://bugs.winehq.org/attachment.cgi?id=34023)
wine 1.3.17 output
The demo runs in a virtual desktop here.
Always when it fades between scenes (means turning black for a moment) this
fade does not only affect the virtual desktop but my entire screen/monitor gets
black.
Just start the demo (use wine taskmgr to bring the game to foreground and
adjust the window size). Then quit the game and you should see a fade there
which affects your entire screen.
Video card: GeForce GTX 460
Drivers: 270.29
Ubuntu 10.10 amd64
--
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=18915
Summary: FAR Manager: crashes shortly after startup
Product: Wine
Version: 1.1.17
Platform: PC
URL: http://farmanager.com/nightly/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yurivkhan(a)gmail.com
Ubuntu 9.04 Jaunty Jackalope
wine-1.1.17-123-g8e12ad4 and newer
FAR Manager 2.0 builds 908 and newer
When started in wineconsole, FAR displays empty file panels and over them an
access violation error message:
> Internal error
> "Access violation (read from 0x00000004)"
> Exception address: 0x00000004 in module:
(addresses vary depending on Wine version, but are close to zero)
FAR has to be killed then.
In Wine 1.0.1 FAR starts normally.
--
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=34936
Bug #: 34936
Summary: Sky flickers in War Thunder
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fasteddie05(a)gmx.de
Classification: Unclassified
When playing War Thunder Version 1.35. the sky is flickering using no extra
(native) dlls.
--
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=14916
Summary: Dameware NTutilities crashes
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.dameware.us/files/DNTU6x.msi
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Created an attachment (id=15493)
--> (http://bugs.winehq.org/attachment.cgi?id=15493)
crash log
Reported by a user on user-list. Crashes in comctl32. I'll attach the crash
log.
After winetricks cc580, it crashes in unimplemented function in activeds. I'll
send a patch for the latter crash to wine-patches. After that, the main gui is
up fine
--
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=12544
Summary: Adobe Acrobat Pro 6 -- Save As Certified Document fails
Product: Wine
Version: 0.9.59.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Acrobat Pro offers a feature to digitally sign documents.
Under the File menu, selecting Save As Certified Document produces a msgbox
that prompts user to Get Digital ID From Adobe Partner. Clicking on the button
shown makes the msgbox go away, but then nothing happens.
--
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=36231
Bug ID: 36231
Summary: SfcIsFileProtected function unimplented
Product: Wine
Version: 1.7.18
Hardware: x86
URL: http://www.gamershell.com/download_36990.shtml
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jarkko_korpi(a)hotmail.com
sha1sum Drakensang_DEMO_setup_ENGLISH.exe
2e47a2fbc7307e736394bf1d2b1a2f09c497c7a1
Size 500,7Mb.
I installed the demo into clean prefix and noticed at command line:
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\Drakensang -
DEMO\\unins000.exe") stub
Which lead me here
http://msdn.microsoft.com/en-us/library/windows/desktop/aa382536%28v=vs.85%…
SfcIsFileProtected function
Determines whether the specified file is protected. Applications should avoid
replacing protected system files.
Syntax
C++
BOOL SfcIsFileProtected(
_In_ HANDLE RpcHandle,
_In_ LPCWSTR ProtFileName
);
Parameters
RpcHandle [in]
This parameter must be NULL.
ProtFileName [in]
The name of the file.
Return value
If the file is protected, the return value is a nonzero value.
If the file is not protected, the return value is zero.
--
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=37245
Bug ID: 37245
Summary: Can't execute cmd /c "script.bat" "argument"
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: mhlavink(a)redhat.com
Created attachment 49533
--> https://bugs.winehq.org/attachment.cgi?id=49533
trace
I'm trying to make Profili 2 Pro work in wine. So far I reached the point where
it works, but there is an issue when application tries to execute is *.bat
wrapper.
I get this error (more complete trace is attached):
Can't recognize 'C:\ProfiliProV2\xf.bat" "C:\ProfiliProV2\XFoil.exe' as an
internal or external command, or batch script.
With trace enabled, I get:
wmain Full commandline 'L"C:\\windows\\system32\\cmd.exe /c
\"C:\\ProfiliProV2\\xf.bat\" \"C:\\ProfiliProV2\\XFoil.exe\""'
WCMD_DumpCommands Parsed line:
WCMD_DumpCommands 0x121c18 0 00 (nil) L"C:\\ProfiliProV2\\xf.bat\"
\"C:\\ProfiliProV2\\XFoil.exe" Redir:L""
command has stripped first and last \" but the quotes in the middle remained
WCMD_process_commands Executing command: 'L"C:\\ProfiliProV2\\xf.bat\"
\"C:\\ProfiliProV2\\XFoil.exe"'
WCMD_execute param1: L":\\ProfiliProV2\\xf.bat\"", param2:
L"C:\\ProfiliProV2\\XFoil.exe"
param1 is missing 'C' as first character and has surplus \" at the end
WCMD_run_program first param='L"C:\\ProfiliProV2\\xf.bat
C:\\ProfiliProV2\\XFoil.exe"'
and looking for the command in that composed path fails (as expected):
Searching in 'L"C:\\ProfiliProV2\\xf.bat C:\\ProfiliProV2\\"' for
'L"XFoil.exe"'
The problem related to wcmdmain.c:wmain(...) around line 2590:
/* strip first and last quote characters if opt_s; check for invalid
* executable is done later */
if (opt_s && *cmd=='\"')
WCMD_strip_quotes(cmd);
before this, cmd is:
"C:\ProfiliProV2\xf.bat" "C:\ProfiliProV2\XFoil.exe"
after this, cmd is
C:\ProfiliProV2\xf.bat" "C:\ProfiliProV2\XFoil.exe
the quotes in the middle remains.
opt_s was not specified, but was triggered on by checks around 2450: there is
at least one quote (pass), there is a second quote(pass) and there is no more
quotes(fail) - the last one fails and sets opt_s. My guess would be that those
checks should be done on first argument, not all of them together.
The xf.bat is very simple wrapper:
%1 <XFoil.cmd >XFoil.out
exit
--
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=35533
Bug ID: 35533
Summary: Make it possible to see the sent patch files inline
without extra download step
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Classification: Unclassified
Currently clicking on a patch file attached to a job leads to a save file
dialog, it would be preferable (at least to me) to be able to see it inline.
--
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=23310
Summary: Mouse pointer prevented from leaving virtual desktop
window when it shouldn't be
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.gamershell.com/download_1721.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
With some programs which use full-screen mode, Wine stops the mouse pointer
from leaving the window, even when virtual desktop mode is enabled and "Allow
DirectX apps to stop the mouse leaving their window" is not selected. I'll
describe two such programs.
Airport Tycoon 2 is an airport management simulation game. A demo can be
downloaded from http://www.gamershell.com/download_1721.shtml
This bug applies to the full game and the demo.
[An alternative version can be downloaded from
http://d.trymedia.com/dm/take2/60m_d/t_07om/AirportTycoon2Setup.exe
That is apparently a time-limited full version which can be unlocked on
payment. Installing IE6 using winetricks could get that to work, but as the
demo shows the problem it's not necessary.]
Use winecfg to enable virtual desktop mode, and make sure "Allow DirectX apps
to stop the mouse leaving their window" is not checked. Running the game, the
pointer is captured so it cannot leave the virtual desktop window. It is
therefore difficult or impossible to e.g. move the Wine virtual desktop window.
There are also issues when you have another window open and active in front of
the virtual desktop (e.g. Alt-Tab to a terminal window). Moving the mouse in
that non-Wine window, when the pointer is about to leave it, the pointer is
moved to the position corresponding to the centre of the virtual desktop
window.
The only console output which might be relevant is this:
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (108,70)-(916,697)
A second program which has this problem is 101 Bunny Pets. A time-limited demo
can be downloaded from http://www.selectsoftnow.com/software/info.php?ID=5858
You'll need to install IE6 using winetricks to run the demo after installing
it.
This game can be set to run in a window in its options menu, but the default is
full-screen. Notice the pointer is captured and the same issue with non-Wine
window in front as with Airport Tycoon 2. There didn't seem to be any relevant
console output when I ran 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=33658
Bug #: 33658
Summary: Warcraft 3: Crash on missing sound permissions
Product: Wine
Version: 1.5.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
Created attachment 44555
--> http://bugs.winehq.org/attachment.cgi?id=44555
Crash if no sound is available
If I'm not having the permissions as the audio group Warcraft 3 will crash if
it starts (after the splash screen appeared). Adding my account to the audio
group solves the problem. In the attachments is a log of such a crash.
--
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=29999
Bug #: 29999
Summary: Bloodrayne 2: text in the menus misplaced
Product: Wine
Version: 1.4-rc5
Platform: x86
URL: http://www.fileplanet.com/147598/140000/fileinfo/Blood
Rayne-2-Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 39061
--> http://bugs.winehq.org/attachment.cgi?id=39061
terminal output
Now that bug #8871 has been fixed, text in the menus and in mid-game does
appear.
The problem is that text in the menus is misplaced (see the attached
screenshot).
This doesn't affect gameplay as text in mid-game appears fine.
Fedora 16
Nvidia 250 / driver 290.10
X.Org X Server 1.11.4
--
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=36843
Bug ID: 36843
Summary: "Read only"checkbox on Save As dialog
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: tulio150(a)mailinator.com
On Windows, the "Save as" common dialog lacks the "Read Only" check box under
the file type combo box, it is restricted to "Open" dialogs that does not set
the OFN_HIDEREADONLY flag.
On Wine, it is shown on both "Open" and "Save as" dialogs when the flag is not
set
--
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=15350
Summary: [Regression] dinput wrong keyboard layout in Tomb Raider
Anniversary / Legend
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: netfab(a)gmail.com
CC: aric(a)codeweavers.com
Hi,
Today I upgraded wine from 1.1.0 to 1.1.5 on a gentoo system which have a
french keyboard layout (AZERTY).
When I run Tomb Raider Anniversary or Legend, the keyboard auto-magically
switch to an english layout (QWERTY).
But, I have no problem in World of Warcraft for example.
I made some tests, and I discovered that this behaviour is here since 1.1.3.
Then I made some regression tests from 1.1.2 to 1.1.3, and found that the
guilty commit is :
http://source.winehq.org/git/wine.git/?a=commit;h=304ff3c7280a53b7cbadfa83e…
Reversing this patch on the 1.1.5 release fix the problem.
Please let me know if you want more infos or tests.
Thanks.
--
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=30611
Bug #: 30611
Summary: Lazarus browser sample exits, because
ieframe:ViewObject_Draw is unimplemented
Product: Wine
Version: 1.5.3
Platform: x86
URL: http://netikka.net/dev/lazbrowser.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
http://netikka.net/dev/lazbrowser.exe
Quits without showing anything. Terminal has only 2 lines:
fixme:ieframe:ViewObject_Draw (0x3451c8)->(1 0 (nil) (nil) (nil) 0x3c8
0x15bf65c 0x15bf65c (nil) 00000000)
fixme:ieframe:ViewObject_Draw (0x3451c8)->(1 0 (nil) (nil) (nil) 0x61c
0x15bf128 0x15bf128 (nil) 00000000)
I modified that function to return S_OK, and sample works.
--
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=26574
Summary: Homefront: no sound in menu unless Hardware
acceleration = emulation
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Terminal doesn't show much, just:
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x16a1d8,0x16a148): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x16bcd8,0x16bbf8): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x16bd00,0x16bc20): stub
changing driver emulation from full to emulation gives me sound.
Note: the sound works fine in the intro videos, either way.
Gentoo 32-bit, no pulseaudio. Using winealsa driver.
--
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=22080
Summary: Wine removes custom drive mappings
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sub.mesa(a)gmail.com
Wine appears to be forgetting or removing my drive mappings. I have an NFS
filesystem mouned on /nfs, i am the owner of that directory with appropriate
write permissions. I do something like this:
# create new wine directory
mkdir /nfs/winetest
# populate wine directory
WINEPREFIX=/nfs/winetest/ winecfg
# Now i go to Drives tab, make a new D-drive, set it to /nfs, then click Apply
# close winecfg
# when i launch winecfg again, the /nfs D-drive is still there
# so far so good
# now launch some random application on the NFS-mount
cd /nfs/
WINEPREFIX=/nfs/winetest/ wine "D:\\prip\\setup.exe"
# result: wine: module not found; application does not start properly
# now check winecfg again:
WINEPREFIX=/nfs/winetest/ winecfg
# now our D-drive mapping isn't set to anything; its empty.
So it appears wine removes my custom drive mappings whenever an application is
launched or tries to access its DLLs located there. If i did something wrong,
i'm not aware of it. Wine should just accept the D-drive and launch the
application, not removing my drive mapping.
I also tested without using NFS; on my home directory.
mkdir ~/winetest
mkdir ~/driveD
WINEPREFIX=/home/<user>/winetest winecfg
# set drive D to map to /home/<user>/driveD/ type Local Disk
# click apply & close winecfg
cp -p ~/nfs/prip/setup.exe ~/driveD/
WINEPREFIX=/home/<user>/winetest/ wine "D:\\setup.exe"
# result: fails again, drive D gone.
I'm using Ubuntu 9.10 64-bit, wine 1.1.40 per winehq.org PPA; no modifications.
The latest .41 versions is not in your PPA yet, so i can't test. Can anyone
confirm this bug?
--
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=31533
Bug #: 31533
Summary: Copy from Onenote 2010 to linux native or even wine
apps fails
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: atulkakrana(a)gmail.com
Classification: Unclassified
Hello All,
I am using Wine 1.5 and have installed Microsoft office 2010 X86 version. The
problem is that when I copy something from onenote and try to paste on linux
application i.e gedit, open office or even on Wine apps i.e MS word, ONENOTE
crashes and restarts.
This makes it impossible to copy anything (mainly text) from ONENOTE to any
other app. Same bug has been reported before (Bug 18242) for ONENOTE 2007 but
it is abandoned at this moment.
It is because of this bug smoothly working ONENOTE becomes unusable. Strange
this is but no such problem occurs with other products such as MS word,
presentation 2010.
I hope that this bug is fixed ASAP.
Thanks
Atul
--
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=35898
Bug ID: 35898
Summary: When I search in a pdf document in pdf xchange viewer
the app crashes
Product: Wine
Version: 1.7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: giannismich90(a)gmail.com
Created attachment 47934
--> http://bugs.winehq.org/attachment.cgi?id=47934
backtrace
PDF Xchange viewer 64-bit crashes when searching for a word in a PDF document.
--
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=29586
Bug #: 29586
Summary: Tumblebugs 2 demo: insects render black
Product: Wine
Version: 1.3.36
Platform: x86
URL: http://www.heavygames.com/tumblebugs2/gameinfo.asp
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 38317
--> http://bugs.winehq.org/attachment.cgi?id=38317
terminal output
A user asked about it in #winehq. Trying it myself, I saw the same problem:
OpenGL renderer string: GeForce GTX 295/PCI/SSE2
OpenGL version string: 3.3.0 NVIDIA 285.05.05
d3e47a42ca069a174735adcd4d17b6289d9416e6 tumblebugs2_at_c3tb1.exe
same in 1.2, didn't try any other wine versions. disabling glsl/ddr=gdi did not
make a difference.
Screenshot/terminal output attached.
wine-1.3.36-271-g1444983
--
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.