http://bugs.winehq.org/show_bug.cgi?id=20513
Summary: Family Tree Maker 2006 crashes when importing a GEDCOM
file
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neil.sheed(a)gmail.com
Created an attachment (id=24431)
--> (http://bugs.winehq.org/attachment.cgi?id=24431)
Trace log of error
At the end of the GEDCOM import process (File - Append/Merge - select GEDCOM
file). File is imported successfully ("There were no warnings or errors
generated during import.")
Application then tries to create a backup file - on clicking ok the application
displays a dialog "A serious internal error has occurred. Please quit and then
restart Family Tree Maker."
Terminal window shows:
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:storage:StorageImpl_Commit (0x216be0 1): stub
... repeated 4 times
fixme:storage:StorageImpl_Commit (0x1f3320 1): stub
... repeated once
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:htmlhelp:HTMLHelpW HH case HH_CLOSE_ALL not handled.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18144
Summary: Rainmeter skin backgrounds are not transparent (Kwin &
Compiz)
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: miketrml(a)gmail.com
Created an attachment (id=20607)
--> (http://bugs.winehq.org/attachment.cgi?id=20607)
Rainmeter's black background in a virtual window. The black border is also
evident on the desktop.
I have looked throughout the database to find one or two workable programs
similar to this bug. I will list them here within this bug report as no listed
bug specificly deals with Rainmeter's issue.
Rainmeter is a program which displays various GUI elements within Windows,
featuring system information neatly displayed in a varying array of skinned
elements, whether they be text, abstract graphic, anime, or otherwise.
The program installs itself with no issue. The skin loads given the nature and
workaround of bug 18142, a GDIPLUS-related issue in which Winetricks will
install.
The problem is presented upon actually having loaded a skin. The background
appears to be virtually black, and upon changing the program's transparency
from an option within Rainmeter, the black background also changes transparency
with the skin, allowing the wallpaper behind it to show through.
When initially clicking on the window, the black background goes transparent
for a half a second or so and then reprints the black background. Also, no
matter if you're using Compiz or Kwin under KDE 4.2.2, this is a problem
persisting in it's existance.
10091 is a similar bug to this, but this problem persists under Kwin as already
stated. Secondly, the bug also exists regardless whether or not Rainmeter is
loaded within a virtual 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=20811
Summary: query.c:224 Test Failed: IDirect3DQuery9_GetData a 2nd
time on a ended query returned 00000001
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
Looking at the wine test results for the following test:
query.c in the d3d9 tests directory...
hr = IDirect3DQuery9_GetData(pQuery, data,
IDirect3DQuery9_GetDataSize(pQuery), D3DGETDATA_FLUSH);
ok(hr == S_OK, "IDirect3DQuery9_GetData on a ended query returned %08x\n",
hr);
hr = IDirect3DQuery9_GetData(pQuery, data,
IDirect3DQuery9_GetDataSize(pQuery), D3DGETDATA_FLUSH);
ok(hr == S_OK, "IDirect3DQuery9_GetData a 2nd time on a ended query
returned %08x\n", hr);
the MSDK says the following :
IDirect3DQuery9::GetData
Polls a queried resource to get the query state or a query result. For more
information about queries, see Queries (Direct3D 9).
Return Values
The return type identifies the query state (see Queries (Direct3D 9)). The
method returns S_OK if the query data is
available and S_FALSE if it is not. These are considered successful return
values. If the method fails when
D3DGETDATA_FLUSH is used, the return value can be D3DERR_DEVICELOST.
The test fails with :
query.c:224: Test failed: IDirect3DQuery9_GetData a 2nd time on a ended query
returned 00000001
which is a S_FALSE (1) which just means the data is not available... which
according to the MSDN site is an ok value to return... and is a success.
Also reading the MSDN the D3DGETDATA_FLUSH is supposed to flush the query so
the value its returning is ok...
So If I am understanding the above code the first one should return a S_OK
saying that it flushed the query code.... Then the second call should return a
S_FALSE because the query has nothing in it.....
Stephan said in Dev list :
I guess its fine to accept this result then. I think the original motivation
behind these tests was that HL2 called GetData() more than once and this raised
GL errors - the query code now filters such calls out to prevent calling bad GL
calls. My guess is that its ok to modify the test to accept both results. Ie,
ok(hr == S_OK | hr == S_FALSE, "...");
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16433
Summary: impossible to ignore a runtime assertion
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mauro(a)linux.ca
I have a program that after ignoring an assertion works perfectly on windows...
In wine it could probably be the same but the assertion dialog misses the
ignore button having only OK and Cancel
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14899
Summary: Quicken One Step Update fails - 'com error'
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: headofbucket(a)gmail.com
Created an attachment (id=15470)
--> (http://bugs.winehq.org/attachment.cgi?id=15470)
Console output for com error.
Quicken 2008 Update 7 crashes when attempting to do one step update with a
message 'com error'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17560
Summary: Mercury Mail SSL/STARTTLS does not work
Product: Wine
Version: 1.1.16
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: admin(a)linux-tstephenson.com
When trying to make a connection to the Mercury v4.62 server via POP3, SMTP or
IMAP4 the STARTTLS function error out with the following error:
10:56:18.275: Connection from 127.0.0.1, Sat Feb 28 10:56:18 2009<lf>
10:56:18.336: << * OK linux-tstephenson.com IMAP4rev1 Mercury/32 v4.62 server
ready.<cr><lf>
10:56:18.337: >> A1 CAPABILITY<cr><lf>
10:56:18.338: << * CAPABILITY IMAP4rev1 STARTTLS AUTH=PLAIN X-MERCURY-1<cr><lf>
10:56:18.338: << A1 OK CAPABILITY complete.<cr><lf>
10:56:18.339: >> A2 STARTTLS<cr><lf>
10:56:18.339: << A2 OK Begin SSL/TLS negotiation now.<cr><lf>
10:56:18.340: 20: Error -3 creating CryptLib session.
10:56:18.345: --- Connection closed normally at Sat Feb 28 10:56:18 2009. ---
10:56:18.345:
This is very similar to the Pegasus Mail bug 14797 since both are using the
same crypto library.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13608
Summary: Test tool on windows makes XP completely reboot
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://test.winehq.com/data/0b6acfbce7b0bf2aedb5176bfa95
9edc3f0d74f6/
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saintk(a)specialattack.net
CC: saintk(a)specialattack.net
Running this test;
Main summary for build 0b6acfbce7b0bf2aedb5176bfa959edc3f0d74f6
Results in a full system reboot at my end.
This is what i can capture from my windows event log;
Faulting application d3d9_test.exe, version 0.0.0.0, faulting module d3d9.dll,
version 5.3.3790.3959, fault address 0x000a488a.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Any additional info;
OS: Windows XP x64 SP2
Hardware used;
Asus Maximus Formula
Unknown 350GB Sata disk
Asus EAX1950XTX PCI-E
4GB DDR2 Geil RAM @ 800MHz
Everything is clocked default (no overclocking applied). System runs stable
during stability tests both on the GPU and CPU.
If any more information or testing is required don't hessitate to contact me.
Only 'downside' i don't know anything about debugging of any kind. Neither am I
an active wine user. I just ran the test because i do support the idea behind
the project.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16600
Summary: Ventrilo starts having a long delay after some time
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thgreasi(a)uth.gr
Some times Ventrilo (after random time passed) starts having a long delay to
transmit & receive the voip stream. If you restart Ventrilo the problem gets
fixed for a while. I'm using Ventrilo without PushToTalk while playing warcraft
3: TFT but the same problem have occured to me even when I was not running
anything else.
Extra notes:
*I run the linux version of Ventrilo Server on my PC.
*The transmit & receive delay has an average Round Trip Time of 10 seconds when
it occurs.
I'm using Ubuntu 8.10
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18319
Summary: Sony Vegas Movie Studio Platinum 9.0a: video preview
doesn't work
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://www.sonycreativesoftware.com/products/vegasfamily
.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nobange(a)poczta.onet.pl
This program is the only one movie editor I found working kinda good on Linux
with Wine. But it has a few issues, the main toolbar looks weird, audio plugins
registry entries must be deleted from registry or the app desn't launch, and
the major issue is the preview function, which doesn't work at all. I can live
without audio plugins, but preview is necessary for normal work. Preview window
shows only solid color, sometimes it changes a bit when you move through the
clip on timeline, but it never shows the content of the clip. It's very
difficuilt to make movies without preview function, you can rely only on
screenshots from the preview. Screenshots saved to disk show what preview
should show - the really content of the clip with all used effects, transitions
etc.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18085
Summary: Dexon Console doesn't start with WINE
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: correo.cuervo(a)gmail.com
Created an attachment (id=20504)
--> (http://bugs.winehq.org/attachment.cgi?id=20504)
Copy of terminal contents from the starting process
I've installed Oracle Support for Dexon, NET Framework as base for Dexon
Console ... the installation process has ended sucessfully.
But, when I'm tryng to start the Dexon Console program ... it doesn't start.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22019
Summary: Large black rectangles flicker in and out on some
games in Steam
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Several times a second, a large rectangle (usually the same one depending
on the game or screen) flickers to black. This is pretty annoying.
This happens on Braid Demo and Call of Duty 2, but not on Portal: First Slice
or Total War: Napoleon, all tested under Steam.
It does not happen on the non-steam version of Braid Demo
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19614
Summary: Multiplayer in Total Annihilation using native
directplay dlls locks up after game completes.
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hughperkins(a)gmail.com
When playing a multiplayer game in Total Annihilation using native directplay
dlls, the program locks up at the end of a game.
This doesn't prevent the game being played, but it would be nice to fix.
Note that this is using the directplay dlls from microsoft, rather than those
that come with wine, following the instructions at
http://wiki.winehq.org/DirectPlayGames.
Bug http://bugs.winehq.org/show_bug.cgi?id=4066 documents that wine does not
implement an appropriate directplay itself for Total Annihilation at this time.
Mostly I'm creating this new bug just to document it for now in the appdb for
total annihilation.
Note that this issue is touched on in the comments for bug
http://bugs.winehq.org/show_bug.cgi?id=11130 , but it is not the original bug
that that bug report refers to.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14881
Summary: Rainbow 6 - Vegas 2
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cruiseoveride(a)gmail.com
Created an attachment (id=15442)
--> (http://bugs.winehq.org/attachment.cgi?id=15442)
Calltrace
Rainbow 6 - Vegas 2 Crashes with:
x:\Perforce\bishop\CodePcPort\UnrealEngine3\Development\External\framework\gear\private\src\thread\ms\thread.cpp(324)
: ASSERT FAILURE: Ret()
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14067
Summary: Virtual desktop window refreshing
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Hi,
(Using Ubuntu 8.04, GNOME desktop, Wine 1.0)
This is a question about virtual desktop mode.
When the virtual desktop window is minimised then restored, or brought to the
front after being covered by another window, Wine appears to tell the Windows
applications to refresh their windows. (At least, on my old slow system I
notice buttons etc. being redrawn - restoring the virtual desktop window is not
instantaneous.) Is that correct? Surely it would be better for compatibility
and speed if Wine caches the whole virtual desktop bitmap when the window is
not visible, so it can be instantly displayed when the virtual desktop window
is restored/revealed. Could some Windows programs assume that if they are the
only window on the desktop, that they don't need to refresh their window
imagery?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16564
Summary: Please implement OleCreatePropertyFrame
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: w41ter(a)gmail.com
fixme:ole:OleCreatePropertyFrame
(0x30094,0,0,(null),1,0x32fabc,1,0x32fa9c,0,0,(nil)), not implemented
(olepro32.dll)
I get that message when I use a stock charting program that's implemented
as an ocx application. The message appears when I right-click on a chart
to call a popup menu.
I really can't use the program without that popup menu, so I'd be truly
grateful if one of you wine wizards would do this.
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=24062
Summary: Starcraft app do not recognize
DirectDrawRenderer=opengl in VIA k8m800 chipset
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damarper(a)gmail.com
I'm trying to play Starcraft but the game is just too slow. Change the registry
to DirectDrawRenderer=opengl doesn't help.
Thank you!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17959
Summary: SplashID crashes with fixme:commdlg:GetFileName95 Flags
0x00800000 not yet implemented
Product: Wine
Version: 1.1.18
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)askneil.com
Created an attachment (id=20306)
--> (http://bugs.winehq.org/attachment.cgi?id=20306)
full output from wine app crash
I was trying to get splashid working with wine. Splashid installer
is available from:
http://www.splashdata.com/splashid/download/standalone.htm
The installation worked fine. I tried to import data from an
existing splashid instance. As the import was happening I
got this error:
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
wine: Unhandled page fault on read access to 0x00000022 at address 0x412bae
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000022 in 32-bit code
(0x00412bae).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:00412bae ESP:0033cb9c EBP:00000000 EFLAGS:00010246( - 00 -RIZP1)
EAX:00a77e48 EBX:00000000 ECX:00000000 EDX:00000000
ESI:00000000 EDI:00a77f4c
(I've added the full trace as an attachment)
I am running wine-1.1.18, linux 2.6.27, gcc 4.3.3, on a gentoo box.
Splashid had an identical crash when trying to restore as it did while
importing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18227
Summary: HL2 Ep2 / Portal: Massive slowdown in some areas
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
Entering certain areas in Portal or HL2 Ep2 lets the game slow down big time.
The slowdown is accompanied with these FIXMEs:
fixme:d3d_surface:surface_load_ds_location (0x1587a8) Not supported with fixed
up depth stencil
fixme:d3d:fixed_get_input Unsupported input stream
[usage=WINED3DDECLUSAGE_POSITION, usage_idx=1]
fixme:d3d:fixed_get_input Unsupported input stream
[usage=WINED3DDECLUSAGE_NORMAL, usage_idx=1]
I suspect this is triggering by the game trying to use vertex tweening.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18137
Summary: Checkpoint installer dies when running fwkern.exe
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ashogunnamedmarcus(a)yahoo.com
Created an attachment (id=20593)
--> (http://bugs.winehq.org/attachment.cgi?id=20593)
Entire checkpoint install log file
Checkpoint VPN client does not successfully complete installation. I checked
out the install log, things seem to be going well until the installer attempts
to run 'fwkern.exe'. This results in errors like "Failed to INetCfg" and dumps.
I've attached the whole damn log which includes a few install attempts.
Thanks and let me know if I can be any 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=10382
Summary: Tribes 2: must double-tap for in game chat
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spock128(a)gmail.com
When in game, the chat keys must be pressed twice after the first use.
For example, I can press 'u' (global chat) once to bring up a text entry box to
say something in the global channel (correct operation). After that, I must
hit 'u' twice to bring up the text entry box. In-game console shows the error:
DInputDevice::syncKeyboardState - DIERR_INVALIDPARAM
Switching out of the game window and back will reset the condition - it works
for first use then must hit twice.
--
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=14764
Summary: MissionForce Cyberstorm demo crashes on startup
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.fileplanet.com/11494/10000/fileinfo/MissionFo
rce:-CyberStorm
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=15274)
--> (http://bugs.winehq.org/attachment.cgi?id=15274)
+relay,+seh,+tid
Crashes on startup. +relay,+seh,+tid 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=11727
Summary: Mouse button events generated by a window's app are not
propagated to X server
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gideon.wine(a)gmail.com
Created an attachment (id=10969)
--> (http://bugs.winehq.org/attachment.cgi?id=10969)
Patch to send mouse button events to the X server
winex11.drv uses XWarpPointer to send mouse movements to the X server. Mouse
button events are not sent. If a pointing device device communicates directly
with a windows app running in wine, the user will be able to move the mouse
pointer, but button presses will only work on windows controlled by wine.
The attached patch adds calls to send mouse button events generated by a
windows application to the X server. The way this is done is similar to the way
it is done in the Synergy client - by using XTestFakeButtonEvent
(see http://synergy2.sourceforge.net/).
Requires libXtst.
This bug might also resolve bug 7032.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21654
Summary: Implement CLSID_DestinationList
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Windows 7 introduced a new interface to customize the taskbar menu of an
application. Steam uses it.
We should consider writing a stub implementation.
http://msdn.microsoft.com/en-us/library/dd378402%28VS.85%29.aspx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18052
Summary: Cannot install VMware Instrastructure Client 2.5 with VM
Update option
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)doty.ru
1. Run installer (https://77.108.91.66/client/VMware-viclient.exe)
2. Check "Install VMware Instrastructure Update Service" option
3. Click Next, Next, Install
4. Error "The wizard was interrupted before VMware Infrastructure Client 2.5
could be completely install" appears and installer breaks.
After second try of same install, I get "The installation directory is not
writable. Please select another location or ajdust Access Control List." error.
Without "Install VMware Instrastructure Update Service" checked option all
everything happens ok.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17721
Summary: RTG Bills reports dates incorrectly in bills for date
formats (locals) not US
Product: Wine
Version: 1.1.15
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mstuff(a)read.org.nz
This is a bit of a major that I'm unsure whether is a bug with RTG Bills or
WINE... But, here's a workaround/fix for it below.
My local is New Zealand, my default language is LANG="en_NZ.UTF-8" with dates
expressed "days / months / years" (like most of the world).
Setting the dates in RTG Bills to my format results in any dates in the form
"days / months / years" that make sense expressed as "months / days / years"
being expressed as "months / days / years". For instance: 10th March 2009
(10/3/09) is expressed on bills as 3rd October 2009 (3/10/09)!!!
A workaround/fix seems to be to set the environment variable $LANG to
LANG="en_US.UTF-8" and then set the date format in RTG Bills to be expressed as
"days / months / years". RTG Bills provides a "test" facility to check that
date formats are sane for the system local settings, if this facility is used
it will report that the format is "insane" and change it back to the "months /
days / years" format. The answer is not to "test", but simply leave the format
"untested" as "days / months / years" and save the setting. RTG Bills then
seems to report dates correctly in its bills.
So, my command to execute RTG Bills is:
env WINEPREFIX="/home/myhome/.Rtgbills" LANG="en_US.UTF-8" wine
"C:\Program Files\Rtgbills\rtgbills.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=17432
Summary: Lan hosting/listening not working in warcraft iii.
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: whellmundv(a)gmail.com
I thought warcraft was one game that ran as fluent as if it was native, or so I
thought then. Today I've found myself experimenting for the second time how
running this masterpiece from wine prevents me from enjoying a nice lan game
with my friends, using both macintosh and windows systems.
I don't know why, but I guess that is the reason for which I encounter myself
writing this, at this precise moment: I think you will help me solve this--I
believe, uncommon--problem.
Please let me know which information do I need to post here, because I know not
with accuracy.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19765
Summary: Bricscad has slow performance
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricardoperry(a)gmail.com
Created an attachment (id=23142)
--> (http://bugs.winehq.org/attachment.cgi?id=23142)
Bricscad Option menu
When doing realtime pan and zoom with large drawings it takes too long to
refresh the screen.
Probably related to WINGDI driver.
In other Intellicad software ZWCAD the realtime pan and zoom works ok.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15320
Summary: GammonEmpire closing playing window.
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zetagi(a)yahoo.com
GammonEmpire software when you close playing window program close whole
program.
Normally you will go to main 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=22587
Summary: rFactor needs virtual desktop emulation enabled
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darius(a)dons.net.au
Created an attachment (id=27716)
--> (http://bugs.winehq.org/attachment.cgi?id=27716)
error log
rFactor doesn't work unless virtual desktop emulation is enabled.
See error log..
This is running on Mac OS X 10.6.3 (Snow Leopard) on a Core i5 MBP. Wine was
built form macports (wine-devel)
I'm happy to try patches, or generate more logging!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21574
Summary: Minitab 15 do not load
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: duriem(a)gmail.com
Created an attachment (id=26019)
--> (http://bugs.winehq.org/attachment.cgi?id=26019)
error appeared by minitab when opened
hi I just installed wine in the easy way as appear in youtube.
Everything worked perfect, I tried to install Minitab, run great all the
installation process, but when it opens appear a window saying that " the
program Mtb.exe has encountered a serious problem and needs to close..
have any idea how to solve it?
thank you
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18261
Summary: S103 animation problem
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20784)
--> (http://bugs.winehq.org/attachment.cgi?id=20784)
Wine 1.1.20 +loaddll
S103 is an Open University application.
Part of the application plays embedded animations with a voice-over.
Under Windows XP, these play fine. Under Wine, an error message is shown
stating: "Could not create or use window."
Under Windows XP a small window opens title "Profiling Display" the first time
it is run, and then the animation continues.
Under Wine, with +loaddll, this is output:
fixme:mciavi:MCIAVI_mciStatus Unknown command 0000400E !
fixme:mciavi:MCIAVI_mciSet MCI_SET_ON: seek_exactly
fixme:mciavi:MCIAVI_mciRealize (0001, 00020002, 0x13b9a86) : stub
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\iccvid.dll"
: builtin
trace:loaddll:free_modref Unloaded module
L"C:\\windows\\system32\\mciavi32.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\msvfw32.dll"
: builtin
trace:loaddll:MODULE_LoadModule16 Loaded module "TB50CMP.DLL" : native
Upon clicking on the stop button for the animation, a new window is shown
stating: "The media resource is not open. Try using "mmOpen" before this
command."
The application uses the Toolbook 5.0 Runtime.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20377
Summary: MacOS LANG=xyz wine winecfg does not switch
language/locale
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Hi,
on my Mac, LANG=C or LANG=fr_FR.UTF-8 wine winecfg has no effect at all, unlike
a Linux machine. winecfg's texts are always displayed in German.
locale -a lists a lot of locales. "LANG=C ls -l" reacts instantly.
OTOH, going to the Mac system preferences and moving French or English upfront
manages to switch the language in winecfg (and Terminal.app and others), the
next time it's started.
For the purpose of Wine, I believe the local LANG setting should be obeyed, not
the desktop session setting.
Note that I have no idea how to start Wine outside of a Terminal.app context
(no Wine[Helper].app here). So LANG is always set when I start Wine in the
shell.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18332
Summary: Window background not drawn correctly.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bstein(a)unm.edu
Created an attachment (id=20875)
--> (http://bugs.winehq.org/attachment.cgi?id=20875)
Screenshot of the problem.
With Kaleidagraph 4.0 certain windows are drawn funny. The normally grey
background is drawn with whatever is behind the window when it is first opened.
Moving it around doesn't change the background. Nothing shows up with winedbg
or on the console, but I have little to no experience with wine debugging.
Attached is screenshot of the problem.
Please let me know what other debugging information might 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=18054
Summary: Very big fps drop when recording in fraps
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
Recently i've tried to record ingame video using fraps via wine and i've
encountered very huge fps drop (from 105 to 15) which is definitly caused by
some sort of bug because on windows box this drop is nowhere so drastic.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19996
Summary: XCardIssuer fails to run properly
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: taupter(a)gmail.com
Created an attachment (id=23531)
--> (http://bugs.winehq.org/attachment.cgi?id=23531)
Error messages, stack dump, register dump and backtrace
When I run the progam, a window pops up with the following message:
Program Error
The program CardIssuer.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 or 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
and then another window:
Application Error
Exception EExternalException in module ntdll.dll at 0002C538.
External exception C0000025.
Platfort it ran fine: Windows XP SP2 32bits.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15321
Summary: Yugioh Virtual Desktop 9.0 RC1 crashes upon loading
Product: Wine
Version: 1.1.4
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thundernyannyan(a)hotmail.com
Created an attachment (id=16154)
--> (http://bugs.winehq.org/attachment.cgi?id=16154)
Terminal Output log
This program creates a "Run-time error '445': Object doesn't support this
action" as soon as the interface loads. The download comes with several .dll
and .ocx files, most of which do not seem to come pre-packaged with Wine 1.1.4
(the only one I can remember which wasn't new was oleaut32.dll, but there may
have been one or two others).
I've tried moving these files into Wine's system32 folder and running the
program both with and without having those files set as Native Then Builtin.
The only difference I found was that setting oleaut32.dll as Native Then
Builtin causes the error message to change to "Run-time error '-2147467259
(80004005)': Automation error." Whether this means the problem is with the
oleaut.dll file itself, a combination of files, or something else entirely, I
have no idea.
Here are the links to download the required files:
YVD 9.0 Beta 12 (contains all the base files necessary to run):
http://www.xerocreative.com/yvd9prefinal.zip
YVD 9.0 RC1 Test Build 5 (contains two files which must be used in place of the
Beta 12 files): http://xerocreative.com/YVD9rc1b5.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=22615
Summary: X3 TC all text becomes readtext....
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chrisneilbrown(a)gmail.com
Created an attachment (id=27796)
--> (http://bugs.winehq.org/attachment.cgi?id=27796)
X3 readtext
X3 Terran conflict 2.5
Everything starts off fine
But after I save the game all the text turns in readtextxxx-yyyy
Some widgets stop showing up and the game becomes unplayable
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21491
Summary: pcmet: FTP-Transfer fails with error "9" regression
Product: Wine
Version: 1.1.34
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=16825
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
CC: robertshearman(a)gmail.com
Sorry for posting this so late,
but since wine .34 pc_met fails to download data from the internet. wine .33
worked perfectly. I just did a quick regression test and this came up:
---
99d9983b6146e4b6bc99c2ef1b602ec805dbc96a is first bad commit
commit 99d9983b6146e4b6bc99c2ef1b602ec805dbc96a
Author: Rob Shearman <robertshearman(a)gmail.com>
Date: Wed Nov 18 00:17:46 2009 +0000
oleaut32: Fix memory leaks in ITypeInfo_fnInvoke.
:040000 040000 ed7b8443ebc047540b4ef52c51c04c396160492b
5941942ae303c760ba6cfe45f89e2b90dbd79128 M dlls
---
The application fails with a short MessageBox: "An error occured while
transferring data! [GETFILE]\nSubscript out of range\n9Continue anyway?
[YES]/[NO]" (translated from german)
This bug cannot be reproduced using the demo, as recent weather data can only
be downloaded using username/password after payment. Sorry.
Thank you, John
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14671
Summary: HCA fails to communicate with LynX-10 module through
COM-1, gives error pop-up
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Cobra176(a)chartermi.net
Created an attachment (id=15126)
--> (http://bugs.winehq.org/attachment.cgi?id=15126)
Screenshot of the error dialog
Marrick Ltd. Home Control Assistant (HCA) fails to communicate with a LynX-10
module connected to COM-1, returns an error pop-up window [see image
attachment]
This error occurs when in hardware setup, clicking the Test button for the
device. The device is specified manually-there is nothing implying that there
was any actual communication with the device. Activity lights did not come on
with the LynX-10. The software cannot perform its task without communicating
with the interface.
This does not occur within native Win98SE. The device is indeed connected to
serial port 1 and is powered up.
Background info:
LynX-10 is an X10 interface used for home automation for sending digital
messages through AC lines to turn various devices on and off, dim lights, etc.
with computer control. It connects using a serial port, is powered off the AC
and has an activity light for serial exchanges.
http://www.hcatech.com/
The software is designed to interface with a variety of interfaces; each
interface needs specification as to what COM port it is attached to. Next to
each interface on the setup dialog is a Test button. When this Test button is
clicked the dialog described above occurs.
The attached log starts from startup of the program, which runs quite smoothly
until the explicitly-marked parts.
Machine info:
kubuntu 8.4, up-to-date (as of Jul 27 2008)
2 serial ports, 1 plugged into LynX-10, second is free.
No special serial port software installed on linux end.
Windows version mode is "use default"
The following DLLs are overridden with no benefit:
comcat
comctl32
comdlg32
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23438
Summary: Dora the Explorer shows EExternalException in
ntdll.dll
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
This bug applies to "Dora the Explorer Click & Create! The BIG Red Chicken", an
educational CD-ROM for young children which is "Made with Macromedia" and
"Powered by Vividas" according to logos on the case.
It is part of a series of at least 48 discs. Assuming the others use the same
runtime/code, they will probably all show the same problem.
Search Google for "dora the explorer click create" (without the quotes) and the
first result is a page with pictures of 48 CDs.
On running AutoRun.exe from the CD, a Vividas icon appears at the bottom left
(this is in virtual desktop mode), then Wine shows a Program Error dialog box
"The program main.exe has encountered a serious problem and needs to close.
...". On dismissing that, an Application Error dialog box appears, "Exception
EExternalException in module ntdll.dll at 0002EA68. External Exception
C0000025."
Console output begins:
$ wine AutoRun.exe
$ err:ole:CoGetClassObject class {00000507-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:create_server class {00000507-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:CoGetClassObject no class object {00000507-0000-0010-8000-00aa006d2ea4}
could be created for context 0x5
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7b836822 (thread
001f), starting debugger...
First chance exception: 0xc0000025 in 32-bit code (0x7bc3ea68).
After reading bug 20326, I used "winetricks mdac28". Running AutoRun.exe then
gave a dialog box "OLE Error 80040154."
After "winetricks jet40", AutoRun.exe (which runs main.exe) exits silently,
with this console output:
$ wine AutoRun.exe
$ err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not
registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10}
could be created for context 0x1
fixme:systray:wine_notify_icon unhandled tray message: 4
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22710
Summary: Shockwave 11 installation of compatiblity components
do not work properly
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.adobe.com/support/director/ts/documents/kb4
03195/Director11_Whitepaper.pdf
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yuhongbao_386(a)hotmail.com
CC: yuhongbao_386(a)hotmail.com
Shockwave 11 support installation of "compatiblity components" as described in
the whitepaper linked. As mentioned in the white paper, it is a version of
Shockwave 10 installed side by side. It is automatically invoked when no
playerVersion is specified or if playerVersion is specified to be 10. If it is
not installed, it is automatically downloaded and installed as described in the
white paper. Unfortunately, in Wine, this do not work properly and cause
Shockwave to freeze at "Installing compatiblity components". Workaround is to
install Shockwave 10 manually.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18492
Summary: Lord of the Rings Online: game does not register
unmodified mouse clicks on objects in the world
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bentron.winehq(a)gmail.com
After a fresh start, mouse clicks register as expected. Some time later, the
game no longer registers unmodified (ie, without holding Ctrl or Shift) mouse
clicks on objects in the game world such as players, NPCs, corpses, or resource
nodes.
Mouse clicks, with or without Ctrl or Shift, function normally on most of the
UI elements. Moving items in inventory, interacting with menus, clicking
buttons on quickbars, buying/selling at a vendor, etc work as expected.
Right clicking on chat tabs, player portrait, companion portrait, and possibly
other items should open a context menu, but does not after the bug presents
itself.
Left clicking players, NPCs or objects in the game world to select them as the
active target does not work. However, if floating names are displayed,
clicking on the NPC/object/player's floating name does work to target.
Right clicking a corpse, resource node, or interactable item (such as a quest
object or door) does not work. However, holding shift and right clicking does.
In the case of a corpse or resource node, it functions to "auto loot" (loot
all items without confirmation). In the case of a quest object or door, it
functions as a normal right click should (presumably because this is no action
associated to shift+right click for such objects).
Holding left or right click while moving the mouse functions as expected to
move the camera and player character. Hovering the mouse over
players/NPCs/objects in the world does highlight the object as well.
This bug may be related to Bug 17267 (
http://bugs.winehq.org/show_bug.cgi?id=17267 ).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19117
Summary: Magic Jack Phone Software/Device fails to work in wine
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://www.magicjack.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=22076)
--> (http://bugs.winehq.org/attachment.cgi?id=22076)
dialog box
When plugging in my magic jack device it mounts in winecfg as drive E: to
/media/PHONE, when right clicking on autorun.inf it comes back with a dialog
stating file not found.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18205
Summary: mapi:MAPISendMail produces extra slashes before mail
address
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=14768
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boeser.wolff(a)web.de
While testing Mankind its bug reporting tool (Debug.dll) is launched due to a
crash.
The email address generated has extra slashes:
"\\bugs(a)mankind.net" instead of "bugs(a)mankind.net"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17900
Summary: RenderTargetLockMode=disabled required for playable
display
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)araneidae.co.uk
On at least two games (Thief 2 and Jedi Knight Dark Forces II, I've not tried
others of this vintage yet) unless the key Wine/Direct3D/RenderTargetLockMode
is set to disable the game display is completely unplayable.
Of course, disabling this key has undesirable side effects: in JKDF2 the HUD is
overlaid by the game display, in Thief2 the in game menu is unusable -- but
this must be a strong clue as to what is going wrong here.
I've tried setting this key to default, readtex, texdraw, textex, and in all of
these cases the effect is a sort of upside-down shimmering stripes. This
visual effect may be a side effect of what's really going on, because any
attempt at a screen shot capture either a good image or an upside down image.
I think what is actually happening is that the image is constantly alternating
between upsidedown and rightside 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=23309
Summary: Altium Designer CAMtastic does not display CAM files
properly
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnvoltz(a)gmail.com
Created an attachment (id=29058)
--> (http://bugs.winehq.org/attachment.cgi?id=29058)
Screen shot
CAMtastic CAM/gerber viewer in Altium Designer (all versions 2004-2009) does
not display files properly. Drawing elements are sometimes scaled wrong or do
not refresh in the view, zooming and scrolling is also badly broken.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22074
Summary: Anarchy Online crashes when window is dragged out of
desktop or when switching workspaces
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://anarchy-online.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan-vola(a)hotmail.com
Anarchy Online crashes in windowed mode under certain conditions:
Metacity:
Crashes when dragged partially off of workspace
Compiz:
Crashes when dragged partially off of workspace
Crashes when changed workspace
Does not crash in 3d cube view (Leads me to believe it is a problem with a
render optimizer)
Tested with 1.1.36, 1.1.38, 1.1.40 (PlayOnLinux prefix, wineprefixcreate is the
only command I could find to create a prefix, and it is deprecated)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16017
Summary: Counter Strike Source Stutters
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nheinen(a)gmail.com
Hardware: AMD X2 3800+ nVidia GF 6600GT 128MB
Kernel 2.6.27
Wine 1.18
Drivers 177.80 nVidia
Description:
The games runs smooth 60+ fps otherwise. When this bug occurs the screen
stutters/hitches/freezes and sounds will repeat(usually a grenade being thrown
or exploding seem to be commond sounds that play when this happens). This can
last from 1 to 5 seconds. The Hud will often redraw. After this the game is
playable again but occurs frequently, every 2-3 rounds of play. This occurs on
all maps while playing online. It occurred on both 64bit and 32 bit builds of
linux.
There doesn't seem to be any meaningful output from the console.
This bug does not occur using windows operating system on my hardware. It only
occurs when using wine. I think it is related to this.
http://half-life.wikia.com/wiki/Source_Engine#Stutter
heres a whole webpage dedicated to it
http://www.blep.net/hl2stutter/
I have tried dxlevel 7 8 and 8.1
In winecfg audio acceleration Full, Standard, and Basic
I've tried all the suggested solutions on the second url 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=9468
Summary: Mortal Kombat Trilogy crashes
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rchayster(a)gmail.com
Created an attachment (id=7810)
--> (http://bugs.winehq.org/attachment.cgi?id=7810)
output
I have Mortal Kombat Trilogy, patched to version 1.1. The game crashes on
startup. When I run $ wine MKTRILW.EXE
The wine outputs:
err:wgl:X11DRV_wglGetProcAddress (wglMakeContextCurrentARB) - not found
err:wgl:X11DRV_wglGetProcAddress (wglGetCurrentReadDCARB) - not found
fixme:win:EnumDisplayDevicesW ((null),0,0x33f688,0x00000000), stub!
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x125ce0) : stub,
simulating 64MB for now, returning 64MB left
And just stucks there. When I press ctrl+c wine outputs this and quits:
The program encountered a problem at address 00432252 and cannot continue
I'm putting the WINEDEBUG=+all debug log here as an attachment. It's the last
1000 lines.
--
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=20012
Summary: Implement HalGetBusDataByOffset for the
PCIConfiguration BusDataType
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Created an attachment (id=23551)
--> (http://bugs.winehq.org/attachment.cgi?id=23551)
Scren capture showing example code working
With the fix http://bugs.winehq.org/show_bug.cgi?id=19966 SIV
(http://rh-software.com/) no longer crashes when run under Wine, however none
of the PCI Bus reporting actually works. As an experiment I wrote some code to
read the PCI confutation data from "/sys/bus/pci/devices/0000:bb:dd.f/config"
where bb:dd:f are the Bus, Device and Function numbers (the Device and Function
are bits 7...3 and 2...0 of the slot number. The attached screen shot you can
see I was able to read the data what HalGetBusDataByOffset() should return. I
actually did this using the Windows API functions using the following code:
if( ( fhl = CreateFile( file_name,
GENERIC_READ,
FILE_SHARE_READ | FILE_SHARE_WRITE,
NULL,
OPEN_EXISTING,
0,
NULL ) ) != INVALID_HANDLE_VALUE )
{
if( ReadFile( fhl, data, sizeof( data ) &len, NULL ) )
{
...
}
CloseHandle( fhl );
but I would expect the Unix/Linux Native API should be used were this to be
implemented. I am concerned that different Unix/Linux systems may have
different device names, but looking at the lspci source there seems to be a pci
library to address this. I could try and work-a-round this within SIV, but as
SIV would probably not be able to use the Unix/Linux pci library that solution
would be less portable than implementing a solution within
HalGetBusDataByOffset() within Wine. For systems where this data could not be
returned then the current return of 0 (PCI Bus does not exist) would be made.
Note that in the case of the Bus existing and the slot being empty a return of
2 is 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=17618
Summary: winecfg does not set drive type correctly for Local Hard
Disk choice
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lordhavoc(a)ghdigital.com
The Drives panel in winecfg has a Type: dropdown which allows Auto-detect,
Local Hard Disk, Network Share, Floppy Disk, or CD-ROM to be chosen for each
drive.
Each of these sets a registry value, except for Auto-detect and Local Hard Disk
which simply remove the registry value for the respective drive.
Local Hard Disk should set the registry value for the drive to "hd".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23915
Summary: wine freeze game, when is switched to VT[1-6]
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.okias(a)gmail.com
So scenarion is:
KDM -> failsave session (clear session with xterm) -> "wine hl.exe -game
cstrike"
Game runs, everything work. When I do CTRL-ALT-F[1-6], then sound in buffer is
played over again (it's really annoyng) and game is stopped, until is restored
Xorg
(not sure, what effect it have on multiplayer, but I wasn't kicked from server,
so probably not much serious)
Solution:
I expect that wine application/games, should continue in run even when is used
VT.
This problem occured in all tested wine versions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20746
Summary: Bug with bibleworkshop 4.4 loaded with wine on Ubuntu
Karmic
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.bibleworkshop.net
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lgimelfarb(a)gmx.ch
Created an attachment (id=24815)
--> (http://bugs.winehq.org/attachment.cgi?id=24815)
Print screen of the failure
Msg after closing program : BClient.dll must close and wenn I open the
programme again, the registration of the product key have to be enter again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21563
Summary: Risiko! Digital does not start
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lucak3(a)gmail.com
Created an attachment (id=25985)
--> (http://bugs.winehq.org/attachment.cgi?id=25985)
Rsisiko! Digital console log
Using wine-1.1.37-230-g3ed5df1 and a clean prefix
I tried to launch the game directly from its directory, but it does not change
anything: i issue the command to load the game and almost instantly closes.
I did not use winetricks.
It seemed to me that installation went correctly, but i will attach the setup
log in a second.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20335
Summary: Uninitialised memory reference in
X11DRV_DIB_SetImageBits()
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I think this is one of the first valgrind warnings
I ever ran into in wine, and it's still here.
Nowadays Wine gives better warnings, so it's a little
easier to see where these are coming from.
Running chromium's base_unittests.exe (and probably
lots of other apps) in valgrind yields this warning:
Conditional jump or move depends on uninitialised value(s)
at XcursorImageHash (xlib.c:294)
by XcursorNoticePutBitmap (xlib.c:365)
by _XNoticePutBitmap (CrGlCur.c:202)
by XPutImage (PutImage.c:1042)
by X11DRV_DIB_SetImageBits (dib.c:3670)
by X11DRV_SetDIBits (dib.c:4040)
by SetDIBits (dib.c:361)
...
Uninitialised value was created by a client request
at RtlAllocateHeap (heap.c:187)
by X11DRV_DIB_SetImageBits (dib.c:3543)
by X11DRV_SetDIBits (dib.c:4040)
by SetDIBits (dib.c:361)
...
Presumably adding HEAP_ZERO_MEMORY to the allocation
at dib.c:3543 would do the job, but maybe there's a
smarter way.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20508
Summary: F/A-18 PSF Mouse control stops working in 3d view
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bgoodwin91006(a)yahoo.com
The mouse works correctly in all menus. On entering the 3D cockpit view, it
works correctly for a few seconds; long enough to take-off. In flight, the
control becomes less and less responsive. The plane noses down and crashes.
Using a joystick instead of the mouse works correctly but I prefer mouse
control because it's smoother and there's no convenient place to put the
joystick with my small desk and chair. The mouse control works correctly under
WindowsXP.
The problem has been the same for a long time (several years.) and through a
steady migration from Fedora 3 to my current Fedora 11.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20807
Summary: SolidWorks 2008 can't render parts
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cdavis(a)mines.edu
Created an attachment (id=24921)
--> (http://bugs.winehq.org/attachment.cgi?id=24921)
Wine 1.1.32-641-ga7bfd6d Log +wgl on Mac OS X
When you create a part, SolidWorks attempts to create a bitmap GL context to do
offscreen rendering. The call to SetPixelFormat() on the bitmap DC fails,
however, because the depth of the pixmap (32) doesn't match the depth of the
visual that winex11 chose (24). (You can add a trace to
create_bitmap_glxpixmap() to see this for yourself.) SolidWorks, however, does
not check the result of SetPixelFormat(), expecting it to succeed, so it goes
ahead and tries to create a GL context. This fails because no pixel format is
set in the DC. As a result, no rendering of parts is done.
I've attached a log showing what happens. There's a second issue that is
demonstrated by that log, so I'm going to file another bug shortly.
I think this is somehow related to Roderick Colenbrander's Xrender patches,
given that we're dealing with a 32-bit pixmap (which wasn't possible until
Xrender support was added).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20808
Summary: SolidWorks 2008 displays a black screen
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cdavis(a)mines.edu
Created an attachment (id=24922)
--> (http://bugs.winehq.org/attachment.cgi?id=24922)
Wine 1.1.32-641-ga7bfd6d Log +wgl on Mac OS X
Like I said in bug 20807, there's a second issue with SolidWorks' rendering. If
you get past the issue in bug 20807, you see only a black screen when it tries
to render parts. I will once again attach the log from bug 20807.
>From reading the log, it seems like SolidWorks is looking for a particular
pixel format. First it tries the pixel format it got back trying to create a
bitmap context earlier. Then it enumerates every pixel format supported by the
driver. Failing that, it tries to create a bitmap context anyway, but fails
because once again no pixel format is set in the DC.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19871
Summary: Cusom CWnd component redraw flicker
Product: Wine
Version: 1.1.28
Platform: PC
URL: http://www.jtagtest.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)hinner.info
See bug: http://bugs.winehq.org/show_bug.cgi?id=17394
Window repainting is flickering under Wine. Native Win32 works fine (or at
least I cannot see anything). Can provide "closed" source code of the component
to person who will be dealing with this stuff.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16069
Summary: VC6 debugging not working
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kresander(a)yahoo.com
I have used Wine to compile and run fairly large programs (more than 75 source
files and 2GB, 5GB of source code). Background is available in my post at Wine
User's forum under title Cannot install Visual C++ version 6.0 (VC6). My last
reply in the thread is this:
+++ begin +++
So far, I have tried four projects from Windows to Linux/Wine. All compiled
using VC6 on Wine and ran ok the first time. The two largest contained 78 and
105 cpp files with approximate source file sizes 2GB and 5GB.
Features used:
GUI: most standard and extended controls via dialog calls/macros
and CreateWindow, various window positioning/resizing functions,
messageboxes
GDI: most except paths
CHARS: most functions defined by <tchar.h>
FILES: fopen,fread, fwrite, ftell, fseek, fclose, _findfirst,
_findnext, _mkdir, remove, _tunlink
MEMORY new,delete and most memory and <string.h> functions.
Did not use MFC or ATL frameworks, just plain, Windows API functions
and as few of these as I could manage.
Did not use Windows file and directory functions.
Did not use c++ exception handling
Did not use Windows memory allocation function or older mallocs.
BUT
could not get the debugging to work.
1. on entry to the Windows main program:
int PASCAL WinMain( ...)
{
WNDCLASS wc;
MSG msg;
int a = 1; // for testing debug
int b = a + 1 ; // testing debug
hmodule = fhInstance ; <<< put breakpoint here
Values of variables a and b were reported as unknown expressions.
2. a little bit further into WinMain at call to CreateWindow for
main window:
hwndmain = CreateWindow( "GenericAppClass", ....
The program entered CreateWindow, but never returned.
Does debugging work, or have I entered unchartered waters?
+++ end +++
I don't write bigger and more resource-demanding programs than those mentioned
above. The VC6 compiled these with ease, ran without a single glitch and the
IDE behaved as I was used to see it. With debugging working there is no reason
for me to be on Windows any more. Have wanted to leave for years.
VC6 is an excellent product (too good to be Microsoft) and it now seems it can
offer cross-development on Linux. Really worth pursuing in my view.
You can reach me at kresander(a)yahoo.com.
Best regards
Ken Resander
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22137
Summary: [3CX Phone] app does not work with Wine on Mac 10.6
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nareshkv(a)gmail.com
App 3CX Phone is installed fine.
Upon running it throws following error logs:
fixme:tapi:lineInitialize (0x8487f0, 0x0, 0x4f9a54, (null), 0x32ed54): stub.
fixme:tapi:lineSetAppPriorityA (3CX Phone.exe, 00000004, 0x0, 00000001, (null),
00000001): stub.
fixme:tapi:lineRegisterRequestRecipient (0x0, 00848450, 00000001, 00000001):
stub.
err:ntdll:RtlpWaitForCriticalSection section 0x20c40b8 "?" wait timed out in
thread 001d, blocked by 000b, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x20c40b8 "?" wait timed out in
thread 0009, blocked by 000b, retrying (60 sec)
fixme:wave:wodDsCreate DirectSound not implemented
fixme:wave:wodDsCreate The (slower) DirectSound HEL mode will be used instead.
fixme:wave:widDsCreate DirectSoundCapture not implemented
fixme:wave:widDsCreate The (slower) DirectSound HEL mode will be used instead.
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:mmio:MMIO_ParseExtA No . in szFileName: "MenuPopup"
err:mmio:MMIO_ParseExtA No . in szFileName: "MenuCommand"
wine: Unhandled exception 0xc0000409 at address 0x1fd8ae4 (thread 002e),
starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19761
Summary: RollerCoaster Tycoon: Wrong background colour in some
menus.
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
Created an attachment (id=23139)
--> (http://bugs.winehq.org/attachment.cgi?id=23139)
In-game screenshot depicting the problem
The game RollorCoaster Tycoon (with the Loopy Landscapes add-on) shows a wrong
background colour (see attached image) in a menu, where all occurred events are
logged. The colour shouldn't be the green but the grey you see in the
background of the ride menu in the lower left corner.
Testsystem:
- AMD Athlon XP (1.2GHz)
- 1.5 GB RAM (DDR)
- ATI Radeon R300 (with the radeon driver, v6.12.2)
If you need further information, feel free to ask.
Kind regards,
Kai Wasserbäch
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16006
Summary: Problem getting 'Wordtalk' Addin working in MS Word 97
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://www.wordtalk.org.uk
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: graemebruce(a)aspects.freeserve.co.uk
Created an attachment (id=17211)
--> (http://bugs.winehq.org/attachment.cgi?id=17211)
Output following boot up of Word97 and click on Wordtalk configure icon.
Trying to run Wordtalk with Word 97 on an Asus Eeepc (Xandros) through Wine
1.0.
Both Word and Wordtalk appear to install satisfactorily and the Wordtalk
tooolbar appears in Word. However on clicking icons on the bar nothing works. I
have set oleaut.dll to native and installed riched20 and riched30 from
Winetricks. This seems to enable the Visual Basic Editor but still can't get
the macros in Wordtalk to run.
Wordtalk is an addin which is extremely imporatnt for dyslexic users. It
'echoes' text and reads the spellcheck list. I am very keen to get this running
for school pupils in our area so priority is quite high! Anny help most
welcome.
A log of console output is attached, following boot up of Word and click on the
'configure' icon on Wordtalk tooolbar (black spanner)
I've tried using Word 2003 instead - similar results. Would prefer to use
Word97 because the Asus Eeepc has limited hard disc space so a compact
installation is preferable.
Word 97 was installed with the 'typical' installation option and the 'full'
version of Wordtalk was used. The Wordtalkstartup utility is installed and
working correctly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21652
Summary: Fritz 11 (ChessBase) got wrong pieces displayed after
a while
Product: Wine
Version: 1.1.37
Platform: x86-64
URL: http://chessbase.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxcvs(a)email.it
Created an attachment (id=26145)
--> (http://bugs.winehq.org/attachment.cgi?id=26145)
errors log
After 1-2 minute of playing the pieces are displayed as in the screenshot.
I've attached a screenshot and a log of the 'errors' occurring.
The play before that weird displaying is good. The engine loads too.
My system is debian testing on x86-64. wine 1.1.37.
The icons on the menu are crappy too. They're crappy since the start of the
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=17334
Summary: Ethernet card emulator
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sudheerss(a)gmail.com
I have a Win app which needs a license to run. The license needs to verify the
mac-id of the machine on which it is installed. So, when I start the app, I get
the message - "No ethernet adapater is found on this machine". I know that the
app is correctly installed since it almost opens up, but gives this message and
then ends. Is there a way in Wine to 'trick' the app and pass a desired value
of the mac-id, so that the app can then run? All that the app needs is a
mac-id.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10016
Summary: age of wonders 2: the application does not get any mouse
input
Product: Wine
Version: 0.9.45.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=8746
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sick_soul(a)yahoo.it
Input from the mouse does not seem to reach the application.
I tried running the application's setup program,
switching between mouse in "color mode", "black & white" mode
and "software mode".
The colorful surface that represents the mouse pointer shows on the top-left
part of the screen, but does not move in response to mouse movement.
I tried running with a native dinput.dll, but there was no difference.
Therefore I set WINEDEBUG=dinput, and saw nothing in the trace.
I don't know which WINEDEBUG values to try in this case.
I was not sure which component to pick from the list, and I went with
x11driver, but I have no idea if the issue is really there.
--
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=18979
Summary: Installation of Microsoft SQL Server Express crashes
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
URL: http://www.microsoft.com/downloads/details.aspx?Family
Id=7522A683-4CB2-454E-B908-E805E9BD4E28&displaylang=en
#filelist
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukass(a)etek.chalmers.se
Created an attachment (id=21856)
--> (http://bugs.winehq.org/attachment.cgi?id=21856)
Backtrace from crash
The installer crashes after the first "Unpacking files" dialog. This is with a
completely clean wineprefix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12528
Summary: You can resize the WinMerge dialog vertically on Wine,
but not Windows
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://winmerge.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
1. Install and run WinMerge
2. Press Ctrl+N to create a new document
3. Enter some text in the "Untitled right" pane
4. Press the close button
This will bring up the "Save modified files?" dialog.
5. Resize the dialog
On windows, you only see the left-right resize mouse pointer and can only
resize on the x axis. Using Wine, you can resize along the y axis and the
remainder of the dialog window is drawn black.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10085
Summary: Adobe Bridge CS2 complains that it can't start due to
licensing restrictions
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
I'm testing the Adobe Bridge that comes with the Photoshop CS2 trial. On
Windows during the 30 days or trial this application works. It shows the same
message when these 30 days passes.
--
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=16832
Summary: Hinterland fails to run, wine reports Unhandled page
fault to NULL
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Rincebrain(a)gmail.com
Ubuntu 8.10 x86_64, using the budgetdedicated.com wine 1.1.12 package.
I attempted to run Hinterland, and it eventually resized the window it had
spawned to about 1280x1024, displayed the company logo, then abruptly
transitioned to a bright white screen. At the same time, horrible static
started blaring from my speakers.
Clicking anywhere in the window resulted in the Unhandled page fault on write
access to 0x00000000 noted in the summary.
I will shortly be attaching the console output and 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=18689
Summary: Wine serial-handling consumes 100% CPU when using
USB->Serial-converter
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: henjac(a)gmail.com
Created an attachment (id=21403)
--> (http://bugs.winehq.org/attachment.cgi?id=21403)
Patch from december 2008 solving the bug
Ubuntu 9.04
Wine 1.1.22
SeaClear II v1.0.0.196
USB-GPS: GlobalSat BU-353 USB (pl-2303-driver in linuxkernel)
Symptoms:
When running the above combo Wine consumes 100% of available CPU. If I start
without GPS everything is as is should (no obsessive cyclestealing)
The app works in both scenarios but obviously something is not quite right in
how Wine handles the USB-Serial-converter.
(This behavior is also verified in VectorLinux 6.0)
I found a patch for it:
http://www.nabble.com/serial-04-04%3A-fix%3A-WaitCommEvent()-does-not-work-…
The above patch solves my problem.
However, the latest version of Wine I managed to apply the patch to is 1.1.17.
Could a developer take a look at the patch and if possible integrate it into
the Wine-sourcetree.
/Henrik
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16584
Summary: chaostheory music lack of drums
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: y.salnikov65535(a)gmail.com
In chaostheory demo by Conspiracy music have no drums and some other 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=13632
Summary: ShipSimulator 2008 freezes after start playing
Product: Wine
Version: 1.0-rc3
Platform: PC
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=13616)
--> (http://bugs.winehq.org/attachment.cgi?id=13616)
Default logfile from demo version
The game (demo and retail likewise!) do freeze after I have started a game. It
doesn't depend on if I choose the only one mission in demo or try to sail
arround in free mode with the retail version. The game is saying "Loading: 0%"
in the screen and no more.
Additionally I have found out some strange things like missing menu entries in
selection boxes and the sea surface has a lot lines over it (looks like the
mesh lines to me). Attached is a default log file. I will add a relay log
shortly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10212
Summary: Microsoft Crimson Skies crashes after startup
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.microsoft.com/games/crimsonskies/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8829)
--> (http://bugs.winehq.org/attachment.cgi?id=8829)
relavant portion of +all log
Microsoft Crimson skies goes to a white screen and the debugger launches when
the mission is started.
--
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=18289
Summary: wine gets some wrong charcodes on some keyboard mappings
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jurgis.pralgauskis(a)gmail.com
wine gets some wrong charcodes on some keyboard mappings
for example if You set Lithuanian keyboard mapping
$ setxkbmap lt
$ LANG=lt_LT.UTF8 notepad
and press "9" (not on numeric keyboard, but on laptop)
you get "8" :/
more "fun" happens with NotePad++ or MS Word
http://appdb.winehq.org/objectManager.php?sClass=version&iId=13427&iTesting…http://appdb.winehq.org/objectManager.php?sClass=version&iId=2735&iTestingI…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23300
Summary: Overgrowth crashes immediately on launch
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: qense(a)ubuntu.com
The game 'Overgrowth' is currently still in alpha, but preorderers can download
the alphas already.
A Linux version is planned, but waiting for a library to be ported to Linux.
Meanwhile Linux users are encouraged to use Wine. All alphas I have tested
(from a78) up to and including the latest a83 release crash.
When you launch the a83 release you have to wait for a few seconds until a
window pops up called 'Phoenix', a Wine debugger window, and a warning dialogue
telling the application crashed. That's all.
A lockfile can be found in the data directory that Ovegrowth places in the data
directory at ~/Wolfire/Overgrowth/lockfile, but apparently there is an issue
with that, according to a fixme.
Previously I got errors telling me that configuration text files in a(nother)
data directory didn't exist, even though one of the two was there and creating
the other didn't help. That issue is gone now, but maybe some of the issues
with the data directory are reamining.
The command " env WINEPREFIX="/home/{username here}/.wine" wine
C:\\windows\\command\\start.exe /Unix /home/{username
here}/.wine/dosdevices/c:/users/{username here}/Start\
Menu/Programma\'s/Overgrowth/Overgrowth.lnk" has this result:
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub!
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000413", 0001: stub!
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
wine: Unhandled exception 0xc000000d at address 0x80000023:0x7814e785 (thread
001c), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21425
Summary: Logitcech quick cam driver and logitech kb driver give
installation errors
Product: Wine
Version: 1.1.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmcfarland(a)dslextreme.com
Created an attachment (id=25803)
--> (http://bugs.winehq.org/attachment.cgi?id=25803)
Wine backtrace file
I am trying to install lws110.exe and lgps304.exe on to my wine installation
and I am getting installation errors.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21923
Summary: winedbg should not called himself recursively
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann(a)droneaud.fr
While trying to debug wine built with llvm/clang, I've found an annoying
behavior of winedbg : if it fails with an unhanled page fault, it spawn another
instance of winedbg, which will do the same, endlessly.
Wine should be able to detect such failure in winedbg and abort, crash, core
dump, whatever, but not spawn more and more instance of winedbg.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19635
Summary: KnightOnline version 1742
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://knightonlineworld.gamersfirst.com/download_clie
nt.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 10wattmindtrip(a)gmail.com
Created an attachment (id=22910)
--> (http://bugs.winehq.org/attachment.cgi?id=22910)
Initial Download attempt
The Launcher.exe will not update. It gives the error: "The central directory
was not found. If you're opening a multi-disk archive, make sure you have
inserted the last disk. Retry?" and "Archive open failed"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23710
Summary: mech3.exe critical error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jlewellen1371(a)gmail.com
Hi i am new to Linux running Ubuntu 10.4 on a Comaq presario 2500 realy like
the system just try to run some old game that i like one is Mech Warrior 3 from
Micro prose for windows 98 got it to install with sound turned to low but when
i start the program the graphics goes very large and it quites with mw3.exe has
performed a critical error and i have to restart
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17191
Summary: Ep I Racer: missing elements in graphic
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://downloads.pcworld.com/pub/new/fun_and_games/actio
n/racerdemo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: plamen_h_x(a)yahoo.com
Created an attachment (id=19090)
--> (http://bugs.winehq.org/attachment.cgi?id=19090)
missing
here is white, partially transperant position number of racer pod's ahead
player,
that never appear in wine. Look at screenshot for 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=23910
Summary: When I'm trying to configure Wine I receive this
message
Product: Wine
Version: 1.2
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lagentsecret(a)yahoo.com
Created an attachment (id=30020)
--> (http://bugs.winehq.org/attachment.cgi?id=30020)
When I'm trying to configure Wine I receive this message
When I'm trying to configure Wine I receive this message
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23297
Summary: Closing Altium Designer PCB view (while using DirectX)
causes error
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnvoltz(a)gmail.com
Closing a PCB view in Altium Designer 2009 causes an exception error popup
window:
Access violation at address 2028E466 in module 'wined3d.dll'. Read of address
00000014 at 2028E466.
Altium Designer continues to execute correctly after dismissing the error
window, but opening subsequent PCB views causes more errors, eventually
crashing the app with
err:d3d:delete_gl_buffer >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from
glDeleteBuffersARB @ buffer.c / 105
The error only happens if using DirectX mode in the PCB view, or when viewing
the PCB in 3D.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19803
Summary: Lord of the Rings Online crashes when loading if
Texture Detail is set higher than Very Low
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.codeweavers.com/compatibility/browse/name/?
app_id=2869;tips=1
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sandalle(a)sourcemage.org
>From "Crashing While Loading" on
http://www.codeweavers.com/compatibility/browse/name/?app_id=2869;tips=1:
"If you are experiencing crashing while changing zones, there is a fairly
simple fix. Before you change zones, reduce your texture quality to very low,
then proceed to the next zone."
The less memory a computer has the more likely this seems to happen. Works fine
at Very High on the same box with Windows 7 (64-bit) and Windows XP (32-bit).
WINE 1.1.27.
nVidia driver 190.18
nVidia Corporation G98 [GeForce 9300M GS] (rev a1) 512Mb (on first computer
w/4G RAM)
nVidia Corporation G73 [GeForce 7300 GT] (rev a2) 256Mb (on second computer
w/3G RAM)
X.org 1.6.3
Linux 2.6.30.5
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22203
Summary: X Error of failed request: BadWindow
Product: Wine
Version: 1.1.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jb.imm(a)gmx.de
Created an attachment (id=27094)
--> (http://bugs.winehq.org/attachment.cgi?id=27094)
Crash when it actually starts up
When I want to install an appliation, it shows the spash screen of the
installer, then crashes with the message:
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 19 (X_DeleteProperty)
Resource id in failed request: 0x4e00005
Serial number of failed request: 979
Current serial number in output stream: 1030
I'm on 32 bit Linux (no 64 bit drivers!) on a 64-bit machine and do have a
Radeon video card (no nvidia module or anythign like that). Using the Ubuntu
wine-1.2 package.
The weird thing is that it usually (19 in 20 times) crashes with that exact
message, but 1 in 20 times it starts up the installer and crashes during the
installation process. I've created an attachment for the message that appears
when it crashes during 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=23349
Summary: Medal of Honor Beta can't connect to a server
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
Created an attachment (id=29093)
--> (http://bugs.winehq.org/attachment.cgi?id=29093)
Terminal output
The game loads fine but hangs when it attempts to connect to a server. Attached
terminal output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10154
Summary: Reel Deal Vegas Casino seems to lock up on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.phantomefx.com/vegas_mania_overview.asp
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To repeat: install the two-cd app, then do
$ cd ~/.wine/drive_c/Program Files/Phantom EFX/OnlineCasino
$ wine Launcher/OLCLauncher.exe
It sits in a tight loop, calling
0009:Call user32.PeekMessageA(0033fae8,00010024,00000000,00000000,00000001)
ret=0043053a
0009:Call
winex11.drv.MsgWaitForMultipleObjectsEx(00000000,00000000,00000000,000004ff,00000000)
ret=7ec2501a
0009:Ret winex11.drv.MsgWaitForMultipleObjectsEx() retval=00000102
ret=7ec2501a
0009:Ret user32.PeekMessageA() retval=00000000 ret=0043053a
and a few other things over and over.
Another way to try to run the game is to do
$ wine bin/Prelauncher.exe
This at least puts up a window that has a spinny
ascii art "Searching for Sessions" message,
but none are found. On the console one sees
fixme:dpnet:IDirectPlay8ClientImpl_EnumHosts (0x129938):((nil),0x64aba8,0):
Stub
--
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=20621
Summary: DoubleCAD XT-1.1: installation is OK, then the program
opens, and it's immediately frozen [X11 still works]
Product: Wine
Version: unspecified
Platform: Macintosh
URL: http://www.DoubleCAD.com
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: riek(a)pandora.be
I have installed DoubleCAD in WINE (with the terminal) .
After registration with an activation code for the free version,
which I received by email after contact on the website: "www.DoubleCAD.com",
WINE asked for "GECKO" .
I agreed an installed,
the program opens, with "X11" .
But nothing worked,
no menu, no help (F1-button) .
To quit the frozen program, I had to quit "X11" .
X11 was still running properly .
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11344
Summary: XTrap does not work with wine
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: hramrach(a)centrum.cz
XTrap is a library that is used by numerous MMO* games (not sure all are
MMORPG). It is supposed to fight bots (probably meaning programs that interact
with the game instead of players).
I could not find the vendor of this module, web search only revealed some games
using it.
Games using the module include:
Hero Online (in appdb), http://hero.netgame.com
Scions of Fate (not in appdb), http://fate.netgame.com
Japanese version of Nostale (only English in appdb)
http://download.jalecoonline.jp/nostale/client/nostalesetup_003.exe
Knights Online (not in appdb) http://knihgtonlineworld.com
Hero online catches its exceptions, and using winedbg is not very helpful
either (it stops on one of the earlier exceptions, and the program would
terminate afterwards).
However, both Scions and Nostale do not catch the unexpected exception, and it
happens in the xtrapva module.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18427
Summary: Forte Agent MDI window is not maximized at startup.
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g9xhh5p02(a)sneakemail.com
The Forte Agent mail and news reader uses an MDI window model, where the main
window can contain one or more child windows which can each be resized or
maximized. When running under real MS Windows, closing Agent with a single
child window (my inbox browser) maximized means that the same window will
appear maximized next time I run the program.
This doesn't work correctly under Wine: instead of the correct behavior, the
child window appears with its own title bar visible as if it were not
maximized, and with minimize/restore buttons visible as if it were maximized.
I can then manually coax the child window into properly maximizing by clicking
its restore button followed by its maximize button, or by clicking the parent
window's scroll button (which then disappears because it's not needed when a
child is maximized). The effect looks like the child window thinks itself
maximized while the parent window thinks the child is not maximized.
I'm using Forte Agent 3.3/32.846.
This bug has existed since before wine 1.0, possibly forever but I'm not sure.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20945
Summary: Vampire: The Masquerade - Bloodlines won't install
Product: Wine
Version: 1.1.33
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zarquon42(a)aol.com
Details in comments at
<http://appdb.winehq.org/objectManager.php?sClass=version&iId=4949>.
Using WineBottler (1.1.33) on OS X Intel (Leopard 10.5.9) to install. It
consistently reaches "line101_col_e.mp3" and returns "Error -1603 Fatal error
during installation. Consult Windows Installer Help (Msi.chm) or MDSN for more
information." This happens regardless of whether I am installing from CD or
from all the CD files copied into one directory. Only line in console that
looked as if it might be relevant: "Wine[71697]
Err:fixme:wave:AudioUnit_SetVolume independent left/right volume not
implemented (1.000000, 1.000000)" Although what that might have to do with
INSTALLING an .mp3 I have no idea.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20909
Summary: SMART software crash
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wilberforce74(a)yahoo.ca
Created an attachment (id=25071)
--> (http://bugs.winehq.org/attachment.cgi?id=25071)
Crash report generated by software.
I have installed Smart Notebook to use with the Smart board in my classroom. I
always get an error that says, "The program Notebook.exe has encountered a
serious problem...". Please see attachment for report details.
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=18371
Summary: Lord of the Rings Online: mouse cursor corrupted on
focus change
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.santos(a)pobox.com
When playing Lord of the Rings Online in windowed mode and changing the focus
away from and back to the game, the mouse cursor becomes corrupted. The
corrupted image may be blank or it may be a large area of animated gibberish.
Once you are able to position the cursor over an object in the game that
normally changes the cursor it is restored, so there is a work around, although
it can be difficult to do, especially when the cursor image is completely
blank. It is usually necessary to move the mouse outside of the game window
and position it so that you are on either the x or y axis of the object in the
game window you want to mouse over and then move slowly along the other axis
until it changes.
This bug has existed since Book 11 and exists up to the current version (Mines
of Moria) and for the last year (so around wine 0.9.something).
Other notes: LOTRO can have very large mouse cursors (perhaps up to 100x300
pixels), so I'm not certain which API they are using.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17442
Summary: Anarchy Online: No sound after being unexpectedly sent
to login and reconnecting
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://cdn.funcom.com/ao/client/AnarchyOnline_17.9.1-
Small.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: letsclimbhigher(a)gmail.com
Anarchy Online exits and sends the player to its login window at times when it
either crashes or there is too much packet loss. If the player then simply logs
types in their name and password and logs back in again they will have no audio
(alsa is what i use).
If on the other hand they close the login window, exiting the whole game
program and then restart Anarchy Online fresh, they will have sound.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16463
Summary: ALSA has to be "jump started" by another app when using
a Terratec Dmx 6fire card (ice1712 driver)
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.broglia(a)gmail.com
When using this multi-channel sound card on wine, it doesn't work unless
another app has already opened it and made dmix active (or dsnoop for input).
I'm using ALSA 1.0.18 with the default out-of-box configuration on Gentoo (no
.asoundrc file).
The problem lies in wine's ALSA_TestDeviceForWine function because it tries to
open the card using hw:[card],[device] and eventually fails on
snd_pcm_hw_params_set_channels(pcm, hwparams, 2) because the card can't be set
to only 2 channels when using the hardware device directly. When the card has
already been opened by another program via "plughw" or "default", opening the
card using "hw" seems to redirect to "plughw" automatically and wine succeeds
in setting 2 channels.
I tried changing ALSA_TestDeviceForWine to use plughw:[card],[device] and all
playback/recording worked perfectly without needing another app to previously
open dmix/dsnoop. Is there some reason this isn't the default behaviour or
there isn't a registry option for it? I would assume other cards that can't be
set to 2 channels in hardware are affected as well.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14802
Summary: Wizards & Warriors: Crashes when starting the game at
the game menu
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ralacs(a)gmail.com
Created an attachment (id=15350)
--> (http://bugs.winehq.org/attachment.cgi?id=15350)
Bugreport
The game seems to have some trouble with avi-playback (avifil32)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14233
Summary: fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented:
heap list snapshot
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christian(a)zschoche.de
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
on debian etch with wine1.1.0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23735
Summary: Game/Program Crash
Product: Wine
Version: 1.2
Platform: All
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: psartwork(a)gmail.com
I used a .exe and the launcher worked fine. It updated some files fine in a
properly working GUI and let me hit "Start" at which point the launcher
disappaered and a few seconds later the program crashed.
Terminal displayed.
"wine: Unhandled page fault on write access to 0x5a5b538d at address 0xcdc1ef
(thread 0036), starting debugger..."
I'm really not that savvy Terminal/coding/errors/etc so just tell me what else
I need to post here to help you help me figure out what the issue(s) are.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24205
Summary: winealsa.drv fail to regcongize "EQ Peaks" of au8830
as MIXERCONTROL_CONTROLTYPE_PEAKMETER
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: superquad.vortex2(a)gmail.com
Created an attachment (id=30476)
--> (http://bugs.winehq.org/attachment.cgi?id=30476)
WINETEST_INTERACTIVE=1 wine winmm_test mixer
winealsa.drv fail to regcongize "EQ Peaks" of au8830 as
MIXERCONTROL_CONTROLTYPE_PEAKMETER
WINETEST_INTERACTIVE=1 wine winmm_test mixer
mixer.c:476: 3: "EQ Peaks" (EQ Peaks) Destination=1 Source=3
mixer.c:479: LineID=00000011 Channels=20 Connections=1 Controls=1
mixer.c:483:
State=0x80000001(MIXERLINE_LINEF_ACTIVE|MIXERLINE_LINEF_SOURCE)
mixer.c:485: ComponentType=MIXERLINE_COMPONENTTYPE_SRC_UNDEFINED
mixer.c:487: Type=MIXERLINE_TARGETTYPE_WAVEIN
mixer.c:489: Device=-1 (Aureal Vortex au8830) 1.0 (170:85)
mixer.c:533: 0: "EQ Peaks" (EQ Peaks) ControlID=51
mixer.c:536: ControlType=MIXERCONTROL_CONTROLTYPE_VOLUME
mixer.c:538: Control=0x00000000()
mixer.c:541: Items=0 Min=0 Max=65535 Step=2
mixer.c:212: Value=2
mixer.c:249: Test failed: Couldn't change value from 2 to 4, returned 2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19178
Summary: Epson Print CD doesn't find printer installed in cups
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: impnew(a)gmail.com
I've installed the Epson Print CD software, but when i try to print, it gives
me an error, similar this: "The print driver of Epson that is incharged to
print the CD is not installed".
But someone can print, there are some users' experience here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=3700
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23690
Summary: Half Life 2 Episode 1 - Certain Objects Not Rendering
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: watupgroupie(a)gmail.com
Using an older version of Wine (1.1.31 I think) I was able to play Half Life 2
E1 pretty much perfectly. I updated to Wine 1.2rc7 and now the game doesn't
render certain objects correctly or at all. Cars in the street are invisible
and you find yourself running into them. Along with supply boxes. Some walls
are also invisible with only certain parts of them rendering. It makes the game
unplayable because you have to interact with these objects.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17284
Summary: Civilization IV crashes
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter_dunning(a)dsl.pipex.com
Created an attachment (id=19286)
--> (http://bugs.winehq.org/attachment.cgi?id=19286)
crash log
Civilization IV 1.74 crashes to desktop when I start a game between the loading
screen showing finished and the world apperaring. I have an intel GMA 3100 on
Arch Linux. The crash log is attatched.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18216
Summary: replay media catcher crashes in wine update 1.1.20
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robertwintle(a)hotmail.co.uk
replay media catcher demo worked 100% in Wine 1.1.19 i386 but crashes in Wine
1.1.20 i386
link to demo:
http://applian.com/replay-media-catcher/demo.php
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19817
Summary: Visual C++ 2005 Express gets stuck trying to build
chromium's base_unittests
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://dev.chromium.org
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce:
1) get a chromium source tree on linux as normal
2) generate visual studio solution files with
cd ~/chromium/src
tools/gyp/gyp -f vsvs build/all.gyp
3) winetricks msxml6 dotnet20 vc2005express
4) start visual studio 2005 express
5) load project ~/chromium/src/base/base.sln
Click OK five or six times
6) right click on base_unittests, click Build
Expected: Visual Studio should happily start compiling lots
of files.
Observed: Visual Studio chews CPU and does nothing...
and if you try to cancel the build, it ignores you and stays stuck.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15747
Summary: Firefox 3 unusably slow, triggered by flash ads?
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
If I go to news.com, pick any story (e.g. today's Google Mail for Mobile),
and just sit there hitting reload, eventually the browser will
slow to a crawl and become unusable.
This also happens when just normally browsing around.
I imagine it's caused by particular flash ads
(a Microsoft one seemed to trigger the latest problem).
This is with Wine from Oct 18th.
I use Firefox3 every day or two for a little dogfood testing,
and today is the first time I noticed it, so it's likely
to be a new ad rather than a new wine problem. But who knows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20857
Summary: Winecfg crashes when usb soundcard is attached
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spamtrap_wbugs(a)mcfish.org
Created an attachment (id=24990)
--> (http://bugs.winehq.org/attachment.cgi?id=24990)
Output of 'aplay -L' with and without usb soundcard
winecfg does not start when I have USB soundcard (hercules mk2) attached
alongside with internal soundcard.
I removed .wine* folders before trying, so there should be no previous
configurations causing problems. I don't have pulseaudio installed at all, so
I'm trying to use ALSA backend.
I have attached output of (aplay -L) with and without usb soundcard. Also
there's log of the first run of winecfg, and the following runs of winecfg when
card 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=12334
Summary: Skype 3.8: Crash at login
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.skype.com/go/getskype-beta
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)konsoletek.com
Created an attachment (id=11811)
--> (http://bugs.winehq.org/attachment.cgi?id=11811)
Skype 3.8 Crash on Win98 w/o dcom98
Skype 3.8 (beta) will launch, but crashes either during the login screen or
directly after it. I tried with a clear .wine directory, under Windows 98, XP
and 2008. Under 98 I tried with dcom98 and w/o, with no noticeable changes in
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=23699
Summary: Pro/ENGINEER 5.0: Fails to start
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: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=29686)
--> (http://bugs.winehq.org/attachment.cgi?id=29686)
Terminal output on Wine-1.2-rc7
Steps to reproduce:
1) remove ~/.wine
2) install Pro/ENGINEER with licence in an file
3) wine proe.exe
Behaviour:
Nothing happens
Expected behaviour:
Pro/ENGINEER should start
Pro/ENGINEER std.err file:
pm_is_portmapper_port_busy: bind failed, error = 10013
pm_is_portmapper_port_busy: bind failed, error = 10013
pm_is_portmapper_a_portmapper: bind() failed
Pro/ENGINEER std.out file:
WARNING: Workstation service not found
Workstation service must be installed and started.
Please refer to your Microsoft documentation or hardware vendor for assistance.
Exception - code was -1073741819.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15030
Summary: Crimson skies installer unresponsive
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://cdn.gamezone.com/pub/gamezone/13/9/21/CrimsonTria
l.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
After clicking 'install' the installer is unresponsive. result of the git
bisect:
3995627de204284de96d50d3a42291f02e42c344 is first bad commit
commit 3995627de204284de96d50d3a42291f02e42c344
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Mon Aug 18 20:37:14 2008 +0200
winealsa.drv: Fix compiler warnings and remove deprecated calls.
Fixes wine build on lsb compliant systems and some warnings.
:040000 040000 7b6247092bea75f9c4d8a6abd30e568d5ea33408
fc472606cbaa6c78c40c9024ffa1208c4e4a5928 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=21031
Summary: Visual C++ 2005 Trial can't build project, deadlocks,
heap corruption?
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Now that bug 19781 is on its way out, I tried doing
winetricks vc2005trial
and building the trial project from bug 17096.
(I also had the ALLUSERS patch reverted.)
As mentioned in the appdb (?), you have to close the flickering news
window to get the file open dialog to respond.
The build starts ok, but soon hangs with
...
fixme:rpc:NdrStubCall2 new correlation description not implemented
fixme:rpc:calc_arg_size Unhandled type 1c
err:heap:HEAP_ValidateInUseArena Heap 0x650000: in-use arena 0x655dd8 next
block has PREV_FREE flag
...
err:ntdll:RtlpWaitForCriticalSection section 0x650058 "heap.c:
HEAP.critSection" wait timed out in thread 0045, blocked by 0043, retrying (60
sec)
which seems kind of gruesome.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10002
Summary: Adobe Illustrator CS aborts on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: ftp://ftp.adobe.com/pub/adobe/illustrator/win/cs/ilst_cs
_tryout_de.zip
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Starting up Illustrator CS fails with the fatal dialog
Der Vorgang kann nicht vollst\00e4ndig ausgef\00fchrt werden, weil ein
unbekannter Fehler aufgetreten ist. [PARM]
--
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=15322
Summary: Add smartcard functionality
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pau.carre(a)gmail.com
When executing Internet Explorer CryptoAPI should recognize Linux installed
smart cards and add its certificated to the IE certificate list.
A mapping between CryptoAPI and opensc (http://www.opensc-project.org/)
operations should be added.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11483
Summary: MSTSC (remote desktop) crashes on Local Resources tab
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elicoten(a)live.co.uk
Created an attachment (id=10626)
--> (http://bugs.winehq.org/attachment.cgi?id=10626)
Console output/back trace
When using the builtin winscard.dll, clicking the Local Resources tab crashes
MSTSC. Changing winscard.dll to native solves the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19867
Summary: msiexec.exe stop installing ActiveIdentity
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ed.kluk(a)gmail.com
CC: ed.kluk(a)gmail.com
I am running Ubuntu Jaunty version. I have Wine 1.1.28 installed on my
computer. I attempted to install ActiveIdentity on the computer and it stops
installing. The error message is as follows:
The program msiexec.exe has encountered a serious problem and needs o close.
We are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency in Wine. You
may want to check ...
It stop when it gets to the "Registering Type Libraries" on the install
process.
I have enclosed a copy of the program.
This program is used by soldiers to validate electronic signatures using CAC
card readers.
Please contact me with any further questions.
Thank you...LTC Ed Kluk
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23293
Summary: Pippa Funnell - Secrets of the Ranch fails to start
with X error (GLX?)
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29032)
--> (http://bugs.winehq.org/attachment.cgi?id=29032)
Console output on running game
This Ubisoft game, sold as "Pippa Funnell - Secrets of the Ranch" in the UK is
also known as "Horsez - Secrets of the Ranch" and "Abenteuer auf dem Reiterhof
6 - Kampf un die Ranch".
I couldn't find a downloadable demo for this.
After installing the game, running it shows a blank blue screen (Wine changes
the desktop screen resolution to 1024x768 if not in virtual desktop mode).
After a few seconds the program exits. The last few lines of console output
are:
fixme:d3d:IWineD3DDeviceImpl_SetSoftwareVertexProcessing (0x1cae60) : stub
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 136 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 1858
Current serial number in output stream: 1858
I created a log file with WINEDEBUG=+relay. From that, the few lines prior to
the X error message are:
0009:Call gdi32.wglGetCurrentContext() ret=367042d6
0009:Ret gdi32.wglGetCurrentContext() retval=00000000 ret=367042d6
0009:Call KERNEL32.TlsGetValue(00000005) ret=36704270
0009:Ret KERNEL32.TlsGetValue() retval=00000000 ret=36704270
0009:Call gdi32.wglMakeCurrent(000008a0,001f2fc8) ret=3670467b
X Error of failed request: BadMatch (invalid parameter attributes)
...
The uncompressed log file is about 700MB, compressing to about 10MB. Can
someone suggest an alternative WINEDEBUG setting that might produce a more
manageable log 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=17042
Summary: Microsoft OneNote 2007 trial crashes because richedit
doesn't implement ITextDocument
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://office.microsoft.com/en-us/onenote
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Starting up OneNote crashes. The log contains
fixme:richedit:fnTextSrv_QueryInterface Unknown interface:
{8cc497c0-a1df-11ce-8098-00aa0047be5d}
That UUID is ITextDocument.
Doing 'sh winetricks riched20' makes the crash go away.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21945
Summary: regedit export: unmatched REG_SZ quote in *.reg files
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pleasenospam325(a)mail.ru
Created a key with 1 empty REG_SZ value, exported to *.reg file.
The value of "Default Password" is missing the trailing qoute
******************************************************************
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\aaa]
"Default Password"="
********************^*********************************************
|
also no newline at the EOF. The windows regedit fails to parse this 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=17796
Summary: Citavi: No network access
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
URL: http://www.citavi.org/de/materialien/CitaviSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)sase.de
An essential feature of Citavi is to search in network based databases
(severty=normal).
If you click on "Recherchieren..." an error occcours after some seconds (see
screenshot).
There is only this errormessage in the console:
fixme:ole:Context_QueryInterface interface not implemented
{51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:dciman:DCICreatePrimary 0x340 0x543129c
fixme:dciman:DCICreatePrimary 0x35c 0x5431cb4
fixme:ole:Context_CC_ContextCallback (0x1f92e7b8/0x1f92e7bc)->(0x79f277a5,
0x2a9e488, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21880
Summary: NHL 2009 Cannot be launched
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: directx-dplay
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linards.liepins(a)gmail.com
Created an attachment (id=26522)
--> (http://bugs.winehq.org/attachment.cgi?id=26522)
NHL 2009 Initialization error
After loading screen opens ( before starts intro movies ), game crashes with
WIne Exception ( Windows GUI ) ...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24086
Summary: VirtualDub: invisible text in some dialogs
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t0p0linik(a)yahoo.it
Created an attachment (id=30302)
--> (http://bugs.winehq.org/attachment.cgi?id=30302)
Preferences dialog, in a winXP box and in a wine emulation.
In preferences, when selecting "Timeline", the description statements below the
text box don't appear. I attach a screenshot together with the dialog as it
appears opened in a windowsXP box. (notice the size is quite different!)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13593
Summary: Microsoft Office 95 installer fails during setup
procedure
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: unxed(a)mail.ru
Created an attachment (id=13557)
--> (http://bugs.winehq.org/attachment.cgi?id=13557)
wine log
Microsoft Office 95 installer fails during setup procedure with a message:
"ODBC's SQLRemoveDriver failed for driver Microsoft Access Driver (*.mdb)"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18567
Summary: Universe at War - Reports installation failed but seem
to install just fine
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghost_zero5(a)gmx.at
Hi,
I haven't tried this with v1.0.1 but in v1.1.21 the installation reports to
have failed at the end but it even created the entries in the Deinstallation
manager of wine. It still didn't work though but I guess that is because of a
different problem.
I also want to mention that with the Sacred 2 installer I also get an error
message at the end (aborted by the user) which I also reported in bug #18565
BUT there it REALLY failed because it never asked for the second disk and the
error is about the second disk anyway, so this one is a different bug -
therefore own bug posted. Furthermore, this game consists only of one
installation DVD.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24076
Summary: starcraft 2 crashes immediately after starting
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipe.contreras(a)gmail.com
CC: wine-bugs(a)winehq.org
This seems to happen only when:
"OffscreenRenderingMode"="fbo"
However, with "backbuffer" I get other issues: textures are not rendered.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17639
Summary: FEAR 1.08: Geometry errors / zbuffer precision problems
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: jb.faq(a)gmx.de
Encountering various graphical artifacts with FEAR 1.08.
Something that looks like random (garbage) polygons, which sometime pop in in
the scene.
Then artifacts that affect the floor and look like zbuffer precision issues.
Going to post some screenshots later.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15745
Summary: Dark horizon complains that the font Verdana is missing
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://www.jeuxvideopc.com/demo/42045-dark-horizon.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
As described in the summary, Dark horizon complains about the lack of Verdana
font. As a workaround, putting Verdana.ttf in the Fonts directory fixes the
problem.
I use a git version of wine and fontforge is well installed.
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17425
Summary: NanoEgineer-1: application not responding after startup
Product: Wine
Version: 1.1.14
Platform: Other
URL: http://www.nanoengineer-1.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dendron2000(a)mail.ru
Created an attachment (id=19498)
--> (http://bugs.winehq.org/attachment.cgi?id=19498)
NanoEngineer application log
Free open-source nano structures scientific tools are not working under wine.
The program installs without problems, but when I try to run it - it hangs
after drawing the interface.
This is unexpected, as the project uses cross-platform python language and QT4
library. It also may affect other applications which make use of these tools,
so I mark this bug as 'major'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13718
Summary: rubber banding at start of motion (not lag) in City of
Heroes
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff.mitchell+WINE(a)gmail.com
In City of Heroes / City of Villains, it is frequently possible to get rubber
banding when attempting to move from a static location (unlike lag which is
inconsistent or an intermittent slow down, this is only being able to move a
couple steps and then being bounced back for the entire time the app is
running).
Using the same system with the same set of steps right afterwards or before
doesn't produce this affect in Cedega (which is likely irrelevant but thought
I'd note it anyways). From the comments on the appdb page I'm led to believe
that this could be environment specific (me: Ubuntu 8.04 / Dell m1530 laptop
running game over wireless / nvidia graphics / all desktop effects disabled) to
a few people but I can replicate it.
Steps to reproduce:
1. Start City of Heroes/Villains via wine
2. Login to account, choose character
3. When loaded, attempt to move the character in any direction and you will be
bounced back to approximately where you started. If you're able to super jump
out of the "rubber banding field" where you start, motion is normal and fluid
until you land / stop and a new rubber banding field is born.
Any insight as to what debug flags to try to help isolate would be appreciated.
Thanks for your 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=17595
Summary: urlmon/protocol crashes if run with +heap under
OpenSolaris
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://test.winehq.org/data/88d9210dd763bcb9db203daa89f2
4efc7d5872d0/wine_ae-opensolaris-
heap/urlmon:protocol.html
OS/Version: SunOS
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=19758)
--> (http://bugs.winehq.org/attachment.cgi?id=19758)
+relay,+seh,+tid,+urlmon,warn+heap
ol.okn@opensolaris:~/wine-git/dlls/urlmon/tests$ WINEDEBUG=warn+heap make
protoco
../../../tools/runtest -q -P wine -M urlmon.dll -T ../../.. -p
urlmon_test.exe.so protocol.c && touch protocol.ok
fixme:wininet:InternetLockRequestFile STUB
fixme:wininet:InternetLockRequestFile STUB
warn:heap:HEAP_Decommit Could not decommit 003e0000 bytes at fe7d0000 for heap
fe7b0000
fixme:wininet:InternetLockRequestFile STUB
fixme:wininet:InternetLockRequestFile STUB
err:wininet:NETCON_init failed to load symbol i2d_X509
wine: Unhandled page fault on read access to 0xaaaaaaaa at address 7f6bf1c2
(thread 0027), starting debugger...
Can't attach process 0026: error 6
The wininet error is a red herring...see bug 15707.
+relay,+seh,+tid,+urlmon,warn+heap 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=18995
Summary: Stronghold 2: 1.4 patch causes certain graphic to
disappear
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=21889)
--> (http://bugs.winehq.org/attachment.cgi?id=21889)
Image showing problem
I'm using Wine 1.1.23 (compiled from source using gcc version 4.4.0 20090506
(Red Hat 4.4.0-4) ) on Fedora 11 i386.
The problem is that after patching Stronghold 2 (European version) from 1.0 (or
1.1 or 1.2) to 1.4 (or 1.4.1) some graphics like buildings or peoples
disappear, but the game is stable and doesn't crash like on 1.0.
I also noticed that in main menu background is sometimes black.
After pressing ESC in game the window that appears sometimes haven't got a
border.
These two issues aren't present on 1.0 version.
Additional information:
-d3dx9_27.dll overridden (wine didn't suggested that in terminal but without it
i cannot start game at all)
-gfx NVIDIA 9xxx (185.18.14)
-ORM=fbo (other also are causing problems)
-multisampling doesn't solve problem
-checked in game settable shaders version (disable 1.4 2.0 3.0) none of those
helped
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19865
Summary: The City of Heroes installer hang after showing the
splash screen
Product: Wine
Version: 1.1.28
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mark.wagner17(a)gte.net
When running the City of Heroes installer, the program displays the splash
screen and appears to hang: "top" shows no activity, and nothing happens if you
let it sit.
The console shows the following:
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20791
Summary: Folders missing on smb shares on OS X when folders >
119
Product: Wine
Version: 1.1.33
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: domiman(a)gmail.com
Hi,
On OS X I mount my NAS share via the Finder menu "Go to -> Connect to server".
This way my share will be in /Volumes/share.
In Wine the root of my OS X is mounted as z:\, so the NAS share will be on
Z:\Volumes\Share.
The problem is that when a folder in my share has over 119 subfolders, two
folders will always be invisible to winefile or the file open dialog of other
apps, for example notepad.
That is true as long as I'm browsing Z:\Volumes\Share.
When I'm browsing /Volumes/Share it will show all folders.
Unfortunately applications like Total Commander cannot browse /
I was able to reproduce this again and again with my NAS when connecting to it
via smb, when connecting via afp, all folders will be shown.
Steps to reproduce,
- connect the system to server via smb
- in folder make 119 sub folders
- make one more subfolder
- now when you browse with winefile z:\Volumes\yourshare\folder\ you will see
only 118 sub folders
- when you browse with winfile /Volumes\yourshare\folder\ you will see all 120
sub folders
Just keep in mind that this was found on OS X, it might be different on other
systems.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21365
Summary: Rounding error in database app?
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://forum.winehq.org/viewtopic.php?t=7333
describes a rounding error:
I've got a "straightforward" database querying problem with a Visual Basic 6
application that happens on Debian (+WINE), but not on Windows XP.
SETUP:
* COMPUTER "FREE" with:
--- DEBIAN Lenny (Lang: Spanish)
--- unixODBC + FreeTDS for ODBC conectivity to remote MSSQL2000 (tested,
working)
--- WINE 1.1.33
--- MDAC 2.8 (for channelling the ODBC connection through to unixODBC)
* COMPUTER "M$" with:
--- Windows XP (Lang: Spanish)
--- MSSQL Server 2000
--- MDAC 2.8
PROBLEM:
I create an ODBC connection to MSSQL2000 on VB6, and query a field (Numeric
9,2) into an ADODB.Recordset.
On Windows, the program returns the complete field numeric value (2.44), but on
Debian it rounds the number (2.00).
On Debian, channelling the Query through isql properly returns 2.44, so it's
most likely a WINE or VB6+WINE issue.
LITTLE VB6 TEST PROGRAM CODE (returns 2.44 on Windows XP, but 2.00 on Debian):
Code:
Private oConn As ADODB.Connection
Private Sub Command1_Click()
Dim oRS As ADODB.Recordset
Set oConn = New ADODB.Connection
oConn.Open "DSN=myODBCDSN; UID=username; PWD=password;"
Set oRS = New ADODB.Recordset
oRS.Open "SELECT Price FROM GOODS WHERE idGoods = 10", oConn, adOpenDynamic
MsgBox oRS("Price")
oConn.Close
Set oRS = Nothing
Set oConn = Nothing
End Sub
The line oRS("Price") is where the problem is.
...
I noticed oleaut32.dll is distributed with VB6 Runtime Libraries, which I had
previously installed. I reinstalled them via Winetricks both set as Builtin and
native and there was no change unfortunately.
I also fiddled with all Library Native/Builtin settings to see if anything
changed, but the problem remains.
...
In WINE 1.1.35, native OLE DB support was added. Since I could not find a
solution using ODBC, I switched to a OLE DB DSN-Less connection taking
advantage of this brand new feature and tried again. It worked!
I could not find why ODBC gave me this problem, and now I can remain happily
ignorant [hopefully].
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21635
Summary: H&R Block Tax Cut 2007 and At Home 2009 help does not
work
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Start the app and press F1. The help window comes up, but complains
that you don't have Javascript enabled.
If you got past bug 20142 with 'winetricks ie6',
pressing F1 shows instead the IE "The page cannot be displayed" error,
plus the following console messages:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION:
STUB
err:ole:ITypeInfo_fnInvoke did not find member id -518, flags 0x4!
err:ole:ITypeInfo_fnInvoke did not find member id -517, flags 0x4!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -504, flags 0x2!
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not
registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10}
could be created for context 0x1
fixme:wininet:GetUrlCacheEntryInfoExW Undocumented flag(s): 100
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
err:ole:ITypeInfo_fnInvoke did not find member id -525, flags 0x2!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23728
Summary: MCI CD audio fails to play in CueClub/Trickshot
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
CueClub is a snooker/pool game developed by Bulldog Interactive. It was
published as Trickshot by Phoenix Games Ltd.
The game CD has several audio tracks. The game is unable to play these under
Wine, and exits at startup with a "sound error" dialog box.
The CD audio handling in the original CD version of Trickshot differs from that
in the v1.64 patch available from
http://www.bulldoginteractive.com/cc_support.htm
In both cases the game exits with a "sound error" dialog. With the later
executable, on my machine the CD spins up then stops. There is no CD activity
with the earlier executable.
I used WINEDEBUG=+mcicda...
Running trickshot.exe as installed from original CD:
trace:mcicda:MCICDA_Open (0001, 00002002, 0x13b803c);
trace:mcicda:MCICDA_Set (0001, 00000400, 0x32fd84);
trace:mcicda:MCICDA_Set MCI_FORMAT_TMSF !
trace:mcicda:MCICDA_Status (0001, 00000100, 0x32fd90);
trace:mcicda:MCICDA_Status dwItem = 3
trace:mcicda:MCICDA_Status MCI_STATUS_NUMBER_OF_TRACKS = 11
trace:mcicda:MCICDA_Stop (0001, 00000000, (nil));
trace:mcicda:MCICDA_Close (0001, 00000000, (nil));
trace:mcicda:MCICDA_Stop (0001, 00000002, (nil));
After patching the installation with the v1.64 patch the new cueclub.exe gives:
trace:mcicda:MCICDA_Open (0001, 00002002, 0x126803c);
trace:mcicda:MCICDA_Set (0001, 00000400, 0x32fd70);
trace:mcicda:MCICDA_Set MCI_FORMAT_TMSF !
trace:mcicda:MCICDA_Status (0001, 00000100, 0x32fd7c);
trace:mcicda:MCICDA_Status dwItem = 3
trace:mcicda:MCICDA_Status MCI_STATUS_NUMBER_OF_TRACKS = 11
trace:mcicda:MCICDA_Status (0001, 00000112, 0x51dc10);
trace:mcicda:MCICDA_Status dwItem = 1
trace:mcicda:MCICDA_Status MCI_TRACK #2 LENGTH=??? !
trace:mcicda:MCICDA_CalcTime (0x12680e0, 00000002, 722);
trace:mcicda:MCICDA_CalcTime MSF 00:09:47 -> dwTime=3082496
trace:mcicda:MCICDA_Status LENGTH=3082496
trace:mcicda:MCICDA_Play (0001, 0000000D, 0x51dc00);
trace:mcicda:MCICDA_CalcFrame (0x12680e0, 0000000A, 2);
trace:mcicda:MCICDA_CalcFrame MSF 02-00:00:00
trace:mcicda:MCICDA_CalcFrame TMSF trackpos[2]=20:26:67
trace:mcicda:MCICDA_Play MCI_FROM=00000002 -> 92017
trace:mcicda:MCICDA_CalcFrame (0x12680e0, 0000000A, 789118978);
trace:mcicda:MCICDA_CalcFrame MSF 02-00:09:47
trace:mcicda:MCICDA_CalcFrame TMSF trackpos[2]=20:26:67
trace:mcicda:MCICDA_Play MCI_TO=2F090002 -> 92739
trace:mcicda:MCICDA_Play Playing from 92017 to 92739
trace:mcicda:MCICDA_Stop (0001, 00000000, (nil));
trace:mcicda:MCICDA_Close (0001, 00000000, (nil));
trace:mcicda:MCICDA_Stop (0001, 00000002, (nil));
trace:mcicda:MCICDA_Open (0001, 00002002, 0x12e9b4);
trace:mcicda:MCICDA_Set (0001, 00000400, 0x32f2f0);
trace:mcicda:MCICDA_Set MCI_FORMAT_TMSF !
trace:mcicda:MCICDA_Status (0001, 00000100, 0x32f2fc);
trace:mcicda:MCICDA_Status dwItem = 3
trace:mcicda:MCICDA_Status MCI_STATUS_NUMBER_OF_TRACKS = 11
trace:mcicda:MCICDA_Close (0001, 00000002, (nil));
trace:mcicda:MCICDA_Stop (0001, 00000002, (nil));
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20476
Summary: configure uses GCC's keyword typeof
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann(a)droneaud.fr
configure script uses typeof() which is a GCC extension not available in C99.
Running configure script with a C99 compliant compiler (eg gcc --std=c99)
reports errors about missing libs/features.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12202
Summary: No pic when installing Indiana Jones demo in fullscreen
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.jeuxvideo.fr/telecharger-demo-jouable-
2656.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=11610)
--> (http://bugs.winehq.org/attachment.cgi?id=11610)
good screenshot (windowed mode)
As said in the summary, there is no pic when installing Indiana Jones and the
Emperor4s tomb demo in fullscreen. Installing it windowed mode (thanks to
winecfg) makes the pictures appearing
I attached 2 screenshots to show the problem. And a good console output and a
bad one.
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20444
Summary: msi installer fails instead of asking for another CD
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: wylda(a)volny.cz
Created an attachment (id=24291)
--> (http://bugs.winehq.org/attachment.cgi?id=24291)
Installation of Doom 3 fails
Hi, i tried to install Doom3 CD version and it fails in a place, where should
the installer ask for CD2. Windows message pops up:
Error: -1603 Fatal error during installation. Consult Windows Installer Help
(Msi.chm) or MSDN for more information.
Console says:
err:msi:ACTION_InstallFiles Failed to copy L"F:\\Setup\\Data\\base\\pak000.pk4"
to L"C:\\Program Files\\Doom 3\\base\\pak000.pk4" (2)
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1603
File pak000.pk4 is indeed placed on CD2.
All the following wine tested versions fails:
1.0.1, 1.1.5, 1.1.10, 1.1.13, 1.1.19, 1.1.22, 1.1.30, 1.1.31
...so it probably never worked. The reason why people in AppDB says "install
YES" is probably because of using DVD version of DOOM3 (works-tested myself,
all files on one medium) or they installed it on Win and just run it 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=19293
Summary: Galactic Civilizations 2 v. 1.0D Digital:Bonus Pack.
Program crashes after starting a new game.
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.galciv2.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dduck(a)rambler.ru
CC: dduck(a)rambler.ru
Created an attachment (id=22337)
--> (http://bugs.winehq.org/attachment.cgi?id=22337)
Result of regression tests
Program crashes after starting a new game.
In wine-1.1.25 this game crashes when clicking "New game". This bug is about
events after starting the game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18440
Summary: Touhou Hisoten ~ Scarlet Weather Rhapsody crashes in
menu/game select
Product: Wine
Version: 1.1.20
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mousecar23(a)hotmail.com
Created an attachment (id=21041)
--> (http://bugs.winehq.org/attachment.cgi?id=21041)
Terminal output from start to crash
Crashes when selecting Vs Network, Music Room, and most profile options.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20720
Summary: winebrowser fails when # is in the file name
Product: Wine
Version: 1.1.33
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: domiman(a)gmail.com
I'm using winebrowser to open various files on my host system. When the file
name of a file I try to open contains # winebrowser can't find the file for
some reason.
my registry entries:
REGEDIT4
[HKEY_CLASSES_ROOT\.ini]
@="WINE_BROWSER.file"
[HKEY_CLASSES_ROOT\WINE_BROWSER.file]
[HKEY_CLASSES_ROOT\WINE_BROWSER.file\shell]
[HKEY_CLASSES_ROOT\WINE_BROWSER.file\shell\open]
[HKEY_CLASSES_ROOT\WINE_BROWSER.file\shell\open\command]
@="c:\\windows\\system32\\winebrowser.exe -nohome \"%1\""
and the error when I try to open ~/.wine/drive_c/windows/test#.ini:
The file /Users/dominus/.wine/drive_c/windows/C:\windows\test#.ini does not
exist.
(no other text in the console about this)
When I rename test#.ini to test.ini it opens fine with the associated app on my
system.
My system Mac OS X 10.6.2, bug observed in both Wine 1.1.32 and 1.1.33
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23955
Summary: Heroes of Might and Magic V Map editor -- Crashes when
an attempt is made to draw the map
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krzysdrewniak(a)gmail.com
Created an attachment (id=30075)
--> (http://bugs.winehq.org/attachment.cgi?id=30075)
Backtrace referenced in initial report
The map editor (as included in Heroes of Might and Magic V patch 1.6.0) crashes
when an attempt is made to draw the map (or so it seems).
Platform:
OS: Ubuntu 10.04 with the Wine PPA enabled.
Wine Version: Wine 1.2
Heroes of Might and Magic V installed in own wineprefix with a virtual desktop
of 1024x786 and the native directx installed. and overridden per winetricks.
Graphics card: Nvidia ???? (128 || 256 MB memory)
Steps to reproduce:
1. Start the Heroes if Might and Magic Map Editor which is located at
$WINEPREFIX/drive_c/Program Files/Ubisoft/Heroes of Might and Magic
V/bin/H5_MapEditor.exe
2. Wait for the editor to load.
3. Create a map with any name type Multiplayer, and size Small (I have not
attempted to vary these settings, but I belive that they have no effect)
4. Observe that after the "Loading MOD "C:\Program Files\..." dialog
disappears, a wine crash notification is displayed and the backtrace atteched
below is printed to stdout.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22993
Summary: Wireless Manager mobile edition 5.5: Program crashes
when trying to run
Product: Wine
Version: unspecified
Platform: x86
URL: http://panasonic.net/avc/projector/download/f300_win.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pruthvi.vallabh(a)gmail.com
The program is meant to connect a laptop to an overhead projector through
wireless link (model: Panasonic PT-LB51NT). The program is installed using wine
from its setup file. The program runs normal under windows XP and windows
vista. On start, the program displays a message-box asking "wait trying to
install required driver". But immediately after that an error message pops-up
from wine saying "the program WM.exe has encountered a serious problem and
needs to be closed".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17826
Summary: NotePad++ search in files
Product: Wine
Version: 1.1.17
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gsbabil(a)gmail.com
Created an attachment (id=20086)
--> (http://bugs.winehq.org/attachment.cgi?id=20086)
"find in files" in notepad++ crashes
Notepad++ is runs very smoothly on wine in my experience which I use as my
primary code editor on linux for various reasons (Ex. Function list plugin..).
Recently I figured out: whenever I would try "Find in Files" option, the
software shows me the found files list in the bottom with appropriate search
results but the message-box "Press Enter to cancel" always stays on there and
becomes kind of non-responsive even though the find-in-files is finished.
Please take a look at the attachment. I'm using the latest version of
wine(1.1.17) on Lenny.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15189
Summary: Google Chrome can't dock tabs
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://chrome.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After creating a second tab, you can tear it off to form a new window,
but under Wine you can't do the inverse operation, ie.
you can't dock a previously torn-off tab back into the main window.
It usually works if you put the donor window right underneath the
donee window so the tab doesn't have to get dragged across the
chrome active area. For some reason dragging the tab across
the chrome active area causes you to drop the tab...?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22987
Summary: Irfan view - "Can't paste image from clipboard !"
Product: Wine
Version: 1.1.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Based on http://bugs.winehq.org/show_bug.cgi?id=2805#c12 i tried to pinpoint
what broke Irfan View ability to paste image from clipboard.
1. I tested on Irfan View v3.85 (this version does not crash and clearly shows
the problem)
2. I did a regression test between 1.1.20 and 1.1.21:
commit 272e2d2251c705ebed38692e888e84d0153613a4
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Fri Apr 24 17:19:38 2009 -0500
winex11.drv: Convert image/bmp X selections to Windows DIB.
:040000 040000 27cd5094663c7179b90f4e16abe676246c5e6838
aa796db893ac83d4904308eef1fc9a4ba908865b M dlls
3. There is another bug report suffering from this commit, see bug 18978.
Unfortunately originally reported issue "can't paste" was turn to "program
crash" and this was fixed instead of fixing "can't paste".
4. Revert of this patch on top of wine-1.2-rc2 makes that problem go away. Just
a slight adjustment.
5. Adding author of this patch to CC.
--private keyword: bisected
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23667
Summary: CDBurnerXP 3.0 desktop shortcut uses a generic wine
glass icon
Product: Wine
Version: 1.2-rc7
Platform: x86-64
URL: http://cdburnerxp.se/downloads/releases/3.0.x/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: damjan.jov(a)gmail.com
Created an attachment (id=29617)
--> (http://bugs.winehq.org/attachment.cgi?id=29617)
Disable part of ExtractFromFileType
When CDBurnerXP 3.0 is installed, the icon it creates on the desktop uses a
generic icon (wine glass) instead of the program icon seen on Windows. This
wasn't the case in the past, so I did a regression test:
f26b663172d80c300df993465b6a01369795a76f is first bad commit
commit f26b663172d80c300df993465b6a01369795a76f
Author: Damjan Jovanovic <damjan.jov(a)gmail.com>
Date: Mon Jun 7 21:40:26 2010 +0200
winemenubuilder: Also extract .lnk icons from file types.
:040000 040000 2e90126e777c75d2d11cf34b63ceb4e34107ebbd
7d6b92c5b6e0de2cc451c13382a9a3428e10f63d M programs
After reverting that patch, the icon is created correctly. It can also be fixed
by commenting out part of the function added in that patch. (See 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=22601
Summary: .NET Framework 2.0 installer displays crash dialog,
fails with "function failed" error message
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
CC: madewokherd(a)gmail.com
With wine-1.1.43-564-g1af1784, executing winetricks dotnet20 and proceeding
past the EULA yields an error reporting crash dialog and setup failure with the
message "Function failed." in the installer window. Particular pertinent error
messages are:
err:msi:store_binary_to_temp Failed to get stream
err:msi:ITERATE_Actions Execution halted, action L"SxsInstallCA" returned 1627
Regression testing indicated:
42550953a650e1ef166339fb4e2fdc06741ad5b8 is first bad commit
commit 42550953a650e1ef166339fb4e2fdc06741ad5b8
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Tue May 4 15:15:41 2010 -0500
ole32: Store the location of all blocks in a big block chain in memory.
A big block chain is a linked list, and we pretty much need random
access to them. This should theoretically make accessing a random
point in the chain O(log2 n) instead of O(n) (with disk access scaling
based on the size of the read/write, not its location). It
theoretically takes O(n) memory based on the size, but it can do
better if the chain isn't very fragmented (which I believe will
generally be the case for long chains). It also involves fetching all
the big block locations when we open the chain, but we already do that
anyway (and it should be faster to read it all in one go than
piecemeal).
:040000 040000 a1ca1235acef50b9287db51b2d08f203907f2c1e
16b036ee8b83707264d3d1226d9c690a72790793 M dlls
A +storage 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=10270
Summary: Wine gecko does not send HTTP Accept-Language header
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Wine gecko does not send the HTTP Accept-Language header for HTTP requests.
This means for wine iexplore users, going to website that look for that header,
i.e. http://www.google.com/, will always return webpages in the web server's
default language choice rather than in the user's preferred language.
To see what headers a web browser is sending, go to:
http://schroepl.net/cgi-bin/http_trace.pl
Internet Explorer will send the string in HKCU\Software\Microsoft\Internet
Explorer\Internals\AcceptLanguage as the Accept-Language header.
With a clean .wine directory + gecko, Wine iexplore does not send anything.
I can change what Wine iexplore sends by adding:
user_pref("intl.accept_languages", "foo");
to prefs.js or user.js in ~/.wine/drive_c/windows/profiles/username/Application
Data/Mozilla/Profiles/MSHTML/hash/.
The ideal behavior would be: Wine iexplore should look in the same registry key
as IE, and that registry key should be properly initialized by
wineprefixcreate.
--
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=21917
Summary: LazyLaunch raises unable to dispatch exception
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lubosz(a)gmail.com
Created an attachment (id=26590)
--> (http://bugs.winehq.org/attachment.cgi?id=26590)
Lazylaunch execution in winedbg
Lazylaunch does only output one line:
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
When i run it in winedbg it raises a exception before running:
0x7bc4b130 call_tls_callbacks+0x130(module=<is not available>, reason=<is not
available>) [/home/bmonkey/Apps/System/wine-git/dlls/ntdll/loader.c:927] in
ntdll (0x0033fcc0)
You can find lazylaunch here:
http://teknogods.com/phpbb/viewtopic.php?f=13&t=2036
Lazylaunch is used to surpass the login screen and run unofficial AI single
player games in SC2.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=13424
Summary: msi winetests requires != limited user
Product: Wine
Version: 1.0-rc2
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)tpetaccia.com
When running Winetest on WindowsXP, I've set up my user as a limited user. The
MSI tests all error out, one by one. The tests should instead check to see if
the user has Admin privlages, and then execute the tests, otherwise they should
be skipped (because Windows wouldn't allow that user to install anything in the
real world).
advpack->install may also need to be looked at.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9944
Summary: Cannot active Microsoft Office 2003 Over the telephone
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8447)
--> (http://bugs.winehq.org/attachment.cgi?id=8447)
Picture of greyed out boxes
When I try to activate Microsoft Office 2003 using the phone method all of the
boxes are greyed out and I cannot type the codes into them.
--
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=16732
Summary: wine crashes on breakpoints
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
CC: julliard(a)winehq.org
Hello,
I am running wine-1.1.12 on Ubuntu intrepid (amd64).
There is a regression between wine-1.1.11 and wine-1.1.12.
When I set a write breakpoint with CheatEngine wine crashes.
I already have run a regression test.
The result is:
c6c335d70e1495c03821e6227ef715dcb71594b7 is first bad commit
commit c6c335d70e1495c03821e6227ef715dcb71594b7
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Dec 30 22:56:15 2008 +0100
server: Make thread entry points client_ptr_t instead of void pointers.
:040000 040000 5e99f6db1cf619b2843b467cfa3262974b07c1cb
fcbf57de779c57c5482df2b2d8147d58bd42c581 M dlls
:040000 040000 f217052cc776d21a410565b158d3b4378fd3e37d
51d12878243584a704760b5854120fcf2f4235e8 M include
:040000 040000 bcd8e7bf4301c872e3924490aa6890920e86a88c
7133a292e64948330625d819bca92e6a8e903435 M server
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12916
Summary: MPQEdit does not start if World of Warcraft is running
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.zezula.net/en/mpq/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=12638)
--> (http://bugs.winehq.org/attachment.cgi?id=12638)
WINEDEBUG=+process,+tid,+loaddll,+module,+seh set
MPQEdit version 2.x doesn't start if WoW is already running (any version of
WoW). MPQEdit 1.8 works fine.
Attached provided debug info aswell as output from
WINEDEBUG=+process,+tid,+loaddll,+module,+seh set
This does not always happen.
Download MPQEdit (version 2.0.0.x): http://www.zezula.net/en/mpq/download.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23273
Summary: Spore doesn't start
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=29003)
--> (http://bugs.winehq.org/attachment.cgi?id=29003)
Last 1600 lines of +relay (without heap lines) showing crash
Spore crashes on startup. Looking at +relay, it seems it's in the
middle of some winhttp operation having to do with drm.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13443
Summary: Incomedia Website X5: impossible to select the main
window
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: antonino(a)arcidiaco.com
I installed the retail version of Incomedia Website X5, but is impossible to
select the window, then i can't use that...
The window is like a transparent object, fact when i click it i select the
below window...
How to solve it?
Bye
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13497
Summary: Kudos generates an access violation when trying to run
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://gamecenter.oberon-media.com/game.htm?code=111838770&RefId=&origin=pcat_gm_
u
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
Steps to reproduce:
1. Install Kudos
2. Run Kudos.exe from the install directory
The program bails out with an access violation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13951
Summary: SetParent doesn't behave properly
Product: Wine
Version: 1.0-rc5
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)codeweavers.com
Created an attachment (id=14100)
--> (http://bugs.winehq.org/attachment.cgi?id=14100)
Sample application with source
Attached sample application behaves properly under Windows but makes
a popup window unmoveable and not responsive after a SetParent call.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19263
Summary: Wine: slow performance when the theme is changed to
vista inspirat
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghilbert12_lhen03(a)yahoo.com.ph
I import the vista inspirat themes and its component from windows partition
(C:\WINDOWS\Resources\Themes) and put it to
(/root/.wine/drive_c/WINDOWS/Resources/Themes) and when i set this theme in
winecfg. The overall performance was become slow. (including the installation
of windows programs to linux with 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=20793
Summary: Call of Atlantis : does not start after click "Play
Game" button
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://download.gamecentersolution.com/?CID=21539&AID=
517
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: av110039(a)comtv.ru
Created an attachment (id=24894)
--> (http://bugs.winehq.org/attachment.cgi?id=24894)
log
Install is OK.
"wine CallOfAtlantisSetup.exe" after install is OK.
Game does not start after click "Play Game" button on starting 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=11928
Summary: I Spy Junior black screen on startup
Product: Wine
Version: 0.9.57.
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This game was published in 1999 by Scholastic
(though my copy says "XP Compatible" on the cover).
There's a free trial at
http://www.scholastic.com/kids/downloads2go/productDetail.asp?productid=5&s…
The bug happens with both.
It's a 256 color game.
It installs, but gives just a black screen on startup.
Pressing ESC terminates (and in the demo version, takes
you to a web page where you can buy the game).
On first run of the cd version, one sees
err:wineboot:pendingRename couldn't get file attributes (2)
Then
err:ole:CoGetClassObject no class object {e78f7620-96cb-11cf-a00b-444553540000}
could be created for context 0x1
is seen on all runs.
On the download version, one sees (among many other things)
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23099
Summary: Perfect world crashes
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amnizia_xll(a)yahoo.gr
Hi! i have download the game Perfect world (mmorg),i have create a character
,and when i click on "play" button the game crashes.The error report have these
logs :
bbs.log
FWEditor.log
s2ccmd.log
AF.log
Imm.log
A3D.log
ec_build2305.dmp
AM.log
EC.log
system settings.ini
sysinfo.ini
PLEASE HELP, im new on linux community
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21490
Summary: Debug build of Chromium aborts on startup because
GdiInitializeLanguagePack() returns failure
Product: Wine
Version: 1.1.32
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, patch, source
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This was mentioned in passing in bug 20671.
You can run a debug build of Chromium on Wine with --no-sandbox,
but you have to get GdiInitializeLanguagePack to return success
first, or it will abort early with
[41:42:5571:FATAL:render_process.cc(62)] Check failed: gdi_init_lpk.
The patch attached to bug 20671 does the trick.
http://m-a-tech.blogspot.com/2009/04/emf-buffer-idiocracy.html
explains why Chrome calls that function; it's needed to make native behave.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13481
Summary: ChangeDisplaySettings can't set *only* BPP
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rolf(a)neuberrosoft.de
Created an attachment (id=13402)
--> (http://bugs.winehq.org/attachment.cgi?id=13402)
Test case, w Makefile and full NetBeans project tree
Given an "incomplete" DEVMODE structure, with no fields set except for
dmBitsPerPel, and the corresponding flag in dmFields (i.e.
dmFields=DM_BITSPERPEL), ChangeDisplaySettings as implemented in Wine doesn't
replicate the behaviour of a real Windows system correctly.
A real Windows system happily executes the call and returns
DISP_CHANGE_SUCCESSFUL. Display bit-depth will be adjusted, if it was different
to begin with, while the remaining parameters stay as they were. After the
call, resolution and refresh are still whatever the user selected as the
desktop resolution. Even on 2k/XP, which are sometimes happy to drop the
refresh rate to 60Hz, the refresh rate remains constant, which is one of the
reasons I found this type of call to be useful sometimes.
I've tested this today with a MingW-built executable, and found the above to be
accurate for Windows 98SE, Windows 2000 SP4 and Windows XP SP2, irrespective of
whether the initial desktop bit depth is 16 bit or 32 bit.
On Wine (wine-1.0-rc2 on Ubuntu 8.04), the very same call to
ChangeDisplaySettings, made from the same executable, will fail with a return
code of -2 (DISP_CHANGE_BADMODE).
I've attached my test case. It will make the call and pop up a message box with
the results of the call.
I used the i586-mingw32msv-gcc compiler provided by the "mingw32" package in
the official Ubuntu repositories.
The project was set up in NetBeans 6 so the Makefile is somewhat convoluted,
but it doesn't appear as if the build process requires NetBeans. Just
navigating to the directory and running make seems to work. The executable ends
up in dist/Debug/GNU-Windows/.
Priority of the bug isn't high. I've used it in some graphics-library code, but
only in debug builds for my own testing purposes. I'm not aware of publically
available shipping programs that hit on this. Reported anyway, for
correctness's sake.
The app-level workaround is to query the current desktop mode and fill in the
DEVMODE structure more completely. Beyond the scope, but you get the idea.
I'm new to this Bugzilla stuff, so if I forgot some vital piece of info, please
be gentle. I want to be helpful.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21349
Summary: Python.exe crashes
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jackson+winehq-bugzilla(a)jacksonc.com
Created an attachment (id=25706)
--> (http://bugs.winehq.org/attachment.cgi?id=25706)
Wine debug output
When Python 2.6.4 runs a packaging application called "PyInstaller" it crashes.
It's been working fine, except this is the first time it's been using the audio
libraries listed. eg. Phonon/Quartz. I tried running this in Windows 7, and it
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=22788
Summary: OriginPro 8.0 under Lucid Lynx
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann.roche(a)voila.fr
OriginPro 8.0 crashes at start (with a "program must close, etc." window) with
Ubuntu 10.04. Note it started before Ubuntu upgrade (9.10)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13347
Summary: dogfood: skype only works in "Win95" mode
Product: Wine
Version: 1.0-rc1
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)jet.franken.de
The windows Skype in win XP mode crashes with
trace:seh:raise_exception code=c0000005 flags=0 addr=0x593ad1
trace:seh:raise_exception info[0]=00000000
trace:seh:raise_exception info[1]=ffffffff
trace:seh:raise_exception eax=000000ad ebx=000000ad ecx=000007c8 edx=0033fcd0
esi=00000000 edi=01ca0460
trace:seh:raise_exception ebp=00000000 esp=0033fcd0 cs=0023 ds=002b es=002b
fs=0063 gs=006b flags=00210202
trace:seh:call_stack_handlers calling handler at 0x48bd29 code=c0000005 flags=0
wine: Unhandled page fault on read access to 0xffffffff at address
0xffb4a51e:0x00593ad1 (thread 0009), starting debugger...
and the instruction there is a int 0x2e, which is not handled.
When setting the Windows version to Win95, Skype.exe works wonderful (buyt
displays other warnings).
=> Skype Should work in XP mode too.
=> Or we should set the default cversion for Skype.exe to Win95 in our registry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18101
Summary: when trying to start a new game, a file called
"default.tot" starts to grow in size arbitrarily
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simulcra(a)uchicago.edu
CC: simulcra(a)uchicago.edu
"default.tot" is a generally problematic file in various infinite engine games
(there are various bugs out there, generally related to character creation).
For example, for baldur's gate 2, sometimes you can have a problem trying to
save a game because of a presence of a 0-byte file called "default.tot" in the
tempsave/ directory. Deleting it will allow a save, though the game will
create a new 0-byte default.tot file almost immediately (a more permanent hack
to fix this is to mkdir tempsave/default.tot).
Icewind Dale 2 has a problem with default.tot in which in previous versions of
wine, tryign to create a party with more than 1 character at the start will
result in a crash, related to a defaul.tot issue (in some versions of wine, an
actual error message would pop up).
Starting with 1.1.18, the issue has become drastically more severe. *Any*
attempt at creating a new party will result in the game creating a default.tot
file, and instead of leaving it at 0-bytes, it will begin to grow it
arbitrarily while the game is stuck at the loading screen. I've seen it go up
to 500 megabytes in size before finally doing a wineserver -k to quite the
Icewind Dale 2 process. Doing the Baldur's Gate 2 hack (creating an empty
default.tot/ directory to block the reation of the file) lets the game get past
its original lock point, but then will lock up anew after the loading screen
finishes.
I'm currently running some regression tests to see when this bug got
introduced, so stand by.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15723
Summary: A text error for Content Composer
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neil.mulcahy(a)gmail.com
After loading content composer the text was invisible and it came into view
when highlighted and also the word wrap was not working.
the error i was getting is this one.
fixme:richedit:RichEditWndProc_common EM_FORMATRANGE: stub
i used winetricks to get riched20 and it did not fix anything. then i used
winetricks to get riched30 and the text came into view and the word wrap
started working but the right click menu has now gone away.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23270
Summary: GTA2 options menu item broken - CreateProcess runs
wrong executable
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Start the game, press esc to skip the intro, then select Options.
You expect to be in an options menu, but instead you're left with the
game minimized, staring at a console.
+process log shows
trace:process:CreateProcessW app (null) cmdline L"GTA2 Manager.EXE"
trace:process:find_exe_file looking for L"GTA2"
trace:process:find_exe_file Trying native exe L"C:\\Program Files\\Rockstar
Games\\GTA2\\GTA2.exe"
trace:process:CreateProcessW starting L"C:\\Program Files\\Rockstar
Games\\GTA2\\GTA2.exe" as Win32 binary (0x400000-0x678000)
Whoopsie. That heuristic looks like it's broken.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22813
Summary: wine's loader does not check invalid image size
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://ghostscript.com/~hintak/wine-debug/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: htl10(a)users.sourceforge.net
+++ This bug was initially created as a clone of Bug #22812 +++
(#22812 against the compilation - this bug is about the loader not complaining)
part of ghostscript's building process runs:
mt -nologo -manifest psi/dwsetup_x86.manifest -outputresource:setupgs.exe;#1
mt -nologo -manifest psi/dwuninst_x86.manifest -outputresource:uninstgs.exe;#1
This step corrupts executables under wine and they gain a wrong image size;
both vista and win7 then complains they are not valid win32 applications. See
discussion on wine-devel mailing list.
But wine would happily load them, so wine is not checking for validity. Here
are two such broken executables:
http://ghostscript.com/~hintak/wine-debug/setupgs-wine.exehttp://ghostscript.com/~hintak/wine-debug/uninstgs-wine.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=18389
Summary: Registering after installing Roblox doesn't work
Product: Wine
Version: 1.1.20
Platform: Other
URL: http://wiki.roblox4linux.co.cc
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After doing 'winetricks pdh' to work around bug 18388,
it takes you to a web page; clicking Register and then Over 13
takes you to a nice page where you put in your desired userid
and password. Clicking "Sign Up!" does nothing. On the log one sees
fixme:mshtml:nsUploadChannel_SetUploadStream Unsupported aContentType argument:
"application/json; charset=utf-8"
fixme:mshtml:nsUploadChannel_SetUploadStream Unsupported aContentType argument:
"application/x-www-form-urlencoded; charset=utf-8"
'winetricks ie6' doesn't work around the problem - it shows a blank web page.
Workaround is to go to http://www.roblox.com/ in Firefox and register there;
then you can log in in the iexplore window roblox opened 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=10332
Summary: Irfanview crashes in thumbnail mode when previewing
certain text file
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: malte(a)cornils.net
Created an attachment (id=8998)
--> (http://bugs.winehq.org/attachment.cgi?id=8998)
file in folder makes irfanview's thumbnail browser crash
Normal thumbnail browse mode is fine. However, when I enter a directory with a
certain file in it (attached as nautilus-debug-log.txt), IrfanView crashes.
Other files (images, text files) are fine. I have been unable to get a
backtrace; gdb won't let me since the application exits with 01 status, and
winedbg doesn't return to its shell after I typed "run" once. It's an X error,
so maybe wine catches the error condition and "gracefully" shuts down.
The X error output is also 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=17856
Summary: JFlothows Wuerfel crashes with BAD_DRAWABLE "Cannot get
FB Config for iPixelFormat 0"
Product: Wine
Version: 1.1.17
Platform: PC
URL: http://download.jflothow.de/fvstein/WuerfelWIN.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
The program linked here should open up a window and display a unit cube to
demonstrate the effects of a transformation-matrix.
The application crashes right after opening the window. There is no OpenGL-cube
drawn. Here's a log: http://pastebin.com/f1c718e52
---
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
err:wgl:internal_SetPixelFormat Invalid iPixelFormat: 0
err:wgl:X11DRV_wglCreateContext Cannot get FB Config for iPixelFormat 0, expect
problems!
X Error of failed request: GLXBadDrawable
Major opcode of failed request: 128 (GLX)
Minor opcode of failed request: 11 (X_GLXSwapBuffers)
Serial number of failed request: 936
Current serial number in output stream: 936
Locking assertion failure. Backtrace: [...]
---
GFX card: Geforce 8800GTX, prop. driver version 177.82, one 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=20414
Summary: Crash in Tales of Monkey Island
Product: Wine
Version: 1.1.31
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: per(a)morth.org
Created an attachment (id=24221)
--> (http://bugs.winehq.org/attachment.cgi?id=24221)
log info/traceback
Sometime between release of chapter 20 (27/8 iirc) and chapter 3 (29/9), wine
has started to crash when trying to play Tales of Monkey Island for me.
I've tried various clean .wine dirs / using native dlls, but nothing seems to
help. Crash 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=12639
Summary: ZENcast Organizer installer fails with error -5002
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.zencast.com/downloads/download.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
When running the ZENcast Organizer installer, the installer proceeds to unpack
itself, but when the actual installation is run, a dialog box with error code
-5002 is shown. No relevant standard error messages were outputted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22530
Summary: CDBurnerXP 4.0.x with Mono exits when entering data
disc mode
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://cdburnerxp.se/downloads/releases/4.x/cdbxp_setu
p_4.0.022.370.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27618)
--> (http://bugs.winehq.org/attachment.cgi?id=27618)
Terminal output
Starting the program and clicking "Create Data CD/DVD" results in the program
exiting when using Mono (installed via winetricks mono26). Mono prints
"Unhandled Exception: System.NotImplementedException: COM/ActiveX support is
not implemented"...
(It also exits when trying to enter audio CD mode, but that looks like a
different exception.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22687
Summary: Bonzai3D crashes and wine freezes when project window
is moved
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://formz.com/products/bonzai3d/bonzai3dDownloadTri
al.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick(a)lasventajas.com
Bonzai3D is a 3D drawing application.
Running Bonzai opens several application windows including menu palettes and
the main project window, which contains the 3D view of our drawing. If you left
click and grab the project window bar to move it then Bonzai encounters a
serious error and crashes. On my installation the OS also becomes unresponsive
to keyboard and mouse and I have to Alt F2, wineserver -k to get back my
desktop.
None of the other Bonzai windows produce this crash and all windows, including
the project window, can be resized.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13934
Summary: thief deadly shadows crashes immediately
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jlayton(a)poochiereds.net
Created an attachment (id=14073)
--> (http://bugs.winehq.org/attachment.cgi?id=14073)
log from crash
Thief: Deadly Shadows consistently crashes immediately for me when starting it.
Log from startup attached with WINEDEBUG set to +relay.
This is using a cracked copy of t3.exe, but I get similar results when I use
the copy-protected binary as well with the CD in the drive.
Happy to get any logs you wish from running it if they'll be helpful...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12926
Summary: Installation of Microsoft Zune Software fails
Product: Wine
Version: unspecified
Platform: All
URL: http://www.zune.net/en-
us/products/zunesoftware/download.htm
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: admin(a)brokencrystal.com
Download the software free here:
http://www.zune.net/en-us/products/zunesoftware/download.htm
The software crashes during install.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17261
Summary: CheckPoint SmartConsole R65 (FirewallManagement tool)
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andre.kjellstrup(a)gmail.com
SmartConsole, consists of SmartDashboard, SmartView Tracker SmartMonitor (+some
minor tools)
Most of it works well, but some functionality is reduced.
-This tool has a internal demo-database, that can easily be used for testing.
-I will provide the software to you on request.
SmartView Tracker; should be able to filter on any column (right-click on top
of column) But only on the leftmost column works as expected.
In order to filter the correct column I have to hide the other columns making
the filter column the left one.
SmartDashboard; when adding a network og node object, you see a list,
(scroll-list) it should be possible to type inside the list in order to make it
scroll to the wanted object, but instead, when typing, many objects are
selected, (as if shift were held down)
Fixing those two problems would make this application much more usable.
-please feel free to contact me if you need any software/information about this
application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19258
Summary: BBC iPlayer Desktop fails to download Adobe AIR
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.bbc.co.uk/iplayer/install/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22299)
--> (http://bugs.winehq.org/attachment.cgi?id=22299)
Wine 1.1.25 +cryptasn +wintrust
The BBC iPlayer tries to download Adobe AIR through Flash.
http://www.bbc.co.uk/iplayer/install/
Flash appears to successfully download the file, but reports it unsuccessful.
Installing AIR beforehand makes no difference.
http://airdownload.adobe.com/air/win/download/1.5/AdobeAIRInstaller.exe
A similar problem was related to wintrust, but I can not say that this is the
problem.
Tried a +cryptasn,+wintrust trace, only +cryptasn gives any 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=23328
Summary: Medal of Honor MOHAA and MOHPA: messed autorun
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipemoraesbr(a)gmail.com
I´m using ubuntu lucid lynx with NVIDIA 9500 GT video card.
What happens is which the autorun image is show smaller than it is, it gains
some scroll bars, and also, none of the buttons work.
I will try to post some kind of log later
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18943
Summary: Winedbg prints "illegal address" a lot during
backtraces of chromium unit test crashes
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: eric.pouech(a)orange.fr
In bug 15206, I mentioned that windbg output "illegal address" often during
backtraces of chromium unit tests when getting symbols from .pdb's, e.g.
Backtrace:
=>0 0x02e49c03 DebugUtil::BreakDebugger+0x3()
[c:\users\dank\documents\chromium\src\base\debug_util_win.cc:103] in chrome
(0x0148e17c)
1 0x01d280e8 SilentRuntimeAssertHandler+0x8(str=*** Invalid address
0x0148e18c ***
) [c:\users\dank\documents\chromium\src\chrome\common\logging_chrome.cc:41] in
chrome (0x0148e184)
2 0x02e1f1e6 logging::LogMessage::~LogMessage+0x2f6()
[c:\users\dank\documents\chromium\src\base\logging.cc:538] in chrome
(0x0148e2f0)
3 0x025135fa ExtensionMessageService::RendererShutdown+0xea(renderer=***
Invalid address 0x0148e410 ***
This seems wrong, and is fairly annoying.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24042
Summary: Heat Online won't start if using mono26 instead of
dotnet20
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://head-online.net
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
[Probably a mono problem, but needs to be triaged by somebody who knows both
mono and wine before reporting to them?]
Do 'winetricks mono', then install and start the app.
(You can bypass the patcher after the first run by running Heat.bin instead of
Heat.exe.)
Press 'Start'. It crashes quickly; the log shows
...
** Message: Unknown heap type: {smartassembly}
** (heat.bin:8): WARNING **: The following assembly referenced from C:\Program
Files\HeatOnline\heat.bin could not be loaded:
Assembly: CRC_ReleaseNoDebug (assemblyref_index=0)
Version: 0.0.0.0
Public Key: (none)
The assembly was not found in the Global Assembly Cache, a path listed in the
MONO_PATH environment variable, or in the location of the executing assembly
(C:\Program Files\HeatOnline\).
** (heat.bin:8): WARNING **: Could not load file or assembly
'CRC_ReleaseNoDebug, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or
one of its dependencies.
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'CRC_ReleaseNoDebug, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null' or one of its dependencies.
File name: 'CRC_ReleaseNoDebug, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null'
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23333
Summary: "Microsoft Math does not work.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leo_metal_20(a)hotmail.com
The scientific calculator "Microsoft Math does not work. Please a solution to
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=16862
Summary: Sony Image Data Lightbox SR crashes and makes the whole
user session freeze
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julien(a)kirya.net
Created an attachment (id=18607)
--> (http://bugs.winehq.org/attachment.cgi?id=18607)
Image Data Lightbox SR crash backtrace
Hi,
When selecting a submenu in the Image Data Lightbox SR UI (eg. right click,
select one menu which has subentries), the application crashes (see attached
backtrace) and makes the whole user session freeze.
The process is stated as "defunct" (using ps) and can still be killed.
Cheers,
Julien
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23590
Summary: Wine cannot start an application from a iso mounted
using gvfs (gnome archive mounter)
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: el.il(a)doom.co.il
Created an attachment (id=29486)
--> (http://bugs.winehq.org/attachment.cgi?id=29486)
backtrace of the crash
If you try to install a game from a iso file, you need to mount the iso. the
easy way is to use archive mounter, which also doesn't need root permissions.
for example, i tested it with BLUR (racing game) installation:
mount using archive mounter - run wine setup.exe - the application crash
instantly (attached backtrace)
but if you mount using mount isofile -o loop /mnt, run wine setup.exe - the
installer starts without any problem!
BLUR isn't the only app effected. try any app and see for yourself.
it is possible that this is a bug in gvfs and not in wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19340
Summary: Crash when starting monkey island
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart(a)sbo-dewindroos.nl
Created an attachment (id=22397)
--> (http://bugs.winehq.org/attachment.cgi?id=22397)
Console log
After starting up monkey island: the secret of monkey island, special edition
the game crashes with an unhandled exception
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9444
Summary: Crystal Enterprise 8 (a flavor of Crystal Reports?)
install fails
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.crystaldecisions.net
OS/Version: other
Status: NEW
Keywords: Installer
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=7776)
--> (http://bugs.winehq.org/attachment.cgi?id=7776)
+file,+msi,+setupapi,+seh log of setup.exe
crystalenterprise 8 doesn't install on Wine; the installer
aborts after a minute. The first indication of failure
in a +msi,+setupapi log is the following line:
err:msi:ITERATE_Actions Execution halted, action L"InstallExecute" returned 2
My untrained eye can't see the cause of the error.
--
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=9638
Summary: fileant won't start
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://fileant.com
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://groups.google.com/group/bsdg/msg/0dddf606e5dab3a7
a user mentioned that he wanted the app FileAnt to work,
so I gave it a shot with wine-0.9.44-gcdc8d97.
It seems to be a VB6 app, so I did
winetricks vcrun6 vbrun60
before installing. This helped the installer complete
without warnings about missing vb runtime.
However, on startup, the app complains
FileAnt needs a Microsoft file. FileAnt will now open the url for this file.
+relay revealed the missing object was WSH:
0009:Call ole32.CLSIDFromProgID(00419b14
L"Scripting.FileSystemObject",0034f888) ret=660d965e
winetricks wsh51 got past that, but then the app crashed in the
app's window proc.
--
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=9664
Summary: Missing icon during MS Office 2000 installation
Product: Wine
Version: 0.9.45.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
Created an attachment (id=8078)
--> (http://bugs.winehq.org/attachment.cgi?id=8078)
Screenshot showing the missing icon
When installing MS Office 2000 with wine 0.9.45 there is a missing icon. I will
attach a screenshot.
--
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=9895
Summary: Alzip crashes: Invalid float operation
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.altools.net/portals/0/ALZip.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user submitted garbage test results for this app into AppDB, and was
wondering how to get it working.
The installer crashes with a messageBox: Invalid float operation.
With native shdocvw (and shlwapi) the bug is gone (looks like shdocw still
needs a lot of work :( ).
--
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=19820
Summary: window misplacement in Magic: The Gathering Online III
kicker
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricardo_barbano(a)hotmail.com
Created an attachment (id=23220)
--> (http://bugs.winehq.org/attachment.cgi?id=23220)
kicker.exe in windows
there is a misplacement of some windows in the Kicker.exe of MTGO III. by the
log i think it is a user32 issue but i'm not good in this area to know where to
try fixing.
the screenshots of how it is and how it should be are in attachment and the
+relay and +win logs too.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18877
Summary: Ultimate Spider-Man installer does not display images
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shacklein(a)gmail.com
The Ultimate Spider-Man installer does not display images in the background
while it is installing.
Images are displayed when using native msi2 when win98 is set in winecfg.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22135
Summary: Civilization 4 blocks the screen
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luis.busquets(a)ilidium.com
When running this game under Windows, you can press ALT+TAB and then you change
to the desktop to run other things and you can afterwards go back. When you try
on Linux when you press those keys the menu for the appsthat you have open
appears in the middle of the screen and you can go with ALT+TAB to another.
However when you realease ALT+TAB nothing happens and you remain in the Civ4
game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19304
Summary: Australian eTax 2009 will not pass roll-over function
step
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: which_dan(a)yahoo.com.au
Wine 1.1.25 is able to start the 2009 version (sp. 2009.1.0.623 22 June 2009
release) of the Australian Tax Office eTax software, but will not respond to
clicks on either the "Yes" or "No" buttons on the roll-over function page.
I cannot add any more information than this at this stage, but if given
instructions will respond to questions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16092
Summary: StickyDrive app crashes on startup
Product: Wine
Version: 1.1.8
Platform: Other
URL: http://mmiline.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(From mmiline.com's main page, click on StickyDrive and then "Learn More",
then under Red Sox demo, click "Download Now". This points to
http://www2.stickyinc.com/download/getDownload.php?idTag=BOSTN-1668&action=…
which downloads the installer in question,
InstallStickyDrive-BOSTN-1668.exe.)
Insert a blank USB key, run the installer, and get past bug 16091
by clicking "Show all drives"; then pick the USB drive and let
the installer install the demo on the USB key.
Then try running "Launch stickydrive.exe". It first complains
err:module:import_dll Library MSVBVM60.DLL ... not found
so do "winetricks vbrun60". It then complains
err:ole:CoGetClassObject no class object {00000507-0000-0010-8000-00aa006d2ea4}
could be created for context 0x5
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7ee349d0 (thread
0023), starting debugger...
To get past that, do "winetricks mdac27".
It then complains
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10}
could be created for context 0x1
but that's probably innocuous (it's a visual studio debugging dll, and
is probably optional) and crashes with
First chance exception: page fault on read access to 0x02b67318 in 32-bit code
(0x003bfc5a).
and a dialog box.
This app, Stickydrive, is used on some schwag usb keys,
e.g. it's used on a USB key we got in our copy of Daily Variety (!)
advertising Burn Notice. Happily, users who know what they're
doing can usually navigate down into __stickydrive/content and
find the real content there. But the stickydrive app really
ought to work, even though it's, um, not the kind of app I'd write myself.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13674
Summary: ArchLord updater fails to work
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
URL: http://www.archlordgame.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)startwars.org
Created an attachment (id=13670)
--> (http://bugs.winehq.org/attachment.cgi?id=13670)
debug output
ArchLord is a MMORPG available as a free download from www.archlordgame.com
When starting the updater software for archlord, the update process hangs at
"Connecting ..."
Attached is debug output from wine
This entry in appdb suggested me to open a bug report with the debug output:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9037
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24057
Summary: Thief: the dark project hangs on 'esc' or 'm' keypress
in game
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: AndreyMust19(a)mail.ru
Created an attachment (id=30234)
--> (http://bugs.winehq.org/attachment.cgi?id=30234)
error output in terminal
If in game press 'Esc' (main menu) or 'm' (see map), menu and map not shown,
game is hangs, until press 'Esc' or 'm' again, that return to game.
In the main menu music is playing, but when moving the mouse not play sound
'select item'.
Because of this it is impossible to leave the game and loading or saving.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23931
Summary: City Bus Simulator 2010
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://www.citybussimulator.com/index.php?id=265&L=1
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: magnus(a)modig.no
The main setup.exe file is excecuted, but when you press the "English Version",
the "German installer" or the respective excecutable files, nothing happends at
all. The program seems to start, but then it just closes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.