http://bugs.winehq.org/show_bug.cgi?id=24268
Summary: mono's gluezilla uses unimplemented function
msvcr80._stat32
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
mono bundles microsoft's msvcr80. If wine wants to provide mono as
a download, we might have to remove that, at which point we might run
into the following two references to stubs (found by mscodescan.pl):
./wineprefix/drive_c/Program Files/Mono-2.6.7/bin/gluezilla.dll imports
following stub symbols:
msvcr80:?_type_info_dtor_internal_method@type_info@@QAEXXZ
msvcr80:_stat32
--
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=15497
Summary: WineD3D_ChoosePixelFormat errors when starting game
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcdermott.michaelj(a)gmail.com
Created an attachment (id=16423)
--> (http://bugs.winehq.org/attachment.cgi?id=16423)
Log of the crash
When I fire up Medieval Total War (the original, not the new one), using the
option to bypass movies, wine crashes with what appear to be Direct3D related
errors.
--
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=17893
Summary: The Alien Nations / Die Völker crashes: amstream
GetFormat stub
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
I'd rather split the bug entries for "Die Völker / The Alien Nations" and
Motocross Madness 2, bug 17836, comment 3, to warrant each application its own.
Although the common cause is stubbed functionality in amstream, these apps
might be fixed independently.
At start, The Alien Nations tries to display two Intel Indeo videos, somewhat
differently. Unimplemented functionality in amstream and the app's not checking
for some return codes yields to an exception and crash. More specifically,
GetFormat() is expected to fill in a DDSURFACEDESC structure, which wine leaves
uninitialised, causing the application to use random uninitialised data.
The first crash is prevented by having GetFormat() in
dlls/amstream/mediastream.c fill in the dwWidth and dwHeight fields of the
DDSURFACEDESC structure (I used 1 as stub value). The code used seems similar
to that of
http://msdn.microsoft.com/en-us/library/ms787928(VS.85).aspx
except the app doesn't check the return code of GetFormat and hence proceeds
with uninitialised memory from these two fields.
These two values are not enough to avoid a crash when displaying the second
video. As the logs http://bugs.winehq.org/attachment.cgi?id=20129 in bug 17836,
comment 4 suggest, the app presumably reads more fields from GetFormat: Z
buffer depth and pixelformat, and passes that to ddraw.
Actually, whether the app crashes there depends on WINEDEBUG settings, as the
initialisation of the stack-based DDSURFACEDESC depends on former stack use.
I've been able to play the game using
WINEDEBUG=+all,-syslevel,-fixup,-dbghelp_dwarf,-heap,warn+heap,-gdi
I yet have to disassemble and see which other fields from DDSURFACEDESC are
used in the second case.
BTW, one needs to work past bug #15915 in order to see this crash in "Alien
Nations", which is a blocker for this issue. I did it by quickly hacking the
fourcc comparison test in iccvid.c.
There exists a demo for this application, but demos typically display no intro
videos, so I doubt it would exhibit 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=13816
Summary: Klingon Honor Guard crashes on playing ingame movies
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: garnoth(a)gmail.com
Created an attachment (id=13859)
--> (http://bugs.winehq.org/attachment.cgi?id=13859)
the windows error displayed when game crashes
The game Klingon honor Guard will crash when it tries to play the ingame
videos. This should be the last bug before the game would be platinum as using
the nocd patch allows one to play through the whole game.
This won't work with the demo as it has none. This bug only affects the retail
version, I'd be happey to send it to anyone if needed.
This doesn't seem to be a cd checking bug as the game askes for the cd one
screen before and it works. Playing multiplayer also requires the cd to be in
the drive and that works just fine.
The 'play' cd simply contains avi videos and can be played in Mplayer.
i did this in win 98 mode as that mode best supports the game.
To reproduce.
Install game.
Apply 1.1 patch.
Start new game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13272
Summary: Scrapland: ACCESS VIOLATION when starting
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nmatra(a)citromail.hu
Black screen hangs and I have to kill the process to get my Desktop back. I
only see the error message about access violation when I switch Wine to Emulate
Desktop.
I get it with a PC-GURU magazine, without protection. (On Win it starts without
the disc) Maybe the original doesn't have this issue.
Log 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=12851
Summary: LEGO Rock Raiders amstream crash
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=12540)
--> (http://bugs.winehq.org/attachment.cgi?id=12540)
+amstream log with crash
LEGO Rock Raiders crashes when trying to play the "LEGO Media" splash video.
+amstream log included. I don't think that this game has a demo. One needs a
nocd crack to bypass safedisc and a native d3drm.dll to avoid a crash if they
want to run the game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15508
Summary: Risk II crash while loading the game
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://www.reflexive.com/RiskII.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Tested in Ubuntu 8.10 and wine 1.1.5
--
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=10581
Summary: swat 3 v2.1 needs some amstream stuff to work
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dshow
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mizvekov(a)gmail.com
Created an attachment (id=9373)
--> (http://bugs.winehq.org/attachment.cgi?id=9373)
everything builtin
with builtin amstream.dll, sierra's SWAT 3 version 2.1 shows a messagebox
saying it needs directx at least version 6.1 to run and then it quits.
with windows xp native amstream, it dies further down the road
--
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=21957
Summary: Missing GUID check in
IAMMultiMediaStreamImpl_QueryInterface?
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: amstream
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rainy6144(a)gmail.com
This is necessary to make some games work (without actually showing the media,
though).
--- amstream.c.bak 2010-03-06 16:55:24.000000000 +0800
+++ amstream.c 2010-03-06 16:55:36.000000000 +0800
@@ -79,6 +79,7 @@
TRACE("(%p/%p)->(%s,%p)\n", iface, This, debugstr_guid(riid), ppvObject);
if (IsEqualGUID(riid, &IID_IUnknown) ||
+ IsEqualGUID(riid, &IID_IMultiMediaStream) ||
IsEqualGUID(riid, &IID_IAMMultiMediaStream))
{
IClassFactory_AddRef(iface);
--
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=18611
Summary: After effects 6.5 crashes when import a mp3 file
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cemelmaci(a)hotmail.com
Created an attachment (id=21294)
--> (http://bugs.winehq.org/attachment.cgi?id=21294)
terminal output
After effects 6.5 crashes when import a mp3 file
--snip--
fixme:amstream:IAMMultiMediaStreamImpl_GetFilter
(0x72f0468/0x72f0468)->(0x82e480) stub!
wine: Unhandled page fault on read access to 0x00000001 at address 0xb13967
(thread 0009), starting debugger...
--snip--
--
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=20082
Summary: Driver Create and Close displatch routines should be
called
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Currently when a CreateFile() is done the IRP_MJ_CREATE dispatch routine is not
called ! This is a major oversight and caused the v4.00 SIVDRIVER to crash.
For 4.01 I worked around this, but failing to call the driver when the
CreateFile() is done is a major failing and needs to be corrected. The
IRP_MJ_CLOSE routine also needs to get called for the CloseHandle().
--
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=24429
Summary: fifaconfig.exe: save function don`t work when Wine
uses Mono 2.6 instead of dotnet20
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://static.itmages.ru/i/10/0916/h_1284660639_8d8add
adee.png
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pzinin(a)gmail.com
fifaconfig.exe - FIFA 11 config app written in .net (see link for get demo).
When Wine uses Mono 2.6, I can`t save any settings using this app: it crashes.
But a bug http://bugs.winehq.org/show_bug.cgi?id=24428 is not present on Mono.
--
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=14415
Summary: Monkey Island 3 demo slow
Product: Wine
Version: 1.1.0
Platform: PC
URL: ftp://ftp.lucasarts.com/demos/pc/cursedemo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Monkey Island 3 works pretty slow with Wine 1.1.0.
It happens only in complex locations, where there is a waterfall etc.
COMI works very slow, even on my Core2Duo 2.53 GHZ (which is pretty good for
that game I think).
The strange thing is, when the screen is scrolling (eg. the character moves to
the other part of the scene and the scene is scrolling) it work properly. When
the scene is static (eg. no scrolling, only animated parts like waterfall or
rain etc) it works very bad.
In this demo you can see this when you are shooting with the cannon. A part of
walkthrough (on how to get to the cannon):
After the intro you'll find yourself captive in LeChuck's ship. Start talking
to the small pirate and you'll realize that it's your old friend Wally. Make
him see that he is no good as a pirate and he will soon drop his hook and
start crying. Pick up the plastic hook from the floor and pick up the ramrod
from the wall. Use the cannon and sink the four boats full of skeletons.
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=11056
Summary: TAB key counted twice
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: choppy(a)free.fr
In various dialg boxes, the <TAB> key is counted twice, i.e. you're not put on
the next field but on the next-after-next one.
This bug appears in the application NoteWorthy, which is a music score editor.
--
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=16574
Summary: Turbocad 7.1 does not display dialog window properly
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tedhansen(a)sasktel.net
Created an attachment (id=18082)
--> (http://bugs.winehq.org/attachment.cgi?id=18082)
terminal messages running turbocad
The "edit entity properties" window in Turbocad 7.1 does not display properly;
the menu bar at the bottom of the window is scaled off to the right so that the
"OK" button is off screen.
--
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=21843
Summary: FreeFalcon 5.3: Crash when attempting to fly a mission
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knives.out.0(a)gmail.com
Created an attachment (id=26442)
--> (http://bugs.winehq.org/attachment.cgi?id=26442)
errorlog + backtrace
FreeFalcon crashes when attempting to fly a mission, even with all in-game
graphics options turned down.
Steps to reproduce:
install freefalcon 5
install freefalcon 5.3 patch
wine FFViper.exe
choose 'Instant Action'
click 'Takeoff'
My system:
Fedora 12 x86_64
Nvidia 8800 GTS
This bug is possibly related to #14505, as FreeFalcon and Allied force share
similar code base after all. Different errors are reported in the logs though.
--
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=20799
Summary: Mirror's Edge freeze during startup
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=24909)
--> (http://bugs.winehq.org/attachment.cgi?id=24909)
Console output from wine 1.1.30 with OpenAL enabled, i.e. crashing
Hi, last working version 1.1.29. In 1.1.30 Mirror's Edge begins to freeze
during start up. Git bisect gave me following commit:
862965f4f71b19f251934b11d1e998831ccbaee6 is first bad commit
commit 862965f4f71b19f251934b11d1e998831ccbaee6
Author: Chris Robinson <chris.kcat(a)gmail.com>
Date: Tue Aug 25 03:26:35 2009 -0700
openal32: Add a stub DLL thunk.
:100755 100755 3874a35a0bfd4b09557b70da5002997990e6e4a9
329b2437d86b9110756b19d5112ef23850312fb0 M configure
:100644 100644 0d2e860cde3230a48c3f07eb8fc76b6b89e66e72
adec95f6231a723469af3ba929cb402cc0f46a12 M configure.ac
:040000 040000 c1840765b8243d56793701292703ab61169876c6
a1167dbd19bde794fef6e1b68a112f6a32f0f3a4 M dlls
:040000 040000 b91f345e148e69435dc9a83f697f28b9ee06fa1f
f5d07b2aee106b5bb0ccb14bd7c2f5e20d1d5d53 M include
Looks like OpenAL initial implementation??
So i tried under 1.1.30:
./configure --with-opengl --verbose <--- *** FREEZES ***
./configure --with-opengl --verbose --without-openal <--- **** WORKS ****
I read about other problems in OpenAL, so i upgraded OpenAL to v1.10.622. No
change. Then i tried put slots slots=1 and sends=1 in /etc/openal/alsoft.conf.
No change :-(
--
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=22409
Summary: Dxdllreg.exe encountered a problem and closed
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ashl1future(a)gmail.com
Created an attachment (id=27427)
--> (http://bugs.winehq.org/attachment.cgi?id=27427)
Backtrace for MTG Online (dxdllreg.xe)
I installed Magic The Gathering Online (latest MTGOInstall.exe).
Before I installed "Mono 2.20 for Windows" by winetricks.
MTGO installed DirectX but I know shouldn't install DirectX in Wine. So after
MTGO started (wine "C:\Program Files\Magic Online\Renamer.exe") (it also
started Kicker.exe), error occured (The program dxdllreg.exe has encountered a
serious problem and needs to close. We are sorry for the inconvenience.)
And the program started with bad graphic and the "Unknown error" for less then
second.
--
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=13087
Summary: Hard Truck Apocalypse fails to load keyboard layout
Product: Wine
Version: 0.9.61.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johan.palmqvist(a)home.se
Created an attachment (id=12861)
--> (http://bugs.winehq.org/attachment.cgi?id=12861)
DInput error message screenshot
During startup Hard Truck Apocalypse tries to load keyboard layout 00000409 but
fails.
According to forum posts the same error can happen under XP if the locale is
anything other than english and the english keyboard layout is not installed.
--
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=23175
Summary: Zak McKracken - Between Time and Space fails to play
back intro video
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.mckracken.net/cms/die-fortsetzung/download.
html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=28827)
--> (http://bugs.winehq.org/attachment.cgi?id=28827)
Zak McKracken - Between Time and Space output
After starting Zak McKracken - Between Time and Space and waiting for the
loading animation to complete, an intro video is supposed to be played, but
only the audio portion of the video is played back correctly, and the video is
simply rendered as black for the duration.
--
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=17005
Summary: CT: Rendering issues
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
I have got a modified version of Chicken Tournament. It does not crash but does
not render everything. For example, trees, HUD and the radar, grass and the
walls are not rendered correctly. Here's a screenshot using wine:
http://tinyurl.com/8q39ec
And one using windows (grass disabled):
http://tinyurl.com/7tousz
My console's output:
http://pastebin.com/f40a0aa3
And the long one (+all) was to big (<200MB)
Here you can find the modified ct1.exe, just extract this:
http://tinyurl.com/8llxtp
(You'll need native d3dxof.dll to load models...)
Thank you!
--
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=13335
Summary: libGl error
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schuster.bernhard(a)googlemail.com
In the near past, whenever trying to run warcraft via wine, I get two libGL
errors. Afterwards, I get told, that mesa will get used instead.
So performence goes really bad. I get about 10-20fps instead of 120-160fps,
though I have an insane gaming rig.
The only way to fix it, is removing the ~/.wine directory completly.
But that's not an real option...
--
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=15773
Summary: application not run
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: borgez(a)mail.ru
app say debug in there and fals
run $wine app
and $WINEDEBUG=-all wine app
not affect
make/wine-1.1.7/dlls/dxdiagn/provider.c:115] in dxdiagn (0x0033f500)
--
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=22546
Summary: Error Snelstart after loading
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wvanreede(a)live.nl
Created an attachment (id=27653)
--> (http://bugs.winehq.org/attachment.cgi?id=27653)
errorlog+ backtrace snelstart error
after snelstart loads, it asks for script55. with winetricks i installed
script56.
after that the app crashed.
--
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=23151
Summary: Mass Effect 2: in intro video, Miranda's eyes are
solid white
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=28794)
--> (http://bugs.winehq.org/attachment.cgi?id=28794)
screenshot - wine
Only happens in one part. The dialog is around "But Shepard...they'll follow
him. He's a hero, a bloody icon." and "But he's just one man."
I'll attach screenshots on windows and wine.
Terminal output is:
fixme:d3d:debug_d3dformat Unrecognized 875710020 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(875710020) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 1111774798 (as fourcc: NVDB)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(1111774798) in the
format lookup table
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
Note: The wine screenshot had a small delay from Shutter, so there's a line
across it where two frames merged. That's not in the game, but you can see the
eye problem in 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=20104
Summary: Fujiprint/Fotokasten albums cannot be created due to
missing richtext query interface
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.fotokasten.de/index.php?ftkPage=static&ftkV
iew=ftksoftware
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cweiske(a)cweiske.de
Running the "fotokasten" photo album creation software fails to create certain
photo books with the following error:
> fixme:richedit:fnTextSrv_QueryInterface Unknown interface:
> {01c25500-4268-11d1-883a-3c8b00c10000}
> fixme:richedit:fnTextSrv_OnTxInplaceDeactivate 0x3a1e8e0: STUB
How to reproduce:
1. Run software
2. Click on tab "Fotobücher"
3. Click on "Fotobücher" icon
4. Click on "Fun"
5. Click on "Fun A4"
6. A loading window appears but is hidden soon after.
When using Fotobücher->Fotobücher->Soft->A4, the richtext window has not to be
shown, and I get to the next window (meaning it works without richtext).
--
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=10913
Summary: start.exe doesn't support optional process title
argument
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://jedit.org
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running real Java apps under the latest Sun win32 JRE on Wine
seems like a fine stress test, even though in many
cases users should run with the Linux JRE instead.
The Sun JRE and jEdit install ok, but jedit has many startup problems.
Here's the first one.
Invoking it with the batch file provided by jEdit fails.
Here's what's in the batch file:
start "jEdit startup" "c:\windows\system32\javaw.exe" -Xms64M -Xmx192M -jar
"C:\Program Files\jEdit\jedit.jar" -reuseview %*
And here's what happens when you run it:
$ cd ~/.wine/drive_c/Program Files/jEdit
$ ~/wine-git/wine cmd /c jedit.bat
fixme:exec:SHELL_execute flags ignored: 0x00000500
trace:process:CreateProcessW app (null) cmdline L"jEdit startup
c:\\windows\\system32\\javaw.exe -Xms64M -Xmx192M -jar \"C:\\Program
Files\\jEdit\\jedit.jar\" -reuseview"
trace:process:find_exe_file looking for L"jEdit"
trace:process:find_exe_file Trying native exe
L"c:\\windows\\system32\\jEdit.exe"
...
trace:process:find_exe_file Trying built-in exe L"c:\\windows\\system32\\jEdit
startup.exe"
...
trace:process:find_exe_file looking for L"jEdit startup
c:\\windows\\system32\\javaw.exe -Xms64M -Xmx192M -jar \"C:\\Program
Files\\jEdit\\jedit.jar\" -reuseview"
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: File not found
So it seems that start takes an optional process title argument.
Sure enough,
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en…
documents it.
Who knew?
--
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=18496
Summary: BREW simulator always shows a black display
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jon.dufresne(a)gmail.com
Tested with wine-1.1.21
I am attempting to use the Qualcomm BREW simulator under wine. After
installing, I attempted to run the example applets. The application launches
and I am able to select an applet directory, but the simulated device's screen
always shows black and not the usual list of icons that represent available
applets.
The BREW simulator installer is found here:
https://brewx.qualcomm.com/bws/content/gi/products/sdk/3.1/en/3.1.5.179/ins…
Steps to reproduce:
1. Download and install BREW SDK simulator
2. Run simulator
3. Use menu to selec "File->Change Applet Dir..."
4. Navigate to c:/Program Files/BREW 3.1.5/sdk/examples/
5. Hit "OK"
6. Notice screen is black
Expected results:
Under windows, the BREW simulator will show a listing of the available BREW
applets (one for each *.mif file in the directory chosen). This list appears as
a series of icons inside the device's display area.
--
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=15703
Summary: LEGO Star Wars controller options
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: infernux(a)web.de
Going to "Controller Options" freezes the game, pressing "Esc" does not make it
playable again.
I don't know what other information / logs would be helpful, if you need
anything specific just say so.
This only affects the _first_ of the two games - but the 2nd seems to have a
different input system anyway (requires xinpit1_2.dll for example).
--
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=19777
Summary: Ad Astra game runs very slow glBlitFramebuffer
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chrisyate+wine(a)gmail.com
CC: chrisyate+wine(a)gmail.com
Ad Astra is a free space flight sim available at www.a-astra.com.
The game runs (as in starts) successfully, with a clean .wine prefix folder.
However once it enters 3D mode the disk starts to grind, wine spits out lots of
fixmes and the program runs slowly with fps around 3, max maybe 5. The
following is output, over and over until you stop the game.
<quote>
fixme:d3d:stretch_rect_fbo >>>>>>>>>>>>>>>>>
GL_INVALID_FRAMEBUFFER_OPERATION_EXT (0x506) from glBlitFramebuffer() @
device.c / 6532
fixme:d3d:state_ckeyblend Render state WINED3DRS_COLORKEYBLENDENABLE not
implemented yet (repeated 6 times)...
</quote>
My System is Athlon XP2400+, a NVidia 6200 clone (the Zotac with 256Mb), 1.5Gb
ram. Unfortunately I can't confirm whether it would work on my machine if I
was running Windows natively. Any other info, please ask.
--
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=21023
Summary: SetupDiOpenDevRegKey() returns wrong HKEY
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mdealencar(a)gmail.com
Created an attachment (id=25222)
--> (http://bugs.winehq.org/attachment.cgi?id=25222)
bug example
In a Windows XP system SetupDiOpenDevRegKey() returns the "Device Parameters"
HKEY under the device instance corresponding to the supplied (DeviceInfoSet,
&DeviceInfoData) pair.
Wine's SetupDiOpenDevRegKey() returns the device instance HKEY instead.
The relevant registry keys are not created by Wine, so I had to import them
from a Windows XP system
Example:
Windows HKEY returned corresponds to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\Vid_0451&Pid_6951\5&5a20206&0&1\Device
Parameters
Wine HKEY returned corresponds to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\Vid_0451&Pid_6951\5&5a20206&0&1
The attached registry patches and source code enable the reproduction of the
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=11070
Summary: Unimplemented function CRYPT32.dll.PFXIsPFXBlob
Product: Wine
Version: 0.9.52.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mhs(a)hp.com
CC: mhs(a)hp.com
Created an attachment (id=10088)
--> (http://bugs.winehq.org/attachment.cgi?id=10088)
Dependency Walker Load List (Wine Builtin)
The importpfx tool <http://home.fnal.gov/~jklemenc/importpfx.html> will run
under ~/.ies4linux , however fails with builtin ntdll and crypt32 under
~/.wine.
Importpfx would be very useful because it allows PKCS12 certificates to be
imported to the Certificate Store without need for IE's import/export frontend.
Note:
Filing this bug under crypt32, though it might better belong to ntdll.
--
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=15883
Summary: When the Linux version of SDL_mixer is installed,
programs in Qb64 fail to compile (c++ compilation
failed).
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samanddeanus(a)yahoo.com
When the Linux version of SDL_mixer is installed, programs in Qb64 fail to
compile (c++ compilation failed).
--
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=17913
Summary: Port royale: black hole instead ocean
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
Created an attachment (id=20239)
--> (http://bugs.winehq.org/attachment.cgi?id=20239)
Here should be ocean
While playing port royale, and enter "global" mode, instead ocean there is only
black color.
--
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=12453
Summary: Counter Strike Source bad performance in Video Stress
Test
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=3731
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
During almost entire video stress test FPS stay really low (several times less
the on windows). This happens while console is being filled with these
messages:
fixme:d3d:IWineD3DCubeTextureImpl_PreLoad Cubetexture (0x1dfbcda8) has been
reloaded at least 20 times due to WINED3DSAMP_SRGBTEXTURE changes on it's
sampler
err:d3d_surface:fb_copy_to_texture_direct Texture filtering not supported in
direct blit
--
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=21101
Summary: Can't use SHIFT key with onboard visual keyboard and
wine application
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: malicorne(a)chez.com
Wine 1.35
Ubuntu 9.10
To reproduce, press alt-F2 and execute "onboard"
Execute a notepad with wine
Then enter text using onboard with the shift key for uppercase characters for
exemple. It does'nt work.
It works with gedit so onboard working fine.
If you use the capslock, it's working but the shift key doesn't do anything.
--
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=19748
Summary: Unreal Tournament 3: Wrong Thread Problems
Product: Wine
Version: 1.1.27
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Playing UT3 throws a lot of Fixme's with Wrong thread Stubs like:
fixme:d3d:IWineD3DEventQueryImpl_GetData Wrong thread, reporting GPU idle.
and very often:
fixme:d3d:IWineD3DOcclusionQueryImpl_GetData 0x19dbfe28 Wrong thread, returning
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=20083
Summary: Invalid PIO_STACK_LOCATION->FileObject passed into
IRP_MJ_DEVICE_CONTROL dispatch routine
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
When the SIVDRIVER IRP_MJ_DEVICE_CONTROL dispatch routine is called the
PIO_STACK_LOCATION->FileObject in incalid, in fact it's set of 0x66666666.
This caused the v4.00 SIVDRIVER to crash as it expects to setup
PFILE_OBJECT->FsContext in file create callback and use it while processing
IRP_MJ_DEVICE_CONTROL. For 4.01 I managed to stop the crashes by adding code
to check for 0x66666666. This really needs to be fixed though.
--
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=24868
Summary: S.T.A.L.K.E.R. - Call of Pripyat Benchmark requires
d3dx9_31.dll and d3dx9_42.dll to run
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
The game would launch to a black screen, then by using alt+tab to the error
dialog, and alt+space to set the error dialog to "always on top", the error
says "Your video card doesn't meet game requirements. Try to lower game
settings", even though I ran it at lowest settings.
winetricks d3dx9_31 d3dx9_42 works around the problem
Note: you may need to get the latest winetricks from
http://winezeug.googlecode.com/svn/trunk/winetricks
--
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=23842
Summary: Fonts corrupted or missing characters
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: default_357-line(a)yahoo.de
When playing Alien Swarm, one of the in-game fonts usually exhibits some degree
of corruption; by which I mean that characters are either not rendered or only
their bounding box is. The character still takes up space. The degree of damage
varies from start to start, and may vary in a single session. The nature of the
damage also varies, although disappearing glyphs are the most common symptom.
A similar effect has been observed in Dawn of War: Dark Crusade.
I'm using fglrx from ati-drivers 10.4; I also tried 10.7 and it made no
difference.
I tried resetting .wine; no difference.
I tried removing /usr/share/fonts via chroot/symlink hax; no difference.
I screwed with UseFastTLS in xorg.conf; no difference.
I tried wine 1.1 and 07-30-10 git head .. no difference.
I'm quite simply out of ideas.
--
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=25506
Summary: Heroes in the sky: crashes when starting the
application
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: eder_jon_ruiz(a)hotmail.com
The game installs perfect but when trying to start it just keeps crashing.
--
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=18201
Summary: Unable to find the entry point L"CryptExtAddPFX" in
L"crypt32.dll"
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xuantinh(a)gmail.com
I have a certificate file (.pfx) and I want to import it under wine on Linux
(Arch) but I don't know how, after googling for a while, I found this link
http://scarff.id.au/blog/2009/smime-gotchas/ so I follow the instruction on
that link and run
wine rundll32.exe crypt32.dll,CryptExtAddPFX my-cert.pfx
But I got the error:
err:rundll32:WinMain Unable to find the entry point L"CryptExtAddPFX" in
L"crypt32.dll"
Is it mean that the method CryptExtAddPFX has not implemented in Wine 1.1.19?
--
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=22055
Summary: Assassin's creed crashes on launch occasionally
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=26852)
--> (http://bugs.winehq.org/attachment.cgi?id=26852)
terminal output/backtrace
Semi-random, but out of the past 4 times I've launched Assassin's creed, after
the intro video, once the menu loads, it crashes:
err:d3d_surface:surface_set_texture_name Surface has SFLAG_INTEXTURE set, but
no texture name
err:d3d_surface:IWineD3DSurfaceImpl_ModifyLocation 0x14135998: Surface does not
have any up to date location
fixme:d3d_surface:surface_load_ds_location No up to date depth stencil location
err:d3d_surface:surface_set_texture_name Surface has SFLAG_INTEXTURE set, but
no texture name
then:
Backtrace:
=>0 0x7ef872bd HEAP_MakeInUseBlockFree+0xf5(subheap=0x128b2000,
pArena=0x12b9f520) [/home/austin/wine-git/dlls/ntdll/heap.c:640] in ntdll
(0x039ce628)
1 0x7ef8a8eb RtlFreeHeap+0xe0(heap=0x110000, flags=0x0002, ptr=0x12b9f528)
[/home/austin/wine-git/dlls/ntdll/heap.c:1757] in ntdll (0x039ce678)
2 0x7ebb5cf4 peek_message+0x1f9(msg=0x39cea1c, hwnd=(nil), first=0,
last=0xffffffff, flags=0x4ff0001, changed_mask=0x04ff)
[/home/austin/wine-git/dlls/user32/message.c:2075] in user32 (0x039ce9a8)
3 0x7ebb7d4f GetMessageW+0x150(msg=0x39cea1c, hwnd=(nil), first=0, last=0)
[/home/austin/wine-git/dlls/user32/message.c:2943] in user32 (0x039ce9e8)
4 0x7e25679f hook_thread_proc+0x39d(param=0x33f7cc)
[/home/austin/wine-git/dlls/dinput/dinput_main.c:956] in dinput (0x039cea58)
5 0x7efba950 call_thread_func+0xc() in ntdll (0x039cea68)
6 0x7efba98e call_thread_entry_point+0x34(entry=0x7e256402, arg=0x33f7cc)
[/home/austin/wine-git/dlls/ntdll/signal_i386.c:2457] in ntdll (0x039ceb48)
7 0x7efc16af RtlCreateUserThread(process=0x0(nil), descr=0x7ec0fff4,
suspended=0, stack_addr=0x39ce918, stack_reserve=0, stack_commit=0,
start=0x39ce918, param=0x0(nil), handle_ptr=0x7fc30044, id=(nil))
[/home/austin/wine-git/dlls/ntdll/thread.c:411] in ntdll (0x039cf398)
8 0xf75e780e start_thread+0xbe() in libpthread.so.0 (0x039cf498)
9 0xf756aa1e __clone+0x5e() in libc.so.6 (0x00000000)
0x7ef872bd HEAP_MakeInUseBlockFree+0xf5
[/home/austin/wine-git/dlls/ntdll/heap.c:640] in ntdll: movl 0x0(%eax),%eax
640 size += (pFree->size & ARENA_SIZE_MASK) + sizeof(ARENA_FREE);
This may be new though, didn't happen a few day ago...
--
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=20728
Summary: K-Lite Codec Pack 5.40 Media Player Cinema: page fault
on write access
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=24774)
--> (http://bugs.winehq.org/attachment.cgi?id=24774)
The major bug/crash as it appears when I open a .wav in Media Player Home
Cinema
Hey all, just bumped into a new problem. K-Lite Codec Pack 5.40 installed
perfectly, but when I go to play .wav files in the included Media Player Home
Cinema it has a page fault on write access.
Anyone interested in testing this major bug, you can download it here:
http://www.filehippo.com/download_klite_codec_pack/6504/
--
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=17488
Summary: Animation issues in 4Story
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: killzenator(a)gmail.com
Created an attachment (id=19581)
--> (http://bugs.winehq.org/attachment.cgi?id=19581)
Output of "wine 4Story.exe >> log.txt 2>&1"
In 4Story none of the character/npcs have animations, weapons move up and down
like their supposed to when you walk, characters stay the same.
--
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=24963
Summary: Okad2: Unhandled page fault at address 0x00007f8a
during startup
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pandolfo(a)gis.net
Created an attachment (id=31617)
--> (http://bugs.winehq.org/attachment.cgi?id=31617)
a description of the page fault plus an annotated backtrace
During program startup, Okad2-xx-pd (xx = version) generates an unhandled page
fault when loading an icon. The page fault is caused by CreateFileW as it
processes the name of the file from the parameter list. The name pointer is
0x00007f8a, which is an address in an unmapped page. This value is also an
index into Windows resources, selecting the hourglass icon.
What has happened is that the application was attempting to load the hourglass
icon and passed in BOTH the Windows resource index and a flag indicating
LOADFROMFILE. Wine attempted to load-from-file and looked for the file name
through the "name" parameter (0x00007f8a) generating the page fault. Native
Windows appears to give the value of the "name" pointer precedence and
determines that the "name" parameter is actually a resource number; hence it
does not page fault and runs Okad2 normally.
Wine *DOES* check the "name" parameter to see if it is a resource index, but
several subroutine calls later it forgets this fact and branches based on the
LOADFROMFILE bit. The backtrace has been annotated to provide both a
description and source lines involved in the decision.
This behavior was found in the latest version of Wine for Debian (.1.42) and in
a MacOS X version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23526
Summary: Daytona USA Evolutions: menu bar shows in fullscreen,
doesn't in windows
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://sega.jp/pc/daytonae/trial.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29368)
--> (http://bugs.winehq.org/attachment.cgi?id=29368)
screenshot
It's an old Direct 6.1 game...luckily, it's got a free download (only 42 mb).
Run the game. It'll start in fullscreen, but its toolbar shows at the top of
the screen. In windows, it doesn't appear, unless you press 'Alt'.
Terminal output is pretty short:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f1a8,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x163a00,0x1641c8): stub
austin@laptop:~/.wine/drive_c$ fixme:d3d:swapchain_init The application
requested more than one back buffer, this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if
possible.
fixme:heap:RtlCompactHeap (0x110000, 0x0) stub
err:ole:CoUninitialize Mismatched CoUninitialize
--
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=20632
Summary: Windows Picasa cannot order photos
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jake.msstate(a)gmail.com
When trying to order pictures (Shop) through the Windows version of Picasa
(specifically 3.1.0 Build 71.4300,0), the application brings up an empty list
of providers.
The URL that it is trying to bring up is
https://client4.google.com/providers/printers.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=23318
Summary: Bus Simulator 2008 (demo) complains about insufficient
memory on startup
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.gamershell.com/download_25660.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Created an attachment (id=29068)
--> (http://bugs.winehq.org/attachment.cgi?id=29068)
console log when the demo crashes
Wine pops up an error dialogue when starting Bus Simulator 2008 (at least the
demo I can test):
'Error E1004: Not enough memory (50 MB required)!' Afterwards Wine crashes.
The game was rated to Gold in AppDB by the submitter, using 1.1.4. After trying
out several Wine versions it turned out the game doesn't crash when using
Wine-1.1.24 or any earlier versions.
Result of regression testing:
09712593c8496be5e952b7316099f9eed5043203 is the first bad commit
commit 09712593c8496be5e952b7316099f9eed5043203
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jun 25 14:18:53 2009 +0200
ntdll: Release some address space after the process initialization is done.
:040000 040000 25715d0c052bc6bbc0262c742ad285d17a78f236
aa973aa3e5286174dcbffd782691d09bd9109e5d M dlls
The commit cannot be reverted even on the top of the nearest 1.1.25 version,
but after
git checkout 09712593c8496be5e952b7316099f9eed5043203 >> the game crashes
git revert 09712593c8496be5e952b7316099f9eed5043203 >> the game starts up
correctly.
There are other bugreports mentioning the same commit: bug #21198, bug #20986,
bug #21630 and bug #22187.
Author of the patch added to CC.
Link to the demo added to url.
--
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=11521
Summary: SimRubik's 2 z-order problem
Product: Wine
Version: 0.9.55.
Platform: PC
URL: http://www.pcwelt.de/cgi-
bin/download/download.pl?fileid=4772
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stefan.Leichter(a)camLine.com
Created an attachment (id=10688)
--> (http://bugs.winehq.org/attachment.cgi?id=10688)
The program window after moving another window across it
The program windows draws fine on startup, but pressing any button will "hide"
all the buttons, also if the cube is turned with the mouse. When another window
is moved over the program window the buttons are redrawn but the cube
disapears.
(System is debian etch running kde with the nvidia x 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=19508
Summary: Cosmology of Kyoto crashes.
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: motleyjester13(a)yahoo.com
Created an attachment (id=22696)
--> (http://bugs.winehq.org/attachment.cgi?id=22696)
Backtrace of Wine attempting to launch the game executable.
Ok, this one is of no major importance I guess. I just got nostalgic and
wanted to play Cosmology of Kyoto again. Anyway, upon trying to launch the
program I get a nice crash log, and no joy.
This one is an app made with Macromedia tools. I figured I'd go ahead an
introduce a bug for this one since none exist (surprising). The backtrace is
attached below. Cheers.
--
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=21351
Summary: Ankh: black screen since amid intro animation (autogen
mipmap)
Product: Wine
Version: 0.9.47.
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: chris.kcat(a)gmail.com
commit fc96587b3d4390f16f9c7d572e27ec950f715404 past 0.9.46
Author: Chris Robinson <chris.kcat(a)gmail.com>
Date: Wed Oct 3 04:19:15 2007 -0700
wined3d: Set D3DCAPS2_CANAUTOGENMIPMAP flag when supported.
is the major regression in Ankh (the first from the trilogy) as it causes a
black screen amid the intro sequence, after the display of "Kapitel 1: Audienz
mit Hindernissen", before the father punishes Assil. The black screen remains
even after the player gets control. This imposes garbage rating in AppDB since
0.9.47.
The commit itself seems harmless:
if(GL_SUPPORT(SGIS_GENERATE_MIPMAP)) {
*pCaps->Caps2 |= WINED3DCAPS2_CANAUTOGENMIPMAP;
Likely either Ankh or Wine enter a different code path as a result of this flag
being set. Bug #11167 is related to autogen_mipmap but probably harmless (my
understanding so far is that autogenmipmap only makes textures look nicer),
because among the applications from Deck13 affected by that other bug (Luka,
Ankh2, Jack Keane), only Ankh1 goes black.
Removing that capability in wine-1.1.36 makes the screen display normally.
Using Ubuntu Intrepid with Intel i915 graphics. This app works in XP on
another hardware equipped with builtin Intel graphics. I don't know whether the
XP machine declares CANAUTOGENMIPMAP.
--
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=25309
Summary: function_grep.pl should be killed
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Nov 25 12:28:58 <julliard> austin987: function_grep.pl should be killed,
and wine-preloader is for internal use
:-)
--
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=25480
Summary: text missing in Qt Dominate
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bryan(a)bryanrussell.com
This was discussed in the thread for bug 18120 but the conclusion was that this
is a separate issue. Running the application Qt Dominate (from
dominategame.com), the text in the status window at the bottom left disappears
after a bit with no way to read it or get it back.
--
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=25097
Summary: Battlefield Bad Company 2 installer progress bar slams
X
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing BFBC2 is hard on the system - because of X, it seems.
The X server is at 100% while the installer's progress bar
creeps ahead... and it makes Firefox quite sluggish.
--
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=10822
Summary: Dymola: gcc failes compiling simulation
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mauritzius(a)gmx.net
Created an attachment (id=9688)
--> (http://bugs.winehq.org/attachment.cgi?id=9688)
Dymola's Output
I'm trying to run the Demo-Version of Dymola (http://www.dymola.com) under Wine
0.9.51. Prior version of wine did not show the fonts correctly, since 0.9.51
fonts are displayed correctly and it is possible to use the model-editor.
When it comes to simulating, Dymola uses egcs in the background. egcs fails
with "gcc: installation problem, cannot exec `as': No such file or directory".
I tried adding the egcs/bin directory to Path using winecfg, however the
problem still persists.
Any clues?
Attached is the error-message Dymola gives (dymola.txt).
--
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=23282
Summary: SpeQ: Wrong coded linefeed
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samoth(a)gmx.de
Since the 1.1.4x releases the editor in SpeQ Mathematics doesn't work right
anymore. Normally if entering an expression an hitting the return key, SpeQ
prints the result. This works allright with the first wine-version I used
(1.1.38 ?).
But now hitting the return key results in additional unvisible characters and
nothing happens until I do a sheet-calculation. Then SpeQ cannot calculate the
expression due to these unvisible characters. Maybe it is the order of coding a
linefeed via 0d 0a.
SpeQ ist available for free at http://www.speqmath.com
--
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=25734
Summary: Magic: The Gathering Battlegrounds trial hangs upon
startup
Product: Wine
Version: 1.3.11
Platform: x86-64
URL: http://www.fileplanet.com/134762/130000/fileinfo/Magic
:-The-Gathering---Battlegrounds-Trial
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trygve.vea(a)gmail.com
Created an attachment (id=32781)
--> (http://bugs.winehq.org/attachment.cgi?id=32781)
terminal output, and WINEDEBUG=+seh
Testing old bugs to see if they still occur. Were testing bug 18616, and is not
able to start the game.
The application shows a splash screen, followed by a window named "Browser"
with no content. I am able to close sayd window, and the application will
terminate.
A brief discussion on irc stated that this bug then blocks bug 18616.
Willing to test patches / assist debugging further.
--
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=19184
Summary: File copying fails during installation of Mordor
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: perchrh-wine(a)pvv.org
When installing the game, file copying fails.
Files are extracted to the temp dir (C:\MDRTMP.TM~) and copied to the
installation directory (C:\MORDOR).
A popup shows this error message:
"Mordor 1.1 is not properly installed. Please re-run setup at a later time to
install Mordor 1.1 properly."
Debug logs (file and file+relay channels) attached.
The problem seems to occur when copying SHOCK.WAV, or right after that.
The file is found in the installation directory after the error shows.
The contents of the installation diretory and the temp directory at time of the
error is attached.
To reproduce:
Download demo, unzip MORDOR1A.zip and MORDOR1B.zip, run setup.exe and check
(only) "Install MORDOR" and "Install WAVE files".
Optionally, first install MORDOR only (completes without error), then re-run
setup and install the WAVE files.
--
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=13955
Summary: owner-drawn combobox height different to windows
Product: Wine
Version: 1.0-rc5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lightning_uk(a)imgburn.com
Created an attachment (id=14111)
--> (http://bugs.winehq.org/attachment.cgi?id=14111)
Screenshots
I make use of owner-drawn ComboBox's within my program (ImgBurn) and under
Ubuntu (via Wine 1.0 rc5 - and all versions before it that I've tested) they're
drawn too big and end up covering up the buttons below them.
It's only a matter of 2 or so pixels but it's enough to matter.
I've attached a zip containing a couple of PNG's.
1 from Windows (with 'Themes' disabled so it looks more like Ubuntu) showing
the expected height of the box and another from Ubuntu 8.04/Wine where the
combobox slightly overlaps the buttons below 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=17726
Summary: Civilization III Play the World: drop down menus in
multiplayer don't function
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: strider1551(a)gmail.com
When setting up a multiplayer game, the drop down menus do not function.
Because players cannot be added, this bug prevents any multiplayer game from
being started.
--
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=16968
Summary: environment variables not passed across to commands that
are run with popen
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
this is the python test from test_os.py, but it should work equally
as well in straight c-code. the only reason this test _happened_
to be run at all is because i have msys installed. normally, under
windows, this test would be entirely skipped.
# Bug 1110478
def test_update2(self):
if os.path.exists("/bin/sh"):
os.environ.update(HELLO="World")
value = os.popen("/bin/sh -c 'echo $HELLO'").read().strip()
self.assertEquals(value, "World")
--
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=19176
Summary: err:ddeml:WDML_CreateString Unknown code page 437
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: perchrh-wine(a)pvv.org
Created an attachment (id=22166)
--> (http://bugs.winehq.org/attachment.cgi?id=22166)
Output of WINEDEBUG=+ddeml
The installer of "Mordor 1 The Depths of Dejenol" (demo and full version) fails
and the message "err:ddeml:WDML_CreateString Unknown code page 437".
This may or may not be the reason it crashes, but in any case it looks to be a
shortcoming in Wine's ddeml.dll
--
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=25283
Summary: Unimplemented function urlmon.dll.410
Product: Wine
Version: 1.3.7
Platform: x86-64
URL: http://http://download.microsoft.com/download/C/C/0/CC
0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-E
NU.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
IE8 for XP crashes out with unimplemented function urlmon.dll.410 once
installed.
winetricks urlmon doesn't help, but urlmon.dll from Windows XP does.
Tested in wine-1.3.7-233-g9867c39.
--
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=17107
Summary: compiler warnings in server/fd.c on NetBSD
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
fd.c: In function 'set_fd_epoll_events':
fd.c:580: warning: assignment makes integer from pointer without a cast
fd.c:581: warning: assignment makes integer from pointer without a cast
Only appears on NetBSD, but not OpenBSD/FreeBSD. Vincent Povirk helped me
investigate on IRC, and looks like the problem is that on FreeBSD, in
/usr/include/sys/event.h you've got:
struct kevent {
uintptr_t ident; /* identifier for this event */
short filter; /* filter for event */
u_short flags;
u_int fflags;
intptr_t data;
void *udata; /* opaque user data identifier */
};
But on NetBSD:
struct kevent {
uintptr_t ident; /* identifier for this event */
uint32_t filter; /* filter for event */
uint32_t flags; /* action flags for kqueue */
uint32_t fflags; /* filter flag value */
int64_t data; /* filter data value */
intptr_t udata; /* opaque user data identifier */
};
Note the difference in udata 'void *' vs 'intptr_t'.
Relevant lines from the code:
EV_SET( &ev[0], fd->unix_fd, EVFILT_READ, 0, NOTE_LOWAT, 1, (void *)user );
EV_SET( &ev[1], fd->unix_fd, EVFILT_WRITE, 0, NOTE_LOWAT, 1, (void *)user
);
removing (void *) or changing it to intptr_t fixes the warning, but doesn't
seem a proper fix. Probably needs an ifdef or typedef, but I'll leave that for
someone else to decide.
--
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=23750
Summary: SpongeBob SquarePants: Diner Dash 2 - mouse has pink
background
Product: Wine
Version: 1.2
Platform: x86
URL: http://arcade.nick.com/nick/gameinfo.jsp?s=SpongeBobDi
nerDash2
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29763)
--> (http://bugs.winehq.org/attachment.cgi?id=29763)
screenshot
Looks like it's supposed to be an animated cursor, but the background is pink.
I'll attach a screenshot.
Terminal shows:
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 58
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 58
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64
fixme:d3d_surface:IWineD3DSurfaceImpl_BltOverride Implement hardware blit
between two surfaces on the same swapchain
fixme:d3d_surface:IWineD3DSurfaceImpl_BltOverride Implement hardware blit
between two surfaces on the same swapchain
fixme:d3d_surface:IWineD3DSurfaceImpl_BltOverride Implement hardware blit
between two surfaces on the same swapchain
fixme:d3d_surface:IWineD3DSurfaceImpl_BltOverride Implement hardware blit
between two surfaces on the same swapchain
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 58
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 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=10841
Summary: Support for dynamic resolution changing
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thedamocles(a)gmail.com
After a disscussion on this bug it appears the it would be great if Wine
supports dynamic resolution changing (just like windows when you swith between
a game and the desktop).
--
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=20961
Summary: RegEditX doesn't work in wine
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://www.dcsoft.com/ftp/REGX2.EXE
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Application description: RegEditX "extends" the Windows Registry Editor
(REGEDIT). A new history combo box and toolbar are inserted. You gain quick
navigation back to recently-visited keys, the ability to paste keys from the
Windows clipboard, and incrementally type the keys manually. In addition,
columns in the listbox are kept optimally sized.
Doesn't work in wine:
Internal error: could not find RegEdit window
--
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=11099
Summary: custom checkbox not displayed
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stuart(a)gathman.org
All the taxact versions use a custom checkbox that draws a large X for on
screen tax forms. These always display as blank. They are drawn correctly on
printout. The appdb entry is
http://appdb.winehq.org/objectManager.php?sClass=application&iId=1265
--
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=9422
Summary: Regression from 0.9.36 to 0.9.42/43 when running visio
2003
Product: Wine
Version: 0.9.43.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jokester01au(a)yahoo.com.au
Created an attachment (id=7748)
--> (http://bugs.winehq.org/attachment.cgi?id=7748)
Log trace of failed run under 0.9.43
This may or may not be related to bug #5163.
On 0.9.36 I have a working installation of visio 2003.
After upgrading to 0.9.42 visio ceases to work, failing with the message "iopl
not enabled".
Ditto for 0.9.43.
After reverting back to 0.9.36, visio 2003 again works.
Word and Excel 2003 seem to work happily on all of these versions of wine.
--
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=17708
Summary: Splinter cell double agent doesn't render correctly
Product: Wine
Version: 1.1.16
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
Created an attachment (id=19904)
--> (http://bugs.winehq.org/attachment.cgi?id=19904)
Log from start till i had to kill the game (compressed because its 25mb)
Game renders only part of ui and character, rest is just darkness.
--
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=18759
Summary: RoughDraft 3's Word Count feature always says zero
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://www.salsbury.f2s.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user reported in http://jainakay.livejournal.com/41083.html
that Rough Draft's word count feature fails, always reporting
that the document has zero words.
Sure enough, I tried Rough Draft 3, and he's right.
--
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=14078
Summary: Rewrite typelib marshaller on top of NDR functions
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
[Copied from wine-devel.]
Dan K. wrote in
http://www.winehq.org/pipermail/wine-devel/2008-June/066540.html
--- snip ---
While looking at the valgrind warning in
http://kegel.com/wine/valgrind/logs-2008-06-20/vg-oleaut32_tmarshal.txt
Conditional jump or move depends on uninitialised value(s)
at serialize_param (tmarshal.c:736)
by serialize_param (tmarshal.c:744)
by xCall (tmarshal.c:1414)
by ???
by func_tmarshal (tmarshal.c:1179)
by run_test (test.h:449)
by main (test.h:498)
Uninitialised value was created by a stack allocation
at test_typelibmarshal (tmarshal.c:762)
The problem happens during a call to this method
where widget is a pointer to an uninitialized pointer
which will receive the pointer to the widget:
interface IKindaEnumWidget : IUnknown
{
HRESULT Next(
[out] IWidget **widget);
I discovered that the attached patch prevented the problem.
I don't quite understand why; at first glance,
widget is an out parameter from the function,
why would it be dereferenced while serializing
the call?
--- snip ---
Rob Shearman wrote:
http://www.winehq.org/pipermail/wine-devel/2008-June/066571.html
--- snip ---
It's a bug in the typelib marshaller. It doesn't check whether a
VT_PTR type is actually an interface pointer and not access it on
input when the parameter is an [out] parameter. Note that because of
the memory re-use semantics it is legal to access memory passed in to
a remote function, even when the parameter is [out].
I think it's getting close to the time to reimplement the typelib
marshaller on top of NDR functions so that we don't have to implement
these subtleties twice, would improve performance and would reduce the
amount of code.
--- snip ---
--
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=19016
Summary: Unhandled type TKIND_COCLASS in oleaut
serialze_param() and deserialize_param()
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joshudson(a)gmail.com
fixme:ole:serialize_param unhandled switch cases tattr->typekind 5
This causes Word Automation from .NET to not work.
Tell me how to get what logs you want and I'll be happy to provide them.
--
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=25066
Summary: NFS Porsche: gimme.dll prevents the game from starting
Product: Wine
Version: 1.3.6
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=31786)
--> (http://bugs.winehq.org/attachment.cgi?id=31786)
Terminal output on wine-1.3.6-240-g791b22a
Steps to reproduce:
1) remove ~/.wine
2) install NFS Porsche Unleashed
3) patch the game with NFS5-3.5.20040310.ZIP
4) wine Porsche.exe driver=dx7z
Behaviour:
The game crashes after splash screen.
Expected behaviour:
The game shouldn't crash.
Workaround:
rename gimme.dll to gimme.dll.bak
--
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=13092
Summary: Word Viewer in wine displayes hebrew reversed
Product: Wine
Version: 0.9.59.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ran.rutenberg(a)gmail.com
Hi,
I'm using wine 0.9.59 on Ubuntu 8.04. After installing Word Viewer (2003), and
opening a document written in Hebrew, the order of the letters in each word is
reversed, but the order of the words is right.
For example if there are two words that should appear like this (Hebrew is
written from right to left):
"FED CBA"
then on the Word Viewer in wine they appear like this:
"DEF ABC"
AFAIK this problem also occurs on other linux distros (I've seen it also on
Gentoo).
--
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=22244
Summary: PlantsVsZoombies fail
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.okias(a)gmail.com
Created an attachment (id=27163)
--> (http://bugs.winehq.org/attachment.cgi?id=27163)
log_from_nouveau
Tested on R300 and Nouveau, both fail same. Both Gentoo.
--
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=14043
Summary: WEBPAGEMAKER 2.5 OLE error 80004001 when running
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jabertolin914a(a)cv.gva.es
Hi
I tried to run Webpagemaker 2.5 (after a sucessful installation with Wine) and
I received the following messages:
OLE error 80004001
Access violation ... in module msxml3.dll
and I have to kill the process because it hangs.
Thanks
Juan
--
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=16988
Summary: Guild Wars regression in 1.1.13
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: psycho_driver(a)yahoo.com
Guild Wars has been running consistantly well over the past couple dozen
releases but 1.1.13 has introduced a new bug. With UseGLSL = disabled and
winver = win2k on an amd64 gentoo 2008.0 desktop w/ a geforce 9800gt and binary
driver 180.22 a lot of graphics have become 'blocky', much of the text is now
unreadable, the compass texture is black, etc. etc.
Seems to work normally, but maybe slower than in the past, with UseGLSL =
enabled.
--
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=17275
Summary: Aquamark 3 crashes at end
Product: Wine
Version: unspecified
Platform: Other
URL: http://downloads.guru3d.com/download.php?det=673
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On my system, with an nvidia GeForce 8500 GT, aquamark 3 runs
beautifully until the very end, where it crashes with
wine: Unhandled exception 0xc0000092 at address 0x7ead85d4 (thread 0009),
starting debugger...
The crash happens regardless of whether you choose demo or benchmark mode.
It happens right after the "massive overdraw" scene.
Supposedly this app worked before, so perhaps this is a regression.
--
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=19061
Summary: Few italian translations in wine
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erpizzo(a)alice.it
In wine configuration most of the text is still in english and not in italian.
is it possible to have these things translated? i offer my help for the
translation
--
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=25755
Summary: unimplemented action MigrateFeatureStates
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nicholag(a)andrews.edu
Created an attachment (id=32823)
--> (http://bugs.winehq.org/attachment.cgi?id=32823)
messages from the installation and upgrade attempt for hrblock tax software
Trying to install tax software from H&R Block for 2010. The installer shows an
error, but the application seems to install. Updates to the application get
downloaded, but the error message prevents the update from installing.
--
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=17643
Summary: Installation of Sql express
Product: Wine
Version: 0.9.1.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kumar3010(a)gmail.com
i am using ubuntu os and i am trying to install sqlexpress
but it wasnt installing it says unable to extract the files.
can u please tell the procedure how to install sqlexpress.msi
using wine in ubuntu os.
--
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=23686
Summary: Star Sonata: Crash when trying to use it in virtual
desktop
Product: Wine
Version: 1.2-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b747xx(a)gmail.com
Created an attachment (id=29661)
--> (http://bugs.winehq.org/attachment.cgi?id=29661)
Backtrace
Game crash when trying to use Wine in virtual desktop mode.
How to reproduce it :
wine explorer /desktop=1,1680x1050 "C:\Program Files\StarSonata\Star
Sonata.exe"
Crash each time at the login section of the game, background don't display.
Star Sonata work correctly without virtual desktop.
You can download Star Sonata and play it for free here :
http://www.starsonata.com/download.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=19347
Summary: winefile: inconsistent "Wine" menu
Product: Wine
Version: 1.1.25
Platform: All
URL: http://winehq.org
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Left of the "File" menu in winefile, is a wine bottle which acts as a window
menu. This is inconsistent with other programs; and unnecessary as the window
menu is located just above 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=24518
Summary: Civilization V start menu has style issues
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=30950)
--> (http://bugs.winehq.org/attachment.cgi?id=30950)
Wine screenshot
See attached screenshots.
--
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=16265
Summary: ActiveX Control Pad installer hangs sometimes on exit;
deadlock between LdrShutdownThread and TASK_ExitTask?
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://msdn.microsoft.com/en-us/library/ms968493.aspx
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user said that ConvWPT ran in Wine, but gave a very complicated recipe,
so I tried simplifying it. Along the way, I noticed that Microsoft's
ActiveX Control Pad installer hangs sometimes on exit. Here's how to
reproduce:
1) Do "winetricks wsh56", else "winetricks fm20" will fail with dialog
"Setup has determined that Microsoft Internet Explorer 3.0 was not detected."
2) Do "winetricks fm20". This will complain "Setup was unable to start DDE
communication with the desktop". Click Ignore.
(This is probably bug 9159.)
When the installer is done, it sometimes hangs with
err:ntdll:RtlpWaitForCriticalSection section 0x7ef2b3c0 "syslevel.c:
Win16Mutex" wait timed out in thread 002f, blocked by 002e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7efec5e4 "loader.c:
loader_section" wait timed out in thread 002e, blocked by 002f, retrying (60
sec)
Using winedbg, I was able to get a backtrace of those threads by pressing ^C
and then using the bt command:
Wine-dbg>bt 0x2e
Backtrace:
=>1 RtlpWaitForCriticalSection+0x2fd(crit=0x7efec5e4)
[dlls/ntdll/critsection.c:64] in ntdll
2 RtlEnterCriticalSection+0x4a(crit=<?>) [dlls/ntdll/critsection.c:553] in
ntdll
3 LdrShutdownThread+0x49() [dlls/ntdll/loader.c:2160] in ntdll
4 RtlExitUserThread+0x67(status=<?>) [dlls/ntdll/thread.c:628] in ntdll
5 in kernel32 (+0x74ca6)
6 DOSVM_Int21Handler+0x9a17(context=0x7e56638c) [dlls/winedos/int21.c:3192]
in winedos
7 DOSVM_CallBuiltinHandler+0x17(context=0x7e56638c, intnum=<?>)
[dlls/winedos/interrupts.c:712] in winedos
8 INSTR_CallBuiltinHandler+0x3c(context=0x7e56638c, intnum=<?>)
[dlls/kernel32/instr.c:901] in kernel32
9 DOS3Call+0x25(context=0x7e56638c) [dlls/kernel32/instr.c:911] in kernel32
...
Wine-dbg>bt 0x2f
Backtrace:
=>1 RtlpWaitForCriticalSection+0x2fd(crit=0x7ef2b3c0)
[dlls/ntdll/critsection.c:64] in ntdll
2 RtlEnterCriticalSection+0x4a(crit=<?>) [dlls/ntdll/critsection.c:553] in
ntdll
3 _EnterSysLevel+0x7b(lock=0x7ef2b3c0) [dlls/kernel32/syslevel.c:106] in
kernel32
4 _EnterWin16Lock+0x20() [dlls/kernel32/syslevel.c:187] in kernel32
5 TASK_ExitTask+0x19() [dlls/kernel32/task.c:564] in kernel32
6 DllMain+0x75(hinst=0x7ee10000, reason=3, reserved=(nil))
[dlls/kernel32/kernel_main.c:212] in kernel32
7 __wine_spec_dll_entry+0x3e(inst=0x7ee10000, reason=<?>, reserved=<?>)
[dlls/winecrt0/dll_entry.c:40] in kernel32
8 call_dll_entry_point+0x15() in ntdll
9 MODULE_InitDLL+0xe3(wm=<?>, reason=3, lpReserved=(nil))
[dlls/ntdll/loader.c:912] in ntdll
10 LdrShutdownThread+0x96() [dlls/ntdll/loader.c:2163] in ntdll
11 RtlExitUserThread+0x67(status=<?>) [dlls/ntdll/thread.c:628] in ntdll
12 in kernel32 (+0x74ca6)
13 WINOLDAP_EntryPoint+0x1a2(context=0x7d7b138c)
[dlls/kernel32/kernel16.c:207] in kernel32
...
--
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=12370
Summary: AGEod's American Civil War cannot run.
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernando.lagrange(a)club-internet.fr
Created an attachment (id=11865)
--> (http://bugs.winehq.org/attachment.cgi?id=11865)
Error with following command: "nohup wine AACW.exe > wine.txt &"
When the game starts, there is an exception in ntdll that prevents it from
running.
wine was launched with and without "WINDEBUG=relay" (see attached files).
Game developers states that this seems to be linked to DirectX.
This game is based on same engine than Napoleon's Campaigns:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=6294
Same behaviour has been seen with wine-0.9.56.
--
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=23235
Summary: If Xserver does not suppoer MIT-SHM, log get spammed
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
If Xserver does not support MIT-SHM extension, log is spammed with a lot of
Xlib: extension "MIT-SHM" missing on display "localhost:11.0".
messages.
It would be better if such message would appear only once.
--
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=17660
Summary: Starcraft slow down when select any building or units
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nathnett(a)gmail.com
Starcraft slow down when select any building or unit/s.
--
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=22354
Summary: Xfire crash after upgrade to Ubuntu 10.04
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: redplug(a)web.de
Created an attachment (id=27353)
--> (http://bugs.winehq.org/attachment.cgi?id=27353)
Wine Output with WINEDEBUG=+all
after upgrade to Ubuntu 10.04 Xfire dont start anymore.
It crash with the this bugreport:
<?xml version="1.0" encoding="utf-8" ?>
<ExceptionReport Version="4">
<Application Build="42127" Command="C:\Programme\Xfire\Xfire.exe"/>
<OperatingSystem Type="2"><Version Major="5" Minor="1"
Build="2600"/></OperatingSystem>
<Exception Code="C0000005" Address="7A6AB486"></Exception>
<Registers EAX="00000001" EBX="00000000" ECX="00000000" EDX="00000000"
ESI="00000009" EDI="793233C8" CS="0023" EIP="7A6AB486" SS="002B" ESP="0032F1E4"
EBP="00000000" DS="002B" ES="002B" FS="0063" GS="006B" Flags="00010246"/>
<BackTrace>
</BackTrace>
</ExceptionReport>
--
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=23649
Summary: [TMG 7.04] Certain fonts are not drawn correctly
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://www.whollygenes.com/files/tmg7setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Created an attachment (id=29593)
--> (http://bugs.winehq.org/attachment.cgi?id=29593)
foxfont corruption tag entry screen
The following fonts look corrupted if used and tmg will not display until tmg
is restarted
(1)"A Line TMG"
(2)"Foxfont"
(3)"Foxpro window font"
(4)"System font"
See screen captures.
To change the fonts to see the issue you need to visit the preferences menu
"file>preferences>Program Options>List"
and select one the fonts listed above.
--
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=20088
Summary: Darkest of Days crashes after the main menu
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: syberghost(a)gmail.com
Created an attachment (id=23649)
--> (http://bugs.winehq.org/attachment.cgi?id=23649)
command line output
Every time I run it, the main menu comes up, background music plays, but if I
click "New Game" it crashes. Output 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=25031
Summary: Warcraft 3 display is upside down
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 280419952(a)mail.ru
Created an attachment (id=31723)
--> (http://bugs.winehq.org/attachment.cgi?id=31723)
the part of the log WINEDEBUG=+tid,+relay,+seh starting 200 lines above and
ends 200 lines below first "trace:seh"
Display is upside down .
--
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=24577
Summary: Insaniquarium Deluxe 1.1 does not run at all with
FGLRX
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gururise(a)gmail.com
I have Insaniquarium Deluxe 1.1 installed on two different computers for my
kids. Both are running the latest Ubuntu 10.04 using wine 1.3.3
On one, I run the nvidia binary driver and Insaniquarium works fine (in desktop
mode) under wine.
On the other, I run the fglrx binary driver (v 10.9 hotfix) and Insaniquarium
will not even start up and spit outs the following error:
fixme:win:EnumDisplayDevicesW ((null),0,0x32ef50,0x00000000), stub!
fixme:ddraw:ddraw7_GetMonitorFrequency iface 0x134820, frequency 0x5d453c stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling
mixer
err:seh:setup_exception_record stack overflow 876 bytes in thread 0009 eip
7ed9e177 esp 00230fc4 stack 0x230000-0x231000-0x330000
--
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=23865
Summary: Microsoft Wine Guide (16-bit) unable to find files
whose names end with .
Product: Wine
Version: 1.2
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=29962)
--> (http://bugs.winehq.org/attachment.cgi?id=29962)
+relay,+int21,+mmio log compressed with bzip2
This bug applies to Microsoft Wine Guide 1.0a, a multimedia CD-ROM from 1995
which works with Windows 3.1 and later.
The program is unable to read some files from the CD-ROM which have names
ending in a dot. For example:
$ ls -l /media/cdrom/mswptime/vo/
total 5142
-rwxrwxrwx 1 root root 136888 1995-01-28 12:48 bordeaux.
-rwxrwxrwx 1 root root 133676 1995-01-28 12:48 burgundy.
-rwxrwxrwx 1 root root 82410 1995-01-28 12:48 flute.
-rwxrwxrwx 1 root root 123796 1995-01-28 12:49 port.
-rwxrwxrwx 1 root root 206696 1995-01-28 12:50 red.
-rwxrwxrwx 1 root root 3494956 1995-04-05 13:00 score.
-rwxrwxrwx 1 root root 91972 1995-01-28 12:53 sherry.
-rwxrwxrwx 1 root root 705278 1995-01-20 15:07 title.
-rwxrwxrwx 1 root root 178492 1995-01-28 12:41 title.2
-rwxrwxrwx 1 root root 108658 1995-01-28 12:54 white.
The program appears to be trying to open the corresponding name without a dot.
Start wine.exe in the root directory of the CD-ROM. A Microsoft Home splash
window opens, and there are several error dialog boxes about DLLs; click Ignore
to dismiss each one. The main window then opens. A sound should play but
doesn't. This console output:
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\title"
Click WINE TASTING WITH OZ, then THE BASICS, then GLASSES. Each loudspeaker
icon should play a sound clip when clicked. Instead you get console output like
this (one line on clicking each button):
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\port"
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\sherry"
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\red"
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\white"
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\flute"
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\burgundy"
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\bordeaux"
The attached log is for WINEDEBUG=+relay,+int21,+mmio, starting wine.exe,
clicking Ignore for each dialog box, then clicking the above sequence.
--
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=13606
Summary: msys is *incredibly* slow
Product: Wine
Version: 1.0-rc3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kirr(a)landau.phys.spbu.ru
When running configure of a program in msys under wine the whole process is
incredibly slooooow compared to the same under Windows.
I've tracked the problem down to following:
$ export WINEPREFIX=`pwd`/msystest
$ wineboot -i
$ cd msystest/drive_c
$ wget -c
http://downloads.sourceforge.net/mingw/msysCORE-1.0.11-2007.01.19-1.tar.bz2
$ mkdir msys
$ cd msys
$ tar xfj ../msysCORE-1.0.11-2007.01.19-1.tar.bz2
$ wineconsole bin/sh.exe --login -i
--- in msys console ---
# time for i in 1 2 3 4 5; do echo $i; done
...
real 0m0.021s
# time for i in 1 2 3 4 5; do /bin/echo $i; done
...
real 0m3.396s
i.e. each fork of /bin/echo takes approximately almost *1* second!
On Windows both examples runs fast, although /bin/echo case is slightly slower,
but still speed ratio is not *that* big.
Thanks beforehand.
--
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=24602
Summary: NWN2 suffers from shadows flickering on ATI cards
(fglrx driver)
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NightNord(a)gmail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=31069)
--> (http://bugs.winehq.org/attachment.cgi?id=31069)
Character close view
This strange effect persists with any possible configurations (including those
in gfxoptions debug menu). It's followed with dozens of
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Filters not supported in software
blit
messages, but I'm not sure, that it's directly related to the filters missing,
but I've tried to comment-out render-target check, so direct opengl
implementation of blit called always - it seems to gone, but this was unstable
and in any following runs I've got completelly black scene, including mini-map
(effects, selections, magic spells and soon - all in place, but all surfaces
are blackened).
I'm attaching screenshot of player's character, close view and far view. You
may see some dotted patterns on characters clack, or on terrain around him.
This effect hard to get screenshoted as it's mostly visible while moving
camera, mouse, character and soon.
It's might be related to other bug, that affects only indoor areas, that I'll
post soon also.
Tested on:
wine-1.3.3
kernel 2.6.35 with 'nopat' kernel option
ati-drivers (fglrx): 10.9, ATI Mobility Radeon HD4520
Wine direct3d configs:
OffscreenRenderingMode=fbo
VideoMemorySize=512
UseGLSL=enabled
Overrides and installed packages:
vcrun2005 and d3dx9 from winetricks (without this game just can't start due to
unimplemented features).
devenum.dll and dxdiagn.dll (without this, game can't find any video device and
refuses to run).
--
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=24392
Summary: Mass Effect 2: Lair of the Shadow Broker: Skycar chase
scene renders nothing
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: megatog615(a)gmail.com
After Shepard and Liara(and your choice of team member) enter the Skycar, a
loading screen appears. After the loading screen, a mini game starts where you
drive the skycar, presumably to catch Vasir(I haven't been able to see it yet
due to this bug). The problem is, the game is rendering a blank image. The only
other things that I can see are the UI and the game's darker edges film
effect(the circular banding around the edges in the 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=24926
Summary: Lotro crash
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jasmin.beauregard(a)gmail.com
Created an attachment (id=31563)
--> (http://bugs.winehq.org/attachment.cgi?id=31563)
Lotro crashlog
The game is just fantastic, no lags and the graphics are quite the same as in
windows but it keeps on crashing after a few minutes of play. Everytime I get
the same error message. Here is my crash log... Hope that it will help.
Thank you!
--
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=25054
Summary: Lost Horizon demo graphic errors
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: miso.seliga(a)gmail.com
here you can download demoversion i tried:
http://www.gamershell.com/download_62640.shtml
i tried with clean .wine, then i changed desktop to virtual 1280x720, sound
driver to esound and disabled links to home folder
game installs well (only after installation wine desktop windows remains on
screen and has to be closed manually with window close button. this is so minor
problem that i don't report it)
then i run game's configtool, don't change anything, press save
then i run game, intro video plays and menu appears. in menu there are already
visible mistakes, it looks as if some overlay should be rendered on top and its
only random noise, screenshot is attached. same problem can be seen later in
game too. i noticed that everytime i run the game itlooks different, even when
you run the game and return to menu it looks different. sometimes there is
noise over whole screen, sometimes there is only black box on bottom-right part
of screen
there are no relevant messages in console
log with WINEDEBUG=trace+graphics is also empty
log with WINEDEBUG=trace+graphics,+relay is huge (363MB) so i am not attaching
it yet, i am afraid that because there is no crash even if there is something
useful it may be buried anywhere in it... so i will post needed information
when someone will write me what exactly is needed
in appdb there is no demoversion but there is entry for full game here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21194&iTesting…
i can't confirm if there is problem in full version too
my system is ubuntu 10.10 64bit
wine is wine-1.3.6 from winehq repository
graphic card is ati 4850
graphic driver is fglrx from ubuntu 10.10 repository
(8.78-3-100920a-105558c-ATI)
if therewill be need for some more information then 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.
http://bugs.winehq.org/show_bug.cgi?id=24490
Summary: pSX emulator does not receive input from Option (Alt)
key.
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: LordHDL(a)yahoo.com
Created an attachment (id=30905)
--> (http://bugs.winehq.org/attachment.cgi?id=30905)
pSX Output
The Option key on an Apple keyboard also serves as the "Alt" function for
Windows applications. Other applications I've tested recognize it normally,
but pSX does not. It is required for invoking full screen mode. You can also
assign it to a misc. key command in the application's configuration, but all it
does is scroll through the text fields. Nothing appears in the log when trying
to use this key, but I attached it anyway.
--
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=23777
Summary: Half-Life in full screen will be partially drawn
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: axel(a)james-b.ch
Created an attachment (id=29807)
--> (http://bugs.winehq.org/attachment.cgi?id=29807)
After a restore, Counter-Strike is not drawn completly
I've found that wine won't draw correctly Half-Life games (mods too), which are
in OpenGL, after an alt-tab (minimize). It has begun after a kernel,
nvidia-drivers and Xorg update.
When any HL game is started all is fine. After the first alt-tab the game
"window" is cut (see the attachments). It happens even when the game has the
same resolution as my screen and when I do ctrl+alt+arrows (change the current
desktop) since it minimizes the game. I have tested with a old Half-Life
(without Steam) and the bug is reproduced too.
I'm using Gentoo Linux, kernel 2.6.32-gentoo-r7 (before 2.6.32-r3),
nvidia-drivers-256.35 (and 195.36.24 was tested too) (Asus 285 GTX),
xorg-server-1.7.6 (before: 1.6.5-r1).
Other attachments: game effects are affected as well resulting in possible
cheat exploits. Notice that these are windows captures (alt-printscreen).
>> http://img822.imageshack.us/i/capturecounterstrike1.jpg/ (sniper scopes aren't drawn at the good position)
>> http://img9.imageshack.us/i/capturecounterstrike2.jpg/ (flash grenade doesn't produce the effect in fullscreen, seems shifted by the 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=25896
Summary: Din's Curse Demo is rendered incorrectly
Product: Wine
Version: 1.3.12
Platform: x86
URL: http://www.soldak.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Created an attachment (id=33003)
--> (http://bugs.winehq.org/attachment.cgi?id=33003)
menu
All games from Soldak entertainment(they have the same engine) are rendered
incorrectly(in both menu and game itself)
Tested with Din's Curse Demo and Kivi's Underworld
First one is present in AppDB with comment:
"What does not work
various graphical glitches: character models is messed up, to fix use low
graphics settings. various effects and icons are displayed wrongly." but no
screenshot attached
Changing settings doesn't help for me.
Made some screenshots
--
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=24349
Summary: Blackberry Desktop Software (aka Device Manager):
Crashes on Run
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.in.snow(a)gmail.com
Created an attachment (id=30691)
--> (http://bugs.winehq.org/attachment.cgi?id=30691)
Command line output and backtrace
Desktop Manager does not run.
Installation requires the Windows version to be set to "Windows XP" and no
other modifications are needed.
Application crashes during startup.
OS: Fedora 13
Please note that while I put x86_64 as my hardware, I installed the i686
version of wine from Fedora.
Please let me know what else I can provide.
--
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=23493
Summary: Safari, when installed with quiet mode, refuses to run
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.apple.com/safari
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Installing safari normally works fine.
Installing it with silent mode (wine SafariSetup.exe /qn) reports success for
the installer, but trying to run it fails with a messagebox:
Safari can't open.
Your copy of Safari is missing important software resources. Please reinstall
Safari.
OK
terminal shows:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.4053)
fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 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=17921
Summary: Just a translation problem
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laughmetal(a)gmail.com
It is just a translation problem.
I am currently using Wine 1.1.18 simplified Chinese under ubuntu. Everything
works fine, but for the translation of word "Apply", it used the tradition
Chinese notation rather than simplified Chinese one.
Not a big problem however solving it can make this program better.
--
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=21459
Summary: Ukrainian translation for some files
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Created an attachment (id=25841)
--> (http://bugs.winehq.org/attachment.cgi?id=25841)
Ukrainian translation for some files
Ukrainian translation for
dlls/crypt32/crypt32_Uk.rc
dlls/hhctrl.ocx/Uk.rc
dlls/mpr/mpr_Uk.rc
dlls/msacm32/msacm_Uk.rc
dlls/mshtml/Uk.rc
dlls/msi/msi_Uk.rc
dlls/msvfw32/msvfw32_Uk.rc
dlls/oleaut32/oleaut32_Uk.rc
dlls/oledlg/oledlg_Uk.rc
dlls/wldap32/wldap32_Uk.rc
programs/reg/Uk.rc
programs/winhlp32/Uk.rc
programs/wordpad/Uk.rc
programs/write/Uk.rc
programs/xcopy/Uk.rc
--
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=21457
Summary: Ukrainian translation resources for credui
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Created an attachment (id=25839)
--> (http://bugs.winehq.org/attachment.cgi?id=25839)
ukrainian credui.rc
Ukrainian resources for dlls/credui.
--
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=18461
Summary: Problem in English localization of Winelib programs
Product: Wine
Version: unspecified
Platform: All
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=50499
2
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovek(a)arcticnet.no
Most of the Winelib programs in Wine, such as winecfg, contain this in their
English localization resource (En.rc):
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
SUBLANG_DEFAULT is 1, which for English, maps to SUBLANG_ENGLISH_US. This means
that the localization in En.rc is *only* selected in an en_US locale, *not* in,
say, an en_GB locale (unless no other fallback is found).
It would probably better if these files said
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
so that if the user has a British English user locale (from LC_MESSAGES) and a
French system locale, winecfg will show up in English, not fall back to French.
(From Debian bug #504992, linked to in the URL field.)
--
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=11136
Summary: Trados: TagEditor loosing contact with Workbench.
Product: Wine
Version: CVS/GIT
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yolande(a)haneder.biz
When opening Tageditor, it should be able to open and connects to Workbench
(working OK yesterday). Now when opening TagEditor, it is prompting Workbench
but not seeing it (Workbench is opening although TagEditor says it can't open
it).
Showing in the log.
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {b196b286-bab4-101a-b69c-00aa00341d07}
could be created for context 0x80000001
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{b196b284-bab4-101a-b69c-00aa00341d07}
err:rpc:I_RpcReceive we got fault packet with status 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
Now imagine you try to open a file with TagEditor. It opens the file and is
immediately loosing contact with Workbench and ask you if you want to restart
Workbench (which is still not closed).
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=4d7000004d8, oid=3
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
It is now opening a SECOND workbench window with again the error.
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {b196b286-bab4-101a-b69c-00aa00341d07}
could be created for context 0x80000001
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{b196b284-bab4-101a-b69c-00aa00341d07}
err:rpc:I_RpcReceive we got fault packet with status 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
and asking again to reconnect as soon as you point your mouse on the text.
Any idea?
--
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=25436
Summary: Lithuanian translation of "Program files" and
"Application Data" folders (see file shell32_Lt.rc)
causes problems with some software for Windows
Product: Wine
Version: 1.3.8
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mantas(a)akl.lt
In the Lithuanian of localization of Wine "Program files" gets translated as
"Programų failai", "Application Data" - as "Programų duomenys" and "Local
Settings" - as "Vietinės nuostatos" (see file shell32_Lt.rc) causes problems
with some software for Windows.
- This is inconsistent with localized Windows (Lithuanian version) behavior,
which ALWAYS uses the name "Program files", "Application Data" and "Local
Settings".
- Some Windows software doesn't find files in these folders, as translated
folders have accented characters "ų" and "ė".
Requesting to use these translations in /dlls/shell32/shell32_Lt.rc :
IDS_APPDATA "Application Data"
IDS_LOCAL_APPDATA "Local Settings\\Application Data"
IDS_INTERNET_CACHE "Local Settings\\Temporary Internet Files"
IDS_COOKIES "Cookies"
IDS_HISTORY "Local Settings\\History"
IDS_PROGRAM_FILES "Program Files"
IDS_PROGRAM_FILES_COMMON "Program Files\\Common Files"
I can attach a patch if you like.
Same localization error was with Dutch translation, look at bug #15844
Most other Windows localizations also don't translate these folders if
translations would have accented characters, look for example at Russian or
Ukrainian localizations of WINE:
http://source.winehq.org/source/dlls/shell32/shell32_Ru.rchttp://source.winehq.org/source/dlls/shell32/shell32_Uk.rc
--
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=20883
Summary: Faults on Portuguese translation of the Winecfg.exe
program
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricardopcosta1967(a)gmail.com
I would like to inform the following faults on Portuguese translation of
Applications section of the Winecfg.exe program: 1) the text "Versão do
Windows" appears incomplete; 2) "Adiconar aplicação...", instead of "Adicionar
aplicação...".
Thank you
--
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=15844
Summary: Weird Dutch translation for Program files folder
Product: Wine
Version: 1.0.1
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: VincentBeers(a)gmail.com
In the Dutch localization of Wine, Program files gets translated as "Programma
bestanden". This is:
- Inconsistent with Windows behaviour, which ALWAYS uses the name "Program
files".
- Bad grammar, it becomes "Programmabestanden" in Dutch, but it doesn't make it
sound any better.
Requesting the name to be reverted to "Program files".
--
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=25236
Summary: Wrong italian translation in "add/remove programs"
Product: Wine
Version: 1.3.6
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mugeta(a)virgilio.it
IDS_CPL_TITLE, "Agiungi/Rimuovi Programmi"
should be instead
"Aggiungi/Rimuovi Programmi"
--
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=25235
Summary: Wrong italian translation in "add/remove programs"
Product: Wine
Version: 1.3.6
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mugeta(a)virgilio.it
IDS_CPL_TITLE, "Agiungi/Rimuovi Programmi"
should be instead
"Aggiungi/Rimuovi Programmi"
--
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=11075
Summary: Translation error
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey(a)esin.name
Created an attachment (id=10094)
--> (http://bugs.winehq.org/attachment.cgi?id=10094)
Patch to solve this problem.
Error in translation in file wine/dlls/shell32/shell32_Ru.rc at 87 string:
MENUITEM "&Удалмть", FCIDM_SHVIEW_DELETE
must be:
MENUITEM "&Удалить", FCIDM_SHVIEW_DELETE
--
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=24596
Summary: Italian translation for "target" should be
"destinazione" and not "obiettivo"
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devotip(a)tiscali.it
In CMD and XCOPY the Italian translation for "target" is sometime "obiettivo"
instead of the more appropriate "destinazione"
Most of the translations are already using "destinazione"
--
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=18230
Summary: Romanian translation wrong
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petrimetri(a)gmail.com
I'm a Romanian ReactOS translator. (For those who don't know, ReactOS is an
operating system which seeks to be 100% compatible and similar to Windows NT.)
Many translations from Wine are passed to the ReactOS project when
synchronizing the source code.
That leads to the fact that I can't directly translate and/or update any
translation of ReactOS files that are in sync with Wine. Some translations are
already done here on the Wine project but some of them are wrong (For example
Basic colours is translated incorrectly as Culori de basă when the correct
translation is Culori de bază), others don't fit with the rest of the
translations (The translations of ReactOS should retain the terminology used in
Windows. In Windows, Cancel is translated to Revocare, in Wine the translation
is Renunţă which is the imperative form of the verb a renunţa - to give up).
I was told I should speak to you if I want to change these translations but the
problem is that many Linux distributions are translated in Romanian using
Renunţă as Cancel etc and if I try to change the translation in Wine, then
the Romanian Linux-users will strongly disagree ...
What should I do? Please propose a fix.
--
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=13651
Summary: crash when opening tab Privacy settings in ie6 due to
unimplemented function
wininet.dll.PrivacyGetZonePreferenceW
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eddie(a)lania.nl
CC: jon_p_griffiths(a)yahoo.com
Created an attachment (id=13636)
--> (http://bugs.winehq.org/attachment.cgi?id=13636)
Crash when trying to set privacy settings in ie6.
crash when opening tab Privacy settings in ie6 due to unimplemented function
wininet.dll.PrivacyGetZonePreferenceW
Seet attachment.
Regards,
Eddie.
--
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=20613
Summary: PVSYST 5 crashed when launched
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.pvsyst.com/5.0/purchase.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xavier.walhin(a)gmail.com
Installation is ok but launching the program directly crashes.
--
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=25687
Summary: "Create directory" button does nothing in ARM
Versatile Express installer.
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nbowler(a)draconx.ca
The "create directory" button (icon is a yellow folder with an asterisk) in the
ARM Versatile Express installer (an msi file) does nothing. This is especially
annoying as this installer does not allow you to simply type a non-existent
path (it ignores your selection if you do so).
Clicking on the button causes the following fixme to be printed:
fixme:msi:ControlEvent_HandleControlEvent unhandled control event
L"DirectoryListNew" arg(L"0").
Creating the directory outside of the installer allows it to be selected and
then the install proceeds 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=23755
Summary: Everquest 2 streaming client: LaunchPad.exe crashes
with unhandled exception
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fennecfanatic(a)gmail.com
Created an attachment (id=29774)
--> (http://bugs.winehq.org/attachment.cgi?id=29774)
output of 'wine LaunchPad.exe'
After downloading and launching the Everquest 2 streaming client, it displays a
blank gray window for about two minutes (see logs) and a second window with
just the SOE logo in it, then crashes with an unhandled exception.
The program works correctly when tested against Windows XP Pro SP3.
Note: An Everquest 2 account is NOT needed to work on this bug, as it occurs
prior to login.
The program is available here:
http://launcher.station.sony.com/games/eq2/live/launcher_setup.exe
--
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=11423
Summary: Canon Digital Photo Professional (DPP) upgrader crash
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erasmo(a)erasmix.net
Created an attachment (id=10553)
--> (http://bugs.winehq.org/attachment.cgi?id=10553)
full crash output
After successfully installing DPP I tried to install the upgrade package, which
ships as an executable (DPP320_EN.exe). When I run it, it brings up a dialog
with a progress bar that says: "Extracting Files...". Then it crashes with:
fixme:process:IsWow64Process (0xffffffff 0x34dcc8) stub!
wine: Unhandled page fault on read access to 0x00000020 at address 0x4210d3
(thread 0016), starting debugger...
Unhandled exception: page fault on read access to 0x00000020 in 32-bit code
(0x004210d3).
--
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=14861
Summary: Nokia Suite installer crashes
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://nds1.nokia.com/files/support/global/phones/softwa
re/Nokia_PC_Suite_rel_7_0_7_0_eng_us_web.exe
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Created an attachment (id=15404)
--> (http://bugs.winehq.org/attachment.cgi?id=15404)
crash log
A user reported trouble with this installer in appdb. There are already 2 bugs
opened for older versions of Nokia Suite , but this one seems to behave
differently, as it crashes right away, somewhere along SetDIBits
As this looks like a regression, i'm currently trying to find the evil patch
--
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=18906
Summary: when printing within tilt and wrap application, the
program crashes
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: rasapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: uwe.koch(a)opticakoch.cl
While running from the command line, when I click on the print button, I get a
"run-time error 482" message: Printer error! After clicking ok in the dialog
box, the application crashes.
Error in command line says:
uwe@koch-laptop:~$ wine tiltandwrap.exe
fixme:win:LockWindowUpdate (0x10046), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
--
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=12690
Summary: Internet Explorer 7 is falling after start on unhandled
exception.
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.microsoft.com/download/3/8/8/38889DC1-
848C-4BF2-8335-86C573AD86D9/IE7-WindowsXP-x86-enu.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: kai.blin(a)gmail.com
ReportedBy: petr.dlouhy(a)email.cz
Download Internet Explorer 7 installator, unpack it with cabextract, and run
iexplorer. Internet Explorer shows two error messages, and then after a while
(the main window is wisible) fall down on unhandled exception.
The exception is thrown in rpcrt4/ndr_stubless.c in function NdrClientCall2 on
line 587. If I comment out the RpcRaiseException call, the Explorer is not
falling anymore (but not working much).
--
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=11725
Summary: Mathematica 5.1 fails on installing
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobidiego(a)gmail.com
I have placed the test for this on the appdb site.
Steps to Reproduce:
- cd to CDROM/AUTORUN
- wine autorun.exe
- Clic on install. It start to uncompress the installer.
- After the installer get uncompressed it shows the error and closes:
Title: InstallShield
Error: 1607: Unable to install InstallShield Scripting Runtime.
fixme:advapi:RegisterEventSourceW ((null),L"MsiInstaller"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x000003f5,(nil),0x0006,0x00000000,0x34b9fc,(nil)):
stub
err:eventlog:ReportEventW
L"=====================================================\r\nException code:
C0000005 ACCESS_VIOLATION\r\nFunction:
0x3\r\n=====================================================\r\n\r\nRegisters:\r\nEAX:00000000
EBX:76438B16 ECX:0034BA38 EDX:00000031 ESI:0034BCC0
EDI:0034BE40\r\nCS:EIP:0023:00000003 "...
err:eventlog:ReportEventW L""
Also it takes a some seconds to close the process.
--
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=24994
Summary: winecfg does not work
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin10(a)gmx.at
When I try "winecfg" in the terminal i get the following error:
[root@Banjo Benji]# winecfg
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\services.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code -1073741515
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\windowscodecs.dll") not found
err:module:import_dll Library windowscodecs.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x684363f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
err:module:DelayLoadFailureHook failed to delay load
shell32.dll.SHGetFolderPathW
wine: Call from 0x684363f3 to unimplemented function
shell32.dll.SHGetFolderPathW, aborting
wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address
0x684363f3 (thread 000b), starting debugger...
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\explorer.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\explorer.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winecfg.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winecfg.exe" failed, status c0000135
Funnily enough, when i try to change the settings via gui it does work. But
however i think this an critical damage in wine. So i have already done "yum
remove wine" and "yum remove wine-core" and finally "yum install wine". But
also this did not work. The same failure occured again.
--
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=24996
Summary: cannot install components via winetricks
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin10(a)gmx.at
I have tried to install "dirctplay" via winetricks but it didn´t work. Here is
the failure:
[root@Banjo Benji]# sh winetricks
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\windowscodecs.dll") not found
err:module:import_dll Library windowscodecs.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\services.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000135
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code -1073741515
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x681683f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
err:module:DelayLoadFailureHook failed to delay load
shell32.dll.SHGetFolderPathW
wine: Call from 0x681683f3 to unimplemented function
shell32.dll.SHGetFolderPathW, aborting
wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address
0x681683f3 (thread 000b), starting debugger...
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\explorer.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\explorer.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\windowscodecs.dll") not found
err:module:import_dll Library windowscodecs.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\services.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code -1073741515
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x684313f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
err:module:DelayLoadFailureHook failed to delay load
shell32.dll.SHGetFolderPathW
wine: Call from 0x684313f3 to unimplemented function
shell32.dll.SHGetFolderPathW, aborting
wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address
0x684313f3 (thread 000b), starting debugger...
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\explorer.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\explorer.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x684363f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
err:module:attach_process_dlls "shell32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\cmd.exe" failed, status 80000100
------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string
------------------------------------------------------
[root@Banjo Benji]#
To solve this problem i have already tried "yum remove wine" and "yum remove
wine-core" and finally "yum install wine". But this didn´t work either. Hope
anyone can help me.Thx.
--
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=15472
Summary: iexplore: cannot open links in a new window
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Minor, but when using iexplore/gecko, opening links in a new window is
unimplemented. Only terminal output is:
fixme:shdocvw:DocHostUIHandler_ShowContextMenu default action not implemented
fixme:mshtml:OleCommandTarget_Exec unsupported nCmdID 2137 of CGID_MSHTML group
--
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=24576
Summary: Final Fantasy XIV: Live Client Launch Fails
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.finalfantasyxiv.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: senjion(a)gmail.com
I was able to get the client installed easily just running the installer
through wine, patching was an issue as it seems to have been in Beta, however
after the install I copied in an already patched version of the game which
allowed me to get past the Version Check and patching process.
Now when running ffxivboot.exe the game loads the Login Screen properly. I can
enter credentials and it logs in fine and then goes to the Launcher page.
On the Launcher Page I can get into Account Management just fine, however if I
click on the big red "Play" button nothing happens, it seems like the Launch
page just refreshes.
After logging in I tried leaving the Launcher page up and just executing
ffxivgame.exe however it acts like it is trying to launch and then simply
crashes.
Wine Configuration has Audio set to OSS instead of ALSA.
All graphics in ffxiv config are set to the lowest possible settings.
I have tried with both Hardware Mouse enabled and disabled via ffxiv config,
and with sound enabled and disabled aswell.
If there is any data I can collect to assist in troubleshooting 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.
http://bugs.winehq.org/show_bug.cgi?id=14601
Summary: Easter egg of WinRAR do very slow speed of application
Product: Wine
Version: 1.0.0
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
In About window you can see logo (icon) and logo (WinRAR word on the sea).
First logo is in 16 colors, this is strange: in Windows this is full-colored.
Double clicking do easter egg: it jump to down of window! Double clicking on
second logo (big WinRAR word) can do second easter egg, but it make very small
speed of application! Double click fix this.
--
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=25192
Summary: 'fatal error in gc: collecting from unknown thread'
with Mono
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)robots.org.uk
Created an attachment (id=31979)
--> (http://bugs.winehq.org/attachment.cgi?id=31979)
test case script
I'm trying to run Wix, a .NET application, on Wine. In order to do this I am
using the mono-gtksharp installer from
<http://ftp.novell.com/pub/mono/archive/2.8/windows-installer/9/mono-2.8-gtk…>.
When building an installer, I get the following error:
fatal error in gc
Collecting from unknown thread
Some digging around reveals that this message comes from Mono's use of the
Boehm garbage collector. There is a bug open in their tracker that talks about
the error <https://bugzilla.novell.com/show_bug.cgi?id=323578>; they seem to
consider it a bug in Wine.
I'll attach a shell script that reproduces this from scratch, almost
automatically. You just have to download Wix3.msi and drop it in the same
directory as test.sh.
--
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=18271
Summary: MSI creates incompatible msi file in a specific case of
create table
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tijnema(a)gmail.com
Created an attachment (id=20797)
--> (http://bugs.winehq.org/attachment.cgi?id=20797)
Test application for this bug (source and binary)
I was doing some testing on MSI, and figured that when using only 1 column in a
table with only 1 character, wine's msi implementation fails to create a
correct msi file.
When opening the msi file with orca, orca crashes after selecting the table.
Using native dll override for msi.dll, a correct msi file is generated.
The query I am using is
CREATE TABLE testTable (b INT PRIMARY KEY b)
Test application built in VS2008 (source and binary) is attached, it needs
vcredist package from microsoft to run.
--
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=23487
Summary: Buccaneer: freezes when changing screen resolution
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.bigdownload.com/games/buccaneer-the-pursuit
-of-infamy/pc/buccaneer-the-pursuit-of-infamy-demo/
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=29315)
--> (http://bugs.winehq.org/attachment.cgi?id=29315)
standard console log
The game Buccaneer: The Pursuit of Infamy (an arcadish Pirates! clone) becomes
unresponsive when changing in-game screen resolution. This occurs both in
Wine's virtual desktop mode and in fullscreen.
If you untick the 'Fullscreen' option in the game (so it runs in windowed
mode), the freezing doesn't happen and I can switch resolutions successfully.
The game uses the Torque engine, there are D3D9 and OpenGL rendering modes
available. However selecting OpenGL rendering from the options menu doesn't
have an effect: the game always resets itself to the default D3D9 renderer.
You can check out the issue using the demo (122 Mb download size), I added the
link to URL.
How to reproduce the issue in the demo:
1. Install the demo and start it by T3D.exe. The game will notify you about the
latest update, you can install it, the game will restart after updating.
2. Go to 'Help & Options' in the menu, then select 'Settings'. Change the
screen resolution (default is 1024x768) and press 'Apply graphic changes' >>
the game will hang, although music is playing on, and htop shows the game
executable still consumes 50-60 % CPU.
Workaround: playing the game in windowed mode.
I attached the console output when the game freezes. I added winedebug=-dsound
to the command line to suppress the tons of dsound related fixmes in the log.
Fedora 13 x86
Wine-1.2-rc6
Nvidia 7600 GT / driver 195.36.31
--
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=22995
Summary: Adobe FrameMaker 8 installer displays complaint about
installation path drive type
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.adobe.com/support/downloads/detail.jsp?ftpI
D=4549
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=28485)
--> (http://bugs.winehq.org/attachment.cgi?id=28485)
Adobe FrameMaker 8 installer +msi,+volume trace (lzma compressed)
With wine-1.2-rc2-51-gbbd93e5, after pressing Next at the "Setup Type" dialog
in the Adobe FrameMaker 8 installer, an "Invalid Installation Directory Type"
dialog is spawned, complaining about the destination drive type. Dismissing the
dialog, however, allows installation to continue. I suspect the problem is
msi-related, as a +volume trace shows that the GetDriveType invocation is
working correctly, and, within the ControlEvent msi table of the installer, a
SpawnDialog event for InvalidInstallDirType keyed to the Next button of the
SetupType dialog has condition:
_IsSetupTypeMin = "Typical" AND Drive_Fixed = "1"
which seems pretty strange, as a fixed drive is one that the installer is
supposed to accept. A +msi,+volume trace is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25617
Summary: Clones crashes after a period of time (occasionally
with an out of memory error)
Product: Wine
Version: 1.3.10
Platform: x86
URL: http://clonesgame.com/sites/clonesgame.com/modules/pubdlcnt/pubdlcnt.php?file=http://clones.s3.amazonaws.com
/ClonesGameDemo_1.26.exe&nid=220
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=32618)
--> (http://bugs.winehq.org/attachment.cgi?id=32618)
terminal output
'Clones' is a nice Lemmings clone.
The game always crashes for me after 5-10 minutes of gameplay. Usually the
crash is preceded by some strange screen corruption (big red X-s appear on the
screen) but sometimes the crash happens out of the blue. It always happens
after you've been playing the game for 5-10 minutes.
No usable backtrace is generated. The issue is present in Wine-1.0.1,
Wine-1.2.2 and so on.
To reproduce the issue in the demo:
Because of bug #25606 you can only test the problem in the multiplayer mode of
the game.
1. After installation launch the game by ../Bin/ClonesGame.exe
2. Create a new profile then choose 'Tournaments' > 'Host Tournament'. Choose
the first available level (Beach). Uncheck the 'Public' option so other players
online won't disturb you in testing :)
3. <Start level>, <Start match>. You can play the game if you like it or simply
let it alone and wait for about 5-10 minutes. A crash is going to happen sooner
or later.
Sorry for the not so clear description but this is a problem that cannot be
reproduced easily (it doesn't happen right after starting the game or by doing
certain actions in the game).
Fedora 14 x86
Nvidia GeForce 250 GTS / driver 260.19.29
--
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=21520
Summary: Monty Python's Complete Waste Of Time by 7th Level
does not go beyond opening scene.
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaybird25(a)gmail.com
Monty Python's Complete Waste Of Time game does not go beyond the opening scene
when started, the program just freezes. It did install correctly and seems to
start up properly under Wine. There are no errors reported when opening the
game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18304
Summary: OU Graph Plotter unhandled exception
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20835)
--> (http://bugs.winehq.org/attachment.cgi?id=20835)
wine-1.1.20-108-g445567e Graph Plotter
I get two very similar unhandled exceptions in two Open University
applications, Graph Plotter and elconfig.exe
To recreate:
1. Enter data in Graph Plotter.
2. Plot Graph.
OR
1. Launch S103 Block 8 Section 2
2. Skip twice (to skip voice introduction).
3. Enter an incorrect answer (correct answer doesn't cause the error).
Both cause an unhandled exception:
Unhandled exception: denormal float operand in 16-bit code
Logs for both 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=11902
Summary: Miranda IM window improperly rendered totally
transparent
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://files.miranda-im.org/builds/miranda-v080a10w.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11194)
--> (http://bugs.winehq.org/attachment.cgi?id=11194)
Output of Miranda IM from startup to shutdown
Reproducing this issue is simple. Simply obtain and extract the ZIP file from
the bug URL, and run miranda32.exe from the extraction folder. A made up
profile name can be used, and then any login windows should be canceled. An
import wizard will be shown, but by this time the Miranda IM window is supposed
to be drawn. In actuality, the Miranda IM window is rendered totally
transparent, and from the terminal, the messages:
fixme:xrender:X11DRV_AlphaBlend Ignoring SourceConstantAlpha 150 for
AC_SRC_ALPHA
fixme:xrender:X11DRV_AlphaBlend Ignoring SourceConstantAlpha 180 for
AC_SRC_ALPHA
which would seem to point at an issue in winex11.drv. Output is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11536
Summary: Worms World Party doesn't respond after match
Product: Wine
Version: 0.9.52.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rpgraca(a)gmail.com
After most matches, like missions and deathmatch and in multiplayer games in
the 3rd game, the game doesn't respond to mouse input and I only get beeps when
I click on the window. This does't happen in multiplayer games whenever the
final result 2-0 or 1-0.
I get no stange message in the terminal.
--
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=24101
Summary: [Urgent] CreateProcess failed (1359) with process
tree.
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: guillaume.ortega(a)OpenPlug.com
Hi,
I working on porting an IDE on MacOSX with the help of Wine, And I discover a
random bug on wine.
Please use the sample code in attachement (BugProject visual studio project) to
reproduce it (to be compiled on Windows)
On Mac with Wine I get this type of message (Log in attachement
TestMacOSX10.6.4.log):
CreateProcess failed (1359).
On Windows everything work (Log in attachement WindowsXPSP3.log).
I used wine 1.2, 1.3.0 and 1.1.39 on MacOSX 10.6.4 SnowLeopard (Intel hardware)
and Windows XP SP3.
Could you help me?
Best Regards,
Syphius.
--
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=24353
Summary: MS-Word. export LANG=he_IL.UTF8. Broken word order
while writing.
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dotan.g(a)gmail.com
Hi,
I am an Hebrew speaker and writer. Hebrew is written, unlike English from
right-to-left. That means that when I write a document, I use both languages.
MS-Word has a long history of bug concerning this language switch inside the
document. But, I never had this problem before:
When I run MS-Word on wine, I use this: "export LANG=he_IL.UTF8". This enables
Hebrew. When I write in Hebrew it's fine and it works great. but, if I switch
to English... then the sentence "The car was damaged pretty badly" looks like
this: "car was damaged pretty badly the". if I use capital letter in the
beginning, then it looks like this: "he car was damaged pretty badlyT" if I use
a comman: "damaged pretty badly was .the car" and so on...
It seems that it can't handle ",./'\][!@#$%^&*()" as well as Capital letters
along side with the fact that it does a mix of a regular sentence.
If I hadn't run it with: "export LANG=he_IL.UTF8", then the same as above would
apply for Hebrew as well.
It is basic and very common for duel language writers to use both languages in
one document. the solution I found so far was just to use one of them... but I
can't really work like that.
Please check this out, MS-Word is an important tool as you may know.
Thank you for the attention,
Dotan.
--
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=10210
Summary: skybox is draw incorrectly
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.microsoft.com/games/combatfs2/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8824)
--> (http://bugs.winehq.org/attachment.cgi?id=8824)
picture of error
When i launch the game it opens and the skybox outside of the cockpit is all
black, then when I press the escape key it brings up a box to confirm exit and
the sky is drawn, if I press cancel it goes back to being all black
--
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=20427
Summary: Lemmings Paintball: Crash when switching to
fullscreen.
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
When you choose to switch to fullscreen mode the game crashes (see attached
terminal 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=24980
Summary: windows size not saving
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: emoxam(a)gmail.com
openned client connection do not save it's size after it was full screened
once.
it became always "fit to screen" size.
--
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=24197
Summary: Borderlands : installer skips many steps before
installing
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=30465)
--> (http://bugs.winehq.org/attachment.cgi?id=30465)
log +msi
When I attempt to install Borderlands, the setup program installs the game
right away. It skips many pages and questions (eg. which users are allowed to
access the game, the game directory, etc.). When testing the game in Windows,
the installer asks all the required questions before installing the game. In
both cases the Launcher.exe program was used.
I uploaded a +msi log. If you need anything else, please ask.
--
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=25011
Summary: whispers don't suggest the files while typing names
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: emoxam(a)gmail.com
"whisper" is a program! where you can store your password in a crypted
password.
So in the field "file name" i cannot find the file,
while i am typing the name of file system ignores me.. for sure i can use this
"type'n'select" function in a list of files.. but it's not what i want to.
how it always and everywhere working (even so whisper working in windows)
in the field "filename" you can type the fisrt letter of the file and the press
"enter" to open it if system suggest you a right file, or use scroll with a
"up" and "down" keys to select the other files system suggest you with letters
you typed.
Thank you!
--
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=11665
Summary: acdsee pro2 raw files
Product: Wine
Version: 0.9.55.
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 0632087736(a)orange.fr
CC: 0632087736(a)orange.fr
Installation of ACDSEE pro2 to manipulate raw picture files is from CD seems to
be ok
Try to start ok nothing special, clock in mouse icone in place of arrow and
nothing append no crash no error message, no run acdsee
--
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=17548
Summary: wine startup scans all fonts, takes ages
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felix-wine(a)fefe.de
wine startup takes ages for me, particularly the first time. I have about 3500
fonts installed on my system, and wine opens all the files at startup. This
takes 15-20 seconds on my moderately fast PC. I find this completely
unacceptable. We already have TWO font databases to avoid exactly this
unnecessary work: fontconfig and the "Software\\Wine\\Fonts\\External Fonts"
key in user.reg.
Please give me a way to stop this.
--
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=24997
Summary: HeavyMetal Pro crashes on closing when a Mech design
was loaded
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
CC: bunglehead(a)gmail.com
Created an attachment (id=31669)
--> (http://bugs.winehq.org/attachment.cgi?id=31669)
Crash on close with Wine 1.3.6
Nikolay Sivov fixed bug 21665 with commit
6ec621e835e03f715d5fee27c5de5b0d361814de in Git, since then it is possible to
easily load any Mech design in HeavyMetal Pro 5.10 R3. But unfortunately this
commit revealed another bug: if you've loaded any Mech design (I think I've
tried over twenty by now) and then close the program (any other action like
attempting to print (see bug 21666) doesn't change this behaviour), you get the
crash you can see in the attached log.
I'm currently using Wine 1.3.6 + 2 patches (see
<http://dev.carbon-project.org/debian/wine-unstable/> for details).
--
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=14772
Summary: The Hobbit (Game) can´t install
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pro.rammstein(a)googlemail.com
Created an attachment (id=15296)
--> (http://bugs.winehq.org/attachment.cgi?id=15296)
it´s the report of the terminal
The game instalation stops at the half with the errror -1603 (msi)
I coppied the two cd on my harddrive3 and started the insatlation.
sorry for my bad english
hope you can help or fix, marcel
--
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=21112
Summary: fixme:ntdll:NtLockFile I/O completion on lock not
implemented yet (with Newsbin 32 Bit Client)
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johannes.black(a)gmail.com
newest 32 bit newsbin beta under wine (debian unstable)
After starting and using newsbin (usenet client)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
wine: Unhandled page fault on execute access to 0x7d88d9f0 at address
0x7d88d9f0 (thread 0024), starting debugger...
err:ntdll:RtlpWaitForCriticalSection section 0xa91498 "?" wait timed out in
thread 003b, blocked by 003c, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0xa91498 "?" wait timed out in
thread 0039, blocked by 003c, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0xa91498 "?" wait timed out in
thread 003a, blocked by 003c, retrying (60 sec)
In the meantime is there any workaround available?
--
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=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=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=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=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=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=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=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=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.
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=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=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=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=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=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=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=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=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.