http://bugs.winehq.org/show_bug.cgi?id=15758
Summary: Page Maker 6.5 can't find resource file
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
When checking bug 4836 in pagemaker 6.5 a regression was prevented testing.
After this commit when starting pm65.exe a dialog box pops up stating it could
not find resource file pm65.rsl and after clicking ok the program exits.
8e5f28127644344247056337a4eeca71f0e43322 is first bad commit
commit 8e5f28127644344247056337a4eeca71f0e43322
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Jun 30 12:51:35 2008 +0200
ntdll: Add some sanity checks for invalid relocation blocks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19585
Summary: Water is red in Settlers: Heritage of Kings demo
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://videogames.yahoo.com/predownload?eid=56657
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Created an attachment (id=22839)
--> (http://bugs.winehq.org/attachment.cgi?id=22839)
Screenshot showing the problem
The water in the demo version of Settlers: Heritage of Kings is displayed in a
red hue instead of a blue one; see attached screenshot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26767
Summary: U-he Tyrell, Uhbik and ACE vst plugins: GUI Knob bug
(image files files not being sorted correctly)
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: futuretodd(a)googlemail.com
Created an attachment (id=34093)
--> (http://bugs.winehq.org/attachment.cgi?id=34093)
gif anim of knob behaviour, should show a smooth movement from left to right
U-he Tyrell, Uhbik and ACE vst plugins show erratic graphical behaviour in use
(see attatched gif)
They actually work as they should do if this odd graphics behaviour is ignored.
The images for the knobs are saved in, ie for Tyrell, /(user vst
folder)/TyrellN6Win/TyrellN6.data/Data/Images/Animations/Knob/ and are labeled
Knob0000.png - Knob0100.png, which goes from leftmost image to rightmost, when
they actually make to the plugin they are all jumbled up, so it appears wine is
not sorting them numerically by their names correctly.
Tyrell is free so is recommended for testing
http://www.u-he.com/TyrellN6/downloads/TyrellN6Win.zip
Tested with Reaper and Minihost
http://www.cockos.com/reaper/download.phphttp://www.tobybear.de/p_minihost.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19081
Summary: Force closing winhlp32 without a file loaded pops up
an error dialog (appinstall)
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=22023)
--> (http://bugs.winehq.org/attachment.cgi?id=22023)
ahk test
A bit hard to explain...but launching 'wine winhlp32' with no arguments open
wine help, along with a file open dialog. That's all well and good, same as
windows. Now, let's get tricky. Force the winhlp32 window to close (not the
file open dialog). On windows, exits with no problems. On wine, pops up a
dialog:
ERROR
Cannot find ''. Do you want to find this file yourself?
I'll attach an AHK script to show what I mean...If you want to verify on
windows, change 'Wine' to 'Windows'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28172
Summary: Civilization II crashes on startup
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: charlespigott(a)googlemail.com
Created an attachment (id=36092)
--> (http://bugs.winehq.org/attachment.cgi?id=36092)
backtrace(s) + some notes
see attachment
starting civ2.exe (from anywhere) results in this error
note that nothing happens except this output/backtrace
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10156
Summary: "typos" on some include files
Product: Wine
Version: 0.9.47.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sacrom(a)gmail.com
CC: sacrom(a)gmail.com
Created an attachment (id=8741)
--> (http://bugs.winehq.org/attachment.cgi?id=8741)
File that contains diff's of the current header files with the "fixed" header
files
I'm porting a windows app to Wine (using WineLib) and I found some small
problems in some header files in Wine (that contain different values from the
corresponding Windows header files).
To be able to compile on C++ I did also change some header files.
>From my point of view these are small typos problems (see attachment)
I hope this to be enough!
--
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=15537
Summary: PURE DVD : FGLRX GL_INVALID_OPERATION
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bellegueulle.damien(a)neuf.fr
Created an attachment (id=16510)
--> (http://bugs.winehq.org/attachment.cgi?id=16510)
Log
After launch game .... black screen.
I use wine 1.1.5 and fglrx 8.5 ( ATI 4820HD )
View my log in attachment :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26942
Summary: CSPRO 4 editing : context menu on grid header not
working properly
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iip.umar.rifai(a)gmail.com
How to test:
1. download cspro here http://www.census.gov/ipc/www/cspro/download/cspro40.exe
2. Run Cspro 4.0 program
3. Open file/application, goto examples/capi
4. Go to form shown on the screenshoot (attached)
5. Right click on the grid header to show the context menu, the menu will show
after you pressing ALT.
Maybe related to comctl32.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21205
Summary: ACDSee 8.0 Program won't start
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eric(a)emlorenz.com
When the desktop Launcher for ACDSee is clicked, it appears to start, and shows
the 'starting ACDSee' icon in the bar as screen bottom, then abruptly stops. No
error messages are shown.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23283
Summary: Cannot print my annual income tax return in
ElsterFormular (crash)
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johannesobermayr(a)gmx.de
ElsterFormular crashes when I try printing my annual income tax return:
wine-snapshot-1.2.rc3.20100618-1.1.i586 (openSUSE 11.2)
err:seh:setup_exception_record stack overflow 1228 bytes in thread 001c eip
7bc3efd8 esp 00240e64 stack 0x240000-0x241000-0x340000
You can download the app for free here:
https://www.elster.de/elfo_down4.php?who=2009/2010
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18023
Summary: Graph 4.4 will not allow you to add labels
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tagrain(a)gmail.com
When adding a label to a graph a dialogue appears "system error code 5" or
"abnormal program termination". Could this be an ole problem?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15482
Summary: iTunes 8.0.0.35 fails connecting to iTunes Store
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.kovar(a)gmail.com
iTunes8Setup.exe SHA1 09bd8dd0b055f1b63205d5c9c9a00e4d42e38a3e
Attempt to connect ends w/ failure:
We could not complete your iTunes Store request. A secure network connection
could not be established.
Make sure SSL 3.0 or TLS 1.0 is enabled in the Internet Options control panel,
then try again.
err:wininet:NETCON_secure_connect SSL_connect failed:
error:00000000:lib(0):func(0):reason(0)
F9 Sulphur
rpm -q wine
wine-1.1.5-1.fc9.i386
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23636
Summary: Distnoted.exe crashes, iTunes 7.7.0.43
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi1(a)gmail.com
Created an attachment (id=29568)
--> (http://bugs.winehq.org/attachment.cgi?id=29568)
wine C:\\Program\ Files\\iTunes\\iTunes.exe
iTunes 7.7.0.43 crashes due to Distnoted.exe crashing.
apt-cache policy wine1.2
wine1.2:
Installed: 1.2~rc7-0ubuntu2
Candidate: 1.2~rc7-0ubuntu2
Version table:
*** 1.2~rc7-0ubuntu2 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ lucid/main
Packages
100 /var/lib/dpkg/status
1.1.42-0ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17226
Summary: SimTower crashes on dereferencing 0xffffffff on
attempting to save in SimTower
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Rincebrain(a)gmail.com
Created an attachment (id=19185)
--> (http://bugs.winehq.org/attachment.cgi?id=19185)
SimTower crashlog from 2009-Feb-1 git
Tested against wine-1.1.13-607-g8e39646.
The game runs fine, modulo sound [see other bug filed against simtower], but
when you attempt to save, the save dialog pops up, you can enter a filename,
and then upon hitting save, you receive a backtrace in the console.
Trace 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=19286
Summary: puTTy connection manager: two UI bugs makes program
unusable
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=17165
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gui4life(a)gmail.com
Created an attachment (id=22324)
--> (http://bugs.winehq.org/attachment.cgi?id=22324)
output from wine puttycm.exe &> newputtylog.txt
The user interface for PuTTy connection manager does not display correctly
making it a broken application inside of wine.
It is not displaying the far most right window called "Connection Manager" that
displays the list of your saved connections. You should be able to click any
of the connections of which you want to connect, and it would launch a tabbed
putty window.
Most importantly, the putty intergeneration itself is not being displayed
inside of putty connection manager. In the middle of the application you
should be able to have multiple putty windows open that are separated by tabs
and you are able to move them around. (Stacking along side themselves if you
like)
To get a better idea what I mean, it is best to try the program out yourself in
windows where it works flawlessly.
I have tried many things to get this application to work. I installed net 2.0
and msxml6. I saw an xml error inside of the log, after installing msxml6 it
went away, but program did not work any better.
In the options of the program there are multiple interface designs you can use
(more or less skins/themes) like office 2007, system, visual studio 2003,
visual studio 2005. All of them have the same UI bug. I have tried the
standalone app of putty connection manager where you don't have to install
anything, and the installable version.
See attached redirect files
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22146
Summary: 64bit compatibility issue with Wine's MCI string
command parser
Product: Wine
Version: 1.0.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=27005)
--> (http://bugs.winehq.org/attachment.cgi?id=27005)
work in progress MCI parser that knows about 64bit structures
Hi,
Wine's MCI string command parser is one reason why test.winehq.org shows
failures with 64bit machines. I've created this issue so everybody can discuss
and contribute patches until evolution leads to a correct one.
The attached patch fixes part of what's currently in git, but it is still
incomplete. Therefore I don't plan to submit it.
I've run tests on WTB's 64bit machines that proove that MCI_STATUS_PARMS and
MCI_GETDEVCAPS indeeed process differently sized dwReturn types on x64:
DWORD_PTR and DWORD. That's what's missing from my patch.
A solution that sounds ideal is to define something like MCI_INTEGER64 and
change the resource files mciavi_res.rc and winmm_res.rc. Given that new type,
the MCI string parser would compute the correct offset.
I'd be very pleased if somebody could conform that MS does it this way and tell
us the value of this constant.
Another solution path is to special-case MCI_STATUS_PARMS in the parser, as it
uses the only 64bit construct I knew until 5 minutes ago (beside dwCallback of
course) that's not a LP(W)STR. HWND seems to be 32bit.
5 minutes later: What about HDC in MCI_DGV_UPDATE_PARMS? Wait, wtypes.h says
void*! The MCI string command parser needs to handle this type as well:
MCI_INTEGER as currently used in mciav_res.rc is not adequate on 64bit.
In the meantime, I'll submit a patch that adds MCI_HDC and a few other missing
defines I know to the includes.
Regards,
Jörg Höhle
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22533
Summary: Half Life: loading screen rendering is wrong
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=27624)
--> (http://bugs.winehq.org/attachment.cgi?id=27624)
screenshot
See attached screenshot. Terminal output is minimal:
fixme:win:EnumDisplayDevicesW ((null),0,0x32e298,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:mci:MCI_Break (0102) vkey 001B stub
ALSA lib ../../../src/pcm/pcm.c:7234:(snd_pcm_recover) underrun occured
fixme:mci:MCI_Break (0102) vkey 001B stub
ALSA lib ../../../src/pcm/pcm.c:7234:(snd_pcm_recover) underrun occured
fixme:win:LockWindowUpdate (0x30052), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x30052), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17540
Summary: Zondervan Pradis cannot function due to unimplemented
function ole32.dll.CoGetCurrentLogicalThreadId
Product: Wine
Version: 1.1.15
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanoudt(a)gmail.com
Created an attachment (id=19680)
--> (http://bugs.winehq.org/attachment.cgi?id=19680)
WINEDEBUG output for +ole
Zondervan Pradis 6.0 (
http://appdb.winehq.org/objectManager.php?sClass=version&iId=11417 ) cannot
actually do anything useful
The system relies on COM to open books served up by a database. Whenever it
tries to do this, it brings up in the console:
wine: Call from 0x602e9940 to unimplemented function
ole32.dll.CoGetCurrentLogicalThreadId, aborting
A +ole log is attached below
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21475
Summary: TI Interactive application fails when attempting to
display the TI math palette
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://education.ti.com/downloads/files/computer_softw
are/tiitrial.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=25861)
--> (http://bugs.winehq.org/attachment.cgi?id=25861)
TI Interactive +ole trace
With wine-1.1.37, after using winetricks to install vcrun6sp6 and installing
the TI Interactive trial, launching TI Interactive, dismissing the trial and
registration dialogs, and then pressing Ctrl+M (or doing Insert -> Math Box)
yields a message box that states:
"Failed to create object. Make sure the object is entered in the system
registry."
Using native ole32 from the dcom98 redist allows the TI Interactive application
to display the TI math palette panel as expected. From the +relay log:
0009:Call
ole32.OleCreate(0032e754,40a3fca8,00000001,00000000,00e62710,001b7938,00e626c8)
ret=40a2b858
0009:trace:ole:OleCreate ({5af21a82-ca6e-11d2-9613-004033a5109d},
{00000000-0000-0000-c000-000000000046}, 1, (nil), 0xe62710, 0x1b7938, 0xe626c8)
...
0009:Ret ole32.OleCreate() retval=80070057 ret=40a2b858
...
0009:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0032e64c)
ret=40a09610
It seems that the failure of OleCreate is the culprit. A +ole log is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11951
Summary: Tide prediction cursor popup or tag creates "Untitled
Window"
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://wxtide32.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n5470(a)pinefields.com
WXTide32 includes a feature to show tide data by creating a cursor that tracks
time of day and water height. It appears when the main window is opened and
showing the realtime, graph, or overview display, and the user presses either
the left-arrow or right-arrow key. A popup or tag follows the vertical part of
the cursor line, showing the data for the time (vertical cursor line) and depth
or height of water (horizontal cursor line).
Under Wine, the cursor lines are drawn but the cursor popup or tag is missing
or flashes briefly (hard to tell which is happening). At the same time, a new
entry appears in the task bar: "Untitled Window". The app then blinks between
idle (based on the regular movable cursor, controlled by a mouse, etc.) and
busy, with "Untitled Window" showing in the task bar while the mouse cursor
signals "busy". On minimizing the main window (showing the tide levels), the
"Untitled Window" entry remains in the task bar. It cannot be maximized,
opened, or closed. Only terminating the application removes "Untitled Window".
No messages are written to stdout or stderr when the problem occurs.
Under Windows, the key-controlled cursor moves as expected, with a popup
attached to the scrolling cursor. No additional tasks appear in the task bar.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22039
Summary: Lego Island: failed to start.
Product: Wine
Version: 1.1.40
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
Created an attachment (id=26806)
--> (http://bugs.winehq.org/attachment.cgi?id=26806)
err:d3d:wined3d_unregister_window Window 0x20054 is not registered with
wined3d.... and more...
Lego Island simply boots up to a black scree, then I get an error prompt
saying:
"Lego Island failed to start. Please quit all other applications and try
again."
This seems similar to bug:
http://bugs.winehq.org/show_bug.cgi?id=13875
But that guy didn't get the prompt. Log and debugging of d3d 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=17448
Summary: Impossible to insert an MPEG file in PowerPoint
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Trying to insert an mpeg video in PowerPoint 2003 gives the following error
message:
PowerPoint cannot insert a movie from the selected file. Verify that the path
and file format are correct, and then try again.
And this trace:
fixme:mci:MCI_LoadMciDriver Couldn't load driver for type L"MPEGVIDEO".
So it seems like this is because we are missing an mpeg codec in Wine so this
is probably not specific to PowerPoint 2003.
To reproduce:
* download an mpg file from anywhere
* install PowerPoint 2003 and start it
* Insert -> Movies and Sounds -> Movie from File...
* select your mpg file and validate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9790
Summary: Regression in Heroes of Might and Magic 5
Product: Wine
Version: 0.9.45.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martyspamtrap(a)comcast.net
This is observed on the full version of Heroes of Might and Magic 5 (but is
probably reproducible on the demo). After updating to Wine 0.9.45 (coming from
0.9.44), I started experiencing application lockups in Heroes 5 during game
play on the map screen. The lockup consists of no further mouse or keyboard
instructions being recognize, although the background music continues to play.
An ALT-TAB to a shell and a "kill -9" get me back in control.
The problem is triggered somewhat randomly, but I've reproduced it twice by
loading up a saved game, panning around the map, viewing a hero's status
screen, and returning to the map. At this point, some of the status windows
are no longer drawing themselves completely and my system starts thrashing on
my hard drive. A little more panning around the map results in the lockup.
This issue did not exist in Wine 0.9.44.
--
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=9791
Summary: Heroes of Might and Magic 5 (full) requires d3dx9_25.dll
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P4
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martyspamtrap(a)comcast.net
After a clean installation of Heroes 5 in Wine, attempting to run it fails.
The console reports that d3dx9_25.dll is required by H5_Game.exe. My
workaround is to either copy this file from a Windows installation, or copy
Wine's d3dx8.dll.so to d3dx9_25.dll. Nasty hack, but it seems to work. I'd
like to request an enhancement to include a more proper version of this DLL in
Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17483
Summary: EngInSite CSS Editor font distance rendering problem
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ar(a)esoma.org
Created an attachment (id=19577)
--> (http://bugs.winehq.org/attachment.cgi?id=19577)
Screenshot
In the editor window all fonts are monospaced but the display font does not
adapt to that and inserts spaces. You can see the problem in the attached
screenshot:
I don't know if that is related to
fixme:system:SetProcessDPIAware 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=21581
Summary: GTA4 crashes during "Lure" mission
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knaprigt(a)gmail.com
Created an attachment (id=26030)
--> (http://bugs.winehq.org/attachment.cgi?id=26030)
Output after crash during the Lure mission in GTA4
GTA4 crashes during the mission "Lure" when the player is supposed to kill a
drug dealer. Everything seems fine until the player reaches the roof where he
should take the shot. First a cutscene is shown and when the player's returned
to the controls the game crashes.
Tested with versions 1.0.0.4 and 1.0.4.0 of the game with the same results.
See attachment for terminal output displayed after the crash.
... also I don't know if this bugs component really is ntdll (maybe wined3d?),
so someone may want to change that one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16301
Summary: wine user guide asks the user to run programs without
explaining how
Product: WineHQ.org
Version: unspecified
Platform: Other
URL: http://www.winehq.org/site/docs/wineusr-guide/running
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
The introductory page under "Running Wine"
(http://www.winehq.org/site/docs/wineusr-guide/running) says this:
"Assuming you are using a fake Windows installation, you install applications
into Wine in the same way you would in Windows: by running the installer."
and gives several examples of wine command lines, including an example for
starting a program after it has been installed to C:. Yet there is no
explanation of how to run a program or use the wine command.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=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.
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=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=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=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=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=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=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=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=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.
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=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=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=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=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=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=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.
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=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.
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=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=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=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.
http://bugs.winehq.org/show_bug.cgi?id=10369
Summary: OLE and TypeLib errors prevent successful execution...
Product: Wine
Version: 0.9.48.
Platform: All
URL: http://nusphere.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: randy(a)randycasburn.com
Platform: Ubuntu 7.10 with latest Wine from Wine deb repsotory
App: NuSphere PhpED v5.2 (build 5210) Latest
OLE and TypeLib errors prevent successful execution...
TO REPRODUCE ERROR:
Install Nusphere PhpEd v5.2 (build 5210)
Run app
ALTERNATE FLOW TO ERROR:
start DbListener.exe first
start phped.exe
Create new project
Create new php file
Put <?php phpinfo(); ?> into php file and save
Click smaller green arrow on button bar to start debugger
Click same button to continue debugger...
--
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=12096
Summary: HEAT Call Logging : Installer Crashes
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chad.sikorra(a)gmail.com
CC: rob(a)codeweavers.com
Created an attachment (id=11478)
--> (http://bugs.winehq.org/attachment.cgi?id=11478)
application crashing
The installer for this application worked in 0.9.33, it has been broken since
0.9.34. I tested the latest GIT and the issue remains. The installer crashes
before it even lets you try to install the application.
After regression testing, I found it to be caused by...
ab7f796fcb5627b0d33909186877da1b5039c18f is first bad commit
commit ab7f796fcb5627b0d33909186877da1b5039c18f
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Wed Apr 4 18:57:31 2007 +0100
ole32: Keep a list of the loaded dlls for each apartment.
Use it to make CoFreeUnusedLibraries per-apartment.
:040000 040000 bc617cf6f8369c23f2e7588285928c25254cfbc6
33bee5c503d44558ace32969df627caa4cc80847 M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10901
Summary: Hearts of Iron 2: Doomsday fails to install with OLE and
Install Shield errors
Product: Wine
Version: 0.9.51.
Platform: Other
OS/Version: other
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Does not happen in 0.9.50, however it happens in 0.9.51.
I have not yet tested with current GIT.
--
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=10835
Summary: Exteel fails to install
Product: Wine
Version: CVS/GIT
Platform: PC
URL: ftp://ftp.exteel.com/client
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, this is a regression, the game installs fine under wine-0.9.50. I suspect
it's an ole-bug.
--
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=10817
Summary: Alien Versus Predator 2 fails to install
Product: Wine
Version: 0.9.51.
Platform: Other
URL: http://www.gamershell.com/download_8192.shtml
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=9681)
--> (http://bugs.winehq.org/attachment.cgi?id=9681)
Screenshot of the error
AvP2 deo fails to install. It is a regression. Regression test showed:
[joaopa@Goss wine]$ git-bisect bad
7ac980b1e7119ac93e6ba370c798681c9ae25b01 is first bad commit
commit 7ac980b1e7119ac93e6ba370c798681c9ae25b01
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Fri Dec 7 14:45:16 2007 +0000
ole32: Process messages while waiting for a local server to create a pipe.
:040000 040000 1ceca7eb8c849db1e67730c9ef113a9fa1d4c5f2
65a6cdfd5e5c75206edfa88a2ed7fdc680f25d1f M dlls
Joaopa
--
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=10102
Summary: Program Diet Power 4 doesn't install/run properly
without tweaking
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)forlent.com
Program Diet Power 4 (demo can be downloaded from http://dietpower.com)
- Installer won't run, on my machine aborts with no error messages.
- If I use msi to manually unpack, it aborts with the error:
Call from 0x639788d4 to unimplemented function oleacc.dll.GetOleaccVersionInfo,
aborting
Installing Windows native oleacc.dll into Wine fixes the problem and it runs
perfectly (well, once in a while it doesn't load the complete food database and
has to be restarted, but that's a minor glitch)
Thanks
--
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=10017
Summary: Dragon Naturally Speaking 8 fails to start without
dcom98?
Product: Wine
Version: 0.9.47.
Platform: Other
URL: http://scansoft.com
OS/Version: other
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
DNS 8 installs easily, no problem.
Running it is another matter.
You have to install word viewer 97 to get docobj.dll, e.g.
test -f wordview.exe || wget
http://downloads.pcworld.com/pub/new/business/word_processing/wordview.exe
cp wordview.exe ~/.wine/drive_c/wvinstall.exe
mv ~/.wine/dosdevices/z: ~/.wine/dosdevices/oldz
cd ~/.wine/drive_c
wine wvinstall.exe
cd ../..
mv ~/.wine/dosdevices/oldz ~/.wine/dosdevices/z:
Also,
winetricks fakeie6 dcom98
seems to be required.
I thought this was working without dcom98 a few revs ago...
some notes in email indicate the regression might have
happened between Sept 21 and Sept 30th?
--
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=9857
Summary: Dragon NaturallySpeaking 8 hangs up on first run
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.nuance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Am using Gutsy - Ubuntu Studio with real-time kernel to run Dragon
NaturallySpeaking 8.
Wine version: wine-0.9.46-48-g5cbdbe6
On first attempt to run program I get an error.
Error message:
wine: Call from 0x7ee1ff50 to unimplemented function oleacc.dll.GetRoleTextA,
aborting
My second attempt to run the program usually succeeds.
--
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=14201
Summary: msiexec pagefaults on memcpy for msxml3.msi
Product: Wine
Version: 1.1.0
Platform: PC-x86-64
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
=28494391-052b-42ff-9674-f752bdca9582&DisplayLang=en
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: MattFinn(a)gmail.com
Created an attachment (id=14482)
--> (http://bugs.winehq.org/attachment.cgi?id=14482)
The output of msiexec /i msxml3.msi
I was trying to install office 2007 (at least, generate a modern appdb test
data of my attempt). The guides recommend installing msxml3.msi. See "URL" for
link to download.
This is with a fresh wine install, with only winecfg run (and nothing changed).
I'm running gentoo linux on amd64.
[ebuild R ] app-emulation/wine-1.1.0 USE="X alsa gecko jpeg ncurses opengl
samba xml -cups (-dbus) -esd (-hal) -jack -lcms -ldap (-nas) -oss (-scanner)"
I also tried to run the steam installer, from valve, and it seemed to work (at
least it popped up the first dialog box and i closed it). (it's another .msi).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15428
Summary: Writers Blocks does not display OLE text boxes
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Created an attachment (id=16293)
--> (http://bugs.winehq.org/attachment.cgi?id=16293)
terminal output -- first run
Writers Blocks is a simple program that displays snippets of text in small
boxes that can be moved around the screen.
The boxes do not display.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13412
Summary: iTunes 7.6 does not install, hangs in service handling
Product: Wine
Version: 1.0-rc2
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)jet.franken.de
installing iTunes 7.6 hangs in "Starting Services"
fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised
shortcut
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:winsock:WSCUnInstallNameSpace (0x1609f004) Stub!
fixme:winsock:WSCInstallNameSpace (L"mdnsNSP" L"C:\\Program
Files\\Bonjour\\mdnsNSP.dll" 0x0000000c 0x00000001
{b600e6e9-553b-4a19-8696-335e5c896153}) Stub!
Successfully registered DLL c:\Program Files\Bonjour\mdnsNSP.dll
fixme:browseui:CompCatCacheDaemon_Run stub
Successfully registered DLL c:\Program Files\Bonjour\ExplorerPlugin.dll
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4}
could be created for context 0x1
fixme:msi:ITERATE_InstallService Dependency list unhandled!
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
err:msi:ITERATE_InstallService Failed to create service L"Bonjour Service": 998
err:ntdll:RtlpWaitForCriticalSection section 0x110890 "?" wait timed out in
thread 001d, blocked by 001e, retrying (60 sec)
err:menubuilder:WaitForParentProcess Unable to wait for parent process, error 0
fixme:shell:DllCanUnloadNow stub
err:ntdll:RtlpWaitForCriticalSection section 0x110890 "?" wait timed out in
thread 001d, blocked by 001e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x110890 "?" wait timed out in
thread 001d, blocked by 001e, retrying (60 sec)
<repeat>
I suspect the RPC fault packet above causes the hang.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11940
Summary: USDA National Nutrient Database application fails to
launch
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://www.nal.usda.gov/fnic/foodcomp/srch/pcs20.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11248)
--> (http://bugs.winehq.org/attachment.cgi?id=11248)
ole traces of application launch with MDAC 2.8 and Jet 4.0 SP8 installed
After installing the application and the VC++ 6 redist, when starting the
application, the splash screen is shown, but then application startup fails
with message "Can't open the Food database". Presumably, from the presence of
an Access database in the application directory, the application is trying to
load the database but fails. Installation of the MDAC 2.8 and Microsoft Jet 4.0
engine did not improve the situation, though it allowed the application to go
further in ole traces. Relevant outputs are 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=10079
Summary: "make test" hangs on ole32/moniker
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: critical
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This one is wierd. It gets stuck in a loop where
rpcss.exe crashes over and over.
err:ole:RPC_StartRemoting Couldn't register endpoint
L"\\pipe\\OLE_0000000800000009"
fixme:ole:PSFacBuf_CreateStub stubbing not implemented for
({0000000f-0000-0000-c000-000000000046}) yet!
err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for
{0000000f-0000-0000-c000-000000000046} with error 0x80004005
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80004005
err:ole:CoMarshalInterface Failed to marshal the interface
{0000000f-0000-0000-c000-000000000046}, 80004005
wine: Unhandled page fault on read access to 0x8000012c at address 0x701069b2
(thread 000e), starting debugger...
Unhandled exception: page fault on read access to 0x8000012c in 32-bit code
(0x701069b2)....
Backtrace:
=>1 0x701069b2 in rpcrt4 (+0x69b2) (0x0034fd58)
2 0x7efa1875 call_dll_entry_point+0x15() in ntdll (0x0034fd78)
3 0x7efa323d MODULE_InitDLL+0x8d(wm=<register EDI not in topmost frame>,
reason=<register ESI not in topmost frame>, lpReserved=0x1)
[/home/dank/wine-git/dlls/ntdll/loader.c:890] in ntdll (0x0034fe08)
--
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=13276
Summary: FMA Crashes on startup
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=4270
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: panagiotis(a)gmail.com
Created an attachment (id=13125)
--> (http://bugs.winehq.org/attachment.cgi?id=13125)
Crashlog for FMA on Wine
floAt's Mobile Agent crashes on startup.
Notice that:
takis@poseidon:~$ sudo sysctl vm.mmap_min_addr
vm.mmap_min_addr = 0
So, it seems that can't be the issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9829
Summary: Unable to start Alien Shooter 2 demo
Product: Wine
Version: 0.9.46.
Platform: PC
URL: http://www.sigma-team.net/alienshooter_2/upload/as2demo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karaluh(a)tlen.pl
The game quits after initial loading screen. Resolution isn't changed back,
wine doesn't crash. The last error message is
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
To reproduce:
1. install demo from
http://www.sigma-team.net/alienshooter_2/upload/as2demo.exe
2. run the game.
--
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=9887
Summary: installing panasonic software
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baddraz(a)hotmail.com
Created an attachment (id=8380)
--> (http://bugs.winehq.org/attachment.cgi?id=8380)
Panasonic maintenance console
Get errors while attempting to install Panasonic Maintenance Console
--
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=10109
Summary: "make test" fails in itss/tests/protocol.c
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
Blocks: 9916
WINEDEBUG=warn+heap make test
fails in itss with
protocol.c:307: Test failed: expected ReportProgress_MIMETYPEAVAILABLE
--
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=10186
Summary: Scary heap warnings in ole32 tests
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
Doing
cd dlls/ole32/tests
rm *.ok
export WINEDEBUG=warn+heap
make -k test
yields a couple scary heap warnings. In particular,
../../../tools/runtest -P wine -M ole32.dll -T ../../.. -p ole32_test.exe.so
hglobalstream.c && touch hglobalstream.ok
warn:heap:GlobalLock invalid handle 0x125852 (Magic: 0x0098)
../../../tools/runtest -P wine -M ole32.dll -T ../../.. -p ole32_test.exe.so
moniker.c
warn:heap:HEAP_ValidateInUseArena Heap 0x110000: unaligned arena pointer
0x12ba7c
warn:heap:HEAP_ValidateInUseArena Heap 0x110000: unaligned arena pointer
0x12bafc
In tests/hglobalstream.c near line 286, there is the code
hr = CreateStreamOnHGlobal(hglobal, FALSE, &pStream); ...
GlobalFree(hglobal); ...
hr = IStream_Read(pStream, buffer, sizeof(buffer), &read);
and the IStream_Read is what triggers the invalid handle warning.
The test code seems quite intentional, and the test passes on wine;
is the warning spurious?
In tests/moniker.c, there's a double release of a pointer at line 937, and
removing one of them makes one warning go away; is this a typo, or intended?
IEnumMoniker_Release(spEM1);
IEnumMoniker_Release(spEM1);
--
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=10599
Summary: dlls/oleaut32/tests/vartest.c fails
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
I'm running "make test" from dlls/oleaut32/tests and I get this error:
../../../tools/runtest -q -P wine -M oleaut32.dll -T ../../.. -p
oleaut32_test.exe.so vartest.c && touch vartest.ok
fixme:variant:VarMod Could not convert left type 4096 to 20? rc == 0x80020008
fixme:variant:VarMod Could not convert left type 8192 to 20? rc == 0x80020008
fixme:variant:VarMod Could not convert left type 16384 to 20? rc == 0x80020008
vartest.c:3143: Test failed: got VT_DATE(-1.5) expected VT_DATE(-1.4)
vartest.c:3150: Test failed: got VT_R8(-1.5) expected VT_R8(-1.4)
make: *** [vartest.ok] Error 2
I use wine-0.9.49-376-gc2f0697
on Ubuntu Gutsy (2.6.22-14-generic #1 SMP x86_64 GNU/Linux),
the compiler is gcc version 4.1.3 20070929 (prerelease) (Ubuntu
4.1.2-16ubuntu2)
There is a similar report here:
http://www.winehq.org/pipermail/wine-devel/2007-August/058585.html
--
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=9575
Summary: IBExpert need windows native ole32.dll to run
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_pradelli(a)yahoo.com
To run ibexpert ole32.dll needs to be overriden (or dcom98 installed).
I can't detect why, there are no fixme printed on screen.
The application raise an access violation when starts and then you can't close
it.
The application is in AppDB
http://appdb.winehq.org/appview.php?iVersionId=9049
--
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=9401
Summary: Dragon Naturally Speaking 7 crashes after training
complete
Product: Wine
Version: CVS
Platform: Other
URL: http://scansoft.com
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=7715)
--> (http://bugs.winehq.org/attachment.cgi?id=7715)
+ole log of running training, and error that happened shortly thereafter
After user training is complete, DNS puts up a dialog
saying something like "Congratulations! Training is complete."
The next thing you do crashes with a dialog box
saying something like "Unexpected error. COM out of memory."
and log messages like
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0
0000000).
Fortunately, the error repeats the next time you start
and try to do something, you don't have to repeat training.
Better make a copy of ~/.wine once you finish training,
though, so you can get back to that state quickly
in case something goes wrong. (e.g. running a +relay log
at that point filled up my disk, and after that, dragon
wouldn't start properly.)
--
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=9388
Summary: installer stuck for TRS 2006 Demo
Product: Wine
Version: CVS
Platform: PC-x86-64
URL: http://www.auran.com/TRS2006/index.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan(a)danny.cz
When trying to install the demo for TRS 2006, the installer gets stuck on the
first installation wizard page.
output from the terminal:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls"
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls"
err:ole:TLB_ReadTypeLib Loading of typelib L"c:\\Program Files\\Common
Files\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2
--
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=15722
Summary: OpenOffice3 apps won't run
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://openoffice.bouncer.osuosl.org/?product=OpenOffice
.org&os=winwjre&lang=en-US&version=3.0.0
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=16807)
--> (http://bugs.winehq.org/attachment.cgi?id=16807)
+ole in git
Tried running OpenOffice 3 today, installs without a hitch, but attempting to
run floods the console with:
fixme:ole:IEnumFORMATETC_Next_Proxy :stub
and office won't run.
And when I say flood, I mean it literally, I let it sit for about 1 minute and
my log ballooned to over 220K lines!
If you patch that fixme to shut up, then Office at least puts up its window,
but it's frozen/hung.
+ole attached
Sent a patch for the fixme:
http://www.winehq.org/pipermail/wine-patches/2008-October/063673.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16273
Summary: nVidia melody installer fails in ole
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://download.nvidia.com/developer/Tools/Melody/1.2/Me
lody_1.2.0630.1500.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 6912
Created an attachment (id=17548)
--> (http://bugs.winehq.org/attachment.cgi?id=17548)
+ole in git
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Common
Files\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2
+ole 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=18994
Summary: MS Excel 5.0c do not start, XLEN50.OLB is missing or
corrupted
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dennisschneck(a)web.de
Created an attachment (id=21886)
--> (http://bugs.winehq.org/attachment.cgi?id=21886)
output of wine at running execl.exe
Hello,
I need Excel 5.0c because of an old MACRO.
Der Marco Developer is died, so i do can convert it to OpenOffice Calc.
The Problem is that excel.exe do not run in wine.
Error: XLEN50.OLB is missing or corrupted.
The file: XLEN50.OLB is in the same directory as excel.exe.
I made a new insall on a ohter system (32bit) with wine 1.1.12
but the same Problem.
the output of wine see in the attach.
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=27710
Summary: OpenEdge 10.2B installer fails if ole debug channel is
disabled
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabspeck(a)gmail.com
Created an attachment (id=35460)
--> (http://bugs.winehq.org/attachment.cgi?id=35460)
Wine output with blank WINEDEBUG var
Hello,
If I run the OpenEdge 10.2B installer (trial available at
www.progress.com/openedge) without any debug channels set, the installer hangs
before installing anything (see oe_setup_hung.png) and Wine outputs the
contents of "oe_setup_no_channels.txt" to the terminal.
However, if I enable the "ole" debug channel (i.e. "env WINEDEBUG=+ole wine
setup.exe"), the installation runs successfully. The file
"oe_setup_ole_debug.txt" shows the output generated by Wine with the ole
debugging channel set up until the point after the installer would get hung
without the channel set.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13027
Summary: Add a description field to winetest
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Depends on: 13026
It should be possible to specify a description for a winetest run. That
description field would be sent with the report and would describe the system
the tests are run on, providing details that cannot be retrieve
programmatically. For instance:
"US Windows XP system provided by Compaq and then cleaned up. Last updated on
2007/10/16 but no IE7."
or
"Clean install of a stock French Windows 95, running in a VMware 5.5 guest."
The user should be able to either enter this description in the main dialog
(see also bug 13026), or on the command line.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13028
Summary: winetest's Stop button does not work
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
It says it's not implemented but closing the winetest window works just fine.
So it seems like implementing the Stop button should not be too hard.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11016
Summary: odbc32.dll should look for libodbc.so.1 instead of
libodbc.so
Product: Wine
Version: 20040615
Platform: PC
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=259710
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovek(a)arcticnet.no
An easy one for a newbie wine hacker, maybe... Currently, in
dlls/odbc32/proxyodbc.c, there's a hardcoded libodbc.so (unless an environment
variable overrides it). Perhaps it would be preferable if the WINE_GET_SONAME
configure macro was used to grab a name like libodbc.so.1 instead, so that if
some user have installed unixodbc, things would Just Work without forcing
him/her to also either install unixodbc-dev, or manually make a symlink, or
figure out weird environment variables.
--
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=13030
Summary: winetest and result logging / submission
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
The winetest GUI does not make it possible to choose between saving the results
to a local file and submitting the results.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11177
Summary: winealsa doesn't assign unique MIDI port names
Product: Wine
Version: 20050628
Platform: PC
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333361
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: _obsolete_multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovek(a)arcticnet.no
Currently, when mapping ALSA MIDI ports to Windows MIDI port names, winealsa
uses the port's client name, which is not unique and may cause some programs to
get confused. A user is suggesting using the ALSA port name, which I suspect
can be acquired by e.g. replacing snd_seq_client_info_get_name(cinfo) in midi.c
with snd_seq_port_info_get_name(pinfo). You could also append a number to the
client name, or whatever else it takes to make the name unique.
--
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=14607
Summary: Serious Sam TFE and TSE - window minimizes and becomes
unusable
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://files.seriouszone.com/download.php?fileid=338
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd4(a)inbox.lv
CC: julliard(a)winehq.org
In current git both "encounters" of Serious Sam 1 are regressed compared to
wine-0.9.59. When attempting to change video resolution in full screen mode (in
current git) the game's window becomes minimized and can't be restored after
that. It actually appears to change resolution successfully, but then there is
a "keep this settings yes/no" box and after pressing yes it breaks. This worked
in wine-0.9.59. The problem is in fullscreen mode only, in virtual desktop
emulation everything works.
I did some regression testing, and I think problems began with this commit:
commit fd97acbadffdc8af6d2682cb761a92ff2ab2f355
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Apr 7 11:43:46 2008 +0200
winex11: Set the _NET_WM_STATE atom directly for unmapped windows.
It is a bit difficult, because the nature of the problem changed slightly
between the above commit and current git. I.e. in a commit just before
fd97acbadffdc8af6d2682cb761a92ff2ab2f355 it works, in
fd97acbadffdc8af6d2682cb761a92ff2ab2f355 a similar broken "minimization"
happens, only not after changing the resolution, but instead during game
initialization (you can't even get to the main menu). A bit later, a different
commit (1bf824e0b00d2b179d5f34dd0c7ace83e83bd28a) partially fixed the problem,
getting it to the state as it is now (can get to menu, but can't change
resolution). I tried backporting fix from
1bf824e0b00d2b179d5f34dd0c7ace83e83bd28a to commit
fd97acbadffdc8af6d2682cb761a92ff2ab2f355 and it works as expected, recreating
the problem in current form in that commit. In all of these cases only
fullscreen mode is affected.
I see this in Serious Sam - The First Encounter 1.05 (retail) and in Serious
Sam - The Second Encounter demo. Demo is available for download. If it will be
necessary I can generate some logs for this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13029
Summary: winetest should make it possible to just extract the
individual tests
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
The first task that winetest does is extract the individual test binaries.
However it does not say where and if one wants to get at them (to then run them
by hand for testing/debugging purposes), then one has to kill winetest, and
track down its temporary directory (which is something like in c:\Documents and
Settings\account\Local Settings\Temp\wctXXX btw).
It would be nice to have an 'Extract tests' button in the main dialog that
would open a dialog letting the user choose where to save the individual tests
(or some other reasonably simple way of achieving the same purpose).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10417
Summary: OLEAUT32: crash if >128 methods in an interface
Product: Wine
Version: 0.9.49.
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mjk(a)cardbox.com
This bug was encountered in build cxoffice-6.2.0rc1-2-g024be42 of Wine (part of
CrossOver Mac). The bug has been identified in the current source code at
http://source.winehq.org/source/dlls/oleaut32/tmarshal.c.
Using any marshaled interface with more than 128 methods causes a crash within
OLEAUT32 if any method at position >=128 is called. This was detected when
using Cardbox (http://www.cardbox.com) and is a SHOW-STOPPER because it makes
the use of VBScript macros impossible.
However, the bug is completely general and applies to any application at all
that has interfaces with large number of methods. It is quite possible that
many random OLE / COM - related bugs that have already been reported have this
bug as their underlying cause.
The version of Cardbox on which the bug was found is more recent than the one
currently available on the web site. If anyone wants to have a copy for
testing, together with instructions for reproducing the crash, please contact
me.
LOCATION OF THE BUG
The bug is in dlls/oleaut32/tmarshal.c. When constructing a proxy interface,
PSFacBuf_CreateProxy at line #1712 constructs the following proxy code for each
method:
popl %eax
pushl <nr>
pushl %eax
call xCall
lret <n> (+4)
where <nr> is the position of the method in the list of methods: 0, 1, 2, and
so on.
The pushl <nr> instruction is defined by following code:
374 BYTE pushlval; // set to 0x6a by line #1712
375 BYTE nr;
The fact that the method position is a byte already limits the maximum size of
an interface to 256 methods, which is less than the 512-method limit of Windows
NT4.0 SP3, and the 1024-method limit of Windows 2000: see "MIDL2362" in
http://msdn2.microsoft.com/en-us/library/aa366756.aspx for details. Thus this
needs to be corrected in any case. The proxy code as it stands will call method
0 instead of method 256, method 1 instead of method 257, and so on, leading to
random behaviour and possible stack corruption.
The crash when method 128 is called has a different cause. The proxy for method
128 contains the instruction 6A 80, because the programmer thought that this
would push 00000080 onto the stack. In fact the PUSH instruction with opcode 6A
SIGN-EXTENDS its operand and does not zero-extend it. Thus the proxy for the
128th method pushes FFFFFF80 onto the stack before calling xCall. xCall
interprets this as a negative number (-128) and thus attempts to synthesize a
call not to method 128 but to a non-existent method -128. In the same way it
will call method -127 instead of method 129,... and so on.
SUGGESTED CORRECTION
The very simple correction to this bug, which is guaranteed to work, is to
alter line 375 to
375 DWORD nr;
and line 1712 to
1712 xasm->pushlval = 0x68;
which expects a 32-bit operand rather than an 8-bit one.
This will result in every proxy using 15 bytes per method instead of 12 bytes.
This does not seem an excessive price to pay for complete reliability in the
future: there will then be no limit to the number of methods that can be
supported.
ALTERNATIVE CORRECTIONS
If the 25% expansion in proxy size is considered unacceptable (it should not
really be: proxies are small) then there are several ways round the problem. An
increase to 256 methods could be achieved simply by adding a line at the very
beginning of xCall:
method &= 0xff;
but this would HAVE to be accompanied by an explicit test for the method count
limit (now 256) in PSFacBuf_CreateProxy so that the attempt to create a proxy
with too methods would simply fail rather than (as now) generate a proxy that
will randomly crash the application.
Another approach would be to create dummy functions (in assembler) that would
add 128, 256, 384, 512, etc to the 'method' argument before forwarding it on to
xCall. In that case, method numbers after 127 would generate proxies that
called one of the variant xCalls instead of the original one. The programming
in PSFacBuf_CreateProxy would be relatively straightforward, and the dummy
functions would not need to do any stack manipulation: they would simply add an
offset to the DWORD at [ESP+8] and then JMP straight to the start of xCall.
This would *still* give a finite limit to the number of methods, but the limit
would be much larger. Again, good engineering practice dictates that
PSFacBuf_CreateProxy should report an error if it encounters a number of
methods beyond the number that it was designed to cope with.
--
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=10536
Summary: ITypeInfo_fnInvoke failed to convert param 0 to VT_BOOL
from VT_BSTR
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://uniqlo.jp/uniqlock
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fnjordy(a)gmail.com
Uniqlock screensaver doesn't display anything, presumably it might be related
to the Wine output:
in CSoundUtils constructor:
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
err:ole:ITypeInfo_fnInvoke failed to convert param 0 to VT_BOOL from VT_BSTR
--
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=11775
Summary: Oleview does not correctly generate idl files
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.lankhorst(a)gmail.com
When looking at the ipodservice typelib (install itunes v7.6, then look at the
typelib in C:\Program Files\iPod Service\bin\iPodService.exe in wine oleview,
it will generate wrong code.
HRESULT foo([in]long pointer, [out, retval]VARIANT_BOOL *rar);
is turned into:
VARIANT_BOOL foo([in]long pointer);
This happens for example with IItunesDevice_IsMounted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16841
Summary: Max Payne 2: The Fall of Max Payne installation fails
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drobyshewsky(a)gmail.com
Created an attachment (id=18557)
--> (http://bugs.winehq.org/attachment.cgi?id=18557)
Max Payne 2: The Fall of Max Payne installation fails
Max Payne 2: The Fall of Max Payne installation 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=16851
Summary: Morrowind GOTY - DVD - Installers fail.
Product: Wine
Version: 1.1.12
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kphillisjr(a)gmail.com
The installers all fail when launching ikernel.exe, and this is on a default
install of wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17920
Summary: OleUIAddVerbMenu is not realized
Product: Wine
Version: unspecified
Platform: Other
URL: http://msdn.microsoft.com/en-
us/library/ms686597(VS.85).aspx
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lav(a)etersoft.ru
OleUIAddVerbMenu is not realized at all in current Wine.
My last realization post at January, 16:
http://www.winehq.org/pipermail/wine-patches/2009-January/067827.html
This realization tested with 1C Accounting program (specified for Russia) and
has no reclamation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20363
Summary: Lotus Notes 7.0.2: Selecting User Preferences crashes
the app
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toralf.foerster(a)gmx.de
Created an attachment (id=24123)
--> (http://bugs.winehq.org/attachment.cgi?id=24123)
backtrace
I'll attach a backtrace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20365
Summary: Radio Mobile icons drawn too big
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wilfried.pasquazzo(a)gmail.com
CC: steve.m.caddy(a)ntlworld.com
The icons in "Radio Mobile" are drawn too big. The program can be downloaded
for free here: http://www.cplus.org/rmw/english1.html
---
It is a regression:
32ca9b27c376af255dacd67c2744b3b5285b8cf1 is first bad commit
commit 32ca9b27c376af255dacd67c2744b3b5285b8cf1
Author: Wilfried Pasquazzo <wilfried.pasquazzo(a)gmail.com>
Date: Tue Sep 22 14:20:28 2009 +0000
user32: Correct scaling of DrawIcon.
:040000 040000 e3a1f553e9f16b7bd47d9dcf23bddc40b0bfb8b7
addf0374f38168449965d4fe2f0f1c9066462d6a M dlls
---
This bug was first mentioned in the comments of
http://bugs.winehq.org/show_bug.cgi?id=20153 by Steve Caddy (#19 and #20). It
is likely to only affect Visual Basic applications, the problematic code is
located in "dlls/oleaut32/olepicture.c".
I'm writing the corresponding fix and testcase.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25421
Summary: Harry Hops auf Schatzsuche needs CoCreateInstance16
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
After installation, starting the 1997 children app
"Harry Hops auf Schatzsuche" produces 2 traces to the console
fixme:mmio:MMIO_InstallIOProc Global procedures not implemented
fixme:ole:CoCreateInstance16 ({f4595e32-2cdb-11d0-8cde-0000c05bba0b}, (nil), 1,
{f4595e31-2cdb-11d0-8cde-0000c05bba0b}, 0x3ea2ae), stub!
The latter identifies the bug, as 2 requesters appear:
unknown status code / "unbekannter StatusCode", followed by
sprite server created no object / "Sprite-Server hat kein Objekt erstellt".
The app then exits => garbage rating.
The referenced GUID is created by the installer and mentions sprites:
+[Software\\Classes\\CLSID\\{F4595E32-2CDB-11D0-8CDE-0000C05BBA0B}]
+@="Rabbitsoft Sprite & Surface Machine"
+[Software\\Classes\\CLSID\\{F4595E32-2CDB-11D0-8CDE-0000C05BBA0B}\\InprocServer]
+@="C:\\SCHATZ\\CODE\\RSSPRT16.DLL"
So it indeed looks like the app reports as error that it did not receive an
instance from DDE/OLE/COM, likely because of the stub.
Note that I've used Ubuntu Lucid with wine 1.3.8 + git as of 2010-12-03 because
of bug #23723.
Setting winecfg to either winxp or w95 mode makes no difference.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25635
Summary: Every single line is underlined in Dreamweaver
codeview
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karen(a)redwoodgames.com
Dreamweaver in Wine 1.0 works fine. Upgraded to latest Wine (1.2?) and every
single line of every file when viewed in code view in Dreamweaver is underlined
with double underlining on the empty end of the line all the way across the
window.
I think Dreamweaver uses OLE but I am not sure.
When I dropped back to Wine 1.0...the underlining disappeared.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25757
Summary: MS-Excel WorkBook crashes while clicking on Form
Buttons
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajeet_singh1978(a)yahoo.co.in
Created an attachment (id=32826)
--> (http://bugs.winehq.org/attachment.cgi?id=32826)
logs from command prompt
Using a Wine 1.3.11 on Fedora 13.
Installed Microsoft Office 2007.
I am trying to Open an excel sheet template which contains some macros and
active content like user forms and dialogs.
While enabling the active content, excel gets hang and gets crashed after
sometime.
Attaching the nohup.out.tar.bz2 logs for wine from command prompt.
Attaching the xls templates in zip 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=26899
Summary: unimplemented function ole2.dll16.RELEASESTGMEDIUM
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: admin(a)dominion-it.co.za
Created an attachment (id=34297)
--> (http://bugs.winehq.org/attachment.cgi?id=34297)
program startup log file
Good day, trying to run old win95 application. Getting a unimplemented function
error as in subject. Added log file for more details. believe config is correct
for the application but no luck to get it past error.
thanks for your time and 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=28325
Summary: Dragon NaturallySpeaking 11.0 Standard no longer
completes user training successfully
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Dragon NaturallySpeaking 10 Standard used to run very well but now no longer
works at all.
I am reporting this bug against 1.2.3 because that is the last version that
installs NatSpeak, although it does not run.
To reproduce:
I have Oneiric with all updates, 64-bit. I got 1.2.3 off the ubuntu repository.
I installed NatSpeak 10.0 Standard.
Installation seemed to go all right.
I then tried to do the initial setup.
The steps for measuring microphone accuracy, and the training, went well. After
that a couple of steps, such as training (I check "No" to that) went by.
Then it froze. The following two lines appeared on the terminal screen; the
first was repeated 4 times; the second 9.
fixme:psapi:GetProcessImageFileNameA (0x54c, 0x4d0e470, 520) stub
err:ole:CoRevokeClassObject called from wrong apartment, should be called from
800000038
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15384
Summary: Incorrect behaviour when using BIF_RETURNONLYFSDIRS |
BIF_BROWSEINCLUDEFILES
Product: Wine
Version: 1.0.0
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boris.seve(a)drillscan.com
When calling SHBrowseForFolder with both BIF_RETURNONLYFSDIRS and
BIF_BROWSEINCLUDEFILES flags the 'Ok' button is incorrectly disabled when a
file is selected (button is enabled however when a directory is selected)
If only the BIF_BROWSEINCLUDEFILES flag is set the 'Ok' button is correctly
enabled when a file is selected.
AFAIK (and confirmed on Windows XP SP3) the 'Ok' should be enabled when a
directory is selected AND when a file is selected if both flags are set.
This holds true whether BIF_NEWDIALOGSTYLE is set or 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=18578
Summary: Wine reverses big/small icon resources in WM_SETICON
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emwine(a)earthlink.net
Created an attachment (id=21241)
--> (http://bugs.winehq.org/attachment.cgi?id=21241)
Testcase binary and source (VC 6.0 command line for compiling at end of c file)
This could be two bugs, could be one-- I'm not sure. This occurs both in
WM_SETICON, and also when registering a WNDCLASS structure with
RegisterClassEx().
When calling WM_SETICON, wParam indicates whether or not to use the big or
small resource. (ICON_BIG, or ICON_SMALL). Windows reverses these, Wine
doesn't. Running the testcase:
Windows:
icon, then press 'b': get 16x16 IDI_ICON
icon, then press 's': get scaled 32x32 IDI_ICON
Wine:
wine icon, then press 'b': get scaled 32x32 IDI_ICON
wine icon, then press 's': nothing at all
For Wine, you may have to hit 'b' a few times, even restarting the app before
it works-- I don't know why it's flaky.
I noticed this problem because I had ugly icons in my MFC MDI app in Wine, and
realized it was scaling the 32x32 resource instead of using the 16x16 one.
When writing the app, I noticed that CWnd::SetIcon(HICON, BOOL bBig) reversed
the 2nd parameter in reality. Probably Wine just went by the docs and nobody
noticed the docs are reversed from reality.
The other issue that may in fact be the same bug is that the WNDCLASS
structure's icons are reversed as well. I'm thinking it's the same windows bug
responsible for the reversal with the documentation manifesting itself in
multiple places. So it's entirely possible it's just one issue in Wine also
since Wine doesn't reverse them. Running the testcase again:
Windows:
icon: IDI_APPLICATION used (hIconSm)
icon foo: IDI_QUESTION used (hIconSm)
Wine:
wine icon: IDI_QUESTION used (hIcon)
wine icon foo: IDI_APPLICATION used (hIcon)
There's also a question of what happens when you use hInstance instead of NULL
in the LoadIcon() calls, but this bug isn't dealing with that problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25275
Summary: Civilization V needs some msvcp90 functions
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
If you remove msvcp90 from the prefix (or set to builtin), fails on:
msvcp90.dll.??0?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAE@XZ
according to mscodescan, needs about 60 total. I'll attach the list.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28663
Bug #: 28663
Summary: Adobe Reader X help fails to load
Product: Wine
Version: 1.3.30
Platform: x86-64
URL: http://ardownload.adobe.com/pub/adobe/reader/win/10.x/
10.0.1/en_US/AdbeRdr1001_en_US.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 36835
--> http://bugs.winehq.org/attachment.cgi?id=36835
wine-1.3.30-45-ga843ace console output
Clicking on Help in Adobe Reader X fails to launch a web browser and ARX pops
up an error message to check the internet connection.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19191
Summary: Adobe Updater: crashes when installing updates
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan_bwv1987(a)hotmail.com
Created an attachment (id=22186)
--> (http://bugs.winehq.org/attachment.cgi?id=22186)
Crash log, run from a terminal, when installing updates on Adobe Acrobat 9 Pro
Extended
In updating Adobe Acrobat Pro 9 by the option Help/Check for Updates,
Adobe_Updater.exe download updates but it crashes when trying to install them.
The more noticeable error is:
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11096
Summary: Adobe AIR / Adobe Media Player pre 2 installer crashes
during MsiViewExecute
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After working around bug 11094 by doing "wine regsvr32 rsaenh",
the next bug is a crash that is at least near
some MSI code, so I'll risk the MSI maintainer's wrath
and put it in that category :-)
To repeat:
download
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_play…
download http://download.macromedia.com/pub/labs/air/air_b3_win_121207.exe
download
http://download.macromedia.com/pub/labs/mediaplayer/adobemediaplayer_p2_122…
wineserver -k
rm -rf .wine
wine install_flash_player.exe
wine air_b3_win_121207.exe
wine regsvr32 rsaenh
wine ~/.wine/drive_c/Program\ Files/Common\ Files/Adobe\
AIR/Versions/1.0.6/Adobe\ AIR\ Application\ Installer.exe
adobemediaplayer_p2_122007.air
Crashes; +relay,+msi,+msidb,+seh seems to show the exception
happens in MsiViewExecute:
trace:msi:MSI_ViewExecute 0x171f40 0x18e3d0
trace:msidb:UPDATE_execute 0x172310 0x18e3d0
trace:msidb:SELECT_execute 0x1722d8 (nil)
trace:msidb:WHERE_execute 0x19db08 (nil)
trace:msidb:TABLE_execute 0x173268 (nil)
trace:msidb:TABLE_execute There are 2 columns
trace:msidb:TABLE_get_dimensions 0x173268 0x33e8c8 (nil)
0009:Call ntdll.RtlAllocateHeap(00110000,00000008,00000094) ret=7e3779f1
0009:Ret ntdll.RtlAllocateHeap() retval=0018dba0 ret=7e3779f1
trace:seh:raise_exception code=c0000005 flags=0 addr=0x7e35f539
I'll attach a full log.
--
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=11094
Summary: Adobe AIR can't install Adobe Media Player pre 2
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the next bug after bug 10956.
To reproduce, run the script
http://bugs.winehq.org/attachment.cgi?id=9893
Adobe media player prerelease 2,
http://labs.adobe.com/technologies/mediaplayer/install/
install fails.
It's kind of hard to tell, but I suspect it might be that
a crypto provider wasn't found:
trace:crypt:CryptAcquireContextW Did not find registry entry of crypto provider
for L"Software\\Microsoft\\Cryptography\\Defaults\\Provider Types\\Type 001".
... 49000 lines deleted ...
001d:Call gdi32.GetTextExtentPoint32A(00000314,006722f8 "The application could
not be installed because the AIR file is damaged. Try obtaining a new AIR
file",00000064,0033eff4) ret=1027b8cc
--
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=22871
Summary: MinGW gdb crashes when trying to enter commands
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ninevoltz(a)metalink.net
several release versions of gdb from the MinGW project crash when run in Wine,
as soon as you attempt to enter text at the command line it crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15951
Summary: Origin Pro 6.1 / 7.5 / 8.0 - Dialog in contour-plots
unreachable
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
URL: http://www.originlab.com/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederik(a)ietsmet.nl
In Origin Pro 6.1 / 7.5 / 8.0 the dialog for auto-spacing of levels, colors or
linestyles in contour-plots is unreachable.
I followed the tricks given in AppDB to get it to run in the first place: set
dll's msxml3 and msxml3r to native.
Error on the terminal is:
fixme:storage:StgCreateDocfile Transacted mode not implemented.
Steps to reproduce:
1) Create new matrix
2) menu: Matrix -> Set matrix values -> enter "cos(i/4)*cos(1/2)" (or any other
formula giving some nice contour lines) as value for cell(i,j)= -> OK
3) Create new contour plot via menu: Plot -> Contour plot -> Contour - B/w
Lines + Labels
4) Double-click in the middle of the contour plot -> a dialog Plot Details
appears.
5) try to click on one of the headings Levels / Fill / Line / Labels.
In Windows XP you get a new dialog allowing you to set min / max / # of levels
in either linear or exponential spacing (for the Levels-heading-dialog).
In Wine 1.0.1 this dialog does NOT appear at all and the error message above
appears on the terminal 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=15253
Summary: Bitmap Font Problem
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giuseppe.adamo(a)gmail.com
Created an attachment (id=16039)
--> (http://bugs.winehq.org/attachment.cgi?id=16039)
Bitmap Font Test Program
I am actually trying to run under Linux a VB6 windows application for CNC
operators.
Everything works fine, but I have found a problem when using bitmap fonts
(tipically a .FON file type).
It seems that only one character is printed to the screen, the char that is
defined as the 'Default char' in the bitmap font header.
I simplified the problem writing a really small VB6 application that only calls
the font dialog using COMDLG32.OCX.
As you can see, even the standard dialog, when pointing to my font (WTerms1x),
prints the test string using only one character.
To setup the wine environment to run my application:
1) Extract the attached .zip archive (BitmapFonts.zip) in a directory of your
choice.
2) Copy the COMDLG32.OCX control in: ~/.wine/drive_c/windows/system32
3) Point to the above directory and register the activeX control by typing:
regsvr32 ./COMDLG32.OCX
4) Copy the SINGOLO.FON font file in: ~/.wine/drive_c/windows/Fonts
5) Run the registry editor by typing 'wine regedit'
6) Register the SINGOLO.FON font so that wine can see it. Point to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
7) Add a string key named WTerms1x with the value: C:\Windows\Fonts\SINGOLO.FON
Now, from the directory where you extracted BitmapFonts.zip, run the command:
wine BMPFontTest.exe then press the button on the main form.
If the font SINGOLO.FON has been correctly registered, you should see the
standard windows font dialog pointing to the font WTerms1x.
Taking a look at the example text in the dialog, you should notice that the
test string is composed all of the same (wrong) character.
To verify that the .FON file is correct and that probably wine prints only the
'Default char', I have included a bitmap font utility, Fony,
that can help you verify the font and change/check the 'Default char'
attribute.
Fony is freeware and can be downloaded from http://hukka.furtopia.org/
I hope for a reply since that problem 'IS A PROBLEM' for my application.
In the meanwhile ... VIVA WINE !!! :D
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14290
Summary: winhelp: temporary 100% CPU use when loading some help
files
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
When loading some help files, Wine winhelp appears to hang for a while with
100% CPU use.
To demonstrate, download quenzar.hlp from
http://bugs.winehq.org/attachment.cgi?id=14572
and load into Wine winhelp.
CPU usage goes to 100% for about a minute (on my old slow PC), but the help
window does open eventually. There is no delay when opening the same file with
the Windows 95 WINHLP32.EXE under Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17310
Summary: Window looses its top returning from fullscreen and is
undragable from normal means
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=11696
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james.jrp015(a)gmail.com
When <alt-Enter> is used from fullscreen, the window appears in the upper left
and looses the top of the window(cannot drag with mouse noramlly).
It will drag if you hold down alt however.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22966
Summary: Restricted Area game - some graphics issues
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.restricted-area.net/demo.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
The game has problems with character animations, they don't seem to refresh the
screen, so you get a box of "garbage" around the characters some time they
move.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28915
Bug #: 28915
Summary: eclipse complains "'Periodic workspace save.' has
encountered a problem."
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Current CDT
eclipse-cpp-indigo-SR1-incubation-win32.zip
with current Oracle JDK
jdk-7u1-windows-i586.exe
starts up ok, and lets you create a hello, world c++ project,
but then complains "'Periodic workspace save.' has encountered a problem.".
Saving doesn't seem to work properly.
To trace this, best to use taskset -c 1 to avoid thread logs stepping on
each other. One sees
0055:Call KERNEL32.CreateFileW(02fec340
L"C:\\users\\dank\\workspace\\.metadata\\.log",40000000,00000003,00000000,00000004,00000080,00000000)
ret=6d374fbe
0055:Ret KERNEL32.CreateFileW() retval=00000300 ret=6d374fbe
...
0055:Call KERNEL32.WriteFile(00000300,0032b8f0,0000024b,0032b8a0,0032b88c)
ret=6d3752ac
trace:ntdll:NtWriteFile
(0x300,(nil),(nil),0x32b88c,0x32b88c,0x32b8f0,0x0000024b,0x32b7b0,(nil))!
trace:ntdll:FILE_GetNtStatus errno = 22
trace:ntdll:NtWriteFile = 0xc000000d
0055:Ret KERNEL32.WriteFile() retval=00000000 ret=6d3752ac
0055:Call KERNEL32.GetLastError() ret=6daad6ba
0055:Ret KERNEL32.GetLastError() retval=00000057 ret=6daad6ba
0055:Call
KERNEL32.FormatMessageA(00001200,00000000,00000057,00000000,0032b7b0,00000100,00000000)
ret=6daad6d8
0055:Ret KERNEL32.FormatMessageA() retval=00000013 ret=6daad6d8
0055:Call ntdll.strlen(0032b7b0 "Invalid parameter") ret=6d375c62
...
An exception occurred while writing to the platform log
Adding prints, I found that it's the pwrite in NtWriteFile that is returning
an error.
strace -f -o slog taskset -c 1 ~/wine-git/wine eclipse/eclipse.exe
shows
17835 pwrite64(112, "!SESSION 2011-10-27 21:43:57.189"..., 587,
18446744073709551615) = -1 EINVAL (Invalid argument)
17835 pwrite64(113, "\r\n!ENTRY org.eclipse.core.resour"..., 3320,
18446744073709551615) = -1 EINVAL (Invalid argument)
18446744073709551615 is -1. So it seems that java/eclipse is doing a pwrite
to a file at offset -1. kernel32/tests/file.c tests offset writes, but
not with an offset of -1. Sounds like we need a test?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25104
Summary: ChooseFont dialog does not support font size not
displayed in dialog
Product: Wine
Version: 1.3.6
Platform: x86
URL: http://support@securenetterm.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)securenetterm.com
When the Wine ChooseFont dialog is displayed, it adds common font sizes to the
size combobox. If, for whatever reason, the logfont passed to the dialog has a
lfHeight/lfWidth combination that results in a font size not contained in the
font size combo box, it does not get displayed in the font size text box.
In addition, if a user selects a font size not shown in the combo box, the
ChooseFont dialog asks like it was accepted, but in fact just ignores it.
This pertains to both TrueType as well as bitmap fonts. This most common
occurance is with odd font sizes such as 13, 15, etc.
This does not match the action of the normal Windows ChooseFont dialog and
produces unwanted results.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18347
Summary: GdipImageRotateFlip and GdipImageSetAbort aren't
implemented
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dima(a)gmail.com
GdipImageRotateFlip and GdipImageSetAbort are marked "stub" in gdiplus.spec.
Cooliris tries to call them and crashes because of that. When I added stub
implementations, similar to other functions in image.c, it fixed that
particular crash. (Cooliris still dereferences a NULL pointer later, though -
possibly because the GDI+ functions aren't actually implemented. I'm looking
into that.)
If you want to test this, you'll have to set HOMEDRIVE and HOMEPATH first (see
bug 18336).
Btw, what does "@ stub" do? Is there any point in adding that, as opposed to a
dummy implementation of the function?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20208
Summary: Liquid Story Binder - 'z' location broken and window
management issues
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.blackobelisksoftware.com/Downloads/LSBXEins
tall.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thompson_d_(a)hotmail.com
The 'z' location of windows does not appear to be handled correctly - Liquid
Story Binder has several windows which are designed to overlap without docking,
and the main window (that should be in the back) appears in the front. You
have to minimize it to be able to see working windows, but the main window has
all the tools for switching between working windows and opening new files.
Also, it is possible to lose an entire chapter, etc., because the window
becomes inaccessible. I haven't been able to re-create the bug, but I have a
file where chapter two works but chapter one doesn't.
Running the program through the terminal reveals a ton of richedit:fixme's and
a few errors in richedit, but replacing with native richedit DLLs does not
appear to fix the issues above.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26769
Summary: Unable to play mms in Windows Media Player [9|10] with
builtin wininet
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chihchun(a)kalug.linux.org.tw
Created an attachment (id=34097)
--> (http://bugs.winehq.org/attachment.cgi?id=34097)
errror message of wmp9
I have tested both wmp9, wmp10 with buildint wininet
Test procedures
* setup wine bottle
sh winetricks -q ie8 jscript wmp9 l3codecx flash quartz devenum
# WINETRICKS_VERSION=20110402
* start the wmp
export WINEDEBUG="+wininet"
export WINEDLLOVERRIDES="wininet=b;*urlmon=n,b;"
cd "${WINEPREFIX}/drive_c/Program Files/Windows Media Player"
wine "wmplayer.exe" "mms://media-wm.cac.washington.edu/KEXP-Live"
* The debug message shows wmp uses a undocumented flag `400', even removed the
flag checking in dlls/wininet/urlcache.c, the player still not play the mms
stream.
trace:wininet:GetUrlCacheEntryInfoExW
(L"mms://media-wm.cac.washington.edu/KEXP-Live", (nil), (nil), (nil), (nil),
(nil), 400)
fixme:wininet:GetUrlCacheEntryInfoExW Undocumented flag(s): 400
fixme:wininet:FindFirstUrlCacheGroup (0x00000000, 0x00000000, (nil),
0x00000000, 0x33b12c, (nil)) stub
fixme:wininet:FindFirstUrlCacheEntryExW
(L"mms://media-wm.cac.washington.edu/KEXP-Live#", 0x00000000, 0x00000001,
0x0000000000000000, 0x339c08, 0x33b134, (nil), (nil), (nil)) stub
trace:wininet:InternetQueryOptionA (nil) 50 0x33b5c8 0x33b5c4
trace:wininet:InternetGetConnectedStateExA (0x7a55644, (nil), 0, 0x00000000)
trace:wininet:InternetGetConnectedStateExW (0x7a55644, (nil), 0, 0x00000000)
warn:wininet:InternetGetConnectedStateExW always returning LAN connection.
* native wininet, caused Unhandled exception: page fault on write access to
0xb9bec3c1 in 32-bit code (0x006402ef).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28580
Bug #: 28580
Summary: Acclaim Re-Volt: crashes before getting into race
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://games.softpedia.com/get/Games-Demo/Re-Volt.shtm
l
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 23658
Classification: Unclassified
Found while looking at bug 23658. Install, run game, then press enter until the
game tries to get into a race. Will crash after second loading screen.
Backtrace isn't helpful:
Backtrace:
=>0 0x00446ed9 in revolt (+0x46ed9) (0x0076c4cc)
err:d3d:wined3d_device_uninit_3d Something is still holding a reference to
depth/stencil buffer 0x20e5dc8.
ddraw7 game, so should be a fun one to debug :(.
According to that bug, this ran around 1.2 or so, but doesn't for me (though
that may be because of newer drivers or something else..).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23861
Summary: Regression: Adobe Acrobat 7.0 crashes on startup
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Markus.Ueberall(a)gmail.com
After upgrading from wine 1.2-rc7, Adobe Acrobat 7.0 will not work anymore
(both existing and new installation).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25513
Summary: "The program uninstaller.exe has encountered a serious
problem and needs to close." when trying to run the
Wine Software Uninstaller
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cainn(a)iinet.net.au
Full error message is as follows:
"The program uninstaller.exe has encountered a serious problem and needs to
close. We are sorry for the inconvenience.
This can be caused by a problem in the program of a deficiency in Wine. You may
want to check http://appdb.winehq.org for tips about running this application.
If this problem is not present under Windows and has not been reported yet, you
can report it at http://bugs.winehq.org."
This occurs whenever I try to launch the wine uninstaller, either from the link
created in my Gnome menu or by doing "wine uninstaller" in a terminal.
I am running Ubuntu 10.10 and did a clean install of Wine 1.3.9 after
completely removing 1.3.8. I had no problems with the 1.3.8 uninstaller on the
same distro.
I am having no other problems with 1.3.9. All the apps I have installed run as
expected.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11764
Summary: surround 5.1 sound
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iugamarian(a)yahoo.com
Winamp with Winamp AC3 Filter 1.01a performs better than Amarok 1.4.
Also the very old game Starcraft has support for surround.
Therefore please give more importance to the following:
Allow DirectSound acces to Alsa, for the rear left, rear right, center and
woofer speakers.
Yes, Linux does support surround. Use "alsamixer" to deactivate the mute
on the other speakers. Use Amarok, Totem, or their base Xine, to test surround.
You have to go to settings, select Xine Engine and select 5.1 surround (in Xine
you should select first "Master of the known universe" :) )
I am attaching an example of a file that the Xine engine cannot play,
but Winamp with Winamp AC3 Filter 1.01a with integrated dts support can.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28048
Summary: winmm wave tests failing
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On my Ubuntu 11.04 laptop, "make test" reliably fails in winmm
in the wave tests. Judging by
http://test.winehq.org/data/tests/winmm:wave.html
there has usually been one or two machines similarly affected.
trace:mmdevapi:MMDevice_Activate (0x12d110)->(0x686ee9a0,1,(nil),0x141714)
trace:alsa:AUDDRV_GetAudioEndpoint "hw:0,0" 0x12d110 0 0x141714
warn:alsa:AUDDRV_GetAudioEndpoint Unable to open PCM "hw:0,0": -16 (Device or
resource busy)
...
wave.c:659: Test failed: waveOutOpen(1): format=22050x 8x1
flags=50000(CALLBACK_EVENT) rc=MMSYSERR_ERROR(Undefined external error.)
I'll attach a +alsa,+winmm,+mmdevapi,+module 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=21566
Summary: Programs start slower in Wine than in Windows
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Build systems like make rely on cl.exe starting quickly.
To test this, I created a batch file containing
call "c:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat"
echo int x; > empty.c
cl.exe -c -Z7 empty.c
and ran it with time cmd /c foo.bat from cygwin.
On Vista, this takes 0.1 seconds.
On Wine, this takes 0.5 seconds with wineserver already running.
Unsetting DISPLAY, killing wineserver, removing the three registry keys
in system.reg and user.reg having to do with fonts, hiding
/usr/share/fonts/{truetype,type1}, and then starting wineserver
cuts the startup time down to 0.2 seconds.
That extra 100ms per cl.exe doesn't sound like a lot, but might
make some developers less likely to run big build jobs on wine.
+timestamps shows that maybe 12ms are still due to wine's builtin fonts;
this line
trace:file:find_drive_rootA "/home/dank/wine-git/fonts//symbol.ttf" -> drive
Z:, root="/", name="/home/dank/wine-git/fonts//symbol.ttf"
shows up twice, and seems to take 6ms each time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16805
Summary: Adobe Acrobat can't connect to password server
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://adobe.com
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://www.winehq.org/pipermail/wine-users/2009-January/046445.html
a user reported that Acrobat was unable to connect to a
password server when trying to display certain kinds of
restricted access .pdf files.
He sent me one of the .pdf files, and sure enough, network
traffic occurred, but the app reported that networking had
failed. I'll attach a 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=24314
Summary: Everquest 2 Extended - jerky motion unless set to
Extreme Performance
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://everquest.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I have shader model 3 set, and am running on recent (GTX 270 or so)
hardware. If I set Options / Performance / Performance Profile to anything
but Extreme Performance, running through the world is often jerky
rather than fluid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20356
Summary: BewerbungsMaster, a program for helping people with
their applications hangs in several places.
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
URL: http://www.optimale-bewerbung.de/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winecreations(a)trashmail.net
Created an attachment (id=24109)
--> (http://bugs.winehq.org/attachment.cgi?id=24109)
Log of starting the BewerbungsMaster and as well as the Registration process.
NOTE: This Bug is about a german program with glitches. I guess that not much
work needs to be done in order to let this function properly.
The 'BewerbungsMaster' is a program that is intended to help people with
managing their applications (not programs) to companies and whatever other jobs
they might apply for. 'BewerbungsManager' easily stores personal data, style
sheets and actual DIN-Norms in order to help its user generating a perfect job
application and keeping track of their CV and everything that it needed in
order to get the job they want.
I am the owner of a fully working license for the 'BewerbungsManager' and and
enjoy being in close contact to its developer (who honestly does not know that
much about Linux). The program installs without any noticable error (although I
must say that fonts are very small through the install process). And here we
start: Starting it works fine until itb says "Please wait..." - and there it
hangs. Issuing a 'STRG+C' in console mysteriously lets the program continue -
and it WORKS FINE from that point on.
Secondly the registration process hangs and the progress bar stop half way of
completion. Registration is -of course- besides the full functionality of the
program in WINE one of the most important processes for the developer.
I´d like you to analyze the log and find out, why 'STRG+C' has to be pressed
first in order to let it continue. Important places in the log have been
commented. Up until that point reproduction is easy: Download a free trial of
BewerbungsMaster here: http://www.optimale-bewerbung.de/download.php (first
.EXE on the left).
That the checkboxes in BewerbungsMaster do not work properly is considered a
minor bug. Functionality first, please. THANKS FOR TAKING A LOOK!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28790
Bug #: 28790
Summary: No sound with OSS4 in menu and in game in Hellgate:
London
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: HASH.DuOrden(a)gmail.com
Classification: Unclassified
Created attachment 36984
--> http://bugs.winehq.org/attachment.cgi?id=36984
WINEDEBUG=fixme-all log of running Hellgate:London
When using OSS4 (Current git or 4.2 stable) and wine (1.3.30 or current git)
compiled --with-oss.
In Hellgate: London there is no sound any where else starting movies.
I'm also have similar problem with Lord of the Rings Online in game voice chat,
as long as in audio configuration related to in game voice chat playback device
set the one with "(vmix)", there is no sound from team mates, if I set playback
device to main pcm device, one without "(vmix)" in name, I can hear my team
mates perfectly clear.
I thought that these problems related because in log from Hellgate: London
there is a lot of errors related to that it tries to open main pcm device node.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22276
Summary: Driving Speed 2 2.0.8 crashes when starting a race
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://download.cnet.com/Driving-Speed-2/3000-7518_4-1
0830437.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=27213)
--> (http://bugs.winehq.org/attachment.cgi?id=27213)
Driving Speed 2 2.0.8 output
After installing d3dx9 from winetricks, launching Driving Speed 2 and
initiating a quick race yields:
Backtrace:
=>0 0x689ff3c2 IDirect3DDevice9Impl_StretchRect+0x82(iface=0x155070,
pSourceSurface=0x156a70, pSourceRect=(nil), pDestSurface=(nil),
pDestRect=(nil), Filter=D3DTEXF_NONE)
[/home/andrew/wine-git/dlls/d3d9/device.c:1004] in d3d9 (0x00515b70)
1 0x00437012 in drivingspeed (+0x37011) (0x004db7dc)
2 0x00438330 in drivingspeed (+0x3832f) (0x0043c620)
The complete terminal output is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23738
Summary: Kingdom Heroes shows blue screen on startup
Product: Wine
Version: 1.2
Platform: x86
URL: http://kingdomheroes.aeriagames.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After doing "winetricks vcrun2005" to work around bug 23736,
Loader.exe happily updates the game and then launches it.
The game proper puts up a "Loading" screen for 20 seconds, then an
empty blue window, with console output
fixme:quartz:VideoRendererInner_QueryInterface No interface for
{9e5530c5-7034-48b4-bb46-0b8a6efc8e36}!
The tip at
http://forums.aeriagames.com/viewtopic.php?p=6714261
says this happens on Windows sometimes, too, and is caused by playback failure
of movies/kh2_opening.avi, which is a WMP9 file. Moving that file to another
directory got past this problem and let me play the game.
(winetricks wmp9 might be a better workaround if you want to see the movie.)
http://forums.aeriagames.com/viewtopic.php?t=825711#6479403 had a much
longer list of required winetricks, glad it turned out to be simpler than that.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12662
Summary: Ragnarok: Problem restoring window size
Product: Wine
Version: 0.9.59.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winter.blood(a)gmail.com
When running Ragnarok in full-screen mode, if you switch desktops (in Gnome,
not tested in KDE), using ctrl+alt+left or ctrl+alt+right and then switch back
to the desktop with ragnarok, the window size is incorrectly set. This behavior
is not reproducable with alt+tab.
To reproduce:
1) Install ragnarok as per these instructions:
http://appdb.winehq.org/appview.php?iVersionId=928&iTestingId=7119 (The updater
will not work without the SPECIFIC native DLLs listed.) using Ragnarok,
available freely at http://iro.ragnarokonline.com/download/download.asp
2) Disable virtual desktop if enabled.
3) Run setup.exe, select your desktop resollution and check the 'full screen'
checkbox.
4) Run Ragnarok.exe, Press start after patching has completeted.
5) Once the game is started, (under gnome) press ctrl+alt+right to switch
desktop, and then ctrl+alt+left to switch back.
6) The window will be of a smaller size than the fullscreen window, centered in
the middle of the screen.
Outcome:
Game is open, but not fullscreen, and is displayed as a small area in the
center of the screen instead.
Expected outcome:
Game runs, switching to a different desktop and back restores the game to same
settings as before the desktop switch.
Wine build:
Wine-0.9.59 on Ubuntu linux 8.04 (32-bit)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14614
Summary: Devil Mary Cry 4 : Unable to check compatibility for
Format
Product: Wine
Version: 1.1.1
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bellegueulle.damien(a)neuf.fr
CC: bellegueulle.damien(a)neuf.fr
Game will now execute, but displays a black screen.
err:d3d:IWineD3DImpl_IsPixelFormatCompatibleWithRenderFmt Unable to check
compatibility for Format=WINED3DFMT_A16B16G16R16F
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22107
Summary: Civilization 4 Total Realism Mod Crashes on Play Now
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)xnode.org
Created an attachment (id=26948)
--> (http://bugs.winehq.org/attachment.cgi?id=26948)
Log from start up till the crash
Civilization 4 with the "Total Realism" mod crashes the moment you click the
Play menu option. The standard game and Warlords addon work at this point so
the mod must be doing something different to cause the crash.
The backtrace seems to get stuck at step 1 and Wine 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=17129
Summary: Alchemy Mindworks 3D Effects Animation Plugin: Total
three-eyed mutant fridge fungus
Product: Wine
Version: unspecified
Platform: Other
URL: http://www.mindworkshop.com/alchemy/animplugins-
3d1.html
OS/Version: other
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Seen via http://wiki.winehq.org/AppsThatSupportWine
In http://www.mindworkshop.com/alchemy/linux.html
the author has a list of all his software and how well it works on Wine.
He says all of it seems fine except for this 3D plugin.
I haven't tested this myself, but I laughed so hard at the problem
description I figured it deserved a bug report. I'll ask him
to provide more 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=25135
Summary: Hello Kitty Online flickering, screen corruption
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://hellokittyonline.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Once you log in to Hello Kitty Online, it works pretty well at first
glance, except for visual problems with pop-up windows.
For instance, the tutorial window (with a blackboard and a professor)
has nasty flickering and render artifacts.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17457
Summary: Arauna demo crashes after a second or so
Product: Wine
Version: 1.1.15
Platform: Other
URL: http://igad.nhtv.nl/~bikker/files/arauna_sep09.rar
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://ompf.org/forum/viewtopic.php?p=12120 a user complained
that the Arauna demo crashes. The crash is easy to repeat;
it tries to read from 0xffffffff. Since source is provided,
it should be easy for someone to do a debug build and see what's up.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25133
Summary: Account creation screen for Hello Kitty Online can't
submit
Product: Wine
Version: 1.3.6
Platform: x86
URL: http://hellokittyonline.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Once you work around bug 25132, and fill out the account creation screen,
the submit button (named 'sign me up') doesn't do anything.
When you click it, you see the log messages
fixme:msxml:ClassFactory_QueryInterface interface
{342d1ea0-ae25-11d1-89c5-006008c3fbfc} not implemented
fixme:msxml:httprequest_QueryInterface Unsupported interface
{bb1a2ae1-a4f9-11cf-8f20-00805f2cd064}
fixme:msxml:httprequest_QueryInterface Unsupported interface
{cb5bdc81-93c1-11cf-8f20-00805f2cd064}
winetricks msxml3 gets it slightly further.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28655
Bug #: 28655
Summary: Error on Biblio while trying to copy information, in
order to paste it elsewhere
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fmft71(a)yahoo.es
Classification: Unclassified
While using Biblio, a Visual Basic 6 program, an error takes place while trying
to copy and paste info. Biblio exits abruptly
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15357
Summary: Fullscreen applications cannot be minimized
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Fullscreen applications, such as Counter-Strike 1.6 cannot be minimized neither
by Alt+Tab, nor by Ctrl+Esc. You cannot switch to another application. You even
cannot switch to another abpplication by going to another desktop by pressing
Ctrl+Alt+=>. The fullscreen application sdtill holds focus and all the display
area regardless what dektop is currently active.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23036
Summary: Trash appears in WinUAE window when another window is
dragged on top of it
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.winuae.net/files/InstallWinUAE1610.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Older versions of the WinUAE Amiga emulator show a small problem with Direct3D
output. The problem is not present when WinUAE is set to use OpenGL output.
(The current version 2.1.0 of WinUAE does not show this problem. Graphics
handling was reworked in later versions; maybe 2.1.0 uses DirectX 9 calls vs
DirectX 8 or lower for earlier versions?)
When the emulation is paused, dragging another window over the emulation window
trashes the contents of the emulation window. This effect is only visible when
the emulation is paused; otherwise the emulation window is rewritten many times
per second.
Typical usage of WinUAE involves obtaining an Amiga ROM image file. Google for
kick12.rom if you need to...
- Download WinUAE 1.6.1 from http://www.winuae.net/. Direct URL for the
installer is http://www.winuae.net/files/InstallWinUAE1610.exe
- Run the installer.
- Start WinUAE. The settings window appears. Click ROM under Settings->Hardware
and select kick12.rom for the Main ROM file.
- Click Filter under Settings->Host and select Direct3D from the drop-down box.
- Click Start to start emulation and wait for some graphics to appear in the
emulation window. The "Workbench hand" appears on a white background.
- Press F12 to bring up the settings window. This pauses the emulation.
- Drag the settings window (or any other window) over the emulation window.
Notice how the emulation window contents are corrupted. Also notice that if you
activate another window, the emulation window contents are refreshed/redrawn.
- Click in the emulation window and press F12 (to work around Wine bug 10643).
Change the filter from Direct3D to OpenGL in the settings window then click OK
to continue the emulation.
- Press F12 again and drag the settings window over the emulation window.
Notice that this time there is no trashing/corruption.
- To quit, click in the emulation window and press F12, then click Quit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24345
Summary: Button for uninstalling Tunebite is grayed out
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Created an attachment (id=30685)
--> (http://bugs.winehq.org/attachment.cgi?id=30685)
Tunebite Setup
I'm using Wine on Ubuntu 10.04 and wanted to uninstall the Tunebite software,
but the "Remove" button as well as the "Modify" button is grayed out.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16232
Summary: YVD 9.0 Final stops responding after an partially-
undetermined amount of time
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thundernyannyan(a)hotmail.com
It's difficult to explain, but basically after certain events occur while using
this program, a weird graphical glitch may occur for about half a second, and
then YVD will stop responding completely. It's not exactly frozen, because
frozen programs will turn grey, but it doesn't respond to any sort of mouse
click, button press, or any other form of input. The process for YVD is listed
as Sleeping when I check it in the System Monitor, and the only way to close
YVD when this happens is to use End Process.
The only "certain event" that I've been able to determine so far is continuing
to use the program after dueling the same person three times, using the "Soft"
Reset command under the File menu on the duel screen in between each duel. If
you continue to use YVD by using "Soft" Reset or Reset Game (also under the
File menu), YVD will stop responding after some random period of time passes,
although it has always never been under 5 minutes for me so far.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24651
Summary: Automap: Is not determined by the midi-controller
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lenin(a)1nsk.ru
Created an attachment (id=31159)
--> (http://bugs.winehq.org/attachment.cgi?id=31159)
lsusb output
When connecting a MIDI controller Novation Nocturn Keyboard 25, a program it
does not define. ("No devices connected")
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21053
Summary: Problem with XML HTTP 4.0 in msxml4
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spaschukat(a)users.sourceforge.net
Created an attachment (id=25248)
--> (http://bugs.winehq.org/attachment.cgi?id=25248)
+ole output of application
Error in an application that can't use the MSXML2::XMLHTTP40 instance:
err:ole:StdMarshalImpl_UnmarshalInterface Apartment not initialized
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x800401f0
err:ole:create_server class {88d969c5-f192-11d4-a65f-0040963251e5} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {88d969c5-f192-11d4-a65f-0040963251e5}
could be created for context 0x17
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12688
Summary: Cannot run VisiLogic software - Actbar3.ocx error
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maciej.grela(a)gmail.com
Hi
I was trying to run the VisiLogic 6.0.1.3 PLC engineering software on my Gentoo
box (Wine version as above). After solving some issues with missing msado dlls
I`m stuck on the following error message box:
Run-time error '372':
Failed to load control 'ActiveBar3' from Actbar3.ocx Your version of
Actbar3.ocx may be outdated. Make sure you are using the version of the control
that was provided with your application.
-----------
The file Actbar3.ocx exists in Windows/system32 and is installed by the
program. The VisiLogic software can be downloaded from the vendor site:
http://www.unitronics.com/Content.aspx?Page=Downloads
Did someone encounter a similar problem ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19881
Summary: Network connectivity for the SIP client smartvoip not
possible, freezes
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anzil1312(a)gmail.com
Network connectivity for the SIP client smartvoip not possible, freezes. No
voice testing hence carried out.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25021
Summary: Where's Waldo The Fantastic Journey Demo - Sound
Stutters and Game won't launch past Storyboard
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
When launching the game, sound stutters and seems to affect the performance of
the game. Am able to install the game (winetricks ie6 needed), then I can start
the game, create a profile, watch the storyboards, then the game hangs at the
loading of gameplay screen, and sound stutters the whole way through.
I think this game may be playable if the the proper workarounds can be found.
See attachement for module debug log.
Note: the trial expires after 1 hour.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26343
Summary: War Sector complains about the lack of memory or disk
space
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://www.gamefront.com/files/War_Sectorzip/;6785821;
;/fileinfo.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
War Sector complains during initialization in the compiling, At one time I got
past the error message but that was by accident and cannot be repeated.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28108
Summary: urlmon: url.ok occasional test failure: unexpected
call OnProgress_SENDINGREQUEST
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
About one in 15 runs of urlmon's url test failed here with
url.c:1631: Test failed: unexpected call OnProgress_SENDINGREQUEST
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24622
Summary: SolidWorks toolbox browser plug-in fails to register
inside SolidWorks
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Toolbox Browser is SolidWorks part library plug-in. It is a .net30 (WPF)
application.
It can be activated when dotnet30 and many other winetricks are installed (see
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21382)
Standalone application SolidWorks/SldToolBoxConfigure.exe runs and allows part
databases to be configured, but when launched from SolidWorks, it crashes most
of the time ( see attached log ), and almost never allows part browsing and
insertion into assemblies.
Looks like some interfaces are not properly registered...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28622
Bug #: 28622
Summary: alsa under pulseaudio no longer produce sound.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gilboad(a)gmail.com
Classification: Unclassified
Created attachment 36780
--> http://bugs.winehq.org/attachment.cgi?id=36780
WINEDEBUG=+tid,+mmdevapi,+winmm,+dsound,+oss,+alsa,+coreaudio wine vlc.exe
Since the introduction of the new mmdevapi layer, wine / Fedora 15/x86_64 no
longer reliably produces sound.
winecfg sound test does produce badly distorted sound, but that's vlc under a
newly created prefix produces a single note and then dies.
Generate configuration.
Fedora 15, x86_64 running on dual Xeon workstation w/ SB Audigy 2SZ card.
wine 1.3.29 from updates-testing.
- Gilboa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27895
Summary: Audio problems in winecfg and Anarchy Online
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: melirizarry(a)gmail.com
After upgrading from 1.3.24 audio stopped working in Anarchy Online.
Went through winecfg to change settings and winecfg locks up after pressing
"Test Sound" button. Had to kill from console.
Notice this happening last week (7/20/11) when building from git after applying
the mouse move patch 33905 and figured it was my system so I did not look into
it further at that time.
Running Linux Mint 11 64 bit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17931
Summary: Prince of Persia: Warrior Within application ends on
settings change
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
Whenever i change some settings in prince of persia and then say game to save
em, it will pop dialog box to inform me that game crashed and to consult
readme.txt for tech support.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11118
Summary: client side validation for Wine bug reports
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: jeffzaroyko(a)gmail.com
Every now and then some bug reporters report a Wine bug that omits basic
information such as the version of wine being used, instead it is set to
unspecified.
It could be useful to remind people who try to submit the form with the version
set to unspecified by issuing an one time alert that they should set the value
to their current wine version.
A similar thing could be done for the URL field where people could be reminded
to link to a download of the affected application.
I acknowledge that there are other bugs where 'unspecified' may make sense, but
they are not as frequent so the impact should be low.
If the length of the input in the Description box can be taken with JavaScript,
perhaps that could be checked against a commonly large length where people have
pasted logs and a warning issued also.
--
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=14896
Summary: GTA: San Andreas - Ambient Sounds are too quiet (EAX)
Product: Wine
Version: 1.1.2
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ch.nolte(a)noltec.org
In GTA San Andreas which uses EAX the ambient sound (e.g. from cars etc.) is
too quiet in respect to other sounds in the game (e.g. dialog in cut-scenes).
GTASA has no option to disable EAX.
This problem can be solved for this game, when the "normal" processing mode
within dsound.dll is disabled. This can only be done via code (patch is going
to be attached). This is only a workaround which disables dsound3d completely.
I suppose that there are problems in the distance calculation algorithm in
dsound/sound3d.c and possibly in combination with apps using EAX.
BTW: Replacing eax.dll with other dlls from the web does not work. Also, please
see the comments in appdb:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=3780
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17814
Summary: HLMV from Source SDK crashes while starting
Product: Wine
Version: 1.1.17
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=20058)
--> (http://bugs.winehq.org/attachment.cgi?id=20058)
backtrace
To reproduce, open Steam, click Tools on the View menu, install the Source SDK,
launch the Source SDK, launch the Model Viewer. It appears for a moment but
then crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19041
Summary: Winner database client does not work under Wine.
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://baza-winner.ru/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Winner is the most widespread database on real estate market in Russia. It has
a free downloadable client, but it works only under Windows. The client may be
downloaded using this direct link: http://baza-winner.ru/dist/winner5-setup.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18964
Summary: BioEdit: Minimized windows icons become garbaged
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
Minimizing sequence windows inside main program window leave garbaged icons
upon the bottom line making hard to rise them back, specially when more than
one window is minimized. Also the icons cannot be double-clicked having to use
the contextual 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=23377
Summary: Buried in Time demo does not start
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.bigfishgames.com/download-games/8245/buried
-in-time/download.html?channel=affiliates&identifier=a
f9c1234b0c4
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
This requires winetricks ie6 to work around bug 14343.
Nothing visible happens when the Buried in Time demo is started. Two
BuriedInTime.exe processes and one Unpack.exe process is created, and between
them they use 100% of 1 CPU.
Oddly, running Unpack.exe manually from the program directory seems to work
properly, and once it is run the game starts. Apparently, there's a problem
with the way the game invokes this program.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16698
Summary: Sandboxie fails on installation
Product: Wine
Version: 1.1.11
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lleoliveirabr(a)gmail.com
I tried to install Sandboxie http://www.sandboxie.com/SandboxieInstall.exe
program on wine 1.1.11 and got this error message: RegOpenKeyEx (SystemKey):
File not found (2). Look the screenshot 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=18061
Summary: Unity Indie Trial Editor window contents not drawn
Product: Wine
Version: 1.1.19
Platform: Other
URL: http://unity3d.com/unity/download
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=20461)
--> (http://bugs.winehq.org/attachment.cgi?id=20461)
terminal output
following on from bug 18059
Install the application, wmp9, attempt to start it, click Try, the IDE opens
but the window contents are not drawn. Output attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21333
Summary: Orbiter crashes with page fault on read access to
0x03320000 in 32-bit code (0x7cf31860).
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://www.orbitersim.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roland(a)mxchange.org
Created an attachment (id=25680)
--> (http://bugs.winehq.org/attachment.cgi?id=25680)
"bt all" backtrace.
When I start wine as follows I got a "page fault on read access" message in
under-laying terminal window:
======================================================================
quix0r@quix0r:~/.wine/drive_c/Games/Orbiter$ winedbg orbiter 2>debug.log
WineDbg starting on pid 001f
start_process () at /home/quix0r/git/wine-git/dlls/kernel32/process.c:1037
0x7ee4892f start_process+0x4f
[/home/quix0r/git/wine-git/dlls/kernel32/process.c:1037] in kernel32: movl
%esi,0x0(%esp)
1037 return entry( peb );
Wine-dbg>cont
First chance exception: page fault on read access to 0x03320000 in 32-bit code
(0x7d4d9860).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7d4d9860 ESP:00a9df28 EBP:00001000 EFLAGS:00010212( R- -- I -A- - )
EAX:00000008 EBX:00000002 ECX:7c062008 EDX:03320000
ESI:03320000 EDI:7c062008
Stack dump:
0x00a9df28: 7c062008 00000008 00000000 00000008
0x00a9df38: 00001000 00000000 00000001 00000001
0x00a9df48: 00000001 00000300 03320000 7d4d99f8
0x00a9df58: 7c062008 03320000 00001000 00000002
0x00a9df68: 00f81b00 7d4bc480 00000001 7cc6b87e
0x00a9df78: 7c062008 03320000 00001000 00f81b00
Backtrace:
0x7d4d9860: movl 0x0(%edx),%eax
======================================================================
Attached is the "bt all" backtrace. Now comes something wired:
Once I quit the wine debugger console and entered the same (!) command, entered
"cont" like above again, the program launches... :/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15440
Summary: Nikon PictureProject: page fault on read access to
0x00000000 in 32-bit code (0x7c19463d)
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcandre.lureau(a)gmail.com
Created an attachment (id=16310)
--> (http://bugs.winehq.org/attachment.cgi?id=16310)
WINEDEBUG=+trace1,+trace2,-trace3 wine ./NkbPProj.exe &> /tmp/output.txt (as
explained in wiki)
I managed to install PictureProject with wine 1.0 (debian unstable).
When running NkbPProj.exe, however, it report a page fault.
I compiled the git version, and I have still a similar issue.
log attached
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=26062
Summary: "Abashera revamped" fails to run
Product: Wine
Version: 1.3.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
During installation you can see
err:ole:CoCreateInstance apartment not initialised
While running you can see
err:ole:CoGetClassObject class {22d6f312-b0f6-11d0-94ab-0080c74c7e95} not
registered
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22922
Summary: Black and White 2 1.2 slow on WINE, gives GL errors
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cookiecaper(a)gmail.com
Getting ~10 FPS on Black and White 2 with GL error "err:d3d:state_pscale
>>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glPointSize(...); @ state.c /
1511" continually spammed into the console.
Using Wine 1.2-rc2, nvidia 195.36.15, B&W 2 1.2, and GeForce 6150SE.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20480
Summary: Soldier of Fortune II Multiplayer Main Menu won't show
up
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atiitto(a)luukku.com
This problem was already corrected probably in Wine version 1.0.1 according to
Roland Haeder. It has been around at least in 1.1.31 and 1.1.32.
When launching Sof2mp.exe, "Loading..."-text appears normally, but when
entering the menu, text flashes once, but won't go away. Menu is still working:
music is hearable, mouse movements can be heard, etc.
What has been tested:
- Using a Virtual Desktop. (Has worked earlier (1.0.1 case).)
Thought of a possible temporary workaround:
- Playing the intro movies before the menu (if possible). In single player
mode, menus do work, though disabling the movies haven't been tested yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9919
Summary: Microsoft Access Snapshot Viewer 10.0 install fails
Product: Wine
Version: 0.9.46.
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=B73DF33F-6D74-423D-8274-8B7E6313EDFB&displaylang=en
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
md5sum: 2aec4a3c7a1c928deeb7d1e9b8779bb2 snpvw.exe
The installer aborts with "A setup initialization file has been corrupted."
The installer seems to be a win16 app.
--
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=15866
Summary: MechCommander 2: DSERR_CONTROLUNAVAIL errors
Product: Wine
Version: 1.0.1
Platform: PC
URL: http://www.mechcommander.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: georg298(a)gmx.de
Starting the game with
WINEDLLOVERRIDES="dpnet=n" wine MC2Rel.exe -window /gosnoblade /gosusehw
it will display many
FAILED (0x8878001e - DSERR_CONTROLUNAVAIL) - SetPan(0x8fa89a0: 0)
errors. These errors occur each time a sound notification or similar (e.g.
hovering the mouse over a button in the menu or firing a weapon inside the
game) is played.
The reason is the function
IDirectSoundBufferImpl_SetPan
inside buffer.c from dsound dll.
The following code is the reason:
/* You cannot use both pan and 3D controls */
if (!(This->dsbd.dwFlags & DSBCAPS_CTRLPAN) ||
(This->dsbd.dwFlags & DSBCAPS_CTRL3D)) {
WARN("control unavailable\n");
return DSERR_CONTROLUNAVAIL;
}
Is the logic here correct?
Shouldn't "if(!A || B)" really be if(!(A || B)) ?
However the comment "You cannot use both pan and 3D controls" doesn't make any
sense in both cases, I think.
If I change it accordingly, it will work (not display these errors any more):
/* You cannot use both pan and 3D controls */
if (!((This->dsbd.dwFlags & DSBCAPS_CTRLPAN) ||
(This->dsbd.dwFlags & DSBCAPS_CTRL3D))) {
WARN("control unavailable\n");
return DSERR_CONTROLUNAVAIL;
}
Changing it according to the comment to if(A && B) doesn't work.
I hope I provided enough information. I don't really know what I did there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24388
Summary: Exposure crashes while creating exposure image
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://www.nimisis.com/projects/exposure.php
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
this handy little app creates an image out of a webcamcapture or avi-file, as
if you would take a picture with a camera with a long shuttertime.
Steps to reproduce: i did:
1.winetricks allcodecs
2.Run exposure, and choose "From AVI --> Browse"
3. Select an AVI-file , then do "Load from AVI"
It crashes right away; with native avifil32 the crash is gone. There is no
avifil32 component in bugzilla. I'll attach a +relay,tid,+seh 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=27165
Summary: ffdshow A/V config tool: drop-down list doesn't appear
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://sourceforge.net/projects/ffdshow-tryout/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
In ffdshow's audio/video configuration window you can choose which decoder you
want to use for different A/V formats.
A drop-down menu should appear automatically when you select a decoder for the
desired format.
The menu doesn't appear in current Wine.
Actually, there is a way to make the menu appear: press and hold left mouse
button on the selected field (under Decoder tab). While LMB is still pressed,
move the mouse up or down by a couple of pixels.
Workaround: native comctl32.
This 'feature' worked correctly in Wine-1.1.2:
098dc7b3302f39c5500d644615a6f4c37d328ce0 is the first bad commit
commit 098dc7b3302f39c5500d644615a6f4c37d328ce0
Author: Lei Zhang <thestig(a)google.com>
Date: Mon Aug 18 16:05:27 2008 -0700
comctl32: Set listview focus on WM_LBUTTONUP instead of WM_LBUTTONDOWN.
:040000 040000 ab9cd9294cee7fd398296c68872b1661d28953c2
e40db8f62a0588aac662bc68d5f6b1aafe86e42e M dlls
To reproduce the issue in the application:
1) Install the app as usual: at the end of installation choose the option to
run the config tool automatically.
2) Under the Decoder tab select a field (containing either disabled or
libavcodec) >> the drop-down list doesn't appear.
The config tool can also be launched by:
wine rundll32.exe ffdshow.ax configure
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9491
Summary: CListCtrl:GetSubItemRect doesn't work for the label row
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bgp(a)cs.elte.hu
When I call CListCtrl::GetSubItemRect with m_item = -1, it supposed to handle
the label row. It works in windows. Under wine, it doesn't work, ref will
contain garbage.
res = CListCtrl::GetSubItemRect(m_item,m_subitem,LVIR_BOUNDS,ref);
--
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=15083
Summary: ReadConsoleInputW() returns wrong values for CTRL+SPACE
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dg(a)cowlark.com
On the Windows console, if I use ReadConsoleInputW() to read user input and the
user types CTRL+SPACE, wine returns wVirtualKeyCode=VK_SPACE, UnicodeChar=0
where Windows XP returns wVirtualKeyCode=VK_SPACE, UnicodeChar=32.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11627
Summary: Need for Speed 2 SE 3dfx demo fails to start
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.nfshome.com/demos.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
It just prints:
The instruction at 0x00498d32 referenced memory at 0x00000004.
The memory could not be written.
And silently exits after that.
Which it didnt did before:
b22183703f8f77f8e1e32482f34934cadd207963 is first bad commit
commit b22183703f8f77f8e1e32482f34934cadd207963
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Oct 15 22:32:36 2007 +0200
kernel32: Fix GlobalMemoryStatus to take into account the
IMAGE_FILE_LARGE_ADDRESS_AWARE flag.
Also the page file size must not be truncated to 2Gb no matter what
the flag is set to.
:040000 040000 22266407af840ef6a38386a64fdc247e895c66ac
3924caf0140dfbe4bf8aff939710b1517b970e9f M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26317
Summary: AVRStudio 4 installation package is unable to install
the program reporting that the application is already
installed
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wike.svk(a)gmail.com
CC: bunglehead(a)gmail.com
AVR Studio 4 installation package is unable to install the program. It shows
the message that program is already installed.
The installation file can be found at:
http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2725
(requires registration before download)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22013
Summary: Secret of Monkey Island - Special edition: fails to
run with OSS sound driver
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
With alsa, works (though sometimes stutters, depending on acceleration
settings).
With OSS, however, fails to run, saying:
'Your machine failed to meet the minimum specification requirements.
Code: Sound device failed to initialize or not found.
Application will now exit.
OK'
Terminal output attached, though there's nothing sound related AFAICT.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28195
Summary: Atlantice Online: Starting launcher changes screen
resolution (dual screen)
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexander.stein(a)informatik.tu-chemnitz.de
I have a dual screen setup (using nvidia twinview) and when I start Atlantica
Online my screen gets resized to only 1 monitor.
xrandr output:
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 2560 x 1024
default connected 1280x1024+0+0 0mm x 0mm
2560x1024 50.0
2048x768 51.0
1600x600 52.0
1280x480 53.0
1280x1024 54.0*
1024x768 55.0
800x600 56.0
640x480 57.0
Setting the screen back using xrandr -s 0 everything if fine and Atlantive runs
in widow mode without problems.
If you have some idea or a patch to test, give me a hint.
I'm using the git master.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24943
Summary: Entropia.exe has encountered a serious problem and
needs to close
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: realwholename(a)yahoo.com
After running Entropia's Client Loader (which does the final step (settles the
TOU) of Entropia's installation process), launching Entropia.exe gets "The
program Entropia.exe has encountered a serious problem and needs to close".
I do have both d3dx9_34 and ie6 installed via winetricks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.