http://bugs.winehq.org/show_bug.cgi?id=35260
Bug ID: 35260
Summary: Sound weirdness with XCOM: Enemy Within
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: lama(a)lamamail.de
Classification: Unclassified
This is a strange one... I'll just describe what happened:
- I'm using the digital out on my sound card. This works fine with everything
but this game in WINE
- Got the game working after registering XAudio2_7.dll
- There is no sound whatsoever ingame (also no sound options beyond a mixer)
- After running the game I have no sound anywhere anymore, even after closing
all WINE processes. No errors while playing though (so it's not blocked), just
quiet
- Mixer settings are fine
- Turns out the default ALSA device has been changed to the analog output,
even after explicitly selecting the digital output (instead of default) in
WINE. Only a reboot fixes this. ALSA documentation doesn't even mention this as
a possibility. Oh, and game audio still isn't played through that either.
I've tested this with WINE 1.7.9 and built from GIT.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36694
Bug ID: 36694
Summary: Using PBM_SETPOS to change the position of a progress
bar to what it was before after a style change (for
instance, leaving marquee mode) does not redraw the
progress bar
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: pietro10(a)mac.com
Created attachment 48733
--> http://bugs.winehq.org/attachment.cgi?id=48733
The test program that can be used to duplicate this behavior.
If you do this when you switch out of marquee mode on a progress bar:
SendMessage(pbar, PBM_SETMARQUEE, FALSE, 0);
SetWindowLongPtr(pbar, GWL_STYLE, GetWindowLongPtr(hwnd, GWL_STYLE) &
~PBS_MARQUEE);
SendMessage(pbar, PBM_SETPOS, currentPos, 0);
the progress bar will not redraw, and thus will continue to show the marquee
animation frozen at the place it was at the time of the above call.
Attached is a sample program that will demonstrate this behavior. Set one
value, then click Marquee and Set again. On Windows XP (at least), the progress
bar will redraw properly with the second click of Set. The attached file is
also available at
https://github.com/andlabs/misctestprogs/blob/master/winprogresstest.c.
(As marquees are a comctl32 version 6 feature, you may need a manifest file.)
Looking at the soruce, I see here -
http://source.winehq.org/source/dlls/comctl32/progress.c#L639 - that the
implementation's handling of PBM_SETPOS only draws the progressbar if the new
position is different. Thus, I could come up with a variety of ways to fix it,
such as adding a style change check there, or always redrawing the progress
bar, or redrawing on a style change... but I don't know which is the most
correct, so I'll leave it to the experts.
Thanks.
--
Do not reply 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=37538
Bug ID: 37538
Summary: WineBottler: winetricks flashplayer checksum error
Product: Wine
Version: 1.7.30
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: darylhokw(a)gmail.com
Created attachment 49955
--> https://bugs.winehq.org/attachment.cgi?id=49955
Screenshot taken from the error message
Tried to isntall a .exe file using flashplayer in winetricks but i got
winetricks flashplayer checksum error
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21454
Summary: Dolphin Wii/GCN Emulator Crashes On Rom Load Due To
Graphical Errors?
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: critical
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justinsboyd(a)gmail.com
The Dolphin app starts up normally, and runs perfectly until you begin the
emulation.
When you launch a rom, the following occurs-
A window appears saying No Possible Memory Base Pointer Found!
Then I get a message saying that the app has encountered a serious problem and
needs to close...
I have traced the problem to a possible solution though-
A graphical error...
Looking at the Dolphin website, I saw the following.
======= Runtime Library Requirements =======
Dolphin needs you have to have the libraries listed below installed.
[Windows]
-MS Visual C++ Runtime 2008 SP1: This fixes the "side by side" / "application
config" & model errors
Microsoft VC++ 2008 SP1 Redist x86 - For 32bit Windows
Microsoft VC++ 2008 SP1 Redist x64 - For 64bit Windows
-The DirectX March 2009 Runtime: This fixes the plugin loading errors
Note: THIS MEANS UPDATE YOUR DIRECTX EVEN IF YOU HAVE THE VERSION 9.0c or 10 or
10.1!!!!!!
Microsoft DirectX Updater
[Linux]
-install libbluetooth: fixes the "PANIC failed to load plugin
Plugins/libPlugin_wiimote.so" error for linux users
======= Video Card Requirements =======
You must have a video card that support OpenGL 2.x fully or Direct3D 9.0c.
Note: The Direct3D9 video plugin is old/outdated and it looks like it doesn't
work anymore. We recommend using the Dolphin OpenGL Video plugin for better
video emulation.
Note: Make sure your drivers are up to date!
So I tried using winetricks to install these missing programs, but found that
Dolphin still encountered the same problem as before.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33581
Bug #: 33581
Summary: Wine does not quit gracefully
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olaf.schumann(a)gmx.de
Classification: Unclassified
Quitting Wine will not ask the open programs to quit. It just shuts down
everything.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12217
Summary: Documentation should be in XML and not SGML format
Product: Wine
Version: 0.9.58.
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: documentation
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
We need to convert the documentation to proper XML format instead of SGML.
Aside from allowing us to use modern build tools, this also allows Wine's
documentation to happily sit alongside other system documentation and, for
instance, be indexed by scrollkeeper.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19733
Summary: Pendulumania: Game crashes immediately
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.pcgaming.ws/viewgame.php?game=pendulumania
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carlton.hobbs(a)gmail.com
This is a 9 year old game that runs fine on WinXP, though predates XP, and I've
not got any version of wine to run it, though I've occasionally tried over the
past 3 years starting with about 0.9.30. So the D3D errors in the output below
must be very old Wine D3D errors.
It is a very worthwhile freeware game, given the age, hopefully a simple fix?
I'm an accountant, if I could program I'd try to help. Note that the initial
text buttons that appear after starting PMania.exe also just have question
marks on Windows XP, I presume because I don't have a Japanese font installed.
That shouldn't matter as the game runs fine on WinXP when you click the top
button.
Terminal output:
----
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x13ea80,0x13e9a0): stub
fixme:d3d_caps:IWineD3DImpl_FillGLCaps Received unrecognized GL_VENDOR DRI R300
Project. Setting VENDOR_Wine.
fixme:win:EnumDisplayDevicesW ((null),0,0x32e164,0x00000000), stub!
fixme:d3d_caps:IWineD3DImpl_FillGLCaps Received unrecognized GL_VENDOR DRI R300
Project. Setting VENDOR_Wine.
fixme:win:EnumDisplayDevicesW ((null),0,0x32e100,0x00000000), stub!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11657
Summary: Problems with MessageBox API
Product: Wine
Version: 0.9.55.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lightning_uk(a)imgburn.com
Created an attachment (id=10859)
--> (http://bugs.winehq.org/attachment.cgi?id=10859)
Screenshots
When using the 'MessageBox' API, wine doesn't handle the flag
'MB_CANCELTRYCONTINUE' correctly.
It ends up displaying every button possible rather than just...
'Cancel', 'Try Again', 'Continue'.
Also, when using MB_RETRYCANCEL it puts the two buttons like this...
'Cancel', 'Retry'.
rather than...
'Retry', 'Cancel'
Screenshots of both issues have been attached.
There may be other inconsistencies, I've not tried them all.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=37373
Bug ID: 37373
Summary: No Limits 2: Help files fails to show text.
Product: Wine
Version: 1.7.27
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: jscll1234(a)gmail.com
Created attachment 49699
--> https://bugs.winehq.org/attachment.cgi?id=49699
Teminal output
In No Limits 2 roller coaster simulator, when the help file is viewed, no text
is displayed, only images.
A demo of the program is available:
"http://www.maddata.com/nolimits2/download02/NoLimits_Demo_Install.exe".
I have attached a copy of the terminal output, I believe the problem is related
to the final three lines of the output (those lines appear when I click on help
in the program.)
To Duplicate the bug, install the program, launch the program, on the main menu
click "Help".
This is a regression. This bug does not appear in wine version 1.7.12.
This problem is present in both the 32 and 64 bit versions.
I have been spending the last couple of weeks attempting to run a regression
test. I have attempted the test many times running wine in both 32 and 64 bit.
I can get a good install of wine64 compiling from source. However, every time
I try to run the bisect, I have a problem similar to this one:
"https://forum.winehq.org/viewtopic.php?p=76960".
I will be happy to get the regression test done, if I can get a bisected
version of wine to run.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9823
Summary: Mentioning "wine eject" in SGML
Product: Wine
Version: 0.9.45.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-documentation
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marco(a)harddisk.is-a-geek.org
Created an attachment (id=8287)
--> (http://bugs.winehq.org/attachment.cgi?id=8287)
A patch for Wine Doc including a description of "wine eject"
In http://www.winehq.org/site/docs/wineusr-guide/command-line-options there
currently is no mention of "wine eject" command .
The patch in the attachment adds a section about wine eject.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29862
Bug #: 29862
Summary: BitComet v1.3x fails to start
Product: Wine
Version: 1.4-rc2
Platform: x86
URL: http://download.bitcomet.com/bitcomet/bitcomet_x86_set
up.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 38801
--> http://bugs.winehq.org/attachment.cgi?id=38801
terminal output
The latest versions of the application (v1.30, v1.31) are showing an error
reporting dialog on startup.
The dialog offers to send the error report to the developers or to restart
BitComet (which results the same error message). Thus the application cannot be
started.
Previous versions of BitComet don't have 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=32121
Bug #: 32121
Summary: ascont parohii v2.0 problem
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: softliber(a)gmail.com
Classification: Unclassified
Created attachment 42370
--> http://bugs.winehq.org/attachment.cgi?id=42370
backtrace.txt
instalation of an windows app. "ascont parohii" v2.0 is ok, but
after register this app.:
has encountered a 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=18718
Summary: Symantec Antivirus 10.x fails to install
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=21457)
--> (http://bugs.winehq.org/attachment.cgi?id=21457)
wine-1.1.22-219-gfbb43c4 +msi (4.3MB)
SAV 10.1 (for Windows XP) and SAV 10.2 (for Windows Vista) fail to install.
err:msi:ITERATE_Actions Execution halted, action
L"PrepareServiceGroupInstall.18376EA1_A7B1_41ED_A75C_CD6FAB0434AA" returned
1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
There doesn't seem to be any trial versions, as it is a corporate product.
Note: This is not Norton Antivirus.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32268
Bug #: 32268
Summary: When attempting to install RaiderZ a new mmog that
launched yesterday the installer causes a stack a
record stack overflow.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vince-wilson(a)att.net
Classification: Unclassified
Created attachment 42581
--> http://bugs.winehq.org/attachment.cgi?id=42581
bash output from wine RaiderZ install attempt (short due to hang upon stack
overflow)
Attempted to install into separate wineprefix.
verbs=
ie8
vcrun210 and 2008.
Kubuntu 12.04.1 amd64 and wine 1.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=16776
Summary: Pyjs JSONRPC example test fails in wine iexplore
Product: Wine
Version: 1.1.12
Platform: PC
URL: http://pyjs.org/examples/jsonrpc/output/JSONRPCExample.h
tml
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=18450)
--> (http://bugs.winehq.org/attachment.cgi?id=18450)
+mshtml, bzip2 -9'ed
Reported initially in wine-devel:
http://www.winehq.org/pipermail/wine-devel/2009-January/071705.html
Tried in firefox3, works fine (with PHP, python fails though). In iexplore,
hangs on:
fixme:mshtml:nsUploadChannel_SetUploadStream Unsupported aContentType argument:
"application/x-www-form-urlencoded; charset=UTF-8"
+mshtml 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=32239
Bug #: 32239
Summary: Abenteuer auf dem Reiterhof 2
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kmo300-foren(a)yahoo.de
Classification: Unclassified
Created attachment 42527
--> http://bugs.winehq.org/attachment.cgi?id=42527
back traces
installation works, but dosn't start
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36771
Bug ID: 36771
Summary: After successful install of a game a specific .exe
keeps crashing
Product: Wine
Version: 1.7.20
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: einsiol(a)gmail.com
Created attachment 48832
--> http://bugs.winehq.org/attachment.cgi?id=48832
The document I am given to save after the crash
I am using Wine Wrapper to install the game Secret Weapons over Normandy. I had
previously installed it in a Windows XP virtual machine but found the game to
be to slow on it so I wanted to try to install it with another method on Mac
and decided to try using Wine.
With the help of few tutorials I manage to install it in a wrapper and run the
game, the game shows the intro video, the game menu but when I try starting the
game I get an error saying that a AdapterConfig.exe (an .exe in the game
folder) has encountered serous problems and had to be shut down. Because of it
the game will not start.
This same error also comes up if I try to config the game before I start it up,
(There is a menu to start with where you can start the game or configure it
before you begin, this is before the menu I talk about earlier and before the
intro videos)
I have no clue what is going on or how to fix it. Hope some one can help.
I will attache I error report with this report
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13304
Summary: Halo 2: Launching files, app sits there munching 100%
CPU
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
Created an attachment (id=13161)
--> (http://bugs.winehq.org/attachment.cgi?id=13161)
+all logfile (7.5MB extracted)
Alright, after I defeated the msvc*8*.dll problem (which was related to my
.wine) the next problem arises. Halo 2 manages to launch, but does nothing. I
get one line of regular log
fixme:powrprof:DllMain (0x7e3f0000, 1, 0x1) not fully implemented
after which the app proceeds to use 100% CPU power while doing nothing.
I tried various debug channels, including +ALL. Even with +ALL, logging ceases
after 7.4MB. It's like it's waiting for something.
I have no idea what the matter could be. Hopefully some dev can look into this
and maybe even fix this. No idea.
Additional info: I'm using the Loader.exe which came with my version of Halo2
that was modified to work with WinXP. My command: wine Loader.exe halo2.exe
( Executing halo2.exe directly makes it crash with these messages:
fixme:ole:CoInitializeSecurity ((nil),0,(nil),(nil),1,3,(nil),0,(nil)) - stub!
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not
registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc}
could be created for context 0x1
err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
err:ole:CoGetClassObject no class object {88d969c0-f192-11d4-a65f-0040963251e5}
could be created for context 0x1
This program tried to use a DOMDocument object, but
libxml2 support was not present at compile time.
fixme:ole:CoCreateInstance no instance created for interface
{2933bf95-7b36-11d2-b20e-00c04f983e60} of class
{f5078f32-c551-11d3-89b9-0000f81fe221}, hres is 0x80004001
fixme:msxml:DllCanUnloadNow
err:ole:CoUninitialize Mismatched CoUninitialize )
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13065
Summary: 3D window edit moves all windows behind main window
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rschaffter(a)comcast.net
Created an attachment (id=12821)
--> (http://bugs.winehq.org/attachment.cgi?id=12821)
Screenshot of hidden child windows.
Poser 7.0 is a 3D model manipulation and rendering program. It has a main
background window and several child windows, including a 3D viewport using
openGL. It runs quite well in a virtual windows desktop in version 0.9.55. In
versions after that, when the 3D window is manipulated, the child windows all
disappear behind the main window, as shown in the attached shot. Resizing the
main window will allow one to bring the child windows to the foreground, but it
happens after EVERY manipulation of the viewport. It only happened very rarely
under 0.9.55.
This doesn't occur when running on the KDE desktop using the window Manager;
however, in this mode moving the window causes the cursor to flash between the
normal pointer and the cross shapped move window icon, and the mouse buttons
and keyboard to become unresponsive for between 20 seconds and one hour-this
did occur prior to version 0.9.55(I suppose I should report this one whilst I'm
here). Eventually the flashing stops and the window can then be moved.
I'm running openSUSE 10.3 with KDE 3.59 and the nVidia proprietary video
drivers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34932
Bug #: 34932
Summary: WISO Mein Geld 2014 does not run - "CLSID is not
properly registered"
Product: Wine
Version: 1.6.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.g.heuft(a)gmx.net
Classification: Unclassified
Installation ran smoothly and without complaint. Starting "Mein Geld 2014"
brings error and can only be closed.
Wine error function gets stuck also "wait to load further information".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34027
Bug #: 34027
Summary: IE8 menus are not activated with ALT key
Product: Wine
Version: 1.6-rc5
Platform: x86-64
URL: http://download.microsoft.com/download/C/C/0/CC0BD555-
33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45217
--> http://bugs.winehq.org/attachment.cgi?id=45217
wine-1.6-rc5 console output
Working around Bug 25648 the menus in IE8 for XP cannot be selected using the
ALT key.
The File menu appears to be activated but pressing ALT+F (for example) does not
open the menu.
ALT+Space does work.
fixme:urlmon:Uri_GetPropertyBSTR (0x52590e0)->(6 0x4e3bf00 4)
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator
(0x472c6d8)->(0x247e8d8)
Native mshtml (and urlmon) works around this.
Note that this is NOT the same as Bug 12106 as native mshtml makes no
difference (and the console output is different).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33969
Bug #: 33969
Summary: ARCA Sim Racing '08: Fails to Start - DXT texture
compression required.
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Classification: Unclassified
Created attachment 45120
--> http://bugs.winehq.org/attachment.cgi?id=45120
fixme:d3d:wined3d_device_set_software_vertex_processing device 0x14a068 and
more...
This is a retail DVD of a racing game, it fails with the message:
"Hardware Error: No support for texture compression found. DXT texture
compression required."
And is unable to continue. Attached is the log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33902
Bug #: 33902
Summary: Can't activate chess engine Houdini 3 in ChessProgram
13 (ChessBase) GUI
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wlroberts(a)tru.ca
Classification: Unclassified
I recently purchased and installed the chess program Houdini 3 in the ChessBase
13 GUI, running under Wine64, Kubuntu 12.10. The GUI itself runs well, but I
can't activate the chess engine Houdini 3. There is a security code to enter,
but entering it only produces an error message ('Engine: not implemented yet').
However, I am able to load and use a different chess engine, Houdini 1.5. This
older, somewhat weaker engine, now in the public domain, doesn't require a
security code.
Is there any way to generate a log file that might give an indication of just
where the problem is occurring?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18720
Summary: Norton Antivirus 5 (NT) installer hangs
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=21460)
--> (http://bugs.winehq.org/attachment.cgi?id=21460)
Wine 1.1.22 +file
At the end of the setup for Norton Antivirus 5 for Windows NT, the installer
apparently hangs.
The installation isn't fully complete AFAICT.
There is nothing in the console at all, but a +file trace shows the same 55
lines repeated continuously (see log).
The installer has to be killed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16420
Summary: Certificate chaining error trying to use Microsoft
signcode tool
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Jim.Cooper(a)sas.com
Using this command:
wine mssign/signcode.exe -i http://www.mycompany.com -t
http://timestamp.verisign.com/scripts/timstamp.dll -spc mycredentials.spc -v
myprivatekey.pvk unzip.exe
Gets me this error:
Error: Failed to build the certification path as requested
Error: Signing Failed. Result = 800b010a, (-2146762486)
This only started happening with recent certificates from VeriSign, and only
fails when run under Wine. If I run the same command (minus the 'wine' in
front, of course) under Windows, using the same certificate, key, etc., the
signing attempt succeeds with no errors.
I am using a plain-vanilla wine install, under the latest Kubuntu Linux.
I can't supply you with the certificate, but would be willing to test whatever
you suggest.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35718
Bug ID: 35718
Summary: Path of Exile doesn't start correctly, crashes Xorg
Product: Wine
Version: 1.7.13
Hardware: x86-64
URL: http://webcdn.pathofexile.com/downloads/PathOfExileIns
taller.msi
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: frederic.delanoy(a)gmail.com
CC: ken(a)codeweavers.com
Regression SHA1: 4c4552c5a1910a9d5adf8eccff0ac62d89ffe376
Created attachment 47707
--> http://bugs.winehq.org/attachment.cgi?id=47707
Log wine-1.7.13-22-g4c4552c
After this commit:
4c4552c5a1910a9d5adf8eccff0ac62d89ffe376 is the first bad commit
commit 4c4552c5a1910a9d5adf8eccff0ac62d89ffe376
Author: Ken Thomases <ken(a)codeweavers.com>
Date: Wed Feb 19 16:14:53 2014 -0600
wined3d: Restore the pixel format of the window whose pixel format was
actually changed.
:040000 040000 952ab31d0408cbe5b261faf85e3c02c0febd3416
162b97adb27bd867c3729ff124025d51ac5b57a0 M dlls
Path of Exile doesn't start correctly anymore.
During startup, after going fullscreen, screen flickers a few times, then Xorg
crashes.
To install the game without waiting for hours, you can use patch from bug 33146
(http://www.winehq.org/pipermail/wine-patches/2013-June/124884.html; didn't get
committed, though).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23057
Summary: BitComet: Crashes at clicking on web content
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://download.bitcomet.com/bitcomet/bitcomet_setup.e
xe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28607)
--> (http://bugs.winehq.org/attachment.cgi?id=28607)
Image with BitComet logo
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko cc580
3) wine bitcomet_setup.exe do default installation
4) wine BitComet.exe
5) click e.g. on BitComet logo showed in attached image
Behaviour:
I get window with "BitComet has encountered a problem [...]" and exits
Expected behaviour:
Bitcomet shouldn't show that window and shouldn't exit
In terminal I get this after clicking on BitComet logo.
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x17bbe0)->(0x128650)
fixme:mshtml:nsURI_GetAsciiHost default action not implemented
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x45cd280)->()
fixme:mshtml:nsChannel_SetReferrer (0x45cd280)->(0x467d1f8)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34213
Bug #: 34213
Summary: winemenubuilder.exe fails every time
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skrinak(a)gmail.com
Classification: Unclassified
Created attachment 45515
--> http://bugs.winehq.org/attachment.cgi?id=45515
Crash report
I brew installed wine 1.6 on a retina MBP running OSX 10.8.4 (Darwin Kernel
Version 12.4.0). I installed to run Inno Setup 5 which fails to run. In fact,
whenever I run any command, even putty, I get a popup that says:
winemenubuilder.exe has encountered a serious problem. Please help!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18912
Summary: EM_SETEDITSTYLE Does not work
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mark(a)thermeon.com
This is part of the richedit controls is that in Windows, richedit controls
have the ability to emulate a regular edit control and it gives the ability to
have unicode edit boxes on non-unicode systems (win9x). By emulating a regular
editor control, richedit can (among other things) allow a tab to switch away
from the control rather than entering the tab into the edited text (like
notepad or wordpad)
The part needed is to support the EM_SETEDITSTYLE message, specifically the
SES_EMULATESYSEDIT parameter.
The description in the windows docs is:
"When this bit is on, rich edit attempts to emulate the
system edit control"
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=32325
Bug #: 32325
Summary: Assassin's Creed III crashes on launch
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krywk(a)hotmail.com
Classification: Unclassified
Created attachment 42666
--> http://bugs.winehq.org/attachment.cgi?id=42666
WINE Error Log
Assassin's Creed III fails to launch, with the typical 'AC3SP.exe has found an
error and needs to close' error. See attachment for details.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11079
Summary: Feature request: Ability to set refresh rate and color
depth with Emulated virtual desktops
Product: Wine
Version: 0.9.52.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bigfox(a)gmail.com
Adding the ability to set the refresh rate and color depth when Emulating a
virtual desktop would help get some of the more nit-picky games to run.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35710
Bug ID: 35710
Summary: Some log is too long to display in one line in PDF
version of Wine Developer's Guide.
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Created attachment 47688
--> http://bugs.winehq.org/attachment.cgi?id=47688
the case in page seven
Hi folks,
There are some log is too long to display in one line in PDF version of Wine
Developer's Guide.
Just like page seven and page ten in
http://ftp.winehq.org/pub/wine/docs/en/winedev-guide.pdf .
I'm not sure should I report it in here. Please excuse me, if it's not a right
place.
Thank you.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24061
Summary: win16 DnD doesn't redraw
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: curaga(a)operamail.com
Created an attachment (id=30242)
--> (http://bugs.winehq.org/attachment.cgi?id=30242)
Screenshot
In win16 strategy game Stars!, you design your ships by dragging components on
to the hull. Ie DnD inside the same app.
The area under the drag is not redrawn, see screenshot.
Does not happen on Win 3.11. Has been present in Wine at least since 1.1.43.
Demo downloadable here:
http://starsautohost.org/files/stars26b.zip
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26563
Summary: MPQEdit: Empty bitmaps in rebar cause extra padding
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
>From Bug 25394:
When creating button in the toolbar, WINE ignores I_IMAGENONE
in the TBUTTON::iBitmap member. The created button still looks like
it has a bitmap, even tho empty.
Native comctl32 works fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37632
Bug ID: 37632
Summary: farcry 3 display strange colors
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
farcry 3 display strange colors
wine 1.7.28 + nvidia 343.22
https://www.youtube.com/watch?v=W9Ha25git3Y
wine 1.7.31 + nvidia 346.16
https://www.youtube.com/watch?v=FXIv-2j0t_s
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28488
Summary: Arcanum: Mouseclicks in character generation screen
doubled with pause
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justicezero(a)mailsnare.net
Along with a general slowdown, an old Arcanum bug has apparently returned with
1.3.28.
in the character generation/editor screen, clicking on a button results in the
button being pushed, a freeze of about a third of a second or so, and then a
second click at the same point. This makes character generation difficult to
impossible depending on build.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32852
Bug #: 32852
Summary: BioEdit: changing the install directory doesn't show
the change in the GUI
Product: Wine
Version: 1.5.22
Platform: x86-64
URL: http://www.mbio.ncsu.edu/BioEdit/bioedit.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 28219
Classification: Unclassified
Minor bug, found while testing bug 28219.
Start BioEdit installer. Continue with defaults until you can change the
install directory. Type a new name, then click okay. Instead of showing the dir
as C:\BioEdit, it will now say _BrowseProperty.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28113
Summary: winverbs doesn't work
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: joserojales(a)hotmail.com
When I try to start the program, it fails.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11023
Summary: Lack of ole2disp.dll.SAFEARRAYDESTROYDESCRIPTOR causes
Nota Bene to refuse to launch
Product: Wine
Version: 0.9.52.
Platform: PC
URL: https://www.notabene.com/download/demos/nbdemo80.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=10022)
--> (http://bugs.winehq.org/attachment.cgi?id=10022)
Terminal output in wine 0.9.52
When testing bug 5255, I ran into this unimplemented function. Backtrace is
attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34185
Bug #: 34185
Summary: Castlevania: Lords of Shadow demo doesn't work after
intro movies
Product: Wine
Version: 1.6
Platform: x86
URL: http://store.steampowered.com/app/234080/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45473
--> http://bugs.winehq.org/attachment.cgi?id=45473
log
Just closes a windowed mode (I run with it) and that's all. Clean wineprefix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31516
Bug #: 31516
Summary: iTunes don run
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: convertidordepar(a)hotmail.com
Classification: Unclassified
Created attachment 41451
--> http://bugs.winehq.org/attachment.cgi?id=41451
error descritiption by wine
When I click the iTunes icon on my desktop, I get a fatal error message that
does not allow the operation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10638
Summary: winegcc: gcc failed
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: manish.iitm(a)yahoo.co.in
Created an attachment (id=9448)
--> (http://bugs.winehq.org/attachment.cgi?id=9448)
The attachment is the config.log file generated by wine while configuring.
While compiling the wine-0.9.49 I am getting these error.
Please help me to resolve these error's.
-------------------------------------------
winegcc: gcc failed
make[2]: *** [winex11.drv.so] Error 2
make[2]: Leaving directory
`/home/manish/Desktop/Download/wine-0.9.49/dlls/winex11.drv'
make[1]: *** [winex11.drv] Error 2
make[1]: Leaving directory
`/home/manish/Desktop/Download/wine-0.9.49/dlls'
make: *** [dlls] Error 2
--------------------------------------------------
But, by the way my gcc version is gcc-3.4.4.
And my operating system is "Red Hat Enterprise Linux WS release 4 (Nahant
Update 2)".
Also I have attach the config.log file.
Thanking in anticipation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15912
Summary: Wine GUI - Wine Installer / "Bottles" for Wine - GUI
Management of Installtation with Seperate Prefix Trees
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djtm(a)gmx.net
I would love to see something like a wine bottle management.
It should make it easy to install software into different "wineprefix"es.
The purpose is to ensure programs don't interfere with each other's
installation and that a completely clean uninstall is possible.
It's a workaround for a major bug and problem with Windows's missing package
management and poor installation management in general and not meant as a
workaround for bugs in wine.
I imagine it to work a bit like the current wine uninstaller, make it a wine
installer and provide an option to pour it into a fresh clean bottle. ;) I
think best would be an installation wizard.
That would make installations much more easy, clean and robust. It would also
make it easier for developers, as fresh bottles would generally be used and
thus config tweaking problems avoided.
The second gui would provide an overview list of installed software throughout
all bottles.
In a second step some options could be added to the wizard, e.g. disable
debugging, restrict directory access, etc. (a few easy options from winecfg
like desktop or window mode, sound device).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35361
Bug ID: 35361
Summary: Final fantasy 8: Crashes on keypress
Product: Wine
Version: 1.7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ivocreusen(a)gmail.com
Classification: Unclassified
Created attachment 47168
--> http://bugs.winehq.org/attachment.cgi?id=47168
backtrace
With the previous wine version, FF8 (Steam version) was working perfectly (I
played 60+ hrs with it), but since the update to wine 1.7.10, FF8 now crashes
on the first keypress when starting the game. If no keys are pressed the intro
video can be watched normally.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29777
Bug #: 29777
Summary: EVE Online Crashes when entering Captains Quarters
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maquis196(a)yahoo.co.uk
Classification: Unclassified
This is a regression. At some point recently something changed and now Captains
Quarters crashes the game.
This can be worked around in the game by disabling said "feature", also there
are 2 parts to CQ, the actual 3rd person part of eve and ship spinning. If
entering the ship spinning (also known as hanger) then the game is fine. Enter
CQ and instant crash.
Attached is what little log I get, I'm more then willing to provide more but
never now what debug flags to use.
Also about to test last 1.3 version to see how far back this goes (worked in at
least 1.3.34)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34443
Bug #: 34443
Summary: Please provide an https option for wiki.winehq.org
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: dimi(a)lattica.com
Classification: Unclassified
The rest of the site now has https support, but the wiki does not.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30892
Bug #: 30892
Summary: wine's download page should mention mac os x
packages/ports
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damage3025(a)gmail.com
Classification: Unclassified
http://www.finkproject.org/http://mxcl.github.com/homebrew/http://www.macports.org/
The above three projects all provides wine packages/ports.
They should be mentioned in my opinion.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33549
Bug #: 33549
Summary: Wine does not install correctly on Mint 13 MATE
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: A.Pirard(a)ulg.ac.be
Classification: Unclassified
Mint 13 ≃ Ubuntu 12.04 + Cinnamon + Mate 14.0
Tested on Mate.
The installation procedure described at http://www.winehq.org/download/ubuntu
does not work correctly because ppa:ubuntu-wine/ppa produces a reference to a
distribution name "maya" (instead of "precise" for Ubuntu).
See http://bugs.winehq.org/show_bug.cgi?id=30883#c6
There is no Wine menu.
I have hacked one by adding the contents of
/etc/xdg/menus/applications-merged/wine.menu
to
~/.config/menus/mate-applications.menu
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32822
Bug #: 32822
Summary: Populous 3: moving mouse cursor to edge of screen
causes the game itself to move off-screen
Product: Wine
Version: 1.5.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dannydubyav2.0(a)gmail.com
Classification: Unclassified
When the game Populous: the Beginning is started, either part of or all of the
screen is black (sometimes showing other applications that were open before
playing against a black background) and you need to move the mouse cursor to
the top-left corner of the screen to completely center the game onto it, but
you may still be able to scroll back out of it. This can continue to happen in
both the level selector and the start of playing levels, and seems to happen
the most in the hardware-accelerated version of Populous. If it occurs when
playing a level, escaping to the in-game menu and then resuming gameplay will
definitely stop it, but only for the duration of that level.
Full game version can be downloaded here: http://popre.net/downloads.php?f=19
The hardware-accelerated version unfortunately has to be directly launched from
its Program Files path of Bullfrog/Populous/D3DPopTB.exe because the game's
menu launcher always incorrectly disables "Direct3D Hardware" as a choice.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33813
Bug #: 33813
Summary: Microsoft Distributed Transaction Coordinator
installation hangs
Product: Wine
Version: 1.6-rc1
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=2
2661
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 44825
--> http://bugs.winehq.org/attachment.cgi?id=44825
relay log of DTCInit.exe, duplicate lines trimmed
Noticed while trying to install MSDE 2000 with Wine set to emulate Windows 98.
The installer tries to set up a distributed transaction coordinator, but hangs
in clusapi.
Relevant lines from the relay log:
002b:Call rpcrt4.RpcBindingFromStringBindingW(001583d8
L"b97db8b2-4c63-11cf-bff6-08002be23f2f@ncalrpc:[clusapi]",00158360)
ret=7f2329d8
...
002b:Call KERNEL32.CreateFileA(0015b5a0
"\\\\.\\pipe\\lrpc\\clusapi",c0000000,00000000,00000000,00000003,00000000,00000000)
ret=7e2c0aee
002b:Ret KERNEL32.CreateFileA() retval=ffffffff ret=7e2c0aee
002b:Call KERNEL32.WaitNamedPipeA(0015b5a0
"\\\\.\\pipe\\lrpc\\clusapi",ffffffff) ret=7e2c0b22
002b:Ret KERNEL32.WaitNamedPipeA() retval=00000000 ret=7e2c0b22
Steps to reproduce:
download and run the installer archive, unpack to c:\msderelA
winetricks win98
wine c:\msderela\setup.exe BLANKSAPWD=1
The installer ends in infinite loop.
After the initial installation attempt the bug can be reproduced faster by
running:
wine c:/users/`whoami`/Temp/IXP000.TMP/DTCInit.exe
Workaround: use builtin clusapi.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16179
Summary: QIP: flashing chat window disappears if it is not on the
current desktop.
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://qip.ru/en/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: crossroads0000(a)gmail.com
If QIP tries to flash one of its chat windows while the user is on another
desktop, the chat window disappears completely until I restart the application.
The problem also comes up when you change desktops while the window is
flashing. No error logs are attached because there is no output in the console
if the bug appears.
To reproduce the crash:
1) Download QIP (e.g. at
http://qip.ru/download/qip/?http://download.qip.ru/qip8070.exe ).
2) Start QIP. If it fails to start (this is a bug unrelated to this one), try
this work-around: go to your QIP-Directory (should be ~/.wine/drive_c/Program\
Files/QIP), open current.cfg in your "Skins" directory, and replace "1" with
"0".
3) Log on with your ICQ #. If you don't have one, you can easily register one
with QIP in less than 30 seconds (you don't have to enter any email address).
4) Open the chat window, make someone send you a chat message, but before you
receive it, change the desktop.
5) If you receive a message while you're on another desktop, the chat window
will disappear. This only works if the chat window had focus before you changed
the desktop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23058
Summary: Lorex Client remote viewer blank screen
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://lorexstore.lorextechnology.com/pdfs/LorexClient
_L19WD.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Lorex is a popular brand of video surveillance system.
It has a downloadable, installable client app to show you video.
ff917c438214b467e824e8ff1852007a0b5ed13e *LorexClient_L19WD.zip
55ec9179794afd149f5da8dc2bc6616d084e76ee *LorexClient.exe
(It also has a built-in web server which needs an ActiveX control, probably
very similar.)
The downloadable client installs, and its main window displays, but
if you click on Remote View, all you get is a blank window.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32130
Bug #: 32130
Summary: Gecko and Mono downloaders should show the file size
and allow user to abort
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
When running Wine with a new/empty wineprefix directory, the user is prompted
to install Gecko and Mono.
However there is no indication of the size of those downloads or the amount of
disk space which they will occupy. There is also no way to abort a download in
progress.
Particularly when using dialup or metered (e.g. 3G) connections, the user might
choose not to install those components, if they knew how large the download
size is.
It would be good if Wine could tell the user the download size, the amount of
disk space required, and allow the user to abort downloads part-way through.
(Even if the user has no bandwidth or disk space concerns, they might
accidentally click Install. Even with a broadband connection the downloads take
quite a while.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=36299
Bug ID: 36299
Summary: valgrind shows a few possible leaks in
msxml3/tests/httpreq.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==30801== 16 bytes in 1 blocks are possibly lost in loss record 132 of 690
==30801== at 0x7BC4C735: notify_alloc (heap.c:255)
==30801== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30801== by 0x4C6C0FA: alloc_bstr (oleaut.c:162)
==30801== by 0x4C6C490: SysAllocStringLen (oleaut.c:324)
==30801== by 0x49B1C66: alloc_str_from_narrow (httpreq.c:95)
==30801== by 0x49B1D13: _bstr_ (httpreq.c:109)
==30801== by 0x49B5C64: _test_open (httpreq.c:1418)
==30801== by 0x49B8937: test_safe_httpreq (httpreq.c:1749)
==30801== by 0x49B8A05: func_httpreq (httpreq.c:1768)
==30801== by 0x49EB96C: run_test (test.h:584)
==30801== by 0x49EBD5B: main (test.h:654)
==30801==
==5517== 128 bytes in 1 blocks are possibly lost in loss record 1,323 of 1,706
==5517== at 0x7BC4C735: notify_alloc (heap.c:255)
==5517== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==5517== by 0x4F080FA: alloc_bstr (oleaut.c:162)
==5517== by 0x4F08490: SysAllocStringLen (oleaut.c:324)
==5517== by 0x4F2C9C2: MSFT_ReadValue (typelib.c:2344)
==5517== by 0x4F2CBA3: MSFT_CustData (typelib.c:2398)
==5517== by 0x4F2FB99: ITypeLib2_Constructor_MSFT (typelib.c:3616)
==5517== by 0x4F2F3B8: TLB_ReadTypeLib (typelib.c:3460)
==5517== by 0x4F276DC: LoadTypeLibEx (typelib.c:478)
==5517== by 0x4F27618: LoadTypeLib (typelib.c:454)
==5517== by 0x4F3C082: ITypeInfo_fnGetRefTypeInfo (typelib.c:7730)
==5517== by 0x4F36DC5: ITypeInfoImpl_GetInternalDispatchFuncDesc
(oaidl.h:1532)
==5517== by 0x4F36E00: ITypeInfoImpl_GetInternalDispatchFuncDesc
(typelib.c:6014)
==5517== by 0x4F37036: ITypeInfo_fnGetFuncDesc (typelib.c:6090)
==5517== by 0x63F0C5C: preprocess_dispex_data (oaidl.h:1505)
==5517== by 0x63F0E79: get_dispex_data (dispex.c:323)
==5517== by 0x63F1446: DispatchEx_GetDispID (dispex.c:420)
==5517== by 0x4C661D5: test_selection (dispex.h:296)
==5517== by 0x4C7AAD7: func_domdoc (domdoc.c:11916)
==5517== by 0x4CB496C: run_test (test.h:584)
==5517==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35774
Bug ID: 35774
Summary: MSVC 2012 C compiler 'cl.exe' fails while using /MP[n]
option
Product: Wine
Version: 1.7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: loentar(a)gmail.com
Created attachment 47769
--> http://bugs.winehq.org/attachment.cgi?id=47769
example of compilation with and without /MP flag
When /MP[n] option is enabled cl.exe crashes with error "unimplemented function
msvcp110.dll.?_Equivalent@sys@tr2@std@@YAHPBD0@Z".
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31496
Bug #: 31496
Summary: Render-to-fbo with WINED3D_SWAP_EFFECT_FLIP
continually spammed in console
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: illumilore(a)gmail.com
Classification: Unclassified
When playing grand theft auto 3, the wine console is continually spamming
fixme:d3d:swapchain_gl_present Render-to-fbo with WINED3D_SWAP_EFFECT_FLIP
along with the occasional fixme:d3d:resource_check_usage Unhandled usage flags
0x8.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=36303
Bug ID: 36303
Summary: valgrind shows several leaks in msxml3/tests/schema.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48401
--> https://bugs.winehq.org/attachment.cgi?id=48401
valgrind log
==30820== 2 bytes in 1 blocks are definitely lost in loss record 8 of 967
==30820== at 0x7BC4C735: notify_alloc (heap.c:255)
==30820== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30820== by 0x61D7932: heap_alloc (msxml_private.h:169)
==30820== by 0x61D7AD4: xmlchar_from_wcharn (msxml_private.h:416)
==30820== by 0x61D7B4C: xmlchar_from_wchar (msxml_private.h:427)
==30820== by 0x61DA604: schema_cache_remove (schema.c:1321)
==30820== by 0x4AA537E: test_remove (msxml2.h:4206)
==30820== by 0x4AA5C31: func_schema (schema.c:1654)
==30820== by 0x4AB096C: run_test (test.h:584)
==30820== by 0x4AB0D5B: main (test.h:654)
==30820==
==30820== 28 bytes in 1 blocks are possibly lost in loss record 326 of 967
==30820== at 0x7BC4C735: notify_alloc (heap.c:255)
==30820== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30820== by 0x4D2B262: heap_alloc_zero (typelib.c:1662)
==30820== by 0x4D2DEA1: MSFT_ReadAllRefs (typelib.c:2902)
==30820== by 0x4D3014C: ITypeLib2_Constructor_MSFT (typelib.c:3716)
==30820== by 0x4D2F3B8: TLB_ReadTypeLib (typelib.c:3460)
==30820== by 0x4D276DC: LoadTypeLibEx (typelib.c:478)
==30820== by 0x4D27618: LoadTypeLib (typelib.c:454)
==30820== by 0x4D3C082: ITypeInfo_fnGetRefTypeInfo (typelib.c:7730)
==30820== by 0x4D36DC5: ITypeInfoImpl_GetInternalDispatchFuncDesc
(oaidl.h:1532)
==30820== by 0x4D36E00: ITypeInfoImpl_GetInternalDispatchFuncDesc
(typelib.c:6014)
==30820== by 0x4D37036: ITypeInfo_fnGetFuncDesc (typelib.c:6090)
==30820== by 0x6196C5C: preprocess_dispex_data (oaidl.h:1505)
==30820== by 0x6196E79: get_dispex_data (dispex.c:323)
==30820== by 0x6197446: DispatchEx_GetDispID (dispex.c:420)
==30820== by 0x4AA4A06: test_obj_dispex (dispex.h:296)
==30820== by 0x4AA4B41: test_dispex (schema.c:1485)
==30820== by 0x4AA5C27: func_schema (schema.c:1652)
==30820== by 0x4AB096C: run_test (test.h:584)
==30820== by 0x4AB0D5B: main (test.h:654)
==30820==
==30820== 123 (48 direct, 75 indirect) bytes in 1 blocks are definitely lost in
loss record 692 of 967
==30820== at 0x4006B11: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==30820== by 0x64B9711: xmlNewDocProp (in /usr/lib/libxml2.so.2.9.1)
==30820== by 0x64BB88C: ??? (in /usr/lib/libxml2.so.2.9.1)
==30820== by 0x61E562A: XDR_E_Schema (xdr.c:805)
==30820== by 0x61E57ED: XDR_to_XSD_doc (xdr.c:829)
==30820== by 0x61D9302: cache_entry_from_xdr_doc (schema.c:905)
==30820== by 0x61DA394: schema_cache_add (schema.c:1253)
==30820== by 0x4A9CAED: test_collection_refs (msxml2.h:3924)
==30820== by 0x4AA5C09: func_schema (schema.c:1646)
==30820== by 0x4AB096C: run_test (test.h:584)
==30820== by 0x4AB0D5B: main (test.h:654)
==30820==
etc.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18932
Summary: Installshield installer text not being bolded
(appinstall)
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.hellopdf.com/download.php
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21782)
--> (http://bugs.winehq.org/attachment.cgi?id=21782)
screenshot
See attached screenshot. "Select Destination Location" should be bolded.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13648
Summary: Dogfood: Microsoft Office 97 Professional Installler
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mandriva-andreas(a)web.de
Created an attachment (id=13630)
--> (http://bugs.winehq.org/attachment.cgi?id=13630)
The console output of the installer
The installer starts quite normal but at the end it says:
"Accwiz.dll war nicht in der Lage, sich bei der Systemregistrierung zu
registrieren."
That means Accwiz.dll was not able to register itself at the registry.
After that the installation stops with the message that Office 97 Installer was
not able to install Office 97 Proffesional correctly.
In the Microsoft Office folder are some files, some of tham executable and
working but the installer did not Install Front Page for which he was requested
to install 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=12058
Summary: No car engine sounds in TrackMania United
Product: Wine
Version: 0.9.57.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: artur.szymiec(a)gmail.com
The TrackMania United however works great suffer
from missing car engine sounds.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31361
Bug #: 31361
Summary: Please add an option to disable audio devices
(output/input)
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, integration
Severity: enhancement
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Requested by a user in #winehq.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28987
Bug #: 28987
Summary: Error in playing some video files in Windows Media
Player
Product: Wine
Version: 1.3.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aleksey_r(a)list.ru
Classification: Unclassified
Created attachment 37295
--> http://bugs.winehq.org/attachment.cgi?id=37295
The error displayed in terminal when the file fails to play
When I try to play video file in Windows Media Player (both 9 and 10), it fails
to play (but doesn't crash). The error log is in attachment.
It happens not with all files.
In Windows the file is played OK. In Linux players (totem, vlc, etc.) too.
OS: OpenSuse 11.4 64 bit
Wine prefix = win32
Gstreamer plugins: base, good, bad and ugly, both 64 and 32 bit are installed.
WMP9 is installed via winetricks.
P.S. I've installed WMP9 via winetricks since in AppDB this way is advised as
official HOWTO.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22921
Summary: Ship Simulator 2008 demo freezes when starting a
mission if builtin msvcr71 is used
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.shipsim.com/downloads/trailers
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
After installing d3dx9 with winetricks, the Ship Simulator 2008 demo is able to
start. However, once a mission is selected and the Select button is clicked,
the program freezes.
Installing vcrun2003 with winetricks or removing the fake dll in system32 for
msvcr71.dll works around the problem by using the native msvcr71.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33479
Bug #: 33479
Summary: Guild Wars 2: Raw input is broken #3
Product: Wine
Version: 1.5.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
Created attachment 44311
--> http://bugs.winehq.org/attachment.cgi?id=44311
Cursor log
The bug is the same as this issue: http://bugs.winehq.org/show_bug.cgi?id=31860
libxi6 and libxi6:i386 are installed and the log doesn't say that it can't be
loaded.
This is the used command: WINEDEBUG=+cursor wine '/wine/drive_c/Program Files
(x86)/Guild Wars 2/Gw2.exe' -dx9single > /tmp/log.txt 2>&1
In the attachments is the full log.
The problem also happens on a new profile and it doesn't appear if I'm
downgrading to Wine 1.5.28.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11751
Summary: Intellicad - endless loop when editing rich text (user32
SendMessageA)
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikesg(a)abv.bg
Created an attachment (id=11008)
--> (http://bugs.winehq.org/attachment.cgi?id=11008)
Relay log
When trying to enter rich text in a drawing in 4m - Ingellicad an endless loop
is encountered (CPU stays 98%). See details below. The console output is
attached.
Wine version: wine-0.9.56
OS: OpenSUSE 10.3
Windows: No windows, just a clean wine install
Program: 4M - Intellicad 6 classic. Download demo:
http://www.4msa.com/downloads/SetupICADClassic64_E.exe
Install: wine SetupICADClassic64_E.exe
How to run: I had to copy mfc71.dll,msvcr71.dll and msvcp71.dll from a Win XP
SP2 install into drive_c/ICAD6CLASSIC folder
Command line: wine "C:\ICAD6CLASSIC\icad.exe"
How to reproduce:
Run the program, in welcome dialog click 'Start Evaluation', in program
command line type 'mtext' in command line, drag a rectangle on screen and in
box
that appears type whatever you want (don't worry about black letters on black
background) and click 'OK'. All freezes.
When started with +relay, the following lines appear endlessly:
0009:Call user32.SendMessageA(00000000,00000150,fffffffe,00000000) ret=00585ec5
0009:Ret user32.SendMessageA() retval=00000000 ret=00585ec5
Only difference is that the third parameter decreases with 1 every time it is
displayed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=36583
Bug ID: 36583
Summary: valgrind shows several invalid reads in
user32/tests/dde.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==5757== Invalid read of size 4
==5757== at 0x5300A0F: WDML_GetConv (dde_misc.c:2248)
==5757== by 0x53010CE: DdeQueryConvInfo (dde_misc.c:2453)
==5757== by 0x4E75978: test_dde_aw_transaction (dde.c:1714)
==5757== by 0x4E7BD78: func_dde (dde.c:2779)
==5757== by 0x4F50978: run_test (test.h:584)
==5757== by 0x4F50D67: main (test.h:654)
==5757== Address 0x49b6290 is 288 bytes inside a block of size 318 free'd
==5757== at 0x7BC4C72C: notify_free (heap.c:263)
==5757== by 0x7BC51071: RtlFreeHeap (heap.c:1762)
==5757== by 0x7BC756DB: RtlFreeAnsiString (rtlstr.c:173)
==5757== by 0x7BC44D3F: FILE_CreateFile (file.c:190)
==5757== by 0x7BC44F02: NtOpenFile (file.c:246)
==5757== by 0x7B840FE2: FindFirstFileExW (file.c:1948)
==5757== by 0x7B841DE2: FindFirstFileW (file.c:2241)
==5757== by 0x7B85D58E: GetLongPathNameW (path.c:373)
==5757== by 0x7B8658CE: create_startup_info (process.c:1618)
==5757== by 0x7B866722: create_process (process.c:1998)
==5757== by 0x7B867B26: create_process_impl (process.c:2361)
==5757== by 0x7B868155: CreateProcessA (process.c:2444)
==5757== by 0x4E7BA7A: func_dde (dde.c:2738)
==5757== by 0x4F50978: run_test (test.h:584)
==5757== by 0x4F50D67: main (test.h:654)
==5757== Invalid read of size 1
==5757== at 0x402BE93: strlen (vg_replace_strmem.c:412)
==5757== by 0x7B852F8B: CompareStringA (locale.c:3055)
==5757== by 0x7B853485: lstrcmpA (locale.c:3170)
==5757== by 0x4E73DA8: dde_server_wndprocW (dde.c:1420)
==5757== by 0x538B4F5: ??? (winproc.c:173)
==5757== by 0x538B66A: call_window_proc (winproc.c:244)
==5757== by 0x538D803: WINPROC_call_window (winproc.c:900)
==5757== by 0x534EB44: DispatchMessageW (message.c:4019)
==5757== by 0x52FB4A0: WDML_SyncWaitTransactionReply (dde_client.c:1067)
==5757== by 0x52FB727: WDML_ClientHandle (dde_client.c:1124)
==5757== by 0x52FBB96: DdeClientTransaction (dde_client.c:1222)
==5757== by 0x4E74C12: test_dde_aw_transaction (dde.c:1609)
==5757== by 0x4E7BD64: func_dde (dde.c:2777)
==5757== by 0x4F50978: run_test (test.h:584)
==5757== by 0x4F50D67: main (test.h:654)
==5757== Address 0x49b33b0 is 0 bytes after a recently re-allocated block of
size 16 alloc'd
==5757== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==5757== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==5757== by 0x7B8457FF: HeapAlloc (heap.c:271)
==5757== by 0x7B845B34: GlobalAlloc (heap.c:388)
==5757== by 0x5349F4D: unpack_dde_message (message.c:2172)
==5757== by 0x534C1D3: peek_message (message.c:2936)
==5757== by 0x534DDC6: PeekMessageW (message.c:3757)
==5757== by 0x52FB4CE: WDML_SyncWaitTransactionReply (dde_client.c:1037)
==5757== by 0x52FB727: WDML_ClientHandle (dde_client.c:1124)
==5757== by 0x52FBB96: DdeClientTransaction (dde_client.c:1222)
==5757== by 0x4E74C12: test_dde_aw_transaction (dde.c:1609)
==5757== by 0x4E7BD64: func_dde (dde.c:2777)
==5757== by 0x4F50978: run_test (test.h:584)
==5757== by 0x4F50D67: main (test.h:654)
==5757==
etc.
(this is in a virtual desktop)
--
Do not reply 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=36105
Bug ID: 36105
Summary: user32/dde tests has some leaks
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==8974== 8 bytes in 1 blocks are definitely lost in loss record 52 of 578
==8974== at 0x7BC4C735: notify_alloc (heap.c:255)
==8974== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==8974== by 0x7B84586B: HeapAlloc (heap.c:271)
==8974== by 0x7B845A92: GlobalAlloc (heap.c:364)
==8974== by 0x50BC447: PackDDElParam (dde_misc.c:87)
==8974== by 0x5109F7E: unpack_dde_message (message.c:2166)
==8974== by 0x510C247: peek_message (message.c:2936)
==8974== by 0x510DE3A: PeekMessageW (message.c:3757)
==8974== by 0x50BB4C6: WDML_SyncWaitTransactionReply (dde_client.c:1037)
==8974== by 0x50BB71F: WDML_ClientHandle (dde_client.c:1124)
==8974== by 0x50BBB8E: DdeClientTransaction (dde_client.c:1222)
==8974== by 0x4D3096C: test_ddeml_client (dde.c:326)
==8974== by 0x4D3E80D: func_dde (dde.c:2697)
==8974== by 0x4E12A14: run_test (test.h:584)
==8974== by 0x4E12E03: main (test.h:654)
==8974==
==8974== 8 bytes in 1 blocks are possibly lost in loss record 51 of 578
==8974== at 0x7BC4C735: notify_alloc (heap.c:255)
==8974== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==8974== by 0x7B84586B: HeapAlloc (heap.c:271)
==8974== by 0x7B845B40: GlobalAlloc (heap.c:376)
==8974== by 0x50BEB40: DdeCreateDataHandle (dde_misc.c:1322)
==8974== by 0x50BF334: WDML_Global2DataHandle (dde_misc.c:1538)
==8974== by 0x50BA1F0: WDML_HandleRequestReply (dde_client.c:530)
==8974== by 0x50BB077: WDML_HandleReply (dde_client.c:943)
==8974== by 0x50BB3EB: WDML_SyncWaitTransactionReply (dde_client.c:1051)
==8974== by 0x50BB71F: WDML_ClientHandle (dde_client.c:1124)
==8974== by 0x50BBB8E: DdeClientTransaction (dde_client.c:1222)
==8974== by 0x4D319DB: test_ddeml_client (dde.c:472)
==8974== by 0x4D3E80D: func_dde (dde.c:2697)
==8974== by 0x4E12A14: run_test (test.h:584)
==8974== by 0x4E12E03: main (test.h:654)
==8974==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30471
Bug #: 30471
Summary: powersim constructor 2.5 old version cannot save and
open file
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrius.photo(a)gmail.com
Classification: Unclassified
Created attachment 39847
--> http://bugs.winehq.org/attachment.cgi?id=39847
wen starting program
hello,
i try to run Powersim constructor old version, and old is clearly but, when i
try to save or read file i get error and program is crashed. Maybe it is
because off old version program. thanks for help
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25914
Summary: Dead Space 2 exits with error
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andras(a)csevego.net
After starting Dead Space 2 (copied from windows partition due msi bugs and
cracked due solidshield) game exits with something like that "could not
initialize graphics hardware, please restart"
Console log (pasted here because it's not too long):
fixme:d3d9:D3DPERF_GetStatus (void) : stub
fixme:d3d9:D3DPERF_SetOptions (0x1) : stub
fixme:thread:SetThreadIdealProcessor (0x134): stub
AffinityMask = 1; Initial APIC = 0; Physical ID = 0, Core ID = 0, SMT ID = 0
AffinityMask = 2; Initial APIC = 1; Physical ID = 0, Core ID = 1, SMT ID = 0
fixme:thread:SetThreadIdealProcessor (0x138): stub
fixme:thread:SetThreadIdealProcessor (0x13c): stub
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33efe4,0x00000000), stub!
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 3 on device context
0x5ec, last error 0.
err:d3d:context_create Failed to set pixel format 3 on device context 0x5ec.
err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 3 on device context
0x678, last error 0.
err:d3d:context_create Failed to set pixel format 3 on device context 0x678.
fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R24_UNORM_X8_TYPELESS
(0x49) in the format lookup table
fixme:d3d:getDepthStencilBits Unsupported depth/stencil format
WINED3DFMT_UNKNOWN.
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 27 on device
context 0x68c, last error 0.
err:d3d:context_create Failed to set pixel format 27 on device context 0x68c.
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 15 on device
context 0x6a0, last error 0.
err:d3d:context_create Failed to set pixel format 15 on device context 0x6a0.
err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 3 on device context
0x6b4, last error 0.
err:d3d:context_create Failed to set pixel format 3 on device context 0x6b4.
err:d3d9:device_parent_CreateSwapChain (0x1237c4) CreateAdditionalSwapChain
failed, returning 0x8876086a
I think these messages indicates the bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34405
Bug #: 34405
Summary: AklePad 4.8.4: Unhandled exception: page fault on read
access to 0x0000031c in 32-bit code (0x00423413).
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Classification: Unclassified
Created attachment 45795
--> http://bugs.winehq.org/attachment.cgi?id=45795
Backtrace of the crash
Upon enabling the toolbar plugin in aklepad this unhandled pagefault occurs.
Backtrace 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=33937
Bug #: 33937
Summary: [EA Origin]Pictures don't display correctly with Wine
set to win7
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berillions(a)gmail.com
Classification: Unclassified
Created attachment 45074
--> http://bugs.winehq.org/attachment.cgi?id=45074
Origin with Wine set to WinXP
Hi,
When i launch EA Origin when Wine is set to Win7, the picture in Games tab or
Shop tab don't display correctly.
I attach to screenshot, 1 wine Origin with XP mode and the second with Seven
mode.
Concerning the output, i don't attach them because it's the same for both, but
i have only these message when i launch Origin with Seven mode :
err:shell:ShellLink_QueryInterface -- Interface: E_NOINTERFACE
err:shell:ShellLink_QueryInterface -- Interface: E_NOINTERFACE
I have these message when the window's Origin appears.
Max
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23642
Summary: Before You Know It crashes into urlmon
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://www.byki.com/fls/FLS.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
This is a follow up of bug http://bugs.winehq.org/show_bug.cgi?id=12185.
After downloading the application, and starting it, it first crashes because of
lacking richedit functionality, covered by bug 12185
After working around that with winetricks riched20, I get a nice crash into
urlmon.
With native urlmon the app seems to work perfectly fine
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10919
Summary: GetLargestConsoleWindowSize() should not return hard
coded constants
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reijo.sund(a)helsinki.fi
Created an attachment (id=9840)
--> (http://bugs.winehq.org/attachment.cgi?id=9840)
sizepro.c - A source demonstrating the problem and a solution in terms of APIs
----------------------------------------------------------------------
MSDN library includes sample code for console applications
(http://msdn2.microsoft.com/en-us/library/aa263818.aspx). The source is
available at: http://www.helsinki.fi/~sund/console_vs6.zip . The source
compiles easily with winelib after --cuiexe transformations with winemaker.
The examples 14 and 32 deal with the GetLargestConsoleWindowSize() function.
The problem is that the current implementation in Wine returns hard coded
constants (X=80, Y=24) for the maximum size. This causes problems for
applications that have followed the conventions of sample code, because
it "prevents" the resizing of console window to bigger than "maximum".
In principle, the window size could be changed manually by using properties
dialog, but that is an "ugly" solution. Another "ugly" solution would be to
change the hard coded constants to bigger values in Wine implementation.
A better solution would be to actually implement the required functionality.
I have attached a source (sizepro.c, compiles with 'winegcc -o sizepro.exe
sizepro.c') that demonstrates the problem and infers the maximum console
window size in relation to current resolution and font.
I also tried to implement the corresponding functionality to Wine, and
attached the source for the improved function (kernel32_console_
getlargestconsolewindowssize.c). That works fine for me, but I'm not sure
whether it follows the conventions of Wine (or how to deal with strange
__i386__ definitions without duplicating the code). So, I wonder if
someone else more familiar with Wine development could check it out
and derive an adequate patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36302
Bug ID: 36302
Summary: valgrind shows several leaks in
msxml3/tests/saxreader.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48400
--> https://bugs.winehq.org/attachment.cgi?id=48400
valgrind log
==30812== 32 bytes in 1 blocks are definitely lost in loss record 267 of 774
==30812== at 0x7BC4C735: notify_alloc (heap.c:255)
==30812== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30812== by 0x5191FF0: CreateStreamOnHGlobal (hglobalstream.c:591)
==30812== by 0x4A8A289: test_mxwriter_stream (saxreader.c:4172)
==30812== by 0x4A9647E: func_saxreader (saxreader.c:5613)
==30812== by 0x4AAC96C: run_test (test.h:584)
==30812== by 0x4AACD5B: main (test.h:654)
==30812==
==30812== 88 bytes in 1 blocks are definitely lost in loss record 440 of 774
==30812== at 0x7BC4C735: notify_alloc (heap.c:255)
==30812== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30812== by 0x7B84586B: HeapAlloc (heap.c:271)
==30812== by 0x7B8466BC: GlobalReAlloc (heap.c:693)
==30812== by 0x5191A56: HGLOBALStreamImpl_SetSize (hglobalstream.c:381)
==30812== by 0x4A7D5BD: create_test_stream (objidl.h:4391)
==30812== by 0x4A7F57A: test_saxreader (saxreader.c:2430)
==30812== by 0x4A963FA: func_saxreader (saxreader.c:5592)
==30812== by 0x4AAC96C: run_test (test.h:584)
==30812== by 0x4AACD5B: main (test.h:654)
==30812==
==30812== 124 bytes in 1 blocks are definitely lost in loss record 493 of 774
==30812== at 0x7BC4C735: notify_alloc (heap.c:255)
==30812== by 0x7BC5161A: RtlReAllocateHeap (heap.c:1883)
==30812== by 0x7B8458E5: HeapReAlloc (heap.c:281)
==30812== by 0x7B846646: GlobalReAlloc (heap.c:679)
==30812== by 0x5191A56: HGLOBALStreamImpl_SetSize (hglobalstream.c:381)
==30812== by 0x51916F1: HGLOBALStreamImpl_Write (objidl.h:4391)
==30812== by 0x619B3EB: write_data_to_stream (objidl.h:4384)
==30812== by 0x619B643: flush_output_buffer (mxwriter.c:604)
==30812== by 0x619BC78: mxwriter_Release (mxwriter.c:774)
==30812== by 0x4A8ADD2: test_mxwriter_stream (msxml2.h:22158)
==30812== by 0x4A9647E: func_saxreader (saxreader.c:5613)
==30812== by 0x4AAC96C: run_test (test.h:584)
==30812== by 0x4AACD5B: main (test.h:654)
==30812==
etc.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33121
Bug #: 33121
Summary: wineconsole: Ignores height/width window size
specified in program's external configuration file
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dasjournal1(a)gmail.com
Classification: Unclassified
Created attachment 43795
--> http://bugs.winehq.org/attachment.cgi?id=43795
Program spawned in wineconsole at default 80 x 25 resolution
I'm using wineconsole to run a console-based Windows program (with
--backend=user). Wineconsole always opens the program in an 80 x 25 sized
window. Resizing this window via the mouse or right-click configuration area
expands the window size, but not the buffer size of the console program. The
newly-expanded area is black (see screenshot attachment). These settings are
also not saved upon restarting the program. This is the same or very similar
bug to 30193 (http://bugs.winehq.org/show_bug.cgi?id=30193).
In Windows, the program detects the maximum width and height of the current
display resolution and provides options within the program to modify the height
and width. When using wineconsole, the program only detects the 80 x 25 buffer
it is spawned in.
Also, in Windows, the program stores the height and width settings in an
external configuration file, so that upon restarting the program, the correct
window/buffer size is displayed. Wineconsole ignores these settings in favour
of an 80 x 25 or lower resolution.
I note in Wine's source code that <source>/server/console.c has hard-coded
values of 80 and 25 for the window and screen buffers. This is the default
command prompt window size used in Windows. Also,
<source>/programs/wineconsole/registry.c sets the default window/buffer values
for new wineconsole-based programs.
Modifying <source>/programs/wineconsole/registry.c, recompiling and running
'wineconsole cmd' displays the Windows command prompt in the specified windows
size. This modification has no effect on my console-based program, which is
always displayed at 80 x 25.
Modifying <source>/server/console.c (and recompiling) also fails to have the
desired effect. The program's window is larger, but the program itself is
still rendered at 80 x 25. The surrounding area is black, as noted above.
It is as though wineconsole is ignoring or overriding the program's external
configuration file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32692
Bug #: 32692
Summary: Clones (game) crashes when starting a single-player
game (without native d3dx9 libraries)
Product: Wine
Version: 1.5.21
Platform: x86
URL: http://clonesgame.com/download-demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 43136
--> http://bugs.winehq.org/attachment.cgi?id=43136
terminal output
The game comes with native d3dx9_38.dll installed, the problem occurs with the
built-in one. Native d3dx9_36 also works around the crash.
The game loads to the menu fine, but it crashes when you start single-player
game mode. The crash happens somewhere in d3dx9_36/math.c, as can be seen in
the attached backtrace.
Steps to reproduce the problem with the demo:
1. install the demo as usual and make sure that d3dx9_38=built-in
2. start the game with ../Bin/ClonesGame.exe, create a new profile and click on
<Pilgrimage>...the game crashes at this point.
The attached log was created with wine-1.5.21-80-g082f989.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28698
Bug #: 28698
Summary: ieframe/tests/intshcut.ok: uninitialized value in
PersistFile_Load, found during
test_ReadAndWriteProperties
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While doing 'make intshcut.ok' in ieframe/tests, valgrind complained:
Conditional jump or move depends on uninitialised value(s)
at winetest_vok (test.h:307)
by winetest_ok (test.h:353)
by test_ReadAndWriteProperties (intshcut.c:282)
by func_intshcut (intshcut.c:403)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at PersistFile_Load (intshcut.c:456)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30260
Bug #: 30260
Summary: Office 2010 SP1 installer reports failure
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Classification: Unclassified
Created attachment 39530
--> http://bugs.winehq.org/attachment.cgi?id=39530
Log of SP1 installer
File: officesuite2010sp1-kb2460049-x86-fullfile-en-us.exe
md5sum: cc693ffabac8a5c8053f1d8f701e8119
The installer starts, shows the license, checks update status, extracts files,
says it is installing though the progress bar never advances, then ends with a
message that installation of this product failed.
Despite the message, at least part of SP1 is installed: MLA seventh edition and
APA sixth edition are added to list of bibliographic reference styles, and the
version numbers of Word, Excel, and Powerpoint are updated in
File=>Help=>Additional Version and Copyright Information.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=37030
Bug ID: 37030
Summary: Visual Basic 6 - Listbox shows scrollbar when there
isn't any
Product: Wine
Version: 1.7.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gaming4jc2(a)yahoo.com
Created attachment 49204
--> http://bugs.winehq.org/attachment.cgi?id=49204
Strange scrollbar
In a simple VisualBasic6 application (after installing vb6 runtimes from
winetricks), there is a strange scrollbar displaying which does not display on
native Windows.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28696
Bug #: 28696
Summary: ieframe/tests/intshcut.c: Uninitialised value in
test_ReadAndWriteProperties
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While doing 'make intshcut.ok', valgrind complained:
Syscall param write(buf) points to uninitialised byte(s)
at __write_nocancel (syscall-template.S:82)
by WriteFile (file.c:547)
by FileLockBytesImpl_WriteAt (filelockbytes.c:286)
by StorageImpl_WriteAt (storage32.c:347)
by StorageImpl_WriteBigBlock (storage32.c:4026)
by BlockChainStream_Flush (storage32.c:6041)
by StorageImpl_Flush (storage32.c:2984)
by StgStreamImpl_Write (storage32.h:261)
by PropertyStorage_WritePropertyToStream (stg_prop.c:1689)
by PropertyStorage_PropertiesWriter (stg_prop.c:1786)
by dictionary_enumerate (dictionary.c:189)
by IPropertyStorage_fnCommit (stg_prop.c:1800)
by test_ReadAndWriteProperties (intshcut.c:239)
by func_intshcut (intshcut.c:403)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f08afde is 150 bytes inside a block of size 8,260 alloc'd
at RtlAllocateHeap (heap.c:254)
by BlockChainStream_Construct (storage32.c:6009)
by StorageImpl_Construct (storage32.c:2924)
by Storage_Construct (storage32.c:5168)
by create_storagefile (storage32.c:7384)
by StgCreateStorageEx (storage32.c:7479)
by create_shortcut (intshcut.c:820)
by InternetShortcut_Create (intshcut.c:855)
by CoCreateInstance (compobj.c:2641)
by test_ReadAndWriteProperties (intshcut.c:204)
by func_intshcut (intshcut.c:403)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_ReadAndWriteProperties (intshcut.c:183)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32088
Bug #: 32088
Summary: KODAK Share button app from
http://support.en.kodak.com/app/answers/detail/a_id/32
484/selected/true fails to install.
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: dhiffucium(a)gmail.com
Classification: Unclassified
Created attachment 42302
--> http://bugs.winehq.org/attachment.cgi?id=42302
Detailed information from Wine about the error
There are two ways to install this program. The first is to run the installer
from the device that mounts when connecting the camera to the USB port. This
program should proceed to download the actual installer, but it does nothing bu
show a window with the KODAK logo in the corner.
My second attempt was to download the installer from KODAK's website and run
that instead. The installer starts and I get to answer the questions about
language, install location and agree to the terms, but crashes during
installation. See the attached trackback file for details.
I am running Ubuntu GNOME 12.10. My camera is a Kodak Easyshare MAX Z990, but I
suppose the software is the same for many cameras.
A note to KODAK camera owners:
You can still get your images, by either changing the setting on the camera to
not use KODAK software or by taking out the memory card and using a card
reader. You will not, however, be able to use the features of the Kodak
application to automatically share the selected photos on Facebook or e-mail,
you have to do that manually if you don't have access to a real Windows OS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36298
Bug ID: 36298
Summary: valgrind shows several leaks in msxml3/tests/domdoc.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48399
--> https://bugs.winehq.org/attachment.cgi?id=48399
valgrind log
==30791== 16 bytes in 1 blocks are definitely lost in loss record 440 of 1,669
==30791== at 0x7BC4C735: notify_alloc (heap.c:255)
==30791== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30791== by 0x4D080FA: alloc_bstr (oleaut.c:162)
==30791== by 0x4D08490: SysAllocStringLen (oleaut.c:324)
==30791== by 0x4D081A7: SysAllocString (oleaut.c:232)
==30791== by 0x4A70E54: test_xmlns_attribute (domdoc.c:11048)
==30791== by 0x4A76B0E: func_domdoc (domdoc.c:11927)
==30791== by 0x4AB096C: run_test (test.h:584)
==30791== by 0x4AB0D5B: main (test.h:654)
==30791==
==30791== 28 bytes in 1 blocks are possibly lost in loss record 616 of 1,669
==30791== at 0x7BC4C735: notify_alloc (heap.c:255)
==30791== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30791== by 0x4D2B262: heap_alloc_zero (typelib.c:1662)
==30791== by 0x4D2DEA1: MSFT_ReadAllRefs (typelib.c:2902)
==30791== by 0x4D3014C: ITypeLib2_Constructor_MSFT (typelib.c:3716)
==30791== by 0x4D2F3B8: TLB_ReadTypeLib (typelib.c:3460)
==30791== by 0x4D276DC: LoadTypeLibEx (typelib.c:478)
==30791== by 0x4D27618: LoadTypeLib (typelib.c:454)
==30791== by 0x4D3C082: ITypeInfo_fnGetRefTypeInfo (typelib.c:7730)
==30791== by 0x4D36DC5: ITypeInfoImpl_GetInternalDispatchFuncDesc
(oaidl.h:1532)
==30791== by 0x4D36E00: ITypeInfoImpl_GetInternalDispatchFuncDesc
(typelib.c:6014)
==30791== by 0x4D37036: ITypeInfo_fnGetFuncDesc (typelib.c:6090)
==30791== by 0x6196C5C: preprocess_dispex_data (oaidl.h:1505)
==30791== by 0x6196E79: get_dispex_data (dispex.c:323)
==30791== by 0x6197446: DispatchEx_GetDispID (dispex.c:420)
==30791== by 0x4A621D5: test_selection (dispex.h:296)
==30791== by 0x4A76AD7: func_domdoc (domdoc.c:11916)
==30791== by 0x4AB096C: run_test (test.h:584)
==30791== by 0x4AB0D5B: main (test.h:654)
==30791==
etc.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33623
Bug #: 33623
Summary: Unimplemented function
ole2disp.dll16.VARIANTCHANGETYPEEX
Product: Wine
Version: 1.5.23
Platform: x86-64
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
I tried running GOWIN.EXE on a Titus The Fox CD-ROM. Wine crashes, reporting:
wine: Call from 0x7b83b9c5 to unimplemented function
ole2disp.dll16.VARIANTCHANGETYPEEX, aborting
wine: Unimplemented function ole2disp.dll16.VARIANTCHANGETYPEEX called at
address 0x7b83b9c5 (thread 0026), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14449
Summary: "North American Birds" fails to launch
Product: Wine
Version: 1.1.1
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=12906
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: munchkinguy(a)hotmail.com
Created an attachment (id=14768)
--> (http://bugs.winehq.org/attachment.cgi?id=14768)
Stack dump, register dump, etc
Program CD in inserted. After setting pib.exe to "Windows 3.1" in Wine's
Application settings (the System Requirements say 'Windows 3.1 or higher'), I
type "wine pib.exe" into the Terminal. The program fails to launch and an error
log is given. Please see 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=9635
Summary: Dragon Naturally Speaking 8 fails on "spell that"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://scansoft.com
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
winetricks vcrun6
else ereg fails with 'need mfc42' (but that's ok)
install word viewer 97
else app start fails with "incomplete, need docobj.dll"
winetricks fakeie6
else app start fails with 'ie required'
cd "$HOME/.wine/drive_c/Program Files/ScanSoft/NaturallySpeaking8/Program"
else app complains repeatedly err:module:import_dll Library MSVCR71.dll
(which is needed by L"...\\dd10HOOK.dll") not found, and doesn't work
After all that, it starts up remarkably quickly compared to DNS 7.
It still has one error dialog box on startup that you have to ignore.
Recognition works pretty well, but "spell that" doesn't work;
when you try it, the app puts up a dialog saying "interface not found",
and wine spits out lines like
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{d5f569d0-593b-101a-b569-08002b2dbf7a}
err:ole:CoGetClassObject no class object {b9bd3860-44db-101b-90a8-00aa003e4b50}
could be created for context 0x1
err:ole:proxy_manager_create_ifproxy Could not get IPSFactoryBuffer for
interface {05eb6c68-dbab-11cd-b3ca-00aa0047ba4f}, error 0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface
{d5f569d0-593b-101a-b569-08002b2dbf7a}, 80040155
err:ole:CoGetClassObject no class object {dd108005-6205-11cf-ae61-0000e8a28647}
could be created for context 0x1
(Trying to use native dcom98 quickly fails with
wine: Call from 0x7ee1ef40 to unimplemented function oleacc.dll.GetRoleTextA,
aborting)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909
Summary: VB6 - CoRegisterMessageFilter
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stanwell(a)gmx.de
A simple VB6.exe is not working at all, Wine just gives this error message:
"fixme:ole:CoRegisterMessageFilter stub"
Source code:
------------
Module:
-------
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
-------
Private Sub Form_Load()
Clipboard.SetText "test"
Sleep (8000)
End Sub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9949
Summary: PDF Export does not work in PITy
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oponek(a)gmail.com
Export to PDF and metafile (EMF) does not work in PITy.
message box (error):
Access violation at address 7E7F6510 in module 'shell32.dll'. Read address
00000000
in console:
err:ole:CoGetClassObject class {00bb2765-6a77-11d0-a535-00c04fd7d062} not
registered
err:ole:CoGetClassObject no class object {00bb2765-6a77-11d0-a535-00c04fd7d062}
could be created for context 0x1
Download link for PITy 2006:
http://pit.dobry.pl/index.php?down=p1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10076
Summary: Crash in ole32 marshal test
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Per discussion at Wineconf, our unit test suite should now reliably PASS,
so I'm going to start filing bugs for any failures I run into.
$ cd dlls/ole32/tests
$ ../../../tools/runtest -q -P wine -M ole32.dll -T ../../.. -p
ole32_test.exe.so marshal.c
outputs
marshal.c:79: Test failed: CoCreateInstance failed with error 0x800706ba
and then crashes with a null pointer read,
=>1 0x7ec9ca69 func_marshal+0x139()
[/home/dank/wine-git/dlls/ole32/tests/marshal.c:80] in ole32_test (0x0034fe58)
2 0x7ecb5778 run_test+0x128(name=0x1103ee)
[/home/dank/wine-git/dlls/ole32/tests/../../../include/wine/test.h:389] in
ole32_test (0x0034fea8)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10421
Summary: Ulead VideoStudio 11 Installer crashes
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raccoonone(a)procyongames.com
Created an attachment (id=9115)
--> (http://bugs.winehq.org/attachment.cgi?id=9115)
crash log
Installer crashes after unpacking data files. Backtrace is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11274
Summary: Clive Barker's Undying: won't install (regression).
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: morrgiah(a)yahoo.co.uk
Clive Barker's Undying (version 1.0 retail) won't install using wine-0.9.53.
Instead of opening a cd-key window it just hangs. This is a regression from
0.9.52.
wine-0.9.53, fresh install
Ubuntu 7.10 Gutsy Gibbon
Clive Barker's Undying version 1.0
wine Setup.exe (from within the cd's setup folder)
Bisect result:
d0f914befce1e3180f4f8712db3952248afad543 is first bad commit
commit d0f914befce1e3180f4f8712db3952248afad543
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Tue Jan 8 12:26:19 2008 +0000
rpcrt4: Bind to the server interface in I_RpcGetBuffer, not
I_RpcSendReceive.
The actual sending of the request is still done in I_RpcSendReceive though.
Disallow the server from calling I_RpcSend and I_RpcReceive to allow
simplification of the code. The releasing of the connection is now done
in I_RpcFreeBuffer.
Implement I_RpcNegotiateTransferSyntax.
:040000 040000 3499b04cc495bf1a0309e997d6d79118c54580d8
ce50f5b87b92e9ae0a704b6d713bfdf455404bda M dlls
I got the exact same result when trying to install the demo, but there was that
much going on during the bisect (crashes, hangs, etc), that I had no clue how
reliable that result was. I even tried to reproduce the result (retail
version), and got:
bb78c3f86d9266cb79037275012dc1ea14478b9f is first bad commit
commit bb78c3f86d9266cb79037275012dc1ea14478b9f
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Tue Jan 8 12:03:06 2008 +0000
rpcrt4: Remove some unused includes.
:040000 040000 76bcd30ab0ee44ff464ba592d4e0e90bda1569b6
3499b04cc495bf1a0309e997d6d79118c54580d8 M dlls
The demo is available at: http://www.gamershell.com/download_4483.shtml
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12683
Summary: Naturally speaking 7 fails to start after voice training
Product: Wine
Version: 0.9.59.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dragon-heart(a)piments.com
Hi,
I decided to check up on wine progress on DNS 7 after about of year.
First off the installer worked fine after working around the IE5 riched20
issues which if seem to be original program bugs rather than wine defects
(thanks winehq). Like testing for the presence of riched20 rather than trying
to load the require libs.
Voice training is now near perfect , worthy of platinum rating. Many thanks for
the progess there.
At this point I was in a state of high optimism. Sadly, it did not last.
On running natspeak it got a brief series of msgs to console and a diminuative
"window" with the mike icon (which did turn on and off). That's all.
copying ole32 oleaut32 mscvrt rpcrt4 from win2k and using winecfg to use them
native, builtin as indicated on winehq for earlier wine versions did not
improve matters, although it gave somewhat more errors to console.
hardly seems worth an attachment for a dozen lines so here's the output:
wine natspeak
err:ole:CoGetClassObject class {edb0e980-90bd-11d4-8599-0008c7d3b6f8} not
registered
err:ole:CoGetClassObject no class object {edb0e980-90bd-11d4-8599-0008c7d3b6f8}
could be created for context 0x1
fixme:shell:SHAppBarMessage msg=0, data={cb=36, hwnd=0x20036, callback=bd0,
edge=1, rc=(262272,32)-(2095634348,4264817), lparam=1
}: stub
fixme:shell:SHAppBarMessage msg=2, data={cb=36, hwnd=0x20036, callback=410d60,
edge=1, rc=(0,0)-(1024,28), lparam=7ce8d6ac}: stub
fixme:shell:SHAppBarMessage msg=3, data={cb=36, hwnd=0x20036, callback=410d60,
edge=1, rc=(3,3)-(3,31), lparam=7ce8d6ac}: stub
fixme:shell:SHAppBarMessage msg=9, data={cb=36, hwnd=0x20036, callback=7,
edge=2095631128, rc=(2130240649,5975064)-(2095631128,15
98492536), lparam=5f4d5f88}: stub
fixme:shell:SHAppBarMessage msg=9, data={cb=36, hwnd=0x20036, callback=7,
edge=2095631400, rc=(2130240649,5975064)-(2095631400,15
98492536), lparam=5f4d5f88}: stub
fixme:shell:SHAppBarMessage msg=6, data={cb=36, hwnd=0x20036,
callback=7ce8cc0c, edge=1598629996, rc=(-1,1412392)-(1598318164,141
2392), lparam=159628}: stub
fixme:htmlhelp:HtmlHelpW HH case HH_CLOSE_ALL not handled.
fixme:shell:SHAppBarMessage msg=2, data={cb=36, hwnd=0x20036,
callback=5f44628c, edge=1, rc=(0,0)-(1024,28), lparam=ffffffec}: st
ub
fixme:shell:SHAppBarMessage msg=3, data={cb=36, hwnd=0x20036,
callback=5f44628c, edge=1, rc=(3,3)-(4,31), lparam=ffffffec}: stub
fixme:shell:SHAppBarMessage msg=6, data={cb=36, hwnd=0x20036,
callback=7ce8c8e4, edge=1598629996, rc=(-1,1412392)-(1598318164,141
2392), lparam=159628}: stub
fixme:keyboard:UnregisterHotKey (0x10080,0): stub
fixme:keyboard:RegisterHotKey (0x10080,0,0x00000000,107): stub
fixme:oleacc:AccessibleObjectFromWindow 0x20036 0
{618736e0-3c3d-11cf-810c-00aa00389b71} 0x7c6f3420
fixme:shell:SHAppBarMessage msg=6, data={cb=36, hwnd=0x20036,
callback=7ce8cc0c, edge=1598629996, rc=(-1,1412392)-(1598318164,141
2392), lparam=159628}: stub
BTW. the application window, for what it's worth, bears the title "Wine system
tray"
Pre 0.9.20 this was very much a working app so this regression to useless is a
great shame.
It may well be that there is not much wrong here and in view of the perfect
training session this may be close to going gold.
Maybe the fixme is the key.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15602
Summary: Installation of MS Office 2000 fails
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
Created an attachment (id=16611)
--> (http://bugs.winehq.org/attachment.cgi?id=16611)
console output of MS Office 2000 installation with wine-1.1.6
I wanted to use MS Office 2000 with Wine. Unfortunately, the installation fails
with a generic error message in MS Office 2000 and the following wine console
output (excerpt):
--------------------
fixme:msi:msi_unimplemented_action_stub BindImage -> 163 ignored L"BindImage"
table values
err:msi:HANDLE_CustomType34 Unable to execute command
L"C:\\windows\\temp\\OutSec.exe /Q:A"
fixme:spoolsv:service_handler got service ctrl 4
fixme:ole:TLB_ReadTypeLib Header type magic 0x00ec5a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Programme\\Microsoft
Office\\Office\\grde50.olb" failed with error 0
err:msi:ITERATE_RegisterTypeLibraries Failed to load type library: 80029c4a
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
--------------------
Please see the attachment for the full console output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15296
Summary: Installation of MS office broken until last GIT
Product: Wine
Version: 1.1.2
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yolande(a)haneder.biz
Created an attachment (id=16103)
--> (http://bugs.winehq.org/attachment.cgi?id=16103)
log with the crash
Hi!
My installation of Office2003 is still broken (Wine 1.1.2-last GIT). I did not
test previous versions because I know it was broken for other issues and I
would not have any git bisect good.
Here the details:
Microsoft Office Professional Edition 2003
System Builder, German Version, copyright 2004.
Tested: Custom installation without Outlook and Access (here must be noted that
access is installing although I said no).
It is crashing after a very quick message about typelib libraries.
However, if you start the installation again, it is going through, even
installing what I didn't want to install (i.e. it makes a repair install
although I selected to start the full installation again).
Attached 2 logs:
First installation with crash
Second installation (repair) where the installation successfully ends.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34618
Bug #: 34618
Summary: bleem! demo thinks that Wine is a debugger and doesn't
run
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
PlayStation emulator bleem! thinks that Wine is a debugger and doesn't run.
First you need to change Wine settings to Windows 98 or 95 because the program
doesn't work with NT systems.
Tested with:
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15211
Summary: Inserting objects in Word 97 always trigger an ole error
Product: Wine
Version: 1.1.4
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
CC: dsh(a)linux.ucla.edu
+++ This bug was initially created as a clone of Bug #7026 +++
I am using Office 97 with Wine.
Whenever I try inserting an object (Insert -> Object...) I only get an error
message in Office and the following wine console output:
--------------
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {00020821-0000-0000-c000-000000000046}
could be created for context 0x3
--------------
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11174
Summary: Install of Starwars Battlegrounds 1.0 freezes at a
certian point
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamesp(a)ndsupernet.com
Created an attachment (id=10223)
--> (http://bugs.winehq.org/attachment.cgi?id=10223)
text output of wine up to the point of freeze
The Installshield wizzard seems to freeze. Not sure if there is a underlining
dialog asking for the 2nd disk. I cant seem to move the Starwars battleground
window to see. In emulated graphics the install shield window can not be moved.
Under the desktop I can move the install shield window but can not move the
Starwars battleground window to see anything.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.