http://bugs.winehq.org/show_bug.cgi?id=32165
Bug #: 32165
Summary: .NET installer does not set file dates
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
While testing for bug 30681 I noticed that .NET installer stopped setting
date/time on installed files.
Regression testing points to this commit:
7b704102a8f172ae307b10914c70851b8c9ac44c is the first bad commit
commit 7b704102a8f172ae307b10914c70851b8c9ac44c
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Oct 30 11:44:10 2012 +0100
ntdll: Add a helper function to set file times.
To reproduce:
winetricks dotnet20
ls -l drive_c/windows/Microsoft.NET/Framework/v2.0.50727 | grep System.Data
Dates should be from year 2005
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32276
Bug #: 32276
Summary: Railworks Trainsimulator 2013 fails to run
Product: Wine
Version: 1.5.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: salamanderrake(a)gmail.com
Classification: Unclassified
Created attachment 42598
--> http://bugs.winehq.org/attachment.cgi?id=42598
output from terminal running steam/railworks.
Railworks Trainsimulator fails to load/start/run
I installed d3dx9, gdiplus, dotnet40, vcrun2010, and vcrun2005 through wine.
Attached is the output from steam/railworks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32295
Bug #: 32295
Summary: WinUAE emulation window not refreshed properly when
other windows move in front of it
Product: Wine
Version: 1.5.18
Platform: x86-64
URL: http://www.winuae.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Regression SHA1: 33ac850c80634c891b0c157bbffa612f70954a40
Created attachment 42625
--> http://bugs.winehq.org/attachment.cgi?id=42625
Shows window refresh issue with Wine 1.5.18
I'm testing with Lubuntu 11.10 x86-64, Nvidia driver 304.51. Openbox
(non-compositing) window manager.
With Wine 1.5.18, the WinUAE emulation window is not refreshed properly if you
move another window in front of it. Things were fine with Wine 1.5.5.
I tested several Wine releases and there are two changes in behaviour. Things
first break in 1.5.13, then with 1.5.15 things break differently. I've attached
a screenshot showing the 1.5.15-and-later problem.
To test, install and run WinUAE. Click Start to start emulation. After a few
seconds you should see some non-black graphics in the emulation window. Press
F12 to open the settings window and drag it around.
With Wine 1.5.13, 1.5.14:
Normal mode: On pressing F12 and dragging the settings window over the
emulation window, newly-exposed parts are all black. Drag the settings window
so it covers most of the emulation window and release the mouse button.
Now drag the setting window away so most of the emulation window is exposed.
When you release the mouse button, the exposed area is rendered with the
correct contents, but that is immediately overwritten with black. (You may have
to repeat that a few times until you see the effect.)
Virtual desktop mode: On pressing F12 the emulation window is blanked (all
black). If you drag the settings window quickly over the emulation window, you
can see the correct contents being rendered, then immediately overwritten with
black.
With Wine 1.5.15/16/18:
Normal mode: Moving the settings window in front of the emulation window,
newly-exposed parts of the emulation window are not refreshed properly. The
only newly-exposed part which is refreshed, is that corresponding to the
previous position of the settings window client area. The previous settings
window decorations remain as "trash" in the emulation window.
Also, Wine does not know that other parts of the emulation window may need to
be refreshed. For example if the user drags (without releasing the mouse
button) the settings window all over the emulation window, the emulation window
fills with "trash" (copies of settings window decorations) as the settings
window is moved around. Once the user releases the button, Wine refreshes only
the part corresponding to the original settings window client area.
Virtual desktop mode: Moving the settings window in front of the emulation
window works correctly. The emulation window is refreshed properly. However,
due to bug 24352 the emulation window can be brought in front of the settings
window. If you click in the emulation window to do that, the emulation window
frame is rendered, but the window contents are not refreshed. So the part which
was under the settings window shows the old settings window contents. Drag the
emulation window around. Notice that if you move it partially off the desktop
and back again, newly-revealed parts are refreshed properly. So some of the
settings window trash disappears as you move that part of the emulation window
past the edge of the desktop and back.
A regression test for the 1.5.12->1.5.13 change gave this:
33ac850c80634c891b0c157bbffa612f70954a40 is the first bad commit
commit 33ac850c80634c891b0c157bbffa612f70954a40
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Sep 6 12:39:34 2012 +0200
winex11: Use window surfaces for rendering top-level windows.
It can be disabled by setting "ClientSideGraphics"="n".
:040000 040000 704eac5fc311e63d373e399c63a2488a6b3dedca
33fb0e5963c1326f8765334e4714060c89b21b5e M dlls
I did another regression test for the 1.5.14->1.5.15 change, saying "git bisect
good" for like-1.5.14 behaviour. The result:
cc7bf355c50b17b2e04f754c80464289df2a9ee7 is the first bad commit
commit cc7bf355c50b17b2e04f754c80464289df2a9ee7
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Oct 9 15:21:21 2012 +0200
user32: Add support for setting the window surface visible region.
:040000 040000 ca9c6946038c5e8346d67e4ce02f576034fbdaf1
230c7328031dd70f529463ac959a43dbe35b040b M dlls
:040000 040000 f31ee15864da2825f030f94bba46c5e07fa0cede
bde3439027c457a464fc77b95f1da4ea8f4ad161 M include
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32366
Bug #: 32366
Summary: Moving objets in Circuitmaker 2000 schematic is
delayed (slowed down)
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodo(a)o2.pl
Classification: Unclassified
Moving objets using mouse in Circuitmaker 2000 schematic is delayed (slowed
down)
by appr 1 second.
I made a regression test that yielded this:
bash-4.2$ git bisect good
33ac850c80634c891b0c157bbffa612f70954a40 is the first bad commit
commit 33ac850c80634c891b0c157bbffa612f70954a40
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Sep 6 12:39:34 2012 +0200
winex11: Use window surfaces for rendering top-level windows.
It can be disabled by setting "ClientSideGraphics"="n".
:040000 040000 704eac5fc311e63d373e399c63a2488a6b3dedca
33fb0e5963c1326f8765334e4714060c89b21b5e M dlls
Cheers,
Olek A.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32394
Bug #: 32394
Summary: WinUAE GUI does not resize when its window size
increases
Product: Wine
Version: 1.5.19
Platform: x86-64
URL: http://www.winuae.net/files/InstallWinUAE2500.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 42744
--> http://bugs.winehq.org/attachment.cgi?id=42744
After increasing window size in Wine
This issue applies to the WinUAE Amiga emulator.
The WinUAE GUI can be made resizeable. With that option, the user can increase
the size of the WinUAE settings window and the GUI layout changes to match the
new size.
Under Wine however the GUI elements do not change. Newly-revealed areas of the
larger window are filled with grey.
To reproduce:
- Download and run the WinUAE installer. Check the box to run WinUAE at the
end.
- When the WinUAE Properties window opens, click Miscellaneous in the treeview
on the left side of the window.
- Under GUI there is a "Resizeable GUI" checkbox. Check that.
- The window closes and reopens and is now resizeable.
- Increase the size of the window. Notice how the GUI elements don't change in
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=32405
Bug #: 32405
Summary: Children of the Nile (& Demo): mouse buggy
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rtpublic1(a)gmail.com
Classification: Unclassified
When the game (version 1.3.0.1) or the demo
(http://immortalcities.com/cotn/downloads/demo.php) reaches the main menu, no
mouse cursor is visible.
When running without emulating a virtual desktop, the buttons on the main menu
show no reaction even when moving the (invisible) mouse onto them and clicking.
When running with a virtual desktop that is the same size as the the main menu
(1024x768), the buttons react to clicking on them, but wrongly: they act as if
the mouse had only been moved onto them (showing a tooltip) instead of doing
what they should (e.g open the settings menu).
When running in a larger virtual desktop (e.g. 1440x900), the situation is like
with the 1024x768 virtual desktop, except that, when moving the mouse off of
the main menu to the right, so that it is between the main menu and the right
edge of the virtual desktop, the game recognizes the mouse as being on one of
the buttons on the right edge of the main menu, if the y-coordinates match, and
reacts correctly to clicks.
Tested with in a new wine prefix with no dll overrides.
Please ask for more information if needed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32410
Bug #: 32410
Summary: Circuitmaker 2000 schematic hangs when editing text
strings
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodo(a)o2.pl
Classification: Unclassified
Circuitmaker 2000 (schematic section) hangs while editing text strings.
Regression test gives this:
bash-4.2$ git bisect bad
841214ddb4d4dc620e6b51dfe6655b585d423edc is the first bad commit
commit 841214ddb4d4dc620e6b51dfe6655b585d423edc
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Nov 21 19:20:27 2012 +0100
user32: Don't check for driver events before normal messages in
PeekMessage.
:040000 040000 79793f282ab4ee789b1f07d7e8dd89c82e4e02ab
504f597e5c86ae4e9ae21713e8a8bb27969f0d5a M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32444
Bug #: 32444
Summary: Incorrect graphic rendendering when using Circuit
Wizard
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcmurchy1917-wine(a)yahoo.co.uk
Classification: Unclassified
Created attachment 42803
--> http://bugs.winehq.org/attachment.cgi?id=42803
Illustrates complete circuit in wine 1.3.34 and 1.5.19
I've been using Circuit Wizard for some time. It's been perfect up to an
including 1.3.34. However, all subsequent versions since 1.3.35 have had
incorrect screen rendering. For example the symbol for a resistor is only
showing one wire connector whereas it should be showing two, one at each end of
the resistor.
It works perfectly on 1.3.9, 1.3.22, 1.3.29, 1.3.33 and 1.3.34, screen shot
attached for version 1.3.34
but not on
1.3.35, 1.3.37, 1.4.1, 1.5.18 and 1.5.19, screen shot attached for version
1.5.19
However, even though the circuit looks incomplete it still works and it prints
perfectly on all versions.
To recreate the problem -
Log on to your account and start a terminal change to you home directory
cd
Secure a copy and remove any current wine configuration
mv .wine .wine.$(date +"%Y%m%d-%H%M%S")
Apply for a copy of the free trial Professional edition demo here -
http://www.new-wave-concepts.com/demo.html
Download the trial Professional edition demo from your mail box to your home
directory
Install it
wine cw11d_pr.exe
where cw11d_pr.exe is the executable Professional edition demo
Start the demo as you would any other wine application by navigating through
your desktop start menu.
Once the application has started -
click on the gallery tab
click on the passive components link. Note there are a number of “resistor”
symbols all of which have connectors either top and bottom or left and right.
Select the standard resistor and drag to the main window. Until such time as
the mouse button is released the resistor has connectors top and bottom. When
the mouse button is released to finally place the resistor in the circuit the
bottom connector disappears.
Irrespective of the above to prove that functionality is retained -
Close and restart Circuit Wizard
click on Sample Circuits
click on Basic Circuits
click on Capacitor Charging
Click on the Circuit Diagram tab, bottom left. And note the circuit appears not
joined up.
Click the Run button on the tool bar to see the circuit charging the capacitor
Click the switch on the circuit to see the capacitor discharge.
Iain
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32537
Bug #: 32537
Summary: unimplemented function
cfgmgr32.dll.CM_Reenumerate_DevNode, aborting
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
Classification: Unclassified
Created attachment 42934
--> http://bugs.winehq.org/attachment.cgi?id=42934
Log after installing under Wine 1.4.1
Failed installing driver for MediaLink USB300N using CD.
Log attached.
Failed at wine: Call from 0x7b83bce2 to unimplemented function
cfgmgr32.dll.CM_Reenumerate_DevNode, aborting
Install zip can be found here under MWN-USB300N:
http://medialinkproducts.com/support.php
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32585
Bug #: 32585
Summary: Post Apocalyptic Mayhem crashes on start
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 42997
--> http://bugs.winehq.org/attachment.cgi?id=42997
terminal output
This might be a fishy one, and I couldn't decide what component would be
appropriate but I think it's somehow related to wined3d.
The fact is that P.A.M (Steam) crashes immediately on startup with a backtrace
as shown in the attachment.
I found these workarounds:
- either native d3dx9_36 or native d3dcompiler_43 works around the crash on
startup (but d3dx9_42 must be set built-in)
- native d3dxof also works around the crash (everything else is built-in)
The strange is that neither +d3dxof nor +d3dx,+d3dcompiler channels produce
*any* output before the game crashes.
I should add that even if the game is able to run using those workarounds, it
is very unstable. It tends to crash when
- loading a new track
- on exit (this seems to happen if blur effect was enabled)
After these crashes I frequently receive backtraces that indicate heap
corruption and wined3d is involved too.
Reducing detail level, disabling audio don't help.
No demo has been released. Let me know if you need further logs/tests.
Fedora 17 x86
Nvidia 250 / driver 304.64
X.Org X Server 1.12.4
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32658
Bug #: 32658
Summary: Certain games on Steam crash on start in xinput1_3
(in-game overlay enabled)
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 43088
--> http://bugs.winehq.org/attachment.cgi?id=43088
terminal output
I believe this one is different from bug #24064 or bug #22053 even though
gameoverlayrenderer.dll is involved in this bug report too.
Only a small number of my Steam games are affected. They all crash on startup
with a backtrace that can be seen in the attached log. As far as I remember the
problem appeared a couple of months ago, I suppose it was due to a Steam client
update.
Either native xinput1_3.dll or disabling gameoverlayrenderer.dll in winecfg
works around the crash.
I don't have a controller attached.
Braid on Steam is one of the games affected by this bug:
http://store.steampowered.com/app/26800/
Fedora 17
gcc version 4.7.2 20120921 (Red Hat 4.7.2-2) (GCC)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32659
Bug #: 32659
Summary: Saxobank Trader litClientStation2 fails to launch
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seanfarley1964(a)yahoo.com
Classification: Unclassified
Created attachment 43091
--> http://bugs.winehq.org/attachment.cgi?id=43091
new to this..installed under wine 1.5.20 fails to launch
I have no experience in this. Tried to launch Saxobank trader installed under
wine 1.5.20 and it railed to launch. Traceback file 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=32669
Bug #: 32669
Summary: Ghost Master: invisible mouse pointer unless 'Enhanced
Cursor' option selected
Product: Wine
Version: 1.5.21
Platform: x86
URL: http://www.fileplanet.com/126086/120000/fileinfo/Ghost
-Master-Demo-%5BEnglish%5D
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
This is a very old bug, yet I haven't found a bug report about it, even though
many of the test results notice the problem in AppDB. The bug is present with
Wine 1.0.1, 1.2.3, 1.4.1 and so on.
Steps to reproduce the problem with the demo:
1. install the demo then start it with ghost.exe.
2. once you get in the main menu you can notice that the mouse pointer is
missing. Actually it is working but invisible.
3. go to <Options> menu, select <Display> tab and enable <Enhanced Cursor>
option. Click on <Apply> and the mouse pointer appears. Performing these steps
with an invisible pointer may lead to premature balding, I warned you.
I located the 'non-working' cursor icons in 2 directories under Program
Files/Empire Interactive/GhostMasterDemo/GhostData/cursors. The cursors are
small (32x32 pixels) and 16 colors images in .ani and .cur files.
The working cursor icons are more colorful (24 bpp) and stored in .tga files
under ../GhostData/PSTextures.
Terminal output doesn't show anything interesting.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32702
Bug #: 32702
Summary: The Incredible Machine Contraptions & Even More
Contraptions Crash
Product: Wine
Version: 1.5.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Classification: Unclassified
Created attachment 43149
--> http://bugs.winehq.org/attachment.cgi?id=43149
Contraptions terminal output
In the last two (maybe more I haven't played it in a while) versions of wine
(1.5.20 & 1.5.21) The Incredible Machine Contraptions & Even More Contraptions
crash on loading. I've attached the terminal output.
Running: Debian Squeeze 6.0 amd64 / nVidia official drivers 295.59 / wine
1.5.21
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32739
Bug #: 32739
Summary: resized window crash
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arec88(a)sina.com
Classification: Unclassified
Created attachment 43200
--> http://bugs.winehq.org/attachment.cgi?id=43200
backtrace file of crash program
running a windows exe program in Ubuntu 12.04 or other linux , try wine version
1.5.9 , 1.5.17 or lower version
the program started normally and ran well if I don't resize window,if I tried
to resize window in a smaller size,
it will crashed show the backtrack message in the attachment .
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32746
Bug #: 32746
Summary: TurboTax 2012 installer fails
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: dotnet, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 32745
Classification: Unclassified
Created attachment 43208
--> http://bugs.winehq.org/attachment.cgi?id=43208
WINEDEBUG=tid,msi,msidb
You'll need native dotnet40 to get this far (bug 32745). After that, the
installer starts up, you can choose the directory to install, etc. Start the
install, and it fails at ~24%:
err:msi:msi_install_assembly Failed to install assembly
L"C:\\users\\austin\\Temp\\msie.tmp\\Intuit.Spc.Esd.WinClient.Application.ConfigUXv4.exe"
(0x80070032)
I've attached a +tid,+msi,+msidb trace. Adding +relay gets it wayyy too big
(and in the log, it seems related to the above line). If you want it, let me
know and I'll email it privately.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32820
Bug #: 32820
Summary: The program ´offline rekening overzicht, orov´ will
not nun under the wine versions of ubuntu 12.04 The
backtrace report is from wine-1.5.12 but the problem
is stil there.
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)aannemervandelft.nl
Classification: Unclassified
Created attachment 43346
--> http://bugs.winehq.org/attachment.cgi?id=43346
The program ´offline rekening overzicht, orov´ will not nun under the wine
versions of ubuntu 12.04 The backtrace report is from wine-1.5.12 but the
problem is stil there.
The program ´offline rekening overzicht, orov´ will not nun under the wine
versions of ubuntu 12.04
The backtrace report is from wine-1.5.12 but the problem is stil there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32825
Bug #: 32825
Summary: ThunderMini: hangs randomly after change the status of
the file
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 43356
--> http://bugs.winehq.org/attachment.cgi?id=43356
The Log
1. download and install it: http://down.sandai.net/mini/ThunderMiniInstall.exe;
2. 'jactry@Ubuntu:~/.wine/drive_c/Program Files/Thunder
Network/MiniThunder/Bin$ wine ThunderMini.exe ';
3. click the '新建任务' button and enter a url of something to add a new download
task for test;
4. after add a task sucessfully click the button in the item to change the
download status, and it will hangs randomly (as the picture: the icon of the
button is a clock)
- ubuntu 12.10 32bit
- wine-1.5.22-158-g236b4da
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32840
Bug #: 32840
Summary: Mouse input regression caused by changes in
GetTickCount64
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jimportal(a)gmail.com
Classification: Unclassified
Since fa9a883dbbd49117c2e53f5b3ea8cd49397bf520 (kernel32: Use the monotonic
counter in GetTickCount64.), mouse input behaves erratically in World of
Warcraft when using the mouse to turn or change camera view angle. The mouse
behaves fine when the mouse cursor is displayed for clicking buttons.
This also causes problems in Prey and Painkiller.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32904
Bug #: 32904
Summary: Opera installer needs GetExplicitEntriesFromAclW
Product: Wine
Version: 1.5.23
Platform: x86
URL: http://www.opera.com/browser/download/?os=windows&ver=
12.14&local=y
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spoon0042(a)hotmail.com
CC: ehoover(a)mines.edu
Classification: Unclassified
Created attachment 43456
--> http://bugs.winehq.org/attachment.cgi?id=43456
opera installer console output
(I assume that's the problem anyway, I was asked to file a new bug over at
32360, as Erich Hoover said "What appears to be
going on here is that the default ACL for registry keys is not accepted by the
Opera installer." Anwyay, here's what I posted there...)
It doesn't crash now, at least. What does happen is the progress bar gets most
of the way done and then pops up a bunch of registry error dialogs (giving the
options "Ignore" and "Close", eventually one only allows "Close" then deletes
everything), here's the text of the first:
Failed to modify registry
Software\Classes\Opera{Product}.HTML\FriendlyTypeName. Error code: 39
Each comes with this corresponding error on the console:
fixme:advapi:GetExplicitEntriesFromAclW (nil) 0x33e2a8 0x33e2b0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32919
Bug #: 32919
Summary: Yarmap causes Unhandled exception: page fault on read
access in 32 bit code
Product: Wine
Version: 1.5.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: v_mil(a)ukr.net
Classification: Unclassified
Created attachment 43478
--> http://bugs.winehq.org/attachment.cgi?id=43478
Backtrace when the program crashes
In previous Wine versions Yarmap did not start anyway.
In this versions Yarmap starts, works normally and causes page fault after
multiple loops of clicking on a bus stop or building, zoom (by mouse wheel),
movement (by pressing left or right mouse button and move) and zoom.
How to reproduce:
1. Download and install Yarmap (Russian only) from
http://kiev.yarmap.ua/download/35
or
http://kiev.yarmap.ua/download and press red button "Скачать установщик" near
to the Windows logo.
2. Open it
3. Press button "Запустить" allocated in middle bottom and wait for the map
4. Rotate mouse wheel up to zoom in until buildings and bus stops are shown
5. Press any building or bus stop. The left panel may be updated
6. Rotate mouse wheel down to zoom out
7. Click and drag the map by left or right mouse button
8. Repeat from step 4
After 2...3 repeats the program shall crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32951
Bug #: 32951
Summary: Warlords III demo crashes on exit
Product: Wine
Version: 1.5.23
Platform: x86
URL: http://download.cnet.com/Warlords-III-demo/3000-2119_4
-10010589.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 43520
--> http://bugs.winehq.org/attachment.cgi?id=43520
Wine output, steps as described
To reproduce:
- install game
- start WAR3DEMO.EXE
- select Single player
- from the menu select Quit
Other than that the game works fine.
The crash backtrace is sometimes different, so there's probably a memory
corruption somewhere. The "expect problems" message is present each 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=33014
Bug #: 33014
Summary: Steam enters into an infinite update loop upon opening
with wine 1.4.1
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gypsyotoko(a)i.softbank.jp
Classification: Unclassified
Created attachment 43634
--> http://bugs.winehq.org/attachment.cgi?id=43634
Console output displayed during infinite update loop.
Upon opening steam the application will download the latest update, unpack and
install, then display the following message before repeating the process
without end:
"Failed to remove temporary unzip folder, conti"
Confirmed on the following hardware:
OS: OS X 10.8.2
Hardware: MacBook 5,1
CPU: Intel Core 2 Duo 2.4 Ghz
Graphics: NVIDIA GeForce 9400M
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33016
Bug #: 33016
Summary: Wine recognizes Geforce GT 630 as Geforce 8800 GTX
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otaku(a)rambler.ru
Classification: Unclassified
Tested on last Perfect World, Ubuntu 12.10 and Nvidia driver 313.18
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33083
Bug #: 33083
Summary: Magic: The Gathering Online Wide Beta installer
crashes with X error
Product: Wine
Version: 1.5.24
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: admiral.hackbar(a)gmail.com
Classification: Unclassified
Magic: The Gathering Online Wide Beta installer crashes with:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 348
Current serial number in output stream: 352
Let me know what other logs are needed.
The installer is freely downloadable (you don't need any account to install)
at:
http://www.wizards.com/magic/digital/magiconline.aspx?x=mtg/digital/magicon…
. Pick "Wide Open Beta Version"
The site says it needs .NET 4.0, so I ran installed dotnet40 with winetricks.
Ubuntu 64-bit, with WINEARCH=win32, using version 1.5.24 from the wine PPA.
Using Ivy Bridge graphics. With older Intel graphics, a similar bug #32471
happens. I think this bug is different 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=33213
Bug #: 33213
Summary: Wine crashes if printing images
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ironeman(a)tiscali.it
Classification: Unclassified
Created attachment 43939
--> http://bugs.winehq.org/attachment.cgi?id=43939
The sample application.
This bug is similar to "Bug 16585 - Printing document with images crashes wine"
that was closed on 2009-01-30.
I am using 16-bit Clipper/xBase programs. When printing SOME images,
wine-1.5.25 crashes.
I wrote the attached sample program that prints a very simple report (after a
preview).
The report is composed of:
1) a string ("TEST")
2) a bmp image from file test1.bmp
3) an optional bmp image from file test2.bmp
The program asks if you want to print test2.bmp. In Windows Xp, all is ok, but,
in Wine, if "No" is selected the preview appears as expected (including
test1.bmp image) else Wine crashes.
I tried a lot of images that crash. I suppose that the problem is the size of
bmp file.
The attached zip file contains:
1) test_pr.EXE: the executable sample. Run it! It requires that all the files
are into the working directory.
2) backtrace.txt: the memory dump created after "WINEDEBUG=+psdrv"
3) test_pr.PRG: the source code (xBase language)
4) PREVIEW.DLL: a needed dll for the exe
5) TEST1.bmp: the first sample image (correctly printed)
6) test2.bmp: the second sample image (crashes)
Best regards.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33283
Bug #: 33283
Summary: Configuration of WM_NAME is delayed for virtual
desktop
Product: Wine
Version: 1.5.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: me(a)mkaito.com
Classification: Unclassified
Many window managers rely on X properties for window management. For example,
it is very common to use WM_NAME and WM_CLASS to apply management rules. This
feature depends on these properties being set when a new client is spawned.
When running an application inside a virtual desktop, such as with `wine
explorer /desktop=whatever,1920x1080 "C://Program Files/Whatever/Foo.exe"`, we
end up with a desktop where WM_NAME = "whatever - Wine Desktop".
However, the configuration of this property is delayed, causing wine desktops
to be handled incorrectly, since X properties are only checked upon client
creation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33331
Bug #: 33331
Summary: When DLL receives PROCESS_DETACH notification when a
process is exiting all the threads should be already
terminated
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)baikal.ru
Classification: Unclassified
Created attachment 44083
--> http://bugs.winehq.org/attachment.cgi?id=44083
source and binary for the test
While debugging the problem described in
http://www.winehq.org/pipermail/wine-patches/2013-March/123127.html
(libiomp5md.dll waits until all the tracked threads terminate and doesn't
return control out of its PROCESS_DETACH handler when process is going to exit)
I decided to create a test which examines what's supposed to happen when
static (loaded implicitly as a part of PE imports) and dynamic (loaded
explicitly by LoadLibrary) DLLs create threads along with threads created
by main exe.
To make long story short: main difference between Windows and Wine is that Wine
doesn't terminate threads before calling PROCESS_DETACH for each loaded DLL.
Here are the snippets from results I see under Windows 7 (both 32 and 64 bit
builds behave same way) and Wine:
Win7:
...
main: call ExitProcess(0)
dynamic: 72FB0000, DLL_PROCESS_DETACH, 00000001
dynamic: GetExitCodeThread(0) => 1,0
dynamic: GetExitCodeThread(1) => 1,0
dynamic: GetExitCodeThread(2) => 1,0
static: 72FC0000, DLL_PROCESS_DETACH, 00000001
static: GetExitCodeThread(0) => 1,0
static: GetExitCodeThread(1) => 1,0
static: GetExitCodeThread(2) => 1,0
=====================================================
Wine:
...
main: call ExitProcess(0)
dynamic: 00330000, DLL_PROCESS_DETACH, 00000001
dynamic: GetExitCodeThread(0) => 1,259
dynamic: GetExitCodeThread(1) => 1,259
dynamic: GetExitCodeThread(2) => 1,259
static: 10000000, DLL_PROCESS_DETACH, 00000001
static: GetExitCodeThread(0) => 1,259
static: GetExitCodeThread(1) => 1,259
static: GetExitCodeThread(2) => 1,259
I.e. libiomp5md.dll when it receives PROCESS_DETACH notification at process
exit time shoudn't get STILL_ACTIVE (259) return value from GetExitCodeThread.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33399
Bug #: 33399
Summary: Unimplemented function
setupapi.dll.SetupDiSetDeviceInstallParamsA
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxime.jay-allemand(a)laposte.net
Classification: Unclassified
Created attachment 44193
--> http://bugs.winehq.org/attachment.cgi?id=44193
Detail of the error
Hello,
I was trying to install a driver for a protection key. This driver is needed by
sofware written in windev. I got this message :
wine: Unimplemented function setupapi.dll.SetupDiSetDeviceInstallParamsA
It seems that a function is not yet implemented.
The log message is attached.
I tryed with latest stable realese 1.4 and the developpement realese 1.5. I got
the same problem.
Is there a easy way to fix it ?
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=33619
Bug #: 33619
Summary: UWIN installer fails with cannot seek to data offset
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simon.toedt(a)gmail.com
Classification: Unclassified
The UWIN (Unix emulation on Windows) installer fails on Wine wine-1.5.23. The
goal is to use WINE for automated testing without having to fire up a full
blown Windows system each time in VMware or real iron.
Steps to test:
wget --http-user="I accept www.opensource.org/licenses/eclipse"
--http-passwd="."
'http://www2.research.att.com/~gsf/download/beta/uwin-base.2013-02-08.win32.…'
wine uwin-base.2013-02-08.win32.i386.exe
wine version is wine-1.5.23
The output of the first attempt:
wine uwin-base.2013-02-08.win32.i386.exe
wine: created the configuration directory '/home/stoe/.wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is
outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually,
you can find it in the winbind package of your distribution.
fixme:iphlpapi:NotifyAddrChange (Handle 0xf3e308, overlapped 0xf3e320): stub
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
p11-kit: couldn't load module:
/usr/lib/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object
file: No such file or directory
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is
outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually,
you can find it in the winbind package of your distribution.
fixme:iphlpapi:NotifyAddrChange (Handle 0x114e8d0, overlapped 0x114e8dc): stub
wine: configuration in '/home/stoe/.wine' has been updated.
Z:\home\stoe\winetest\uwin-base.2013-02-08.win32.i386.exe:
Z:\home\stoe\winetest\uwin-base.2013-02-08.win32.i386.exe: cannot seek
to data offset
The output of the second attempt:
wine uwin-base.2013-02-08.win32.i386.exe
Z:\home\stoe\winetest\uwin-base.2013-02-08.win32.i386.exe:
Z:\home\stoe\winetest\uwin-base.2013-02-08.win32.i386.exe: cannot seek
to data offset
I have no clue whatsoever what this means.
Per http://www.opensource.apple.com/source/ksh/ksh-13/ksh/src/cmd/INIT/ratz.c
the message comes from ratz.c when either open() or lseek() fails:
===========cut==========
static int
sear_seek(off_t offset, int tmp)
{
int n;
char cmd[PATH_MAX];
GetModuleFileName(NULL, cmd, sizeof(cmd));
sear_stdin = dup(0);
close(0);
if (open(cmd, O_BINARY|O_RDONLY) || lseek(0, offset, 0) != offset)
{
fprintf(stderr, "%s: %s: cannot seek to data offset\n", state.id, cmd);
return -1;
}
===========cut==========
AFAIK this should not fail, at least at the first glance.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33721
Bug #: 33721
Summary: YNAB 4 won't start
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: millersrusinc(a)yahoo.com
Classification: Unclassified
Created attachment 44658
--> http://bugs.winehq.org/attachment.cgi?id=44658
error report from wine
"The program YNAB 4.exe has encountered a serious problem and needs to close.
We are sorry for the inconvenience."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33732
Bug #: 33732
Summary: Broken non-PCM audio playback in Microsoft Sound
Recorder
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Nachanon_Vetjasit(a)hotmail.com
Classification: Unclassified
I've been using Microsoft Sound Recorder (from Windows XP and below)
to play wave files with various codecs. But with recent wine release
(wine-1.5.31) when I loaded a wave file with non-PCM codec, play button
will be grayed out. Files with PCM codec is still playable though.
How to reproduce (using ordinary PCM wave file):
1. Run Microsoft Sound Recorder (sndrec32.exe; from Windows XP or below)
2. Open some PCM wave file
3. Go to File > Properties
4. Click "Convert Now"
5. Choose A-Law codec with 44100Hz 8-bit Stereo configuration, click "OK"
6. Go back to the main Sound Recorder Window, you'll see that play button
was grayed out.
How to reproduce (using existing non-PCM wave file):
1. Run Microsoft Sound Recorder (sndrec32.exe; from Windows XP or below)
2. Open some non-PCM wave file that uses codec WINE supports
(like A-Law, U-Law, GSM 6.10, MP3, IMA ADPCM or MS ADPCM)
3. You'll see that play button was grayed out.
Encoding from PCM to non-PCM codec within Sound Recorder itself is still
functional, and results could be saved and played with an external player,
except for IMA ADPCM (bug #33722), MS ADPCM and MP3 codecs.
Tested codecs: PCM, A-Law, U-Law, IMA-ADPCM, MS-ADPCM, MP3, GSM 6.10
(All of those available in Wine)
Wine's Windows version: Windows ME
Wine Audio Driver: ALSA 44100Hz 16bit (Full Hardware Acceleration)
Wine installed without XInput2, OpenCL, GStreamer and OSS support.
System: Debian GNU/Linux 5.0 "Lenny" (i386: Intel Pentium 4 2.66GHz)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33840
Bug #: 33840
Summary: Internet Explorer 7 all printing broken
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: proent1992(a)comcast.net
Classification: Unclassified
All Printing within Internet Explorer 7 is broken it is not possible to print
from web pages or to print using Internet Explorer 7's print button on the tool
bare.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33880
Bug #: 33880
Summary: Need For Speed: World laucher fails (Regression)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: charles.goodwin(a)gmail.com
Classification: Unclassified
Created attachment 44953
--> http://bugs.winehq.org/attachment.cgi?id=44953
Full error as presented by the .NET error dialog
The Need For Speed: World launcher worked fine on 1.6rc1. This is a
regression.
System.OutOfMemoryException: Out of memory.
at System.Drawing.Text.PrivateFontCollection.AddMemoryFont
Microsoft.NET Framework 2.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=33934
Bug #: 33934
Summary: Ballistic game: mouse no longer works
Product: Wine
Version: 1.6-rc4
Platform: x86-64
URL: http://www.classicdosgames.com/game/Ballistic.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turbolad995(a)hotmail.co.uk
Classification: Unclassified
Ballistic game is no longer playable because the mouse is not working. The
"paddle" at the bottom of the window is controlled by the mouse (sideways
movement, left and right mouse buttons).
This game used to work properly in earlier versions of 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=34100
Bug #: 34100
Summary: Crash trying to run Artemis demo.
Product: Wine
Version: 1.6-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nigel.hawkins(a)inmail24.com
Classification: Unclassified
Created attachment 45342
--> http://bugs.winehq.org/attachment.cgi?id=45342
Terminal output from crash.
Attempting to run the Artemis Spaceship Bridge Simulator (DEMO version 1.66)
from http://www.artemis.eochu.com/?page_id=35
The program brings up a select resolution screen. Clicking on "Start Game"
gives a few lines of text then crashes.
This is on Ubuntu 13.04 using wine from:
http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu raring main
Terminal 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=34184
Bug #: 34184
Summary: Skype 6.7(6.6 too) cannot start, Runtime error 217 at
00525769, Loading of typelib L"uc.tlb" failed with
error 1006
Product: Wine
Version: 1.6
Platform: x86
URL: http://www.skype.com/go/getskype-msi
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Console log:
fixme:wlanapi:WlanOpenHandle (1, (nil), 0x32fae0, 0x1525924) stub
err:ole:TLB_ReadTypeLib Loading of typelib L"uc.tlb" failed with error 1006
In order to run Skype you must delete
$WINEPREFIX/drive_c/users/Public/Application Data/Skype
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34418
Bug #: 34418
Summary: regression: Finale NotePad 2012 installer splash
screen appears as black box
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s_chriscollins(a)hotmail.com
CC: julliard(a)winehq.org
Classification: Unclassified
Regression SHA1: 84fd7de0f7c0146b73f7b8d9cd364c9e6a7f3096
Created attachment 45817
--> http://bugs.winehq.org/attachment.cgi?id=45817
the Finale NotePad 2012 splash image as it's supposed to appear
Program: Finale NotePad 2012 (free download)
Download URL: http://www.finalemusic.com/products/finale-notepad/
Commit causing regression: 84fd7de0f7c0146b73f7b8d9cd364c9e6a7f3096 (server:
Don't trigger repaints on position changes for layered windows.)
Reproducing the Bug:
1) Download Finale NotePad 2012.
2) Run the installer.
Result: Before the installation dialog comes up, a splash screen is displayed.
In wine versions prior to the above-mentioned commit, the splash image (see
attachment) displays correctly. In wine versions after the commit, the splash
screen appears 100% black instead. Note that on faster PCs, the splash screen
appears and goes away rather quickly, so don't blink ;)
This bug is present in the latest git as of 8/30/2013. All steps of the
regression test were run using a fresh ~/.wine profile.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34463
Bug #: 34463
Summary: thai2english loads ok but crashes on startup
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: genrobgen5(a)gmail.com
Classification: Unclassified
Created attachment 45883
--> http://bugs.winehq.org/attachment.cgi?id=45883
bugreport and terminal output
Hi
I am trying to get a program thai2english to run with wine 1.6 (I have tried it
with 1.7 but get the same rusults). I am not sure if anything can be done but
would appreciate any help
Regards Rob genrobgen5(a)gmail.com
linux distr debian wheezy (recently updated)
gcc version 4.6.3 (Debian 4.6.3-14)
thai2english-setup-2.3.4233.exe
http://www.thai2english.com/downloading/thai2english-setup-2.3.4233.exe
started with wine '/root/.wine/drive_c/Program
Files/Thai2English/thai2english.exe'
there was a windows type message saying t2e-dbsetup.exe encountered a serious
problem and needs to close
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34521
Bug #: 34521
Summary: make: *** [dlls/msxml3] Error 2
Product: Wine
Version: 1.7.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drjoms(a)gmail.com
Classification: Unclassified
Created attachment 45960
--> http://bugs.winehq.org/attachment.cgi?id=45960
Output of "make install"
trying to install wine after compiling.
did follwoing:
./configure --without-xml --enable-win64
#so i can run 64 bit apps and NOT come across this XML dependancy and problem
make depend
#as a few README are saying
make -j 20
#8 core AMD, so...
make install &>> ~/wineinstall.log
#well, the last step is pretty obvious
last step was done as root.
Linux localhost 3.9.7 #1 SMP PREEMPT Tue Jun 25 22:47:20 CEST 2013 x86_64 AMD
FX(tm)-8350 Eight-Core Processor AuthenticAMD GNU/Linux
about lib that gives headache:
dev-libs/libxml2
Latest version available: 2.9.1-r1
Latest version installed: 2.9.1-r1
Size of files: 5,051 kB
Homepage: http://www.xmlsoft.org/
Description: Version 2 of the library to manipulate XML files
License: MIT
The 2.8 version is badly masked and doesn't actually compile on my machine as
far as I remember. So stuff is really buggy.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34542
Bug #: 34542
Summary: Regression - Kega Fusion 3.64 - Slow directx
performance and fullscreen not working anymore.
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joaogojunior(a)hotmail.com
Classification: Unclassified
I can't get fullscreen on wine-1.7.2, but it has been working perfectly on
wine-1.6, also noticed this on other directx applications (snesx9 v1.51,
phantasy star online v2). On windowed mode kega fusion loads and runs but with
an degraded performance of 4 to 5 fps, compared to 60 fps on wine-1.6 on the
same machine...
My system is an Slackware 13.37 32bits, latest nvidia legacy drivers (96.43.23)
on geforce mx 4000 64MB, AthlonXP and 1GB DDR1 RAM.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34547
Bug #: 34547
Summary: Very slow performance. StarCraft: Brood War.
Product: Wine
Version: 1.7.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: AleXoundOS(a)ya.ru
Classification: Unclassified
"StarCraft: Brood War" game runs very slow (about 5 fps) including game menu
and the game interface itself. Cursor lags too. It's completely unplayable.
When running with "WINEDEBUG=warn+all" console is filled with the same message:
"warn:d3d_perf:wined3d_surface_blt Converted surface, using CPU blit."
Tested hardware:
Intel(R) Pentium(R) D CPU 3.20GHz
NVIDIA Corporation G92 [GeForce 9800 GT] (proprietary driver 325.15, direct
rendering enabled)
Important to note that the game works flawlessly with wine-1.5.28 on the same
hardware. So it looks as a major 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=34593
Bug #: 34593
Summary: MS .Net 2.0 x64 installer fails under XP mode (works
under win2k3)
Product: Wine
Version: 1.7.2
Platform: x86-64
URL: http://www.microsoft.com/en-us/download/details.aspx?i
d=6523
OS/Version: Linux
Status: NEW
Keywords: dotnet, download, Installer, win64
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Noticed after bug 24196.
To reproduce:
$ wine64 uninstaller # remove wine-mono
$ wget
http://download.microsoft.com/download/a/3/f/a3f1bf98-18f3-4036-9b68-8e6de5…
$ wine64 NetFx64.exe
will eventually fail with a generic 'installation failed' error.
Looking through the log, it's failing at:
err:msi:ITERATE_Actions Execution halted, action
L"CA_Check64OS.3643236F_FC70_11D3_A536_0090278A1BB8" returned 1603
and checking +relay:
002c:Call KERNEL32.MultiByteToWideChar(00000000,00000000,00e8ae14
"FX_64bit_Specific.3643236F_FC70_11D3_A536_0090278A1BB8{C5E50291-C7AC-4A6D-90A6-27131BCA00C9}This
installation package supports only 64-bit version of Advanced Server 2003 or
later.[CommonFiles64Folder][WindowsFolder.3643236F_FC70_11D3_A536_0090278A1BB8]Microsoft.NET\\Framework64\\[ProgramFiles64Folde"...,00000036,00b65130,53004500000036)
ret=7fd5dd2826c0
indeed, setting winecfg's version to win2k3 let's it install. But I checked,
and it does work under XP 64-bit. Looking further in +relay, it looks like it's
checking VersionNT64, which wine doesn't seem to support:
002c:Call KERNEL32.MultiByteToWideChar(00000000,00000000,00e8ad62
"CA_SetSystem64Folder.3643236F_FC70_11D3_A536_0090278A1BB8( ((VersionNT64 <
502) OR (VersionNT64 = 502 AND WindowsBuild < 3506))
)CA_Check64OS.3643236F_FC70_11D3_A536_0090278A1BB8FX_64bit_Specific.3643236F_FC70_11D3_A536_0090278A1BB8{C5E50291-C7AC-4A6D-90A6-27131BCA00C9}This
installation package suppo"...,00000039,00b64f70,53004500000039)
ret=7fd5dd2826c0
austin@aw25 ~ $ sha1sum NetFx64.exe
e59cca309463a5d98daeaada83d1b05fed5126c5 NetFx64.exe
austin@aw25 ~ $ du -h NetFx64.exe
46M NetFx64.exe
austin@aw25 ~ $ /opt/wine6432/bin/wine64 --version
wine-1.7.2-200-g4544826
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34613
Bug #: 34613
Summary: Hot Corners are active when using programs in
fullscreen mode (the mac driver)
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
When you use a program/game in fullscreen mode, resolution of which is the same
as that of your desktop, Hot Corners are active (of course, if they are turned
on in system settings). It can be especially annoying if one needs to point
things with the mouse cursor in such a program. Also, after activating a Hot
Corner the application loses the focus, then you can see, for example, two
mouse pointers.
Although it would be rather unusual to leave such a Hot Corner function as
"Sleep Display" working in fullscreen mode, for example in Team Fortress 2
(with the native Mac Steam client) you may open Dashboard with hot corners
which is then displayed over the game. It has to be decided whether turn off
all Hot Corner functions in fullscreen mode with the mac driver or just some.
Not a problem with the X11 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=34713
Bug #: 34713
Summary: Treasure Adventure Game: dialogue text unreadable
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rixa(a)cs.tut.fi
Classification: Unclassified
The dialogue text displays wrong and is unreadable.
The game starts with a scrolling screen of text that does render correctly,
followed by a scene on a boat with lots of dialogue that are all garbled. The
first line of dialogue is supposed to be "Baggus: What do you say we turn back
before this storm sends us to a watery grave?", but it looks more like:
a|††”’Y?v‡|“?ƒŽ?~Ž”?’|~?–„?“”‘|?||‚Š?|„…Ž‘„?“‡^’?’^–Ž‘Œ?’„|ƒ’?
”’?“Ž?|?–|“„‘~?†‘|•„^
(This is not exact - some characters render on top of each other, it's hard to
tell if there are spaces, and all the | are probably something else instead.)
It is probably meant to be displayed in the included smalle.fon. Wine does not
pick this up from the game directory. It has its own smaller file that gets
used instead, but replacing that with the one from the game doesn't work any
better.
I get readable text if I delete smalle.fon from wine entirely; then the game
renders with some anti-aliased vector font instead. While obviously an
improvement, it doesn't go visually very well with the low-resolution retro
graphics of the game.
The game is one of the freebies from GOG.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=34757
Bug #: 34757
Summary: Steam try icon doesn't attach to the native
notification area
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gediminas(a)varciai.lt
Classification: Unclassified
Regression SHA1: 13149b67d3972c5babc8b5c368ffba85a5c5c2c2
Created attachment 46342
--> http://bugs.winehq.org/attachment.cgi?id=46342
the bottom of the screen when it is "broken"
Whenever Steam is started now, a large grey bar is created at the bottom of my
primary screen with Steam's try icon at the rightmost part of it.
Before, this bar was not present and Steam's try icon used to show up in a
notification area on one of my panels. Which was a good & expected behavior.
I am not sure if this is limited to Steam - it is possible try icons of other
programs would act the same way now. Too bad I don't have any program to test
this with.
Running a git bisect showed the regression is in commit
209d1a86d26f6eca9b32dd2186c5e2b59fa117c9
But reverting it on master doesn't solve the problem. Instead, reverting
13149b67d3972c5babc8b5c368ffba85a5c5c2c2 (which is two commits before the one
found by a bisect) solves the problem.
In both cases - with the regression and without it terminal output in is
identical, so I am not attaching terminal output.
I am running Linux Mint 15 with Mate desktop, x86-64
Attaching three images - how the bottom of the screen looks when the try icon
placement is "broken"; how the bottom of the screen looks normally; and where
the try icon is located 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=34772
Bug #: 34772
Summary: The screen of help opens in background. It is
partially visible.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Francis.Bougron(a)free.fr
Classification: Unclassified
Created attachment 46366
--> http://bugs.winehq.org/attachment.cgi?id=46366
one good screen with Windows et the same with wine . It is in background.not
ine ano for m
Product :Finance 2003
All screens of help are opened in background. They are partially visible. They
should open in foreground like in windows xp.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34812
Bug #: 34812
Summary: lotro close with gamer error 201
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dsamaras05(a)gmail.com
Classification: Unclassified
with wine 1.7.4 when we launch lotro this message appears
"Game error [201] Can't open the data files. Check that they exist and that you
have permission to write to them. The program will now exit. [201]."
bisect point this
49d0e64f880720024ddb4c9f13f1bcbced763deb is the first bad commit
commit 49d0e64f880720024ddb4c9f13f1bcbced763deb
Author: Dmitry Timoshkov <dmitry(a)baikal.ru>
Date: Fri Oct 11 13:39:44 2013 +0900
kernel32: The return and last error values set by ReadFile on EOF depend on
whether overlapped pointer was passed in.
:040000 040000 24a44e9f2f413a48f2d45b8bc4f4bbdb2980bd56
9805f390dcf3d26fb82102ae9745039f6d481991 M dlls
here is a link to turbine support page regarding error 201
http://support.turbine.com/ics/support/kbanswer.asp?deptID=24001&task=knowl…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34949
Bug #: 34949
Summary: Chessmaster 10th Edition: no graphics in the menu, you
can't run the game (Mac OS X only bug)
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46573
--> http://bugs.winehq.org/attachment.cgi?id=46573
Chessmaster 10 Log
You can see the player login window, but the menu has no graphics at all. This
is with the mac driver, with X11 it is even more difficult to run anything.
On Ubuntu Chessmaster works fine. The problem can be reproduced in the demo
(check out the link).
Mac OS X 10.9, ATI HD 2600 Pro
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35199
Bug ID: 35199
Summary: Eve Online (ExeFile.exe) doesn't start because of an
unimplemented function in msvcp100.dll
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oneofone(a)gmail.com
Classification: Unclassified
This is a new bug, after updating to wine 1.7.9, the game no longer starts with
builtin msvcp100.dll
wine: Call from 0x7b833be9 to unimplemented function
msvcp100.dll.?_Getname@_Locinfo@std@@QBEPBDXZ, aborting
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35261
Bug ID: 35261
Summary: Ys 1 crashes on startup
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)yahoo.com
Classification: Unclassified
Created attachment 47028
--> http://bugs.winehq.org/attachment.cgi?id=47028
Console log showing the segfault
Attempting to start Ys 1 causes a segfault right after the game changes the
video resolution / tries to create a window, as seen in the log.
I ran a regression test and this was the result:
74e3f516bc331205474835811d3984b9c53b0f35 is the first bad commit
commit 74e3f516bc331205474835811d3984b9c53b0f35
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Dec 4 09:49:34 2013 +0100
ddraw: Attach the first surface in the swap chain to the last one.
:040000 040000 e6ce297a739548026a6e2d339dd92a91a524bb10
3e9daf86c77a96b4836d88982786f64a1faa7d88 M dlls
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35335
Bug ID: 35335
Summary: MSVC 2013 C compiler (cl.exe) fails/crashes
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)martin.st
Classification: Unclassified
Created attachment 47131
--> http://bugs.winehq.org/attachment.cgi?id=47131
Backtrace of crash when run with WINEDEBUG=+all
After fixing http://bugs.winehq.org/show_bug.cgi?id=35176, the MSVC 2012 C
compiler now seems to work just fine in wine (1.7.10), but the 2013 version
doesn't work properly.
When running the compiler normally (e.g. "wine cl.exe -c test.c") on a file
that doesn't include any header files, it succeeds, but if including any
standard headers, it will fail saying e.g.:
\vc\include\stdint.h(6) : fatal error C1083: Cannot open include file:
'crtdefs.h': No such file or directory
Likewise it can sometimes say that the C source file itself (test.c) isn't
found:
c1 : fatal error C1083: Cannot open source file: 'test.c': No such file or
directory
This error itself seems to be a red herring (all the files it looks for do
exist), because if cl.exe is run with WINEDEBUG=+all, it crashes (even in the
case where it previously ran just fine, with a .c file that doesn't include
anything).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35347
Bug ID: 35347
Summary: VST plugins crash on LMMS
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pastorrub(a)msn.com
Classification: Unclassified
Created attachment 47153
--> http://bugs.winehq.org/attachment.cgi?id=47153
Text output on crash
VST plugins crash on LMMS when trying to load, first the GUI interface shows
but GUI clears and the plugin doesn't emit any sound while played, with all my
plugins it always shows the error on the attachment.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35414
Bug ID: 35414
Summary: EVE Online crashes on window resize
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: HappySoft(a)xakep.ru
Classification: Unclassified
Created attachment 47261
--> http://bugs.winehq.org/attachment.cgi?id=47261
Log of execution: wine eve.exe
Environment:
Xubuntu 13.10 x64 (3.11.0-15-generic)
wine-1.7.11 (binary package from ppa:ubuntu-wine/ppa)
Game worked fine with wine 1.7.10. Today updated wine package to 1.7.11 and now
game crashes after few seconds when game's window have been resized.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35464
Bug ID: 35464
Summary: Prefix creation occasionally reports user32 driver
loading failure
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Classification: Unclassified
Created attachment 47336
--> http://bugs.winehq.org/attachment.cgi?id=47336
+win,+explorer,+tid
Clearing cache using /proc/sys/vm/drop_caches helps to reproduce it reliably,
otherwise it happens from time to time. Log attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35646
Bug ID: 35646
Summary: X11 Error: Debugger detected - please disable it and
restart the application
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jesper(a)sorensen-fam.dk
Created attachment 47603
--> http://bugs.winehq.org/attachment.cgi?id=47603
X11 log file
When starting Condes9 I get "X11 Error: Debugger detected - please disable it
and restart the application".
Engine: 1.7.12
Wineskin: 2.5.12
App: http://www.condes.net/ver9/install_condes9.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35673
Bug ID: 35673
Summary: running Call To Power 2 stops
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bojan(a)antonovic.ch
I'm running a virtual OpenSuse 13.1 (64 bit) inside VMware Fusion 6.0.2,
everything updated.
When I run Call To Power 2, I get:
fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000
(using GL_RENDERER "Gallium 0.4 on SVGA3D; build: RELEASE; ").
fixme:win:EnumDisplayDevicesW ((null),0,0x32f148,0x00000000), stub!
fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000
(using GL_RENDERER "Gallium 0.4 on SVGA3D; build: RELEASE; ").
fixme:win:EnumDisplayDevicesW ((null),0,0x32ee68,0x00000000), stub!
fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000
(using GL_RENDERER "Gallium 0.4 on SVGA3D; build: RELEASE; ").
fixme:win:EnumDisplayDevicesW ((null),0,0x32ef58,0x00000000), stub!
fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000
(using GL_RENDERER "Gallium 0.4 on SVGA3D; build: RELEASE; ").
fixme:win:EnumDisplayDevicesW ((null),0,0x32f248,0x00000000), stub!
err:d3d:context_create wglSwapIntervalEXT failed to set swap interval 1 for
context 0x138ed18, last error 0x591
fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000
(using GL_RENDERER "Gallium 0.4 on SVGA3D; build: RELEASE; ").
fixme:win:EnumDisplayDevicesW ((null),0,0x32ec28,0x00000000), stub!
fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000
(using GL_RENDERER "Gallium 0.4 on SVGA3D; build: RELEASE; ").
fixme:win:EnumDisplayDevicesW ((null),0,0x32e948,0x00000000), stub!
fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000
(using GL_RENDERER "Gallium 0.4 on SVGA3D; build: RELEASE; ").
fixme:win:EnumDisplayDevicesW ((null),0,0x32ef38,0x00000000), stub!
err:d3d:context_create wglSwapIntervalEXT failed to set swap interval 1 for
context 0x1661468, last error 0x591
err:d3d:context_create wglSwapIntervalEXT failed to set swap interval 1 for
context 0x1662a10, last error 0x591
ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library
/usr/lib/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library
/usr/lib/alsa-lib/libasound_module_pcm_pulse.so
err:d3d:context_create wglSwapIntervalEXT failed to set swap interval 1 for
context 0x20c0d48, last error 0x591
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
fixme:amstream:IAMMultiMediaStreamImpl_AddMediaStream Specifying a stream
object in params is not yet supported
err:quartz:GetClassMediaFile Media class not found
fixme:amstream:DirectDrawMediaStreamImpl_IDirectDrawMediaStream_GetTimePerFrame
(0x236ba04)->(0x32f668) stub!
fixme:amstream:IDirectDrawStreamSampleImpl_GetSurface
(0x20dea40)->(0x2114854,0x2114858): stub
fixme:avifile:AVIFileExit (): stub!
err:d3d:context_create wglSwapIntervalEXT failed to set swap interval 1 for
context 0x20b8de8, last error 0x591
err:d3d:context_create wglSwapIntervalEXT failed to set swap interval 1 for
context 0x136c18, last error 0x591
err:d3d:context_create wglSwapIntervalEXT failed to set swap interval 1 for
context 0x1465e58, last error 0x591
wgl infos are:
trace:wgl:X11DRV_WineGL_InitOpenglInfo GL version : 2.1 Mesa 9.2.3.
trace:wgl:X11DRV_WineGL_InitOpenglInfo GL renderer : Gallium 0.4 on
SVGA3D; build: RELEASE; .
trace:wgl:X11DRV_WineGL_InitOpenglInfo GLX version : 1.4.
trace:wgl:X11DRV_WineGL_InitOpenglInfo Server GLX version : 1.4.
trace:wgl:X11DRV_WineGL_InitOpenglInfo Server GLX vendor: : SGI.
trace:wgl:X11DRV_WineGL_InitOpenglInfo Client GLX version : 1.4.
trace:wgl:X11DRV_WineGL_InitOpenglInfo Client GLX vendor: : Mesa Project
and SGI.
trace:wgl:X11DRV_WineGL_InitOpenglInfo Direct rendering enabled: True
trace:wgl:has_opengl GLX is up and running error_base = 169
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35947
Bug ID: 35947
Summary: winedbg crashes when running tests in gdb mode
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, regression, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: frederic.delanoy(a)gmail.com
CC: piotr.caban(a)gmail.com
Regression SHA1: 23191a4355c16febe4d26722de27d7a14f11872a
Starting from
23191a4355c16febe4d26722de27d7a14f11872a is the first bad commit
commit 23191a4355c16febe4d26722de27d7a14f11872a
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Fri Apr 5 14:08:02 2013 +0200
server: Don't debug children when debugger is attached with
DebugActiveProcess function.
:040000 040000 ffc2fb86c4636c6669a13bc23f08a9f372439390
b03f8a23d6c68377d2a28f610c922422d3aae480 M dlls
:040000 040000 9c4928c0e817c8a2435123afbeb38a2d20b7587e
e2c9b51eb707ab192d48d7c5fe205da0b95c2b1d M server
winedbg crashes when running tests in gdb mode.
For instance:
cd dlls/dinput/tests
wine winedbg --gdb dinput_test.exe.so
gives an assertion failure followed by a crash:
-gdb: gdbproxy.c:2494: gdb_init_context: Assertion `gdbctx->process == ((void
*)0) && de.dwProcessId == dbg_curr_pid' failed.
winedbg: Internal crash at 0xf7750430
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35983
Bug ID: 35983
Summary: Regression - mz800 emulator does not show the boot
loader
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: oldium.pro(a)seznam.cz
Created attachment 48103
--> http://bugs.winehq.org/attachment.cgi?id=48103
Relevant back trace
I just traced down regression that happened in 1.7.3 to commit
b4ab43b3de134d2816393ba7f23f67bfc36bd33f (kernel32: Remove a 0-length read
optimization from ReadFile.).
The emulator can be found at http://mz-800.xf.cz/download.htm (download the
emulator and extract the ROMs to the ROM directory). After starting just click
the "Demo" button to start the demo.
According to the back trace the emulator is stuck in ReadFile call, which is
forwarded to ReadConsoleA - see attached backtrace.
Emulator used to work like a charm in pre-1.7.3 releases.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35987
Bug ID: 35987
Summary: Adobe Photoshop CC file open dialog crashes the
program
Product: Wine
Version: 1.7.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Created attachment 48108
--> http://bugs.winehq.org/attachment.cgi?id=48108
Photoshop CC - Output after the Open dialog crashed the program -
WINEDEBUG=+commdlg
While trying to open a file in Adobe Photoshop Creative Cloud (File -> Open),
the Open dialog window causes the program to crash immediately when selecting
any file on the list. Before the selection, Photoshop doesn't crash.
The bug makes difficult to use the program fluently.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36043
Bug ID: 36043
Summary: Battlefield 1942: Crashes after map loading
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blog(a)pozimski.eu
Created attachment 48197
--> http://bugs.winehq.org/attachment.cgi?id=48197
Console output after the crash occured
Since Wine 1.7.17, Battlefield 1942 crashes after loading a map (in single
player) or even during the loading (multi player). The sound suddenly stops and
a crash window appears, a git bisect reveals:
3a7bf4a34b82f1857f40f482890e148d7dd9e30a is the first bad commit
commit 3a7bf4a34b82f1857f40f482890e148d7dd9e30a
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Fri Apr 18 12:33:37 2014 +0200
msvcr70: Share the source code with msvcrt.
:040000 040000 38ff925d4be420c3cc7d25106dd5ea28e413f98b
38c80e23bae766961e52d616d3512a791ba1637b M dlls
:040000 040000 24cea6788ed8a253d642a1c5e1bb76b2f01ede49
e2d0432572dde15bbe19f289f6d7c96b49763e8e M tools
I'm attaching the console output.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36787
Bug ID: 36787
Summary: Gex 3D renders very slowly since Wine 1.7.14
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: schmatzler(a)googlemail.com
Created attachment 48859
--> http://bugs.winehq.org/attachment.cgi?id=48859
Starting up
Starting with Wine 1.7.14, the game Gex 3D renders very slowly. I can see a
frame every second.
There had been a lot of ddraw patches, I suspect one of them broke it.
The output when starting the game is attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36858
Bug ID: 36858
Summary: Wine 1.7.16 does not work correctly with Pacestar
LanFlow
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zentarim(a)rambler.ru
Created attachment 48951
--> http://bugs.winehq.org/attachment.cgi?id=48951
wine 1.7.15 running correctly. wine 1.7.16 is not working correctly
Pacestar LanFlow (http://www.pacestar.com/lanflow/trial.htm)
perfectly running under wine 1.7.15. But wine version 1.7.16 is not working
correctly. Screenshots in attachement. What information do I need to provide
more? Thanks in advance.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37140
Bug ID: 37140
Summary: Photoshop CC 2014 Open and Save dialog missing
features
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jayleefaulkner(a)gmail.com
The Save dialog is missing all save options. Both the open and save dialogs
have filetype dropdowns with missing scrollbars and are too small.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28247
Summary: d3dx9_36/mesh.c compile broken on uclibc
Product: Wine
Version: 1.3.27
Platform: x86
URL: http://git.alpinelinux.org/cgit/aports/tree/main/wine/
uclibc-fmaxf-fminf.patch?id=c9b491b6099eec02a835ffd055
39b5c783c6c43a
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
I found Alpine Linux, which uses busybox/uclibc by default instead of glibc.
First problem, build fails on d3dx9_36/mesh.c:
../../tools/winegcc/winegcc -B../../tools/winebuild --sysroot=../..
-fasynchronous-unwind-tables -shared ./d3dx9_36.spec core.o d3dx9_36_main.o
effect.o font.o line.o math.o mesh.o shader.o skin.o sprite.o surface.o
texture.o util.o volume.o version.res -o d3dx9_36.dll.so -ld3d9
-ld3dcompiler -ldxguid -ld3dxof -lole32 -lgdi32 -luser32
../../libs/port/libwine_port.a
mesh.o: In function `parse_vertex_colors':
/root/wine-git/dlls/d3dx9_36/mesh.c:2551: undefined reference to `fmaxf'
/root/wine-git/dlls/d3dx9_36/mesh.c:2551: undefined reference to `fminf'
/root/wine-git/dlls/d3dx9_36/mesh.c:2552: undefined reference to `fmaxf'
/root/wine-git/dlls/d3dx9_36/mesh.c:2552: undefined reference to `fminf'
/root/wine-git/dlls/d3dx9_36/mesh.c:2553: undefined reference to `fmaxf'
/root/wine-git/dlls/d3dx9_36/mesh.c:2553: undefined reference to `fminf'
/root/wine-git/dlls/d3dx9_36/mesh.c:2554: undefined reference to `fmaxf'
/root/wine-git/dlls/d3dx9_36/mesh.c:2554: undefined reference to `fminf'
collect2: ld returned 1 exit status
winegcc: gcc failed
make: *** [d3dx9_36.dll.so] Error 2
there's a patch available on the alpine package:
http://git.alpinelinux.org/cgit/aports/tree/main/wine/uclibc-fmaxf-fminf.pa…
though perhaps that definition should go in libs/port/wine instead?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27883
Summary: Bink videos without sound (Mass Effect) [bisected,
regression]
Product: Wine
Version: 1.3.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
CC: aeikum(a)codeweavers.com
Since the audio rework which became part of 1.3.25, the audio is missing from
all Bink videos in Mass Effect (I suspect other games using Bink are affected
too, but haven't tested that so far). A git bisect shows:
901af51ea32f2d192a598808abab2d1b6a940773 is the first bad commit
commit 901af51ea32f2d192a598808abab2d1b6a940773
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Jul 11 08:28:24 2011 -0500
winmm: Remove driver implementation of waveOut*.
:040000 040000 cccb55d925c166ba3838b0179cbdd655a44ba26a
428f760df6efda7a37b4a84f97721523ab72863f M dlls
CCing the author.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27778
Summary: TYPE outputs extraneous blank line after file contents
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
With the following code (make sure there's no space before the '>'):
echo bar> foo
echo *** && type foo && echo ***
outputs
***
bar
***
on windowses, but
***
bar
***
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=27761
Summary: different behaviour for "if" conditions check
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iip.umar.rifai(a)gmail.com
If conditions has different result between windows and wine, I think due to '/'
(slash) issue, below is an example:
----------------------------------
D:\>if 1==1 echo ok
ok
D:\>if c==c echo ok
ok
D:\>if c==1 echo ok
D:\>if /c==/c echo ok <--this one is problem, but works on Windows
D:\>if /c==/c echo ok
ok
D:\>if "/c"=="/c" echo ok
ok
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27450
Summary: c2man.pl: Recent commit leads to FTBFS
Product: Wine
Version: 1.3.22
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
CC: nerv(a)dawncrow.de
Created an attachment (id=35101)
--> (http://bugs.winehq.org/attachment.cgi?id=35101)
Build log of a failed build (amd64)
Git commit 38fcf687 by André Hentschel leads to a build failure (see attached
build log). Reverting that commit fixes the build failure.
I set the severity not to blocker as it is possible to build without running
c2man.pl.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27337
Summary: Raw sockets aren't closed correctly in ICMP monitoring
programs
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berroll(a)mail.ru
Created an attachment (id=34964)
--> (http://bugs.winehq.org/attachment.cgi?id=34964)
Command line with argument, wine log, netstat output
The problem has occurred with the program NetMap, which is used for the network
monitoring (pinging of multiple hosts in cyclic manner).
[http://www.imach.uran.ru/netmap/index.html]
NetMap under wine is working several minutes, then hangs with an error "Too
many open files".
Using the FAQ at http://wiki.winehq.org/FAQ I have increased the open file
limit by modifying /etc/security/limits.conf:
* hard nofile 16384
* soft nofile 1024
This fix extended working time of NetMap but nevertheless, haven't cured
program's hangs.
Also I noticed that during NetMap usage under wine the amount of opened
connections is enormous and is increasing over time. Perhaps when it exceeds
some limit program hangs. This may be a bug of wine with ICMP handling.
I've made a contact with the author of the program and he explained that NetMap
opens raw socket for the ping request. This action is made using function
IcmpCreateFile of the library icmp.dll. Then this socket is closed by the
function IcmpCloseHandle from the same library. He is sure, that
IcmpCloseHandle is called correctly and the code is executed correctly in
Windows.
NetMap author also mentioned that he tested NetMap and old version of wine
(0.99.6) and never met this problem. But now he checked NetMap with newer
version of wine and confirmed that this problem exists.
In order to check whether this problem is program-related or wine-related I
also tried another program - MetaPing
[http://www.hammer-software.com/metaping.shtml]
It also performs pinging of multiple Internet hosts, like NetMap. And the
problem was the same - enormous amount of opened connections, increasing over
time.
It seems that IcmpCloseHandle is not correctly processed by wine, as these raw
sockets remain opened.
I'm using Ubuntu Linux 10.04 (Lucid) and wine 1.2.2-0ubuntu2~lucid1 from
official Ubuntu repository.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27311
Summary: Frozen Synapse crashes when launching in-game IRC
client
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ori(a)avtalion.name
Created an attachment (id=34935)
--> (http://bugs.winehq.org/attachment.cgi?id=34935)
crash log
After launching the game, pressing the "chat" icon at the top left causes the
game to crash.
Details in the attached file.
I'm using the release version of the game, but reports are that it also
occurred in beta.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27170
Summary: Prey wants hostname.exe
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://preyproject.com/
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
> wine: cannot find L"C:\\windows\\system32\\hostname.exe"
Doesn't appear to be fatal, however. Should be simple enough to implement, all
it does is return the hostname and has no command line options..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27250
Summary: Prey receives a truncated hostname from hostname.exe ?
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://preyproject.com/
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
CC: arethusa26(a)gmail.com
See bug 27170 for the original bug. Prey uses 'hostname' to get the hostname,
and uses this for the default device name. My current machine's hostname is
'aw21'. With wine-1.3.20-230-g456e48e, when running the prey installer, it
thinks my hostname is 'aw2'. As a test, I made a simple exe that returns a
longer string:
austin@aw21 ~ $ cat foo.c
#include <stdio.h>
int main(void)
{
printf("test\n");
return 0;
}
and compiled with mingw32, renamed to hostname.exe and set to native. Prey then
sees 'test' as my full hostname. Something in the current hostname
implementation isn't making prey happy...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26052
Summary: usp10/usp10 tests show a few valgrind errors
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33224)
--> (http://bugs.winehq.org/attachment.cgi?id=33224)
valgrind log
Conditional jump or move depends on uninitialised value(s)
at resolveExplicit (bidi.c:220)
by BIDI_DetermineLevels (bidi.c:777)
by ScriptItemize (usp10.c:621)
by ScriptStringAnalyse (usp10.c:774)
by test_ScriptString (usp10.c:1259)
by func_usp10 (usp10.c:1843)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_ScriptString (usp10.c:1215)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19877
Summary: Zeta Minibrowser crashes (because of stubbed
CreateHardLinkW)
Product: Wine
Version: 1.1.28
Platform: PC
URL: http://www.brothersoft.com/zeta-minibrowser-110447.htm
l
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
I've seen this bug in more apps, so probably a bug covering several
applications
Prerequisites:
'winetricks dotnet20'
The mini-browser crashes after CreateHardLinKW is printed in the console.
Returning TRUE instead of false, or setting last error in CreateHardlink to
ERROR_ALREADY_EXISTST makes the app start fine, but that's just a hack, somehow
we should have more then this stub, to get the app running. I'll attach console
info hereafter
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15452
Summary: Freewire aborts due to incorrect handling of COLORRES
nIndex in winex11's GetDeviceCaps()
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.freewiretv.com/downloadTVWin.html
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=16345)
--> (http://bugs.winehq.org/attachment.cgi?id=16345)
Freewire relay log (rzipped)
With current Git (wine-1.1.5-207-gc425c8a), when attempting to launch Freewire
after installation, Freewire aborts with a message box complaining about the
currently set bit depth. From relay trace:
0009:Call user32.GetDC(00000000) ret=005808ac
0009:Ret user32.GetDC() retval=0000030c ret=005808ac
0009:Call gdi32.GetDeviceCaps(0000030c,0000006c) ret=005808b5
0009:Ret gdi32.GetDeviceCaps() retval=00000000 ret=005808b5
0009:Call user32.LoadStringA(00000000,00000095,0032f8d4,00000180) ret=005808f3
0009:Ret user32.LoadStringA() retval=0000015d ret=005808f3
0009:Call user32.LoadStringA(00000000,00000097,0032f754,00000180) ret=00580910
0009:Ret user32.LoadStringA() retval=0000001c ret=00580910
0009:Call user32.MessageBoxA(00000000,0032f8d4 "Unfortunately, it has not been
possible to start Freewire Television due to your graphics mode.\nPlease set
the color depth to 32 bit in the display control panel and restart the
application\nIf the problem continues please contact Freewire customer services
on 0333 123 0190.\nOr visit the Freewire s"...,0032f754 "We've encountered a
problem!",00000030) ret=00580927
The problem seems to lie in:
0009:Call gdi32.GetDeviceCaps(0000030c,0000006c) ret=005808b5
0009:Ret gdi32.GetDeviceCaps() retval=00000000 ret=005808b5
GetDeviceCaps() is being called with the DC handle returned from GetDC(NULL)
and the COLORRES value for nIndex. In dlls/winex11.drv/init.c lines 259 and
268:
case COLORRES:
/* ... */
return 0;
Freewire apparently does not like the returned value, and thus aborts with the
message box. Modifying the COLORRES case to return screen_bpp allows the
application to get past this point, though I am not sure if this is the right
thing to do.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26391
Summary: Wine buitin IE crash while loading a page with more
than THREE ActiveX objects
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=33607)
--> (http://bugs.winehq.org/attachment.cgi?id=33607)
log:IE crash
Firstly,
Write an HTML page as below:
<object classid="clsid:13E4740C-08EB-4133-896B-8D0A7C9EE3CD" >
</object>
<object classid="clsid:23E4740C-08EB-4133-896B-8D0A7C9EE3CD" >
</object>
<object classid="clsid:33E4740C-08EB-4133-896B-8D0A7C9EE3CD" >
</object>
<object classid="clsid:43E4740C-08EB-4133-896B-8D0A7C9EE3CD" >
</object>
save as index.html, and run a web server.
Secondly,
$ wine iexplore http://localhost/index.html
Confirm this bug on both gecko1.1 and gecko1.2beta .
Then IE will crash.
Is there any simple way to install gecko-dbg ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26281
Summary: regedit: Doesn't export decent newline in Unicode
(NT5) Format.
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sagawa.aki+winebugs(a)gmail.com
Created an attachment (id=33503)
--> (http://bugs.winehq.org/attachment.cgi?id=33503)
exported registry file
Exporting a registry in Unicode (NT5) format from wine's regedit, it generates
ANSI newlines as shown in attached file.
Though the file can import to registry via regedit (this is the reason why I
choose `minor' in the severity), it's hard to edit in notepad or other editors
and incompatible with Windows.
% hexdump -C export.reg | head -6
00000000 ff fe 57 00 69 00 6e 00 64 00 6f 00 77 00 73 00 |..W.i.n.d.o.w.s.|
00000010 20 00 52 00 65 00 67 00 69 00 73 00 74 00 72 00 | .R.e.g.i.s.t.r.|
00000020 79 00 20 00 45 00 64 00 69 00 74 00 6f 00 72 00 |y. .E.d.i.t.o.r.|
00000030 20 00 56 00 65 00 72 00 73 00 69 00 6f 00 6e 00 | .V.e.r.s.i.o.n.|
00000040 20 00 35 00 2e 00 30 00 30 00 0d 0a 00 0d 0a 00 | .5...0.0.......|
00000050 5b 00 48 00 4b 00 45 00 59 00 5f 00 43 00 55 00 |[.H.K.E.Y._.C.U.|
As seen in above output, bytes from 0x4A to 0x4F (i.e. 0d 0a 00 0d 0a 00)
represent two ANSI newlines. But they should be two Unicode newlines (i.e. 0d
00 0a 00 0d 00 0a 00).
My environment is Ubuntu 10.10 (32-bit) and locale is ja_JP.UTF-8 (also tested
LANG=C).
How to reproduce:
1. Launch regedit.exe.
2. Select HKEY_CURRENT_USER\Software\Wine\Drivers in the left treeview.
3. Click [Registry]-[Export Registry File] in the menu.
4. Change [Files of type] to [Registry files (*.reg)].
5. Enter a file name with appropriate name and click [Save] to export.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26178
Summary: MS Word 2003 save document with embedded fonts error.
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a287315(a)jnxjn.com
Created an attachment (id=33362)
--> (http://bugs.winehq.org/attachment.cgi?id=33362)
error msg
When try to save a document in ms word 2003 with embedded fonts, wine displays
error msg and ms word stop responding (must manually kill it). When turn off
font embedding everything is OK.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25991
Summary: DameWare Exporter: Unimplemented function
netapi32.dll.NetUseDel
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33135)
--> (http://bugs.winehq.org/attachment.cgi?id=33135)
Terminal output on Wine 1.3.13
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install DameWare Exporter
4) wine DWExporter.exe
5) press F5
Behaviour:
There is Wine's error.
Expected behaviour:
There should be no error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25856
Summary: Regression: Unable to type - in cmd anymore.
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trygve.vea(a)gmail.com
CC: eric.pouech(a)orange.fr
Hello,
Observed on IRC that a user complains about being unable to type - in cmd
anymore after wine 1.3.12. Tested it myself, and were able to reproduce.
Doing bisect points me to the following commit:
2a219b948c451213fb4554352b86f3784a8f7e32 is the first bad commit
commit 2a219b948c451213fb4554352b86f3784a8f7e32
Author: Eric Pouech <eric.pouech(a)orange.fr>
Date: Tue Jan 18 22:03:19 2011 +0100
kernel32: Added support for insert/overwrite modes while editing a line.
:040000 040000 0250e1067e0dbfa95915b99f46bb834087923b3b
201965f2628e90ca411883e38e98aed8d6e9de8f M dlls
:040000 040000 e689a9502dd762357df6447d92f31b7970d10fe2
1e74b4cb7785c5a0b26635c8ceb47dc93f29e4ce M server
The patch reverts just fine, and the regression is removed.
Added author of the patch as a CC to 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=25653
Summary: ratGPU standalone renderer hits msvcr90 stub on x86_64
Product: Wine
Version: 1.3.10
Platform: x86-64
URL: http://www.ratgpu.com/
OS/Version: Linux
Status: NEW
Keywords: download, win64
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Depends on: 25652
wine: Call from 0x7f50f399e068 to unimplemented function
MSVCR90.dll.__CxxFrameHandler3, aborting
more infos needed?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25562
Summary: Yu-gi-oh online 3 hangs when you scroll up in chat
window
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce:
Download client from http://www.yugioh-online.net/ and install.
Register online.
winetricks d3dx9_36 to get past a black screen.
Launch game, log in, create character.
In chat area at bottom of screen, follow instructions to give /h for help.
Click the upward scroll area.
Boom! Interface locked up, you can't do anything in the app anymore.
Last two lines in console are
InfoIcon.cpp L153 : receive packet from frontserver.
fixme:imm:NotifyIME NI_CLOSECANDIDATE
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25549
Summary: Newer Wine Fails to draw Bitmap Graphics (Regression)
Product: Wine
Version: 1.3.9
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Libertas.Mania(a)hotmail.com
I've tried the following in Ubuntu 10.04, 10.10, 11.04 Alpha 1
Wine 1.2 - 1.1.4.2 - ubuntu4 - Works
Wine 1.2 - 1.2.0-lucid - ubuntu6 - Failed
since above to below have failed
Wine 1.3.9-0ubuntu1~lucid - Failed
Working Screenshot:
http://img23.imageshack.us/img23/8637/mgpubuntu.png
Failed Screenshot:
http://img651.imageshack.us/img651/7564/mgpubuntu2.png
Purpose of the Regression fix:
http://www.ubuntugamer.com/2010/09/211-free-wine-compatible-games-in-one-do…
After spending months working on the 211 Wine compatible Freeware games for the
above pack. I really wanted as many people as possible to be able to play them
with Wine, With the Games Installer and Launcher broken it makes it unusable.
Download the Problematic EXE package here:
http://www.mediafire.com/?uq5i6zrnvded2ic
As the linked item is 9MB in size I thought it best to use a free file host.
Comments:
I have a feeling the bitblitz routines in GDI have a protection routine that
aborts the memory relocation or perhaps it's in the paint event, I am setting
the backdrop of a picturebox for the screenshot and I set the
backdrop/wallpaper property of the form to a Bitmap (which also is failing to
draw).
Good luck with fixing this regression before the 1.4.0 release, I can only hope
someone has the time an skill required to do so.
Thanks again
Glenn Chugg
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25215
Summary: GetVolumePathNamesForVolumeNameA function not
implemented
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelytharun(a)gmail.com
wine: Call from 0x7bc4ba90 to unimplemented function
KERNEL32.dll.GetVolumePathNamesForVolumeNameA, aborting
I think the summary and this line says all.
Link to MSDN entry about the function:
http://msdn.microsoft.com/en-us/library/aa364998(VS.85).aspx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25111
Summary: Firefox 4 Beta 7: Starts but doesn't render the
program (menu/toolbars/browserarea)
Product: Wine
Version: 1.3.6
Platform: x86
URL: http://www.mozilla.com/products/download.html?product=
firefox-4.0b7&os=win&lang=en-US
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas.boggild(a)gmail.com
Firefox 4 Beta 7 seems to install correctly and also starts without errors, but
it fails to actually render the program inside the window decorations.
The title in the window decoration still shows that the program is functional
(though invisible), as I it updates with a new title if I go to a new page
(using Crtl+L shortcut and type the address blindly) or open a new tab
(Crtl+T).
Beta 6 works fine and I believe one of the changes to Beta 7 was the
introduction of GPU acceleration by default, which I suggest could be causing
the problem, though I'm not sure. I'm using Ubuntu 10.10 with a Radeon X1300
Mobility and the default open source driver from the distribution. In case it
is the GPU acceleration causing problems, I guess it could be a bug in the
driver instead?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24050
Summary: sparc/linux: port.c:189:2: error: #error You must
implement wine_switch_to_stack for your platform
Product: Wine
Version: 1.3.0
Platform: sparc
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Hard to compile wine with it :-).
Apparently I'm not the only crazy one:
http://www.winehq.org/pipermail/wine-users/2008-November/044104.html
Though, I'm on Linux/Sparc, using qemu + debian etch:
http://www.aurel32.net/info/debian_sparc_qemu.php
Is Sparc considered a supported platform? If so, I suppose this would be a
blocker, but I have the feeling it's not (though there's quite a bit of code
for it already), so I'm marking it as an enhancement.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24649
Summary: crash with certification path
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
using inetcpl to browse certificates.
weird thing is i have a "Juan Lang" certificate...
try to see the certification path leads to crash
should i attach that certificate?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24722
Summary: LibreOffice 3.3.0 Beta misses msvcr90 func/var
Product: Wine
Version: 1.3.4
Platform: x86-64
URL: http://www.documentfoundation.org/download/
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
When typing Text into LibreOffice Writer (Build 9526) it crashes with:
Unhandled exception: unimplemented function msvcr90.dll.__tzname called in
32-bit code (0x7ed9c497).
I guess __tzname (with two underlines) is not a function, but is like _tzname
(with one underline).
I already tried replacing the stub in the specfile of msvcr90 with:
@ extern __tzname msvcrt._tzname
But then it silently dies when typing...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24952
Summary: dlls/user32/button.c handles incorrectly unknown
button types
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mity(a)morous.org
Created an attachment (id=31597)
--> (http://bugs.winehq.org/attachment.cgi?id=31597)
code demonstrating the difference
When an unknown/unsupported button type is specified (e.g. BS_SPLITBUTTON or
BS_DEFSPLITBUTTON), creation of button control fails in Wine.
In contrary on Windows it suceeds (even though the created control then behaves
incorrectly) whenever BS_[DEF]SPLITBUTON is not supported. Tested on Windows
2000, Windows XP, Windows 7 (with program without manifest, so comctl32 6.0 was
NOT used).
The behavior difference in effect prevents mCtrl split button emulation from
working (see http://sourceforge.net/projects/mctrl/). The MCTRL.DLL provides a
split button as a subclass of standard BUTTON window class.
When needed (i.e. COMCTL32 < 6.0), the split buttons are handled by the code in
MCTRL.DLL implementation. This works perfectly on Windows, but not within Wine
for the reason described above.
The behavior difference can be tested with the attached code: On Windows the
two buttons are created successfully (even they misbehave), on Wine the two
CreateWindow calls fail.
Obviously the reason is the test:
if (btn_type >= MAX_BTN_TYPE)
return -1; /* abort */
in dlls/couser32/button.c:260.
There are probably also other related problems (e.g. in BM_SETSTYLE) etc.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23054
Summary: WinHEX: Cannot open website link in help
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.x-ways.de/winhex.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) wine winhex
2) press F1 for help
3) Click on "About WineHex/X-Ways Forensics"
4) Click on http://www.x-ways.net
Behaviour:
Nothing happens
Expected behaviour:
www.x-ways.net should be opened
Every time I click on this link there is following line in terminal
fixme:winhelp:MACRO_ExecFile ("http://www.x-ways.net", "", 0, "(null)")
besides that there is nothing else.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22020
Summary: Page Fault in wine_utf8_wcstombs when running ToonTalk
Product: Wine
Version: 1.1.40
Platform: x86
URL: http://www.toontalk.com/English/free.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peterbelm(a)gmail.com
Created an attachment (id=26770)
--> (http://bugs.winehq.org/attachment.cgi?id=26770)
Debug trace
When running a game called ToonTalk (full free download @ URL above) it crashes
with a page fault on read, I've attached full debug trace.
I'm happy to run more debugging if someone lets me know what options, etc.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22066
Summary: morrowind no longer installs
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: Installer, regression
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=26884)
--> (http://bugs.winehq.org/attachment.cgi?id=26884)
terminal output
Regression due to:
austin@midna:~/wine-git$ git bisect bad
5893f3227c88d8db2c6622be23af81f90d1b1e47 is first bad commit
commit 5893f3227c88d8db2c6622be23af81f90d1b1e47
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Tue Mar 16 13:32:57 2010 -0500
oleaut32: Always use DISPID_PROPERTYPUT to fill in the last argument.
:040000 040000 b105b89a27f5e41b93837d0a303f3e4f10bd35be
91b800e50458dc035930258fc40512107646306e M dlls
causes an error in morrowind's installer. When it gets to the point of choosing
the install dir, it defaults to C:\windows after this patch (instead of
C:\program files\bethesda\morrowind). It then pops up an error window (see
screenshot) saying:
Error Number: 0x8002000E
Description:
Setup will now terminate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22287
Summary: Personal Chess Trainer v3.02, Run-time error '13':
Type mismatch , regression
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jskartman(a)gmail.com
CC: nerv(a)dawncrow.de
Hi,
This is a regression, Personal Chess Trainer demo version 3.02 (actual demo
version is called Chessimo v3.35 and needs .NET 3.5, so doesn't work), was
working fine on wine 1.1.39 , but fails on 1.1.40. When I move a piece, the
application shows a box with: Run-time error '13': Type mismatch
Doing a regression test shows:
71f24431b987d70053063a9f206913e7fff53edc is the first bad commit
commit 71f24431b987d70053063a9f206913e7fff53edc
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Wed Mar 3 19:57:27 2010 +0100
oleaut32: Fix localized date parsing.
:040000 040000 5cebc4bc57ab8449aa70bf9a0ca45cc31e52affb
f740a9f92b8811f217b0e2365a804477acf427ba M dlls
Reverting the patch fails. I put oleaut32 component because the commit
references 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=22548
Summary: Mass Effect 2: Banding in lighting effects
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: miegalius(a)gmail.com
Created an attachment (id=27656)
--> (http://bugs.winehq.org/attachment.cgi?id=27656)
Shows banding effect
Lighting effects in Mass Effect 2 result in ugly banding. Example image
attached. Please inform about needed logs. Only possibly related (though
unlikely) fixme poping up on console is fixme:d3d_shader:print_glsl_info_log
warning: no vertex attribute is explicitly assigned to vertex attribute zero
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22972
Summary: 64 bit Firefox build from Mozilla does not install
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/
latest-mozilla-central/firefox-3.7a5pre.en-US.win64-x8
6_64.installer.exe
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
64 bit Firefox build from Mozilla does not install.
It is missing a function:
unimplemented function SHELL32.dll.SHGetPropertyStoreFromParsingName
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21181
Summary: Wine does not compile on Cygwin
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cerebro.alexiel(a)gmail.com
Currently, wine does not compile on windows with cygwin.
If someone is interested, please read first
http://wiki.winehq.org/WineOnWindows.
I think we should create a bug for each failing "make" and adding them to
"depends on" list.
We should try to get wine working on Windows XP 32 bits first.
And please use the latest version of Cygwin (flex,bison,gcc4,make) and wine
(git) during your tests.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192
Summary: Make fails with Assembler messages
Product: Wine
Version: 1.1.35
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johndoe32102002(a)gmail.com
Computer: N810
Architecture: ARM
Operating System: Debian
Note: compile ran fine, finding all dependencies
Error:
{standard input}: Assembler messages:
{standard input}:36: Error: selected processor does not support 'blx r3'
make[2]: *** [port.o] Error 1
make[2]: Leaving directory '/download/wine-1.1.35/libs/wine'
make[1]: *** [wine] Error 2
make[1]: Leaving directory '/download/wine-1.1.35/libs'
make: *** [libs] Error2
Since the error was short, I pasted it in the description.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20389
Summary: Portable Thunderbird 2.0.0.23: Close button must be
clicked twice
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
URL: http://portableapps.com/apps/internet/thunderbird_port
able
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ken_g6151(a)yahoo.com
Since Wine version 1.1.30, clicking the close button on the Portable
Thunderbird window once does not close the window. As of version 1.1.31,
clicking the button again immediately after the first click does close the
window.
Steps to reproduce:
1. Open Portable Thunderbird, and wait for it to finish loading any messages.
2. Click the window's close button (the X in the corner). The window does not
close.
3. Click the window's close button again. Now the window does close.
Another scenario possibly relevant to solving this bug:
1. Open Portable Thunderbird, and wait for it to finish loading any messages.
2. Click the window's close button (the X in the corner). The window does not
close.
3. Click the File menu. The File menu is highlighted, but does not drop down.
4. Click the File menu again. The File menu now drops down.
5. Click the window's close button again. The window does not close.
6. Click the window's close button again. Now the window does close.
Application settings are defaults, Windows XP.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.