http://bugs.winehq.org/show_bug.cgi?id=421
--- Comment #295 from max(a)veneto.com 2009-10-10 08:35:41 ---
Bad news, as usual.... Latest release (1.1.31) broke completely the engine.
I hope I'll find a workaround in a couple of ours, that the most time I can
spend to it on these days. If not, I'll revert to old good 1.1.19 (some other
bugs were introduced from 1.1.19 to 1.1.30 too, in particular related to
autocad, printing and others....) and stop the development.
BTW, latest changes on DIB sections using XRender didn't bring any speed bonus
to Autocad, and I doubt it will do in short time, so who needs Autocad on Linux
should better stay to a wine version around 1.1.19.
Ciao
Max
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19620
Summary: CounterStrike Source: Cannot perform microphone test
(or use mic)
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.youtube.com/watch?v=kbB6RqUpRXw
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.org(a)eternaldusk.com
In CounterStrike: Source, clicking the "Test Microphone" option from the Voice
tab does nothing. The button doesn't even change to "Stop Microphone Test".
http://www.youtube.com/watch?v=kbB6RqUpRXw
However, with the very same installation (prefix) of Wine, the microphone works
fine in other Source games, such as HalfLife2 Deathmatch:
http://www.youtube.com/watch?v=0QYagUVjScU
Note how CSS also always starts with the mic boost off and the volume set all
the way to the bottom.
I have tested this with Wine 1.1.27, 1.1.26, 1.0.1, and get the same results
with all versions.
I get the same results when Wine is configured to use ALSA or OSS. I do not
have PulseAudio installed on the test system.
System Info:
Kubuntu Karmic 9.10 (alpha, fully patched 8/7/09)
Audio: HDA nVidia (snd_hda_intel)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5159
--- Comment #30 from Ivo <skywalker-here(a)gmx.de> 2009-10-10 07:47:16 ---
sorry, wrong date :) *(2009-10-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=5159
--- Comment #29 from Ivo <skywalker-here(a)gmx.de> 2009-10-10 07:46:06 ---
Problem still exists: Wine 1.1.31 (2009-09-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=7526
--- Comment #21 from Peter Schueller <schueller.p(a)gmail.com> 2009-10-10 06:30:44 ---
Created an attachment (id=24005)
--> (http://bugs.winehq.org/attachment.cgi?id=24005)
Trace with set_queue_size problem
I have attached the relevant part of a trace where a similar problem occurs
(fixme appears, after that the application logs an error).
The logged error is "the scanner responded a bad CRC COM1" which - I assume -
occurs because the default buffer is too small or too big.
Is did a bit of research and found no queue/buffer size options for unix char
devices or terminals. Would it be necessary to implement an extra serial buffer
layer in WINE to implement this functionality?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6316
--- Comment #54 from David McNeill <davemc(a)mcpond.co.nz> 2009-10-10 05:18:31 ---
SetMapperFlags is in gdi32 in font.c
It is used for matching old raster fonts to printers, and is irrelevant under
TrueType fonts.
It is not being asked to do anything because the second parameter is 0x00000000
in all the fixme output, so it would likely not modify anything anyway. The
return value is always 0, which matches the input, so nothing is lost there.
So the fixme appears harmless in this instance.
Other possibilities are that MYOB mis-uses SetMapperFlags to do something else
undocumented or unusual, or, MYOB uses some ancient raster font code that was
written before TrueType, and that has to succeed for something else to work.
So, the debugging will have to continue at a deeper level.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6316
--- Comment #53 from David McNeill <davemc(a)mcpond.co.nz> 2009-10-10 03:08:55 ---
The problem could be in the implementation of comdlg32.dll
I switched each of the dll's above to (native,builtin)
With comdlg32 as native, the File/Default/Forms dialog (also found at
Setup/Preferences/Reports&Forms/Forms) displays correctly. When using builtin
(wine), it displays incorrectly, with the size not selected, sample incorrect
and 'You should' text box in the wrong place. It could be that it cannot read
the font preferences, so it can not figure out what the default font is, and
can't figure out what fonts to use at all.
When wine displays the form, and when the invoices fail to print, the following
is issued
fixme:font:SetMapperFlags (0x234, 0x00000000): stub - harmless
This may not be harmless, and may be causing an issue.
I tried customising a form and specifying the font, but it made no difference.
However when I switch comdlg32 to native, there are no printers available to
print. The Print/General/Select Printer box is empty. You can select Find
Printer, and the printers are all there, but you cant select one, as the
following error issues
fixme:ds:DsRoleGetPrimaryDomainInformation ((nil), 1, 0x33ce00) stub
fixme:advapi:LsaOpenPolicy ((null),0x33cda8,0x00000001,0x33cdc4) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:winspool:OpenPrinterW PRINTER_DEFAULTS ignored => (null),(nil),0x00000001
Switching advapi32 to native is not possible, lots of errors, and winecfg
reports it is not recommended.
So, does anyone know something useful about comdlg32.dll ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7526
--- Comment #20 from Peter Schueller <schueller.p(a)gmail.com> 2009-10-10 02:53:37 ---
The fixme:comm:set_queue_size is mentioned as part of the problem in several
bugs:
main problem of Bug 1244 (Bug 1244#10, Bug 1244#12, Bug 1244#13)
related to Bug 4633 (Bug 4633#4) which refers to the beginnings of a patch
http://www.winehq.org/pipermail/wine-cvs/2006-May/022683.html
occurs in Bug 7893 just before the lockup
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6351
--- Comment #72 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-10 02:08:05 ---
(In reply to comment #71)
> How does this work in current git?
Can't see any changes, looks the same as comment #64 with wine-1.1.31
OpenGL renderer string: GeForce 8800 GTS/PCI/SSE2
OpenGL version string: 3.2.0 NVIDIA 190.29
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4066
ticota <ticota(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ticota(a)gmail.com
Hugh Perkins <hughperkins(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hughperkins(a)gmail.com
Pekka Rinne <tsierkkis(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tsierkkis(a)gmail.com
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |masterson.andrew(a)gmail.com
Evan Goers <megatog615(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |megatog615(a)gmail.com
--- Comment #18 from ticota <ticota(a)gmail.com> 2009-07-16 13:32:26 ---
"
Now you'll have to register these library by calling "wine regsvr32 dpnet.dll".
This will add some needed registry entries."
How can I do that?? THX
--- Comment #19 from Hugh Perkins <hughperkins(a)gmail.com> 2009-08-06 22:31:03 ---
Is there some way we could change the title of this bug to something like:
"DirectPlay not implemented in Wine, and needs native Windows dlls to be
installed."
... otherwise, for example in the Total Annihilation page,
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7306 , someone
just glancing at the page might assume that, as the bug says at the moment,
online play actually doesn't work, which is not exactly what the bug is saying,
and not really true, since there are workarounds available, by following the
instructions at http://wiki.winehq.org/DirectPlayGames .
--- Comment #20 from Hugh Perkins <hughperkins(a)gmail.com> 2009-08-11 05:47:07 ---
winetricks updated to install directplay, from DirectX 9 redistributable, which
surprisingly works ok, eg against Total Annihilation, which is a game from
1997.
Get it from svn:
http://winezeug.googlecode.com/svn/trunk/winetricks
Just type:
"sh winetricks directplay"
Tested against Total Annihilation
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7306
--- Comment #21 from Pekka Rinne <tsierkkis(a)gmail.com> 2009-08-11 12:07:36 ---
For condor soaring it still does not work even with native windows dlls.
--- Comment #22 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-09-15 14:48:17 ---
*** Bug 20058 has been marked as a duplicate of this bug. ***
--- Comment #23 from Evan Goers <megatog615(a)gmail.com> 2009-10-09 22:07:22 ---
Even with 'winetricks directplay', Homeworld2 still does not work. "Network
Unavailable" is the error message in Homeworld2, and the console has no
discernible error message for directplay failing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7526
--- Comment #19 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-10-09 11:52:01 ---
Is it actually a common control problem? What's the current status of that?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5928
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |18002
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20290
Summary: Crash when opening Splinter Cell Pandora Tomorrow or
Chaos Theory's multiplayer mode
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msn(a)gaiatools.com
Created an attachment (id=23976)
--> (http://bugs.winehq.org/attachment.cgi?id=23976)
Wine output
When opening Splinter Cell Pandora Tomorrow's multiplayer mode (c:\Program
Files\UBISOFT\Splinter Cell Pandora
Tomorrow\online\System\shadowstrike_static_retail.exe), the splash screen of
the game shows up but crashes a few seconds later.
Interestingly, doing the same with Splinter Cell Chaos Theory yields the same
result: the splash screen is shown for a few seconds, then it crashes.
The terminal also says the same error in both cases:
wine: Unhandled page fault on read access to 0x00000000 at address 0x7e525377
(thread [something])
Tried in a clean Wine prefix for both, and installing various winetricks stuff
didn't change anything.
Since the servers for Splinter Cell Pandora Tomorrow have been taken offline
and support has been halted, the game's multiplayer mode isn't really worth a
lot right now (only LAN mode works). In such circumstances, would it be
acceptable to upload it somewhere for devs to download it? The multiplayer part
of the game is a standalone package, free of CD protection and everything.
Using Wine 1.1.30 on Kubuntu 9.04 64-bit with unpatched Wine 32-bit from the
prepackaged .deb repo, although the crash has happened with every version of
Wine I had the occasion of using (Wine 1.1.8 to 1.1.30).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20258
Summary: Imperium Romanum crashes on startup
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://www.gamershell.com/download_23180.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drakkk(a)centrum.cz
Created an attachment (id=23907)
--> (http://bugs.winehq.org/attachment.cgi?id=23907)
terminal output
Imperium Romanum crashes on startup in current git (wine-1.1.30-287-g3c98992).
this is a regression, it works fine with wine 1.1.30 (with some trivial
graphical glitches, bug 19814). Regression test shows this:
709aedf5f9bdfd0cdeab3d2189f6382680356922 is first bad commit
commit 709aedf5f9bdfd0cdeab3d2189f6382680356922
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Sep 28 10:04:59 2009 +0200
wined3d: Properly keep texture references in the stateblock.
:040000 040000 6532435b29460a79d347033c56adf6e9d1366631
5010191c86441c8440620f4f96699b5969adef95 M dlls
I have some troubles reverting this, so I can't say if reverting helps.
There is a free demo available which shows the same issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20270
Summary: Open/Save File dialog cannot be resized
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrejx(a)gmail.com
Wine's "Open File(s)" or "Save File(s)" dialog cannot be resized. This is
sometimes very useful when browsing folders with lots of files.
The feature has been present in Windows since the ME edition (I could be wrong,
but around that time), and it would make sense if Wine had it too.
I'm also attaching screenshots of file dialogs (Windows vs 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=20253
Summary: Regression: Change to OLE32 causes page fault
(problematic commit attached)
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brian(a)brianvuyk.com
CC: julliard(a)winehq.org
Created an attachment (id=23895)
--> (http://bugs.winehq.org/attachment.cgi?id=23895)
commit 7b6dd2c9f8339a0bc14aa7f466f5c5a0bb03da06 by Alexandre Julliard
<julliard(a)winehq.org>
A commit back in March appears to have introduced a bug in which
StringFromGUID2() gets provided a null argument, and crashes.
I noticed this when trying to get WWII Online: Battleground Europe running.
This bug was not present in 1.0.1 (which ships with Ubuntu), but was present in
1.1.30.
In short, when you try to start the 'Settings.exe' program that comes with the
game, it crashes with a page fault.
I did a git bisect, and isolated the commit that introduced this behaviour. I
am attaching it, along with a backtrace which resulted from the crash.
If there is anything else I can provide, let me know.
Regards,
Brian
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20169
Summary: Jedi Knight: MotS freezes randomly after videos.
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Created an attachment (id=23771)
--> (http://bugs.winehq.org/attachment.cgi?id=23771)
Terminal Output.
Sometimes after videos or if you press escape to skip videos the game will
freeze.
So I have to run wineserver -k in a new terminal to kill off the game.
Ubuntu 9.04 64bit, Wine 1.1.29, nVidia 8200 nVidia driver 180.44.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20094
Summary: messui.exe: instantly crashes
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.mess.org/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c1887077(a)tyldd.com
Created an attachment (id=23657)
--> (http://bugs.winehq.org/attachment.cgi?id=23657)
wine debug output after closing the error-window
hello,
- my first report, i hope its all ok.
- wine version wine-1.1.29 (also with earlier versions)
- running on a 32-bit fedora 11 installation.
- messui.exe is the gui for mess' windows version.
http://appdb.winehq.org/objectManager.php?sClass=application&iId=5988
- starting it, gui is visible and an error-window appears. closing the error
window gives different dubeugging infos ( see attachement).
i hope it can be fixed. thanks in advance.
best regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20121
Summary: Cities XL Demo fails to run
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.citiesxl.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff(a)jones.be
Cities XL Demo is installed and dependencies satisfied:
Dotnet 2.0
mscoree.dll required
DirectX9
There appear to be two ways of launching the app.
CitiesXL.exe - Opens and craches almost immediately without anything appearing
on screen (with virtual desktop or otherwise) - Tracelog = CitiesXL.txt
CitiesXL_game.exe: Opens to the splashscreen then crashes (Requires Virtual
Desktop) - Tracelog = CitiesXL_Game.txt
I believe the same issue would occur on the full 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=19963
Summary: GetSystemTimeAdjustment() should return 10000000 /
sysconf(_SC_CLK_TCK)
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
CC: ray(a)pobox.co.uk
Currently there is now way to get the clock tick rate.
GetSystemTimeAdjustment() should return this. The fix is trivial and shown
below. Just because TimeAdjustmentDisabled is TRUE failing to return the
current asjustment I beleive to be an error.
Change to code to be:
BOOL WINAPI GetSystemTimeAdjustment( PDWORD lpTimeAdjustment, PDWORD
lpTimeIncrement,
PBOOL lpTimeAdjustmentDisabled )
{
*lpTimeAdjustment = 0;
*lpTimeIncrement = 10000000 / sysconf(_SC_CLK_TCK);
*lpTimeAdjustmentDisabled = TRUE;
return TRUE;
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19901
Summary: Burg Schreckenstein: OSS HW emulation plays too slow
and crashes
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Often enough, an app works better in HW emulation mode than with acceleration.
With Burg Schreckenstein, the opposite is true: emulation crashes.
OSS HW: intro music and game play are fine!
OSS emul: music too slow (125 seconds instead of 63); assertion failure during
game play:
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 2 or
130, block size = 4
mixer.c:502: DSOUND_MixInBuffer: Assertion `dsb->buf_mixpos + len <=
dsb->tmp_buffer_len' failed.
ALSA emul: like OSS emul
ALSA HW: no sound at all, subtitles display too short to be readable, log:
fixme:dsound:DSOUND_PerformMix Buffering too much! (20480, 0, 0, 4096) [N
times]
Incidentally, the MacOS with its CoreAudio driver behaves like OSS HW emulation
(same 2 symptoms). So fixing this bug might make that app playable on MacOS (as
would implementing HW acceleration for Mac OSX, which is probably harder).
Using Ubuntu Intrepid without PulseAudio, with Intel Corporation
82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03).
+wave,+dsound,+winmm,+mmaux,+driver,+mixer,+tid logs of both OSS cases are
attached.
Hopefully the comparison side by side will reveal the fault in the logic that
leads to the block size error and subsequent assertion violation.
Indeed, nAvgBytesPerSec and nBlockAlign are different, but why?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19559
Summary: Proteus: Component text is too big
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
URL: http://www.labcenter.co.uk/download/prodemo_autodl_gen
eral.cfm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcos_vc(a)coel.com.br
Created an attachment (id=22792)
--> (http://bugs.winehq.org/attachment.cgi?id=22792)
Screenshot showing the problem
Component text is too big in Proteus' schematic capture ISIS. To be more exact,
it have the same size regardless the zoom level.
This happens using the builtin version of gdiplus.dll. It crashes using the
native version provided.
Here a link for the demo version:
http://www.labcenter.co.uk/download/prodemo_autodl_general.cfm
It has happened with the version 7.5 SP0.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19578
Summary: Ares (Proteus 7.5) exits silently
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.labcenter.co.uk/download/prodemo_autodl_gen
eral.cfm
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22817)
--> (http://bugs.winehq.org/attachment.cgi?id=22817)
wine-1.1.26-351-gd97cc15 +relay +seh +tid (225KB)
Ares, part of Proteus 7.5, exits silently with one line in the console.
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
Wine-dbg>bt
Backtrace:
=>0 0x00e5e759 in electra (+0x67e759) (0x007dfd88)
1 0x7bc4a256 MODULE_InitDLL+0x211(wm=0x1112c8, reason=1, lpReserved=0x1)
[/home/test/wine-git/dlls/ntdll/loader.c:976] in ntdll (0x007dfee8)
2 0x7bc4a5de process_attach+0x191(wm=0x1112c8, lpReserved=0x1)
[/home/test/wine-git/dlls/ntdll/loader.c:1065] in ntdll (0x007dff48)
3 0x7bc4a590 process_attach+0x143(wm=0x110768, lpReserved=0x1)
[/home/test/wine-git/dlls/ntdll/loader.c:1057] in ntdll (0x007dffa8)
4 0x7bc4e22d attach_process_dlls+0x54(wm=0x110768)
[/home/test/wine-git/dlls/ntdll/loader.c:2428] in ntdll (0x007dffe8)
5 0xb7ecd9c9 wine_call_on_stack+0x1d() in libwine.so.1 (0x00000000)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19369
Summary: C&C3 and Kane's Wrath crash with DSOUND_BufPtrDiff
assertion
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
In Wine 1.1.26 (this does not occur in 1.1.25) both Command and Conquer 3 and
C&C3: Kane's Wrath crash with a DSound assertion. Relevant snippet of log
(Kane's Wrath):
---
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x160888,0x160788): stub
mes\Command & Conquer 3 Kane's Wrath\RetailExe\1.2\cnc3ep1.dat: mixer.c:306:
DSOUND_BufPtrDiff: Assertion `ptr2 < buflen' failed.
fixme:faultrep:ReportFault 0x1556e35c 0x0 stub
fixme:winmm:MMDRV_Exit Closing while ll-driver open
---
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18921
Summary: O(n) hash_table_add causes winedbg to take 20 minutes
to dump stack when chromium 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 was too slow to be usable.
I ran oprofile while winedbg was churning, and the time appears
to all be spent on one line of code in dlls/dbghelp/storage.c:
void hash_table_add(struct hash_table* ht, struct hash_table_elt* elt)
{
...
569217 89.8978 : for (p = &ht->buckets[hash]; *p; p = &((*p)->next));
Looks like we need to modify struct hash_table and some of its
operators to allow a more efficient append operation there.
Fixing this bug will be one more step towards being friendly to
developers who use Visual Studio and expect our tools to be able
to handle .pdb files 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=18423
Summary: Wine 1.1.21 + uTorrent 1.8.2
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drightler(a)technicalogic.com
After upgrading wine from 1.1.20 to 1.1.21 the UPnP port mapping in uTorrent
1.8.2 stops working. Downgrading back to 1.1.20 fixes the issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18364
Summary: utorrent with an https tracker url stops working
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: howl.nsp(a)gmail.com
Created an attachment (id=20926)
--> (http://bugs.winehq.org/attachment.cgi?id=20926)
utorrent dump files with .19 and .20 wine
uTorrent 1.8.x crashes after time running when at least one torrent with an
https url tracker is on it. The program tray icon stays and if you double click
on it the window program is shown but it doesn't paint anything. Also the
bittorrent connections stops to work.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18040
Summary: Mass Efffect GPF Regression. 1.1.19
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chadwick(a)clan-mac.com
So I tried this with the binary from Scott Ritchie for ubuntu 1.1.19 and Mass
Effect Pops up this GPF window.
I have a backtrace I'll post now too.
If you give me commands to run I'll run them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17581
Summary: Steam will not begin installation, segmentation fault,
perhaps
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julian.lam(a)gmail.com
Created an attachment (id=19738)
--> (http://bugs.winehq.org/attachment.cgi?id=19738)
Error Log, WINE output
Steam runs and logs in as normal, but I cannot install any games using the
"Games" menu, as the program freezes immediately after pressing the "Install"
button. As far as I know, there are no alternate methods of installation, and I
must go through the Steam menu to install games.
I've attached a log detailing the applicable error messages.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17532
Summary: Satori Bulk Mailer - adding modules fails
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
URL: http://www.satorisoftware.com/Products/request-
trial.aspx
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=19658)
--> (http://bugs.winehq.org/attachment.cgi?id=19658)
error screenshot
Got some trial software at work today, tried it under Wine.
Registry key works fine, but attempting to add a registration key for one of
its modules (address correction) fails. It accepts the key as valid, but shows
the expiration date as 00/00/0, then won't let you install, since you don't
have any valid addons.
Seems you can request a free cd, for those wanting to test.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16658
Summary: Scratchiness of sound in aimp 2.5 and other audio
players
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yast4ik(a)yahoo.com
Scratchiness appears when I play any audio file type.
The output is following:
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x14e6c0,0x162f88): stub
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not
registered
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e}
could be created for context 0x1
fixme:keyboard:UnregisterHotKey (0x30058,2): stub
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY
unimplemented
fixme:dsound:DllCanUnloadNow (void): stub
And to my view almost any audio players under WINE give bad result excluding
Audacity 1.3. The sound in Audacity is OK (but it's audio editor, not player).
This output you can partly see at
http://thread.gmane.org/gmane.comp.emulators.wine.user/34775 (2 Nov 11:40
essention)
This bug makes WINE almost useless for audio playing and I appreciate your fix
of it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16525
Summary: Angels Online: Black screen in windowed mode.
Product: Wine
Version: 1.1.10
Platform: All
URL: http://ao.igg.com/
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cmaiku(a)gmail.com
Created an attachment (id=17980)
--> (http://bugs.winehq.org/attachment.cgi?id=17980)
Log when run windowed.
When Angels Online is run windowed, the default mode, the window is completely
black. When it's run fullscreen it displays 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=15812
Summary: 3DS MAX 7.0: Any attempt to change viewport
configuration results in a crash
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://files.filefront.com/3dsmax7exe/;10541739;/fileinf
o.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rockinup1231(a)gmail.com
In 3DS Max 7.0 there is an option for changing the arrangement and types of
viewports displayed, whether they be 3D perspective viewports, or 2D ones
displaying various sides of geometry generated in the program.
For some reason, if you attempt to change the viewport arrangement, it crashes
with a crash report window. Also, if you have one of the viewports maximized,
it will crash before even opening the viewport configuration window.
I'm guessing this is related to d3d (when the crash occurs there are now errors
produced about the crash in the terminal). I'll have to do a trace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13024
Summary: Regressions in Trackmania Nations Forever
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom(a)dbservice.com
>From Wine-0.9.52 (the oldest version I tested, probably works with earlier
versions too) until commit 9e9ef6238a5f27423e28c8f95f69fb02b98d8f27 TMNF work
fine. No crashes etc. That commit breaks TMNF completely so that it won't even
start. No error message, it just exits after a few seconds. Starting with
commit 69a40127c64ddce1908d72556bc0d6dcec86b396 the game starts again, but
often crashes. Seems like some kind of memory leak in the D3D code, as
GL_OUT_OF_MEMORY errors often precede the crash. Starting with commit
bd68237096eb7731239359a2b4941163be015f42 the in-game menus are not displayed
correctly. I can see the menus as transparent and blurred areas, but no buttons
etc are visible.
Here are the full commit messages listed for your convenience:
commit 9e9ef6238a5f27423e28c8f95f69fb02b98d8f27
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Fri Mar 21 21:41:59 2008 +0000
wined3d: Remove unneeded code in CheckDeviceFormat.
All these checks are done during the capability checks which are
performed under the resource type checks.
commit 69a40127c64ddce1908d72556bc0d6dcec86b396
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Sat Mar 22 21:41:30 2008 +0000
wined3d: Add D3DUSAGE_QUERY_PIXELSHADER_BLENDING to CheckDeviceFormat.
commit bd68237096eb7731239359a2b4941163be015f42
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sat Mar 29 13:55:59 2008 +0100
wined3d: Implement TSSARGTEMP with register combiners.
If I revert all three commits, I can play TMNF, no more crashes. Reverting just
one or two of them isn't enough, I have to revert all three.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12816
Summary: CheckTextureCapability at ATI1 ATI2 AL16 R16 RAWZ INTZ
DF24 DF16
Product: Wine
Version: 0.9.60
Platform: Other
URL: http://paste.ubuntu-nl.org/64623/
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sjbayer3(a)yahoo.com
Fresh Install of Ubuntu 8.04 amd64.
Fresh Install of Wine .60 from wine repository
Application: Age of Conan
Program first asks for 2 dlls d3dx9_36.dll and xinput1_3.dll
Putting them in sys32 I can then get the program window to appear and I get
errors for CheckTextureCapability at ATI1 ATI2 AL16 R16 RAWZ INTZ DF24 DF16
(each error appears on a seperate line in terminal) the application then
crashes and asks me to submit a bug report to Funcom (the makers of the
application).
First bug report, I hope I did this 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=12349
Summary: DSOUND_MixInBuffer Assertion `dsb->buf_mixpos + len <=
dsb->tmp_buffer_len' failed
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Hi,
at least two applications regularly abort because of this assertion failure.
"Der Löwe ist los" and "Tiger Team - Geheimnis der goldenen Mumie"
(games for children, from different German editors).
A common point is that both are based on Macromedia. During run they create a
folder in windows/temp/ containing msvcrt.dll, iml32.dll (containing the string
Macromedia Director 7.0.2r85 1999), dirapi.dll and xtras/*.x32.
I.e. Macromedia might badly drive dsound. That might be the culprit.
The applications basically start, however at random time, they abort with the
message:
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 1579,
block size = 2
mixer.c:489: DSOUND_MixInBuffer: Assertion `dsb->buf_mixpos + len <=
dsb->tmp_buffer_len' failed.
I've tried WINEDEBUG=dsound which overflows me with endless output. I'll try to
extract a sensible snippet and attach it.
I'm using 0.9.57 (compiled locally) with Ubuntu Dapper & Gutsy, ALSA output.
Note that some of the sounds are played very well, others produce (very loud)
noise. At some point in time, the application aborts.
A possibly related (revealing?) issue is that I could "turn" a broken sound
(producing loud noise and often causing the assertion failure) into its audible
form by clicking on another object in the game "Tiger Team". This causes some
good speech output, and while speech goes on, click the initial object: the two
sounds are mixed correctly.
This item might be related to bug #7693, yet that one only talks about the
error log message, not the application aborting because of the assertion
failure.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11542
Summary: Proteus Demo crashes/hangs early
Product: Wine
Version: 0.9.53.
Platform: Other
URL: http://www.labcenter.co.uk/download/prodemo_download.htm
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user said this was an important app for him, see
http://groups.google.com/group/comp.emulators.ms-windows.wine/browse_frm/th…
so I downloaded it.
-rw-r--r-- 1 dank dank 26884429 2008-02-10 11:39 prodemo.exe
md5sum:
625319872a0fdd12fe79ad8209b80f3 prodemo.exe
It had some hitches installing (the outer installer hung,
the inner installer it left behind ran, but five or six times
claimed "too many files open", and you had to click ignore
each time to finish the install. (File handle leak?)
Running the ares.exe it installed crashed after putting up the UI.
I'll attach the log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11447
Summary: Solver addin in excel 2003 gives an "Out of Memory"
error
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smorar(a)gmail.com
An "Out of Memory" error occurs when trying to open the Solver tool from within
excel 2003.
Output to the terminal prints the following error message:
fixme:ole:_invoke unsupported number of arguments 126 in stdcall
Steps to reproduce:
1) Install Office 2003 to a new wine drive.
2) During the installation, customize the installation, and install the
"Solver" addin.
3) Run excel with wine
4) Under Tools->Addins, select "Solver"
5) Restart excel
6) Select Tools->Solver
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10050
Summary: oleaut32 and ITypeInfo::Invoke arguments
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
I'm trying to see an application (a cnc simulator/manager called ZFlash) in
wine. It is a quite big VB6 application and I hope one day (not so distant)
will run in linux. There are strange (for me :) errors:
...
ab},x=0,y=0,f=0,0x33e8b8), partially implemented.
fixme:ole:OleLoadPictureEx
(0x1451a0c,3134,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f17c),
partially implemented.
fixme:ole:OleLoadPictureEx
(0x1460794,2110,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f530),
partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x1d94008)->(0x21ed868, 0, (nil)), hacked
stub.
fixme:ole:OLEPictureImpl_Render type -1 not implemented
fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering
icons...
HERE IS THE 'STRANGE' LINE
fixme:ole:_invoke unsupported number of arguments 70 in stdcall
fixme:ole:OLEPictureImpl_Render type -1 not implemented
fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering
icons...
fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering
icons...
fixme:ole:OLEPictureImpl_Render type -1 not implemented
fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering
... continue
In the wine sources:
/dlls/oleaut32.dll, file typelib.c
/* ITypeInfo::Invoke
DWORD _invoke(FARPROC func,CALLCONV callconv, int nrargs, DWORD *args) {
...
switch (callconv) {
case CC_STDCALL:
switch (nrargs) {
case 0:
res = func();
break;
case 1:
res = func(args[0]);
break;
...
case 30: ...
it finishes at 30, but the application seems to need also the 46 and 70 case.
I have added the two case and seems ok (it stops for another thing after this
but I think is another story)
My question is: 30 is considered only a big number or there is a reason?
Seems that this application need bigger numbers...
(wine 0.9.47 clean from sources)
--
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=9995
Summary: font/menu problems ocurring with 0.9.41
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Hannes.Krueger(a)uibk.ac.at
I use a windows application with wine. wine version 0.9.39 and 0.9.40 work fine
with this application, versions from 0.9.41 (incl. builds from most recent
git/cvs sources) fail to run this software:
No text is displayed in the main window of the application. Browsing through
the dropdown menus (which also do not contain any text) leads to a crash.
The output of a successfull run with wine 0.9.40 and the output of a crash
using version 0.9.41 is attached.
Maybe somebody has an idea what the problem is.
--
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=9989
Summary: Oracle OCI client: Hangs on updating LOB data
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yurtk(a)mail15.com
Created an attachment (id=8509)
--> (http://bugs.winehq.org/attachment.cgi?id=8509)
log file (with WINEDEBUG=+all) containing last lines before freeze
A business application written in Delphi that uses Oracle OCI client, worked
normally in Wine 0.9.33 under Ubuntu 7.04. After upgrade to Wine 0.9.46 (or
even to 0.9.41) it starts working faster but also starts hanging on update LOB
data if these data amount more than ~10 KBytes.
--
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=6969
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2009-10-09 11:13:30 ---
Closing bugs fixed in 1.1.31.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7768
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2009-10-09 11:13:31 ---
Closing bugs fixed in 1.1.31.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6967
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2009-10-09 11:13:29 ---
Closing bugs fixed in 1.1.31.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5764
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #31 from Alexandre Julliard <julliard(a)winehq.org> 2009-10-09 11:13:26 ---
Closing bugs fixed in 1.1.31.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5055
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> 2009-10-09 11:13:25 ---
Closing bugs fixed in 1.1.31.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3853
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #22 from Alexandre Julliard <julliard(a)winehq.org> 2009-10-09 11:13:23 ---
Closing bugs fixed in 1.1.31.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1660
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #31 from Alexandre Julliard <julliard(a)winehq.org> 2009-10-09 11:13:22 ---
Closing bugs fixed in 1.1.31.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3044
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2009-10-09 11:13:23 ---
Closing bugs fixed in 1.1.31.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5928
--- Comment #18 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-10-09 10:39:41 ---
(In reply to comment #17)
> I'm personally interested in testing comctl32 Monthcal problems, so if an
> installable version...
Not so fast.
...
If installable version is available somewhere please let me know.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5928
--- Comment #17 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-10-09 10:32:17 ---
(In reply to comment #16)
> Doesn't install in git (new version though).
>
Doesn't install here indeed (wine-1.1.30-552-g8ce9b8f).
Each time a press Next button on choose product type page I get:
---
err:msi:call_script Could not find CLSID for Windows Script
---
You can get further a bit installing wsh56vb with winetricks but not very far:
---
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
err:msi:MsiActiveScriptSite_OnScriptError script error: L"Type mismatch:
'FeatureRequestState'"
---
This outputted each time you press Next.
I'm personally interested in testing comctl32 Monthcal problems, so if an
installable version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1236
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|comctl32 |user32
--- Comment #20 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-10-09 09:41:35 ---
Combos and Listboxes aren't common controls, but belong to user32.
Feel free to open new bugs for comctl32 controls - one for a problem/control.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8854
Ludmila Kamenskaya <stav.lak(a)mail.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stav.lak(a)mail.ru
--- Comment #43 from Ludmila Kamenskaya <stav.lak(a)mail.ru> 2009-10-09 08:27:25 ---
I confirm that this bug is still present in wine-1.1.30 running on Ubuntu Linux
9.04. The supplied DLL from the earlier version of wine (0.9.x) works fine, so
it's a regression in the newer revisions (1.0.x/1.1.x)?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16113
Summary: Loss of Sound
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smitty_the_smith(a)yahoo.com
Created an attachment (id=17352)
--> (http://bugs.winehq.org/attachment.cgi?id=17352)
Terminal output when I play WoW
When I play World of warcraft WotLK in wine I get no sound. Lemmings Revolution
has sound in wine (only other game I use in wine).
Computer stats are: amd athlon 64 x2 4200+ , [ALC655 integrated sound device or
Sound Blaster Live PCI] Attaching terminal output.
Will add WTF.conf configuration file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5055
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #15 from Juan Lang <juan_lang(a)yahoo.com> 2009-10-08 19:16:19 ---
I think the Mac case is separate from the Linux one, since the Mac trashcan
would undoubtedly use a different API. The existence of and support for the
xdg spec under Linux makes this one fixed for Linux, I think. So I'm marking
this fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5991
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.asp.net/msde/ |http://www.asp.net/MSDE/def
| |ault.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=6316
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #23488|text/plain |application/x-gzip
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18794
Summary: New Direct3D code from 20090605 fails with ATI HD4350
using fglrx 8.600 driver (on x86_64)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann(a)droneaud.fr
Something is going wrong with today commits.
No more error about unsupported fbconfig, but a page fault:
First chance exception: page fault on read access to 0x00000018 in 32-bit code
(0x7d30396a).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7d30396a ESP:0067eba8 EBP:7be14c58 EFLAGS:00010246( R- -- I Z- -P- )
EAX:00000001 EBX:00000001 ECX:7e07bc80 EDX:00000000
ESI:00000000 EDI:7c23aea8
Stack dump:
0x0067eba8: 7d2f08e7 00000000 00000000 7be15bb8
0x0067ebb8: 7c1904e0 7c1904e0 00000000 00000000
0x0067ebc8: 00000000 00000000 7be24a60 7c1904e0
0x0067ebd8: 7be24a60 7be254c0 00000000 7be24a60
0x0067ebe8: 00000000 00000000 7c084388 00000000
0x0067ebf8: 7c1904e0 7c152210 00000000 00000000
Backtrace:
=>0 0x7d30396a in fglrx_dri.so (+0x71996a) (0x7be14c58)
1 0x00000010 (0x00000010)
2 0x00000000 (0x00000000)
0x7d30396a: movl 0x18(%edx),%eax
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6316
chandra_07(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chandra_07(a)hotmail.com
--- Comment #52 from chandra_07(a)hotmail.com 2009-10-07 23:18:16 ---
Is there any progress on this bug? We installed MYOB Premier 12 using Wine on
Ubuntu 9.04 and it installs and runs. The tab problem is still there but at
least there is a work around. the printing problem is definitely still there. I
see more and more people trying to run MYOB on Linux, so this definitely is
becoming big.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4633
--- Comment #20 from Peter Schueller <schueller.p(a)gmail.com> 2009-10-07 15:53:34 ---
Created an attachment (id=23973)
--> (http://bugs.winehq.org/attachment.cgi?id=23973)
Trace from similar situation with RS232 Barcode Scanner
I got a similar problem with an RS232 Barcode Scanner.
I have attached a trace, I am using Ubuntu with wine
1.1.29~winehq0~ubuntu~9.04-0ubuntu2.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1244
Peter Schueller <schueller.p(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |schueller.p(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7526
Peter Schueller <schueller.p(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |schueller.p(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7893
Peter Schueller <schueller.p(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |schueller.p(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6437
Vitaly Lipatov <lav(a)etersoft.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kondratyuk(a)etersoft.ru
--- Comment #9 from Vitaly Lipatov <lav(a)etersoft.ru> 2009-10-07 09:09:39 ---
Konstantin, can we post our patch agaist recoding 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=1201
--- Comment #19 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-10-07 05:30:52 ---
Created an attachment (id=23967)
--> (http://bugs.winehq.org/attachment.cgi?id=23967)
Microsoft Golf 99 trial backtrace
Currently, when I launch Golfdemo.exe and select solo play with
wine-1.1.30-416-g07ec73f, the application crashes in:
Backtrace:
=>0 0x003b7550 in findstuff32 (+0x7550) (0x0033e524)
1 0x0064b995 in game (+0x24b995) (0x0033eef4)
2 0x005edc68 in game (+0x1edc68) (0x0033f3ec)
3 0x0062acfd in game (+0x22acfd) (0x0033f7ec)
...
>From the relay log:
001f:Call KERNEL32.LoadLibraryA(00427594 "findstuff32.dll") ret=0f04f442
001f:Ret KERNEL32.LoadLibraryA() retval=003b0000 ret=0f04f442
001f:Call KERNEL32.SetErrorMode(00008001) ret=0f04f45a
001f:Ret KERNEL32.SetErrorMode() retval=00008001 ret=0f04f45a
001f:Call KERNEL32.GetProcAddress(003b0000,004275a8 "SetBackgroundWhite")
ret=0f04f472
001f:Ret KERNEL32.GetProcAddress() retval=003b7540 ret=0f04f472
001f:trace:seh:raise_exception code=c0000005 flags=0 addr=0x3b7550 ip=003b7550
tid=001f
it appears that the application is crashing in SetBackgroundWhite for some
reason.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5159
--- Comment #28 from Maarten Lankhorst <m.b.lankhorst(a)gmail.com> 2009-10-06 17:10:15 ---
I've sent in a patch that fixes some issues I've found, is this still a problem
in current version of wine? (very recent git)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5159
Maarten Lankhorst <m.b.lankhorst(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #23889|0 |1
is obsolete| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1201
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEW
--- Comment #18 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-06 15:40:57 ---
(In reply to comment #17)
> I've simplified the patch and resent:
>
> http://www.winehq.org/pipermail/wine-patches/2009-October/079428.html
Great! Looks like it was comitted as 203c538aaa2ca940822791e4af42822bfdb59f53
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8987
--- Comment #5 from Detlef Riekenberg <wine.dev(a)web.de> 2009-10-06 15:15:48 ---
Still present in Wine-1.1.30
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7198
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.29.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6437
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.23.
--- Comment #8 from Detlef Riekenberg <wine.dev(a)web.de> 2009-10-06 15:13:46 ---
Still present in Wine-1.1.30
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4608
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.8.
--- Comment #5 from Detlef Riekenberg <wine.dev(a)web.de> 2009-10-06 15:11:07 ---
Still present in Wine-1.1.30
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4096
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.3.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3864
--- Comment #11 from Detlef Riekenberg <wine.dev(a)web.de> 2009-10-06 14:53:06 ---
Monitor related code has moved to localspl.dll
Additional code is currently tested.
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6194
--- Comment #20 from Juan Lang <juan_lang(a)yahoo.com> 2009-10-06 14:38:51 ---
(In reply to comment #19)
> Does an empty foobar.cat help at all?
No, should have mentioned that, sorry. It fails to decode the cat file. From
a +relay log:
001c:Ret crypt32.CryptMsgClose() retval=00000001 ret=24c643f4
001c:Ret wintrust.CryptCATOpen() retval=ffffffff ret=0106fb4a
001c:Call KERNEL32.GetLastError() ret=0106fb5a
001c:Ret KERNEL32.GetLastError() retval=80093102 ret=0106fb5a
(snip)
001c:Call KERNEL32.RaiseException(e00bffff,00000000,00000000,00000000)
ret=0106fb97
0x80093102 is CRYPT_E_ASN1_EOD (end of data.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6194
--- Comment #19 from Austin English <austinenglish(a)gmail.com> 2009-10-06 14:29:11 ---
(In reply to comment #18)
> Update: I found a copy of WindowsXP-KB842773-v2-x86-enu.exe and ran it. It
> failed with a "Path not found" dialog. From a +relay log:
> 001c:Call KERNEL32.FindFirstFileW(005003e0
> L"C:\\windows\\system32\\CatRoot\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\\*.cat",0033b7b4)
> ret=0106fdf8
> 001c:Ret KERNEL32.FindFirstFileW() retval=ffffffff ret=0106fdf8
> 001c:Call KERNEL32.GetLastError() ret=0106fe0b
> 001c:Ret KERNEL32.GetLastError() retval=00000003 ret=0106fe0b
>
> That directory is missing. Creating the directory changes the error to "File
> not found." So, the installer is expecting a real catalog file to exist there.
> Creating catalog files is described in more detail in bug 16013.
Does an empty foobar.cat help at all?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6194
--- Comment #18 from Juan Lang <juan_lang(a)yahoo.com> 2009-10-06 12:23:01 ---
Update: I found a copy of WindowsXP-KB842773-v2-x86-enu.exe and ran it. It
failed with a "Path not found" dialog. From a +relay log:
001c:Call KERNEL32.FindFirstFileW(005003e0
L"C:\\windows\\system32\\CatRoot\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\\*.cat",0033b7b4)
ret=0106fdf8
001c:Ret KERNEL32.FindFirstFileW() retval=ffffffff ret=0106fdf8
001c:Call KERNEL32.GetLastError() ret=0106fe0b
001c:Ret KERNEL32.GetLastError() retval=00000003 ret=0106fe0b
That directory is missing. Creating the directory changes the error to "File
not found." So, the installer is expecting a real catalog file to exist there.
Creating catalog files is described in more detail in bug 16013.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20237
Summary: Visual Basic 6 Installation Crash
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: dolcevita(a)supereva.it
Hi, I tryed to install vb6 under
wine, it crashed soon.
Is it possible, isn't it?
In attachment the log.
Thanks for your attention.
Andrea
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20274
Summary: Your instructions for updating WINE reposity
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthew79_00(a)yahoo.com
It caused a fatal error with my update program. I'm usin Ubuntu 9.04. I can't
even look at the list of programs available.
This is a major failure of your software management system. Please check for
broken packages with synaptic, check the file permissions and correctness of
the file '/etc/apt/sources.list' and reload the software information with:
'sudo apt-get update' and 'sudo apt-get install -f'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20272
Summary: Wine 1.1.28-1.1.30: Keyboard focus is lost when
running applications in a virtual desktop.
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: merlin0525(a)gmail.com
Keyboard focus is lost when applications are run in a virtual desktop. Steps to
reproduce:
1. Install Wine 1.1.28, 1.1.29, or 1.1.30.
2. Open notepad in Wine.
3. Click the notepad window. Type in notepad. Letters should appear.
4. Open an application outside of wine (gedit or terminal, for example).
5. Click the application outside Wine.
6. Switch back to notepad. Try typing. Letters no longer appear. Instead,
letters appear in the application opened outside Wine.
A regression test between 1.1.27 and 1.1.28 results in the following bad
commit:
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7566
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #21 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-05 19:22:32 ---
(In reply to comment #20)
> Is this still an issue in current (1.1.25 or newer) wine?
Still present in wine-1.1.30-360-g95eb435.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20273
Summary: WoW EULA issue.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthew79_00(a)yahoo.com
It would seem that when I try to install WoW, it will not let me agree to EULA.
It says that I can agree when I get to the end, I've tried this many different
ways now (page down button, click and drag, clicking the down arrow and waiting
forever). Nothing seem to make the button clickable, I don't know if this is a
WINE problem or a WoW problem, but any help would be greatly appreciated.
Thanks in advance to your 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=3023
--- Comment #17 from Padrah Zoltan <zoltan.padrah(a)gmail.com> 2009-10-05 13:30:59 ---
Tested with Orcad demo, Capture 9.1, wine 1.1.30. The place part problem still
exists. I haven't tried the fix for that wine version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20267
Summary: Lotus Notes 7.0.2 cannot be installed
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toralf.foerster(a)gmx.de
Created an attachment (id=23925)
--> (http://bugs.winehq.org/attachment.cgi?id=23925)
console output
Instad I get the output as seen in the attached text 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=20268
Summary: Neverwinter Nights shows only black menu.
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sotecware(a)gmx.net
Created an attachment (id=23931)
--> (http://bugs.winehq.org/attachment.cgi?id=23931)
Output of git bisect about the commit.
Greetings masters of wine :)
Neverwinter Nights 1 is only showing a black screen instead of the menu. The
intro videos are playing correctly, though.
I performed regression testing and found
b5da7f49d332ed5d64be1256e14035af74a7efa2 as the bad commit (full output of git
attached).
Ready to test and provide more information.
P.S.: I tried to CC the author of the patch, but Bugzilla refused it with the
notice that it would not match anything ...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16320
Summary: gensdatapro application does not start
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dekloe(a)zonnet.nl
The genealogical database program gensdatapro does install fine with wine.
When accepting the default directories the executable is copied to:
.wine/drive_c/GDPdemo/gdpdemo.exe
But as soon as I try to run it I get a pop-up window giving the error: "Runtime
error 216 at 00003658"
(and an OK button).
Nothing more happens.
A demo can be downloaded from:
http://gensdatapro.ngv.nl/Downloads/setupgdpdemo26.exe (size is about 30MB)
I have been in contact with the developer of this software, but he is currently
not willing to adapt the software to run with wine and/or linux.
>From this contact I know the program is written in Delphi, maybe that helps in
locating the problem.
Best regards,
Jos de Kloe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20241
Summary: fatal error C1902: Program database manager mismatch;
please check your installation
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mathieu.malaterre(a)gmail.com
After installing vs2005express (winetricks vs2005express), I am getting some
annoying error messages:
Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj
C:\PROG~FBU\MICR~GDN\VC\bin\cl.exe @C:\windows\temp\nm152f.tmp
testCCompiler.c
C:\gdcm\debug-wine\CMakeFiles\CMakeTmp\testCCompiler.c : fatal error C1902:
Program database manager mismatch; please check your installation
NMAKE : fatal error U1077: 'C:\PROG~FBU\MICR~GDN\VC\bin\cl.exe' : return
code '0x2'
According to M$, one need to apply the following patch:
VS80-KB920770-X86-ENU.exe
However I cannot get it to work on wine 1.1.30
Ref:
http://code.msdn.microsoft.com/KB920770/Release/ProjectReleases.aspx?Releas…
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=19275
Summary: Fallout 3 - No heads
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: mailRoxas(a)gmail.com
The game crashes at loading saved game when heads for characters are enabled.
If i disable the heads the game works fine. I guess its something to do with
Shaders, and would appreciate if dev would look into this issue =)
GPU: Nvidia 8600 GT 512mt
CPU: Intel Quad 6600
Log attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17711
Summary: wwiionline (Battleground Europe); wine ignores keyboard
in online mode
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: uberthoth(a)gmail.com
Since upgrading to 1.1.16 wine everything works great here, so long as I'm
playing offline. If I try online, wine ignores my keyboard input, and if I
press a key it actually goes to the linux environment (e.g. if my web browser
is out and I hit F11 while in the online mode when I quit the web browser will
be fullscreen, and I've tried it with all apps quit before starting). I might
add I'm using ubuntu 8.10 and gnome.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20262
Summary: .NET 2.0 not installable due to repeating RegSvcs.exe
crashings
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winecreations(a)trashmail.net
Created an attachment (id=23913)
--> (http://bugs.winehq.org/attachment.cgi?id=23913)
Output of console issued the command "winetricks dotnet20".
Let´s do it quick ´n dirty:
System used: OpenSuse 11.1 (x86_64)
Wine version: 1.1.30
Failure: The .NET-installer hangs itself when RegSvcs.exe crashes. Out of the
blue pops a new window from the wine debugger telling that apocalypse has come.
The installation window itself does not show any progress at all, but rather
stays there.
I´ve talked to some people on the wine IRC about this - and YES I´ve used a
CLEAN wineprefix, deleted winetrickscache multiple times and re-installing wine
completely won´t help either. Either way, all people keep telling me they can´t
reproduce the error, but it´s there.
Also installing with command "LANG=C winetricks dotenet20" did not help a bit.
Would you please take a CLOSE look at the error log and tell me what is wrong?
Thank you for your efforts.
/sl@sh/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8854
Victor Sergienko <singalen(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |singalen(a)gmail.com
Chris Spencer <millionaire317(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |millionaire317(a)hotmail.com
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeffrey.finkelstein(a)gmail.c
| |om
SheeEttin <sheeettin(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sheeettin(a)gmail.com
Thomas Benn <sotis(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sotis(a)gmx.net
--- Comment #38 from Victor Sergienko <singalen(a)gmail.com> 2009-05-01 06:20:49 ---
X-Com: Ufo defense still broken in 1.20/Ubuntu 9.10.
The two mentioned dinput.dll.so files crash the app.
--- Comment #39 from Chris Spencer <millionaire317(a)hotmail.com> 2009-06-26 21:11:48 ---
Confirming that bug still isn't resolved.
Using Wine 1.1.24. Tried copying over dinput.dll but it didn't work. So now I
guess I'm going to have to use diff. That's going to be bit of a pain because
I'm using Gentoo, so the proper method would be to write a separate overlay to
patch the source. I'll see if I can remember how to do it right.
I would just downgrade wine, but 1.1.22 - 1.1.24 all fix bugs with HL2, and DX9
rendering finally works properly with fglrx.
Oh well...
--- Comment #40 from Chris Spencer <millionaire317(a)hotmail.com> 2009-06-26 21:14:39 ---
Confirming that bug still isn't resolved.
Using Wine 1.1.24. Tried copying over dinput.dll but it didn't work. So now I
guess I'm going to have to use diff. That's going to be bit of a pain because
I'm using Gentoo, so the proper method would be to write a separate overlay to
patch the source. I'll see if I can remember how to do it right.
I would just downgrade wine, but 1.1.22 - 1.1.24 all fix bugs with HL2, and DX9
rendering finally works properly with fglrx.
Oh well...
--- Comment #41 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-09-13 12:02:10 ---
*** Bug 18285 has been marked as a duplicate of this bug. ***
--- Comment #42 from Thomas Benn <sotis(a)gmx.net> 2009-10-04 11:22:49 ---
Using wine 1.1.30 on Kubuntu (KDE4) the bug seems still present. Using the dll
from post #27 works for me though, luckily. Happy playing!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=421
Mike A. Harris <mharris(a)mharris.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mharris(a)mharris.ca
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20259
Summary: Steam: crashes after launch
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piekarzarkadiusz(a)gmail.com
Created an attachment (id=23911)
--> (http://bugs.winehq.org/attachment.cgi?id=23911)
Log from Steam installation
I've tried to test some of my old bugs in Steam so I launched it and it crashed
a couple of seconds after the Steam window, "Steam Update News" window and
"Install Gecko engine" dialog appeared. So I removed ~/.wine directory,
downloaded a new SteamInstall.msi, installed it and when I tried launching it,
the same thing happened.
I think this bug may be related to the Gecko engine not being able to install
itself. I've attached log from Steam installation and from its launching.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20255
Summary: MS Windows applications do not detect the CD-ROM drive
under SPTI
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: EagleScreen(a)gmail.com
MS Windows applications as like as CD-ROM burnning tools, don't detect the
CD-ROM drive under SPTI, but detect it with ASPI.
This is tested in wine 1.0.1 and wine 1.1.30.
Tested with ImgBurn application which is expected to work with wine:
http://www.imgburn.com/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16259
Summary: Microsoft Office TestDrive fails to start
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://office.microsoft.com/en-
us/products/HA101687261033.aspx
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:ole:CoUninitialize Mismatched CoUninitialize
wine TestDriveWizard-v1.5.2.1.exe
displays a message "The TestDrive Launch Wizard is unable to create cookies
which are required for you to use the TestDrive." then exits.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9220
--- Comment #12 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-03 20:28:10 ---
(In reply to comment #11)
> I am trying to run Total 3D (sorry, not a game), and am getting a similar error
> with wine 1.0.1:
>
> fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
> SetDepthStencilSurface
> fixme:d3d7:IDirect3DImpl_7_CreateDevice (0x428f308): Only one Direct3D device
> per DirectDraw object supported
That's a different bug.
The original reported bug is still present, you have to set software rendering
mode for it to reach the hang in winmm. Tested with wine-1.1.30-287-g3c98992.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20251
Summary: serious problem encountered in game client
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.leonhart(a)hotmail.it
I tried to use a game client called Byond. "this can be caused by a problem in
the program or a deficiency".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8365
Erich Hoover <ehoover(a)mines.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ehoover(a)mines.edu
--- Comment #17 from Erich Hoover <ehoover(a)mines.edu> 2009-10-03 13:43:17 ---
(In reply to comment #16)
> ... In full screen mode, attempting to alt+tab makes the game crash with
> no terminal output.
Not sure if this helps, but I've noticed that when the game first starts that
it doesn't actually have focus (ie. if you alt-tab or switch workspaces before
clicking anywhere the game doesn't crash).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20247
Summary: Icons scaled incorrectly in RadioMobile 10.0.9
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.cplus.org/rmw/english1.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steve.m.caddy(a)ntlworld.com
Toolbar icons along the top of the app window are scaled too large. The toolbar
buttons still work, it's just hard to see which one you are pressing.
Icons used to mark where transmitter sites are located on a map are mis-scaled
as well.
Was ok with RadioMobile v10.0.9 and Wine v1.1.29, so this is something that has
changed recently.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5159
--- Comment #27 from Maarten Lankhorst <m.b.lankhorst(a)gmail.com> 2009-10-03 10:27:55 ---
Created an attachment (id=23889)
--> (http://bugs.winehq.org/attachment.cgi?id=23889)
rough patch that might fix stuff
I've been working on some changes, unfortunately this patch seems incomplete,
at least in ventrilo this will cause it to repeat itself before playing new
data sometimes, and i have yet to figure out why..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
--- Comment #34 from Dan Kegel <dank(a)kegel.com> 2009-10-03 09:13:21 ---
Thanks for the info, that helps clarify the issue.
I suspect even on Windows, that code would break if the environment
was on the verge of being reallocated, but we can test that assumption
by writing a stress test.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
--- Comment #33 from jvlad <dmda(a)yandex.ru> 2009-10-03 01:54:44 ---
> Apps should not save the pointer returned by getenv().
Maybe you're right. But I didn't find any documents specifying how long such
pointers can be used. Seems MSVCRT leaves all previously allocated environment
blocks intact, so the pointers can be used for whole the process lifetime.
If you take a look at the php.exe sources (that's the application I talked
about from the beginning of this issue), you'll find that they are calling
getenv and keep the pointers for relatively short period - the startup. It
reads all the values keeping the pointers, adds new values, then uses them all
See init_request_info() in cgi_main.c:
static void init_request_info(TSRMLS_D)
{
char *env_script_filename = sapi_cgibin_getenv("SCRIPT_FILENAME",0
TSRMLS_CC);
char *env_path_translated = sapi_cgibin_getenv("PATH_TRANSLATED",0
TSRMLS_CC);
^^^^^^^^^ reads the pointers
if (env_path_translated) {
_sapi_cgibin_putenv("ORIG_PATH_TRANSLATED",env_path_translated
TSRMLS_CC);
}
if (env_path_info) {
_sapi_cgibin_putenv("ORIG_PATH_INFO",env_path_info TSRMLS_CC);
}
if (env_script_name) {
_sapi_cgibin_putenv("ORIG_SCRIPT_NAME",env_script_name
TSRMLS_CC);
}
if (env_script_filename) {
_sapi_cgibin_putenv("ORIG_SCRIPT_FILENAME",env_script_filename
TSRMLS_CC);
}
^^^^^^^^^^^^^^^^^^^^
updates the environment
if (script_path_translated && stat( script_path_translated, &st )
== -1 ) {
^^^^^^^^^^^^^^^^^^
then uses the pointers
And it all works fine under windows.
It this is a "bug" in MSVCRT that it preserves old block intact after it
allocates new buffer for the environment, this bug should be reproduced in wine
(IMHO).
(Still it's my assumption that MSVCRT works this way and does not free the
blocks, I didn't try to neither reengineer it nor learn its sources)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16228
Summary: Cannot get a script function from within a comment node.
Product: Wine
Version: 1.1.9
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Created an attachment (id=17474)
--> (http://bugs.winehq.org/attachment.cgi?id=17474)
Test case
<html>
<head>
<title></title>
</head>
<script id="sc" type="text/javascript">
<!--
function Testing() { }
// -->
</script>
<body onload="Testing()">
</body>
</html>
With the above html code, we cannot call the function "Testing" directly from
code.
Test case provided.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20243
Summary: $ wine CallofDuty2Patchv1_3.exe fails
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vytautas1987(a)yahoo.com
$ wine CallofDuty2Patchv1_3.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:advapi:LookupAccountNameW (null) L"vytautas" (nil) 0x32bd54 (nil)
0x32bd58 0x32bd4c - stub
fixme:advapi:LookupAccountNameW (null) L"vytautas" 0x137a40 0x32bd54 0x137618
0x32bd58 0x32bd4c - stub
err:msi:msi_cabextract FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"#Data1.cab"
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1627
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15132
Summary: Installshield crashes with an error
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darthvim(a)gmx.net
Created an attachment (id=15843)
--> (http://bugs.winehq.org/attachment.cgi?id=15843)
console log of the error
Hi, i tried different cd's from me with different programms...
older ones installed with WINE perfectly but newer ones with installshield are
crashing with an error, the same thing happens when running this crashing setup
with REACTOS - but reactos says the same error and says what it is failing.
the referenced memmory couldn't be read at 0x3547897ff - i beleive it's the
same for wine (reactos and wine share some developers ...)
i hope it can be fixed soon :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5764
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Severity|major |normal
--- Comment #30 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-02 21:39:11 ---
Should be fixed by 4ae16e37eec8e7398ffc2b68170b5dfffd80b369.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15236
Summary: Money Manager: Cannot run app a second time without
killing winedvm.exe
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dave(a)maxcel.co.uk
Re: moneysoft Money Manager Windows98 program installed under Wine, which works
well. On opening, the program automatically opens the last data file used in
the previous run. On the first instance of run from boot, the program runs
correctly, but if it is closed and later re-opened without re-booting the
computer, it cannot access its data file because it says it is already in use.
Each time the program is run it creates a process 'winedvm.exe' which sleeps
when the program is closed, therefore it does not release the data file. To run
the program more than once during any work session, any existing instances of
winedvm.exe have to first be killed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7548
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #12 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-02 21:31:42 ---
closing abandoned.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15385
Summary: Pretty Soldier Wars A.D. 2048: crashes when run
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bauhmothswill(a)hotmail.com
Created an attachment (id=16234)
--> (http://bugs.winehq.org/attachment.cgi?id=16234)
wine output of the crash
Wine crashes when I try to run the game.
This game can be easily found in the common places (like 500MB). No demo
avaliable (it's a hentai 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=15438
Summary: Visual BasicCcomboBox error
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ptrkis9(a)gmail.com
Created an attachment (id=16304)
--> (http://bugs.winehq.org/attachment.cgi?id=16304)
+relay and +loaddll log
I am trying to run an Applications under Wine developed under MS Visual Basic
6.0 SP6 .
I realised, some controls belonging to MS Forms2.0 Controls doesn't run (
example Combo Box ),
until others ( example List box ) doe's run fine.
The details:
1. Wine Version 1.1.5
2. Ubuntu Hardy 8.0.4
3. Ubuntu downloaded by Ubuntu application Ad/Remove service.
4. Running in XP environment.
5. Steps to reproduce the bug:
- Open New Standatd EXE project in VB 6.0 SP6
- Project/Components Microsoft Forms 2.0 Object Library
- Put on the form opened a ComboBox control. You neadn't add any code.
- Save ComboBox_test project
- Create Setup package for ComboBox_test by Package and Deployement
wizard ( in AdIns )
- Configure and run Setup in wine 1.1.5
- Configure and run the ComboBox_test.
You have error message: Failed to load control "ComboBox".
- You can do the same by ListBox. It doe's run fine.
6. Attachement:
+relay and +loaddll log
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10761
Summary: Sim Town fails to play background music.
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Sim Town fails to play the game's background music. Sound effects work fine.
Related fixme's:
fixme:mcimidi:MIDI_mciPlay NIY: MIDI port=0, track=1
fixme:mcimidi:MIDI_mciPlay NIY: MIDI port=0, track=2
fixme:mcimidi:MIDI_mciPlay NIY: MIDI port=0, track=3
fixme:mcimidi:MIDI_mciPlay NIY: MIDI port=0, track=4
The demo of this game does not work due to bug 10760.
--
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=11685
Summary: PSN Downloader, PSP not up to date
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shindekokoro(a)gmail.com
Playstation network downloader does not allow download of PSN title because it
says that PSP system is not up to date.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15165
Summary: [Photoshop elements 6] importing files from folders
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: fredrik.joakim.sandstrom(a)gmail.com
Created an attachment (id=15906)
--> (http://bugs.winehq.org/attachment.cgi?id=15906)
screenshot
Steps to reprocude:
1. Choose File -> get photos and videos -> from files and folders
2. choose a picture (i.e. jpg) file
- it's not possible to import files/folders by pressing [open], the button
isn't activated
Workaround:
- right click the picture file(s) and choose select in order to perform import.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15410
Summary: priscon tycoon 4, various values are not visible
Product: Wine
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=13787&iTestingId=31643
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spooky85(a)gmail.com
i've tested prison tycoon 4 with wine 1.1.5 here.
it works "well" but... the most values like funds/money, prisoner etc. are not
visible except if you get a plus of money like: +45.
some other labels like character names are not displayed correctly.
graphic mode is Direct3DHAL
(see screenshot)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11451
Summary: Guild 2: Smaller Screen with Bloomshader
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Renegade2200(a)yahoo.de
In Guild 2, the visual screen is smaller that the normal screenresolution if
activating Bloomshader (see screenshot:
http://appdb.winehq.org/screenshots.php?iAppId=4854&iVersionId=10510 )
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14073
Summary: Wine crashes when running UFO and switching monitors
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david(a)tulloh.id.au
Created an attachment (id=14293)
--> (http://bugs.winehq.org/attachment.cgi?id=14293)
Crash debug output
I tried running the XCom UFO Defence game.
On execution a black screen appeared, it doesn't respond to input etc.
I switched away to my second monitor.
I switched back to the first.
Upon switching back to the first Wine instantly crashed.
The debugger 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=17745
Summary: StrongDC++ 2.22 freezes randomly
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kornos(a)flash.ro
StrongDC++ 2.22 freezes randomly(after minutes or hours).
These are the relevant messages on console:
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:dbghelp_msc:pdb_process_types -Unknown type info version 20040203
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 603
fixme:dbghelp_msc:codeview_get_type Returning NULL symt for type-id 603
fixme:dbghelp_msc:codeview_snarf S-Udt PVOID64: couldn't find type 0x603
fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 1132
fixme:dbghelp_msc:dump 00000000: 1e 00 32 11 00 00 00 00 14 02 00 00 0d 00 00
00 ..2.............
fixme:dbghelp_msc:dump 00000010: 00 00 00 00 d6 b7 10 00 b0 6f 00 00 01 00 01
00 .........o......
fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 1132
fixme:dbghelp_msc:dump 00000000: 1e 00 32 11 00 00 00 00 1c c5 00 00 2b 00 00
00 ..2.........+...
fixme:dbghelp_msc:dump 00000010: 00 00 00 00 8a bb 10 00 db 69 0b 00 01 00 01
00 .........i......
fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 1132
fixme:dbghelp_msc:dump 00000000: 1e 00 32 11 00 00 00 00 38 d1 00 00 6f 00 00
00 ..2.....8...o...
fixme:dbghelp_msc:dump 00000010: 00 00 00 00 b9 e3 10 00 ae f6 08 00 01 00 01
00 ................
and tons of these fixme:
Strongdc does not crash but it freezes.
System configuration :
Ubuntu Linux 8.04 kernel 2.6.28.7 , wine 1.1.17 , Athlon 3000+ , 512Mb RAM
oss-linux-4.0-1051_i386.deb sound driver
Wine is installed from .deb , pretty much standard configuration , no
winetricks or other modifications.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3853
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #21 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-02 21:21:56 ---
Reported fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3853
Nathan Shearer <mail(a)nathanshearer.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mail(a)nathanshearer.com
--- Comment #20 from Nathan Shearer <mail(a)nathanshearer.com> 2009-10-02 21:17:21 ---
I upgraded to wine-1.1.29 and installed Freelancer in a new prefix. This bug
appears to be fixed now ^_^
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5159
skywalker-here(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |skywalker-here(a)gmx.de
--- Comment #26 from skywalker-here(a)gmx.de 2009-10-02 21:11:39 ---
I'am experiencing the same problems.
Wine version: 1.1.30
Soundcard: Sound Blaster Live 5.1
if i speak or sing a constant sound into my mic, lets tell it an 'a' and
silence would be '_'
Then the in and output looks this way:
input: aaaaaaaaaaaaaaaaaaaaaaaa
output: aaa_____aaa_____aaa____
The funny thing is, that the voice test in steam works perfectly, only the one
in CS:S doesn't.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20242
Summary: Steam installer does not work on Jaunty 64
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: charlie.andrews(a)tiscali.co.uk
CC: charlie.andrews(a)tiscali.co.uk
Created an attachment (id=23882)
--> (http://bugs.winehq.org/attachment.cgi?id=23882)
Terminal output from wine msiexec /i SteamInstall.msi
Installing Steam does not work on my Jaunty 64 setup.
Attempting to install Steam on vanilla wine generates a dialog:
Fatal Error
-----------
Installation ended prematurely because of an error.
See attachment for terminal output.
Bug filed iaw request from bug 20240.
Installation works fine with PlayOnLinux.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7065
Wylda <wylda(a)volny.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wylda(a)volny.cz
--- Comment #92 from Wylda <wylda(a)volny.cz> 2009-10-02 18:19:03 ---
Hi, i wanted to know from someone experienced in SecuROM whether new (or newer)
SecuROM like v7.38 or v7.39 which does not check DVD, but makes Online
Activation is related to this bugreport 7065.
Based on that decide whether close bug 19971 or not.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17861
Summary: crash with page fault on write access to 0x00000000
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas.kaim(a)gmail.com
Created an attachment (id=20140)
--> (http://bugs.winehq.org/attachment.cgi?id=20140)
crash log when starting
Hi,
Im unable to install Mafia on a fully updated Ubuntu Intrepid system.
uname -a
Linux waffe 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686
GNU/Linux
wine --version
wine-1.1.17
extracts from glxinfo
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1600
OpenGL version string: 2.1.8087 Release
OpenGL shading language version string: 1.20
I installed vcrun6 with winetricks and still no go. Also tried after installing
the mfc40 and mfc42 packages and still no go. Also tried adding them in the
wineconfig program also without success. Wine as such does work, World of
Warcraft runs wonderfully! See attachment for crash 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=20240
Summary: Steam game installer asking for administrator
privileges
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: charlie.andrews(a)tiscali.co.uk
Hello!
I have steam installed and working well on my Ubuntu Jaunty setup, including a
few games.
I recently downloaded X3: Terran Conflict, but am having problems starting.
When I start the game for the first time, a dialog pops up:
TAGES Drivers
-------------
The drivers require installation (with an administrator's account)>
Do you want to proceed now?
I choose 'Yes' and see an error dialog:
TAGES Drivers
-------------
Unable to proceed (error 32) [or sometimes 1450 or 1723]
Then:
Egosoft
-------
Insufficient priveleges: you must be administrator when you run this
application for the first time.
Using the latest version from the Wine repo, and the environment created by
PlayOnLinux for Steam.
I have filed this bug IAW the FAQ. I have tried changing the Windows version
from XP to 98 and Vista, to no good effect.
Would love to know how this is happening and to get it fixed!
Cheers
Charlie
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
--- Comment #32 from Dan Kegel <dank(a)kegel.com> 2009-10-02 15:33:31 ---
Sounds like a bug in the app, then.
Apps should not save the pointer returned by getenv().
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
--- Comment #31 from jvlad <dmda(a)yandex.ru> 2009-10-02 15:21:30 ---
I'm sorry if what I reported is still not clear.
It's indeed hard to reproduce. If you didn't change anything, it should be
possible to find combination. I hope with full wine code compiled with debug
info, it would be easier to find the origin of the problem.
What I reported is basicly outlined below:
1) environment block is allocated say at address 0x700000
2) program gets some environment variables using getenv(). It's known that
getenv() returns pointer to static buffer. So the program does not bother to
copy the returned strings. Say, it gets 2 pointers to 0x701000 and 0x701100
3) program makes some changes to the environment block and allocates some new
variables.
4) it seems that at some point (after some modifications per p.2) wine
reallocates whole the environment block. Say, not the block is allocated at
0x800000. What did happen to the pointers returned per p.1 0x701000 and
0x701100? Nothing, absolutely. They still point to the same strings, now in
fried memory, and the memory itself is still not used so the values are exactly
the same as before.
It's not enough to reallocate the environment block, it's necessary to get the
released block allocated for something else. Then the pointers will point to
bogus data.
Perhaps you know it better how to use wine's memory manager and get all the
fried blocks filled up with somekind of fillers, like MS fills with 0xBAADF00D
when compiled with debug CRT. In this case you'll see dangling pointers right
after block is reallocated.
Please let me know if anything remained unclear.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2332
--- Comment #24 from Saulius K. <saulius2(a)gmail.com> 2009-10-02 14:33:01 ---
Yes, the exception still occurs when loaded main NE module is being opened for
writing in Wine-1.1.30 .
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20206
Summary: Simultaneous ssl connections are spread over the time
and some result in connection timeouts or other
connection errors
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: howl.nsp(a)gmail.com
CC: howl.nsp(a)gmail.com
To reproduce this bug is needed to apply the patches from
http://bugs.winehq.org/show_bug.cgi?id=18364 that solves crashes due to ssl
connections in different threads at the same time.
There is only some issues, in comparison with Windows behavior, when starting
multiple https torrents at once, in Windows they are reported almost
simultaneously, but with wine the connection time varies usually tens seconds.
Sometimes wine reports more like Windows and sometimes some torrents result in
error 12170 with the red icon show in the torrent list for the pertinent
torrent.
Error 12170 seems to be a timeout error, but when it happens utorrent retry
automatically the connection.
Also when stopping torrents some of them aren't reported to the tracker
resulting in 12007 error, this error is also something like a timeout.
I add here the timings of windows torrents, it's the epoch time when the
tracker acquire the requests:
Windows torrents start:
1.- 1254189507
2.- 1254189507
3.- 1254189507
4.- 1254189507
5.- 1254189507
6.- 1254189507
7.- 1254189508
8.- 1254189508
9.- 1254189508
10.- 1254189508
Windows torrents stop:
1.- 1254189951
2.- 1254189951
3.- 1254189952
4.- 1254189952
5.- 1254189952
6.- 1254189952
7.- 1254189952
8.- 1254189952
9.- 1254189953
10.- 1254189953
Wine torrents start:
1.- 1254190552
2.- 1254190552
3.- 1254190552
4.- 1254190553
5.- 1254190553
6.- 1254190554
7.- 1254190557
8.- 1254190572
9.- 1254190572
10.- 1254190586
Wine torrents stop (two reports are missing):
1.- 1254190841
2.- 1254190843
3.- 1254190843
4.- 1254190844
5.- 1254190845
6.- 1254190850
7.- 1254190850
8.- 1254190851
When stopping torrents if connection fails utorrent doesn't try to reconnect to
report the last data.
Not always happens sometimes all the torrents are reported, and sometimes the
times varies more between the first and the last report...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17939
Summary: Lotus Notes 7.0.3 crash
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: toralf.foerster(a)gmx.de
Created an attachment (id=20274)
--> (http://bugs.winehq.org/attachment.cgi?id=20274)
stderr output
As soon as I elect on "Filer" -> "preferneces" -> "User Preferences" the
application crashes. With the environment variable WINEDEBUG=err+all the stderr
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=8924
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |INVALID
--- Comment #30 from Dan Kegel <dank(a)kegel.com> 2009-10-02 09:19:03 ---
I was never convinced it was a real problem,
and we haven't had any changes to msvcrt/environ.c
in ages. So it's probably more likely invalid.
I read his report more carefully, and see that he was
saying that putenv cleared *other* env vars, so I wrote
the test case
#include <stdio.h>
#include <stdlib.h>
void show()
{
const char *foobie=getenv("foobie");
if (foobie)
printf("foobie ok, %s\n", foobie);
else
printf("foobie not found\n");
foobie=getenv("bar");
if (foobie)
printf("bar ok, %s\n", foobie);
else
printf("bar not found\n");
}
int main(int argc, char **argv)
{
show();
putenv("bar=bletch");
show();
}
and ran it with
i586-mingw32msvc-gcc env.c
foobie=xyz wine a.exe
Worked fine.
Also, there's a known issue even in Windows with
having too many environment variables; space
is limited. The user said that commenting out
some variables fixed his problem. So that's
what he was probably running into, and that's
probably what fixed his problem.
If there is a real problem, it might be that
Wine preserves too many Unix environment variables,
thus using up the precious space in wine.
In any case, we didn't fix anything, so this should
either be left open or closed as invalid.
Let's close it as invalid for now, but
if anyone runs into the "runs out of env space
sooner in wine than windows" problem, let's
reopen it as a new bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1201
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|directx-d3d |-unknown
Version|unspecified |20021219
AssignedTo|lionel.ulmer(a)free.fr |wine-bugs(a)winehq.org
--- Comment #16 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-02 06:10:43 ---
(In reply to comment #14)
> This patch rectifies the batch issue that Christoph Korn observed:
>
> http://www.winehq.org/pipermail/wine-patches/2009-February/069191.html
>
> The Microsoft Golf crash still occurs.
Hi Andrew,
The patch seems to have strange line endings, as well as your try2. Do you
want to rebase and resend?
http://www.winehq.org/pipermail/wine-patches/2009-March/070164.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=2748
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
--- Comment #17 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-02 05:54:50 ---
Still doesn't run with wine-1.1.30-168-g3fe20bd, I just a blank screen and no
sound after clicking 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=2113
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #9 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-02 05:31:58 ---
closing invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2113
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|kernel32 |-unknown
Resolution| |INVALID
--- Comment #8 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-02 05:31:39 ---
Invalid per comment #6. Also crashes on Vista. Probably just a bug in mosaic
with modern webservers/sites.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5568
--- Comment #26 from Rihards <richlv(a)nakts.net> 2009-10-02 03:44:56 ---
yes, the issue is still there with 1.1.30
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5567
--- Comment #27 from Rihards <richlv(a)nakts.net> 2009-10-02 03:44:47 ---
yes, the issue is still there with 1.1.30
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |RESOLVED
--- Comment #29 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-10-01 23:50:01 ---
Oops, not closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Resolution|INVALID |FIXED
--- Comment #28 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-10-01 23:49:50 ---
Then might as well mark it fixed. Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7548
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-10-01 20:48:29 ---
Abandoned. If this is still an issue in current (1.1.30 or newer) wine, and you
can provide the needed information, feel free to reopen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1977
Daniel Skorka <daniel.skorka(a)stud.uni-karlsruhe.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel.skorka(a)stud.uni-karl
| |sruhe.de
--- Comment #17 from Daniel Skorka <daniel.skorka(a)stud.uni-karlsruhe.de> 2009-10-01 20:05:31 ---
Yes, still the same.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15412
Summary: wine have no sound with artsdsp
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ginermail(a)gmail.com
1. wine configured with oss audio output
2. wine executed by artsdsp (artsdsp wine xxx.exe)
3. sound doesn't work
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2181
--- Comment #36 from Alexandre Julliard <julliard(a)winehq.org> 2009-10-01 16:37:19 ---
No need to patch the binary, just fix this in Wine. Make sure to add a test
case.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2181
--- Comment #35 from Julius Schwartzenberg <julius(a)zgod.cjb.net> 2009-10-01 16:28:51 ---
Replacing sizeof(EDITSTATE *) with 6 indeed allows the game to work. Do you
think it would be possible to create a patch for the game's binary?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #27 from Dan Kegel <dank(a)kegel.com> 2009-10-01 15:15:39 ---
I think he said it's ok now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8598
--- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-10-01 15:09:36 ---
Is this still an issue in current (1.1.30 or newer) 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=8924
--- Comment #26 from Austin English <austinenglish(a)gmail.com> 2009-10-01 15:09:37 ---
Is this still an issue in current (1.1.30 or newer) 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=5568
--- Comment #25 from Austin English <austinenglish(a)gmail.com> 2009-10-01 15:09:35 ---
Is this still an issue in current (1.1.30 or newer) 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=6140
--- Comment #12 from Austin English <austinenglish(a)gmail.com> 2009-10-01 15:09:36 ---
Is this still an issue in current (1.1.30 or newer) 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=5567
--- Comment #26 from Austin English <austinenglish(a)gmail.com> 2009-10-01 15:09:35 ---
Is this still an issue in current (1.1.30 or newer) 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=3023
--- Comment #16 from Austin English <austinenglish(a)gmail.com> 2009-10-01 15:09:33 ---
Is this still an issue in current (1.1.30 or newer) 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=2332
--- Comment #23 from Austin English <austinenglish(a)gmail.com> 2009-10-01 15:09:32 ---
Is this still an issue in current (1.1.30 or newer) 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=1977
--- Comment #16 from Austin English <austinenglish(a)gmail.com> 2009-10-01 15:09:31 ---
Is this still an issue in current (1.1.30 or newer) 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=8924
--- Comment #25 from jvlad <dmda(a)yandex.ru> 2009-10-01 15:06:00 ---
Thanks for reminding.
I think no, it's not an issue in current.
At least I can't replicate the problem anymore.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--- Comment #24 from Austin English <austinenglish(a)gmail.com> 2009-10-01 14:38:51 ---
Is this still an issue in current (1.1.30 or newer) 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=8093
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |integration
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-10-01 14:37:17 ---
Still present.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3952
landeel <cleberdemattoscasali-wine(a)yahoo.com.br> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cleberdemattoscasali-wine@y
| |ahoo.com.br
Saulius K. <saulius2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |saulius2(a)gmail.com
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alejandroricoveri(a)gmail.com
Ken Sharp <kennybobs(a)o2.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
Version|unspecified |0.9.2.
Severity|enhancement |normal
--- Comment #46 from landeel <cleberdemattoscasali-wine(a)yahoo.com.br> 2009-08-27 17:49:33 ---
What if someone could create a fake gameguard to trick the game executable?
--- Comment #47 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-08-28 04:42:18 ---
(In reply to comment #46)
> What if someone could create a fake gameguard to trick the game executable?
That is out of the scope of the Wine project.
--- Comment #48 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-08-28 05:30:22 ---
Moreover that's called a copy protection circumvention and is illegal.
--- Comment #49 from Austin English <austinenglish(a)gmail.com> 2009-08-28 11:49:52 ---
(In reply to comment #48)
> Moreover that's called a copy protection circumvention and is illegal.
Depending on your jurisdiction. US, sure. Europe, etc., not so much.
And of course, countries not signatory to the Berne convention/some other
copyright agreement treaty can legally infringe copyrights from other
countries.
Copyrights are a mess...
--- Comment #50 from Henri Verbeet <hverbeet(a)gmail.com> 2009-08-28 12:19:57 ---
Just fwiw, GameGuard is "anti-cheating", not copy protection. Not that it
changes much for the discussion, Wine certainly doesn't want to include that
kind of circumvention code.
--- Comment #51 from landeel <cleberdemattoscasali-wine(a)yahoo.com.br> 2009-08-28 18:15:40 ---
I know this is really out of Wine's scope.
But I mean if such a project existed, totally apart from wine, it would benefit
wine users.
--- Comment #52 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-09-06 14:48:47 ---
*** Bug 19955 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20229
Summary: Bad LocalIp Address in VB6 app
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dolcevita(a)supereva.it
Created an attachment (id=23864)
--> (http://bugs.winehq.org/attachment.cgi?id=23864)
Bad LocalIp address discover under wine
Hi,
I've just seen that under wine my application
is unable to get the correct local ip address.
It returns 127.12.34.56 instead of 192.168.1.3
Please can you check?
I attach a simple source code wrote with VB6
and the compiled version too. It works good
under windows.
Thankyou
Andrea
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3569
--- Comment #25 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-01 06:39:27 ---
Same with wine-1.1.30-168-g3fe20bd
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2798
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #33 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-01 06:26:33 ---
Closing invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2798
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Component|directx-ddraw |-unknown
Resolution| |INVALID
AssignedTo|fenix(a)club-internet.fr |wine-bugs(a)winehq.org
--- Comment #32 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-01 06:26:15 ---
wine-1.1.30-168-g3fe20bd
Unzipped game, ran setup.bat, ran Evolution.exe, clicked on start new game with
the default settings, it loads a progress dialog then a crash dialog appears.
Looking at the first exception thrown in a +relay,+seh,+tid there is a mention
of dplay stuff. Tried with winetricks dplay. Still crashes the same.
Out of interest I tested this on Vista and it crashes at the same point.
Resolving invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9172
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #7 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-01 05:29:36 ---
Closing abandoned, original reporter - reopen if you're able to retest in the
latest version of Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9172
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|directx-dmusic |-unknown
Resolution| |ABANDONED
Severity|major |normal
--- Comment #6 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-01 05:28:44 ---
Unlikely to be dmusic, not major, abandoned.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20217
Summary: SecureCRT: Garbage is written over text when selecting
items in window
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: perrym3(a)gmail.com
When viewing a list of sessions in the Connect window, if the user clicks on a
session other than the one that is highlighted, all of the session names in
between are overwritten with garbage. The garbage is never the same. See the
attached screenshot for reference.
Steps to reproduce:
Create several profiles if you don't have any already.
Open the connect window. Click on any session that is not highlighted in order
to select it.
Result:
All of the sessions between the one that was originally selected and the one
you click on are overwritten with garbage.
Expected result:
None of the unselected text should change.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19331
Summary: Updating bugs with lots of CCs take far too long
Product: WineHQ Bugzilla
Version: 3.2.3
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: trivial
Priority: P4
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
I'm sure anyone who has been using Bugzilla for long enough has noticed that
updating bugs with a large number of CCs and/or votes takes unreasonably long.
Marking a bug a duplicate of another can time out.
You can ignore this by reopening the bug without waiting for the page to
reload, and the emails will still be sent.
Can something be changed for this? We don't really need to know who is being
emailed, it can be assumed from the lists.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7768
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #13 from Juan Lang <juan_lang(a)yahoo.com> 2009-09-30 11:15:21 ---
Fixed by commits 24036fe13a5bff131640a449c69329040e532871 and
474b2e4bfb46cf1bb8db0faa6ecfdb3fd157b117.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7551
Bug 7551 depends on bug 7768, which changed state.
Bug 7768 Summary: server should set process affinity
http://bugs.winehq.org/show_bug.cgi?id=7768
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1347
Ken Sharp <kennybobs(a)o2.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
URL|http://appdb.winehq.org/app |http://sourceforge.net/proj
|view.php?appId=1029 |ects/virtualdub/files/virtu
| |aldub-win/1.7.0.25854/Virtu
| |alDub-1.7.0.zip/download
Severity|normal |major
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |minor
Ken Sharp <kennybobs(a)o2.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |major
Ronny Standtke <Ronny.Standtke(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Ronny.Standtke(a)gmx.net
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |minor
Stephen Eilert <spedrosa(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spedrosa(a)gmail.com
Saulius K. <saulius2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |saulius2(a)gmail.com
Carlton Hobbs <carlton.hobbs(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |carlton.hobbs(a)gmail.com
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #13834|0 |1
is obsolete| |
G.vorr <bugs.glenn+wine(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugs.glenn+wine(a)gmail.com
--- Comment #44 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-04-28 15:21:28 ---
*** Bug 18212 has been marked as a duplicate of this bug. ***
--- Comment #45 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-08-10 19:32:23 ---
A lot of people reporting the same problem for a lot of apps - moving to major.
Source available for VirtualDub.
--- Comment #46 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-08-10 21:44:44 ---
This is a trivial GUI problem nothing major about it.
--- Comment #47 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-08-11 06:02:29 ---
S103, VirtualDub 1.7 and Quicktime are unusable, the make all the other apps on
a system unusable too.
Certainly not minor.
--- Comment #48 from Ronny Standtke <Ronny.Standtke(a)gmx.net> 2009-08-11 07:12:25 ---
The definition of major is: "Major loss of functionality for a wide range of
applications", see http://bugs.winehq.org/page.cgi?id=fields.html#importance
I can confirm that a wide range of applications is broken because of this
issue, e.g. every application where Quicktime is used destroys the user
desktop. Unfortunately, there are a lot of such applications.
--- Comment #49 from Stefan Dösinger <stefandoesinger(a)gmx.at> 2009-08-11 08:10:17 ---
The apps that blank the screen that way are broken in some form - what they're
doing is not compatible with composited desktops. Vista disables Aero in that
case.
A workaround for those apps that are still maintained, like QuickTime, is to
set winver=vista - that way they'll use an alternate, more sane codepath.
QuickTime for example uses d3d9 for drawing instead of DirectDraw rendering to
the desktop window.
--- Comment #50 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-08-11 08:47:55 ---
Minor - For minor loss of functionality, or other problem where an *easy
workaround is present* (virtual desktop).
Trivial - For a UI glitch that doesn't affect running of a program
Does "blanking the screen" affect running the actual program? - No.
--- Comment #51 from Austin English <austinenglish(a)gmail.com> 2009-08-11 10:41:48 ---
(In reply to comment #50)
> Minor - For minor loss of functionality, or other problem where an *easy
> workaround is present* (virtual desktop).
> Trivial - For a UI glitch that doesn't affect running of a program
> Does "blanking the screen" affect running the actual program? - No.
Not all programs have a workaround. E.g., programs that haven't made a Vista
version.
--- Comment #52 from B. Wong <winehq.org(a)wongs.net> 2009-08-11 11:53:07 ---
(In reply to comment #50)
> Minor - For minor loss of functionality, or other problem where an *easy
> workaround is present* (virtual desktop).
> Trivial - For a UI glitch that doesn't affect running of a program
> Does "blanking the screen" affect running the actual program? - No.
Actually, switching virtual desktops in order to refresh the screen does not
work well enough to call it a workaround. Many of the applications affected by
this are unusable if one must constantly switch virtual desktops. This isn't a
minor loss of functionality; this is a total loss. The only "workaround" is to
simply not run the applications.
I believe Ken Sharp was correct to change this bug to MAJOR.
--- Comment #53 from Stefan Dösinger <stefandoesinger(a)gmx.at> 2009-08-11 11:54:35 ---
> > What´s going to be broken by the fix then?
> That'd be a better question for Stefand. I haven't noticed anything broken
> on my end, but I haven't tested it extensively.
1) Any app that locks the front buffer without a rect limiter and expects this
to be fast.
2) Any app that locks the front buffer and passes in a limiting rectangle, but
doesn't clip properly will still black out the screen
3) The !(Flags & DDLOCK_WRITEONLY) is a condition that has nothing to do with
the problem, it just happens that all QuickTime locks that work properly and
require fast performance have this flag set by chance.
4) If apps do a non-writeonly lock once, then a number of full-screen writeonly
locks, we'll write the old screen content back. The screen won't be black, it
will have outdated content.
(1) Is not much of a problem - those apps would black out the screen right now
(2) isn't much of a problem either. Its just no improvement
(3) is worrysome. Do the apps still work properly if this WRITEONLY condition
is taken away? Do quicktime videos play with proper performance? (This
WRITEONLY check is a performance hack on top of the readback hack)
(4) Can cause troubles for the user because you could read outdated content in
your Linux apps and don't know it.
Alexandre rejected the basic idea of reading the screen content. We have the
following options:
*) Move ddraw into the X server. Not going to happen. It was called DGA, and
dropped.
*) use the GL ddraw implementation and allow a GL context to be set up against
the desktop window(ie, NULL hwnd). We could implement that in winex11 by using
a PBuffer and copying the screen into and out of the pbuffer. Still it would be
hacky and break compiz. So we have to disable compiz in this case (like vista
does), and hope for proper performance, and hope that all drivers support
PBuffers(the open source ones don't)
*) Persuade AJ to accept the hack as-is
*) Close this bug as WONTFIX.
--- Comment #54 from Austin English <austinenglish(a)gmail.com> 2009-08-11 11:59:04 ---
What about having including the hack, and allow it to be enabled/disabled by
registry key.
WONTFIX seems a bit much for a bug affecting a lot of applications.
--- Comment #55 from Stefan Dösinger <stefandoesinger(a)gmx.at> 2009-08-11 17:10:12 ---
(In reply to comment #54)
> What about having including the hack, and allow it to be enabled/disabled by
> registry key.
Either we trust the hack, or we don't. I don't see a point in adding a registry
key.
--- Comment #56 from Carlton Hobbs <carlton.hobbs(a)gmail.com> 2009-08-15 16:57:57 ---
I'm not a programmer, could someone explain how to try the hack so I can see if
bug 19733 is a duplicate? It is also a screen blanking problem in the freeware
game Pendulumania.
--- Comment #57 from B. Wong <winehq.org(a)wongs.net> 2009-08-16 11:53:19 ---
(In reply to comment #56)
> I'm not a programmer, could someone explain how to try the hack so I can see if
> bug 19733 is a duplicate? It is also a screen blanking problem in the freeware
> game Pendulumania.
There is no easy way to try the hack, except to use CrossOver from
CodeWeavers.com. There's a free demo you can download. If it doesn't work in
CrossOver, then the bugs are separate. If it does work then you're back to
recompiling Wine to figure out which patch fixed it.
--- Comment #58 from Austin English <austinenglish(a)gmail.com> 2009-08-16 14:12:49 ---
Created an attachment (id=23118)
--> (http://bugs.winehq.org/attachment.cgi?id=23118)
rediffed hack
Works fine in current (1.1.27) wine. Tested against quicktime.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6930
Hans Leidekker <hans(a)meelstraat.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dimesio(a)earthlink.net
--- Comment #12 from Hans Leidekker <hans(a)meelstraat.net> 2009-09-30 05:56:23 ---
*** Bug 19230 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3297
Arseny Solokha <b0ntrict0r(a)yandex.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |b0ntrict0r(a)yandex.ru
--- Comment #11 from Arseny Solokha <b0ntrict0r(a)yandex.ru> 2009-09-30 04:42:21 ---
Still reproducible with wine 1.1.30.
Bug 19120 may be duplicate for this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1660
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |xerox_xerox2000(a)yahoo.co.uk
Resolution| |FIXED
--- Comment #30 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-09-29 15:29:30 ---
(In reply to comment #29)
> Should be fixed with
> http://source.winehq.org/git/wine.git/?a=commit;h=dbb29993db537a3d2de4f1de3…
Yes, demo plays fine here now with current git. Great job Markus!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3845
--- Comment #12 from Paul Romanyszyn <pgr(a)arcelectronicsinc.com> 2009-09-29 14:52:28 ---
I don't have the willem hardware but have needhams emp-11. I used a 1.8 Ghz P4
laptop and accessing the programmer burning and verifying did increase CPU
loading and heat generated during the access. It appears that the programming
times were about as fast or faster then using a the dos base software with
dosemu and the emp-20 on a 3 Ghz P4. I did set the prefix to win95 so the
program did not need to use a driver to do the direct port access.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1348
alexis rodriguez <troski(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |troski(a)gmx.net
--- Comment #21 from alexis rodriguez <troski(a)gmx.net> 2009-09-29 10:19:30 ---
The error is not present in Photoshop CS2 after update to Wine 1.1.30, it takes
all the hotkeys, Ctrl-z, Ctrl-o, Ctrl-a, Ctrl-d....
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5764
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|directx-d3d |-unknown
AssignedTo|stefandoesinger(a)gmx.at |wine-bugs(a)winehq.org
--- Comment #29 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-09-29 07:02:53 ---
(In reply to comment #27)
> The log from FFXI suggests ImmSetCompositionString is being called with an
> index of SCS_SETSTR|SCS_CHANGEATTR|SCS_CHANGECLAUSE - but msdn says it can only
> be _one_ of these.
I sent a patch to add a test for this case.
Setting component from d3d to -unknown (no imm32 component).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5764
--- Comment #28 from Paul Vriens <Paul.Vriens.Wine(a)gmail.com> 2009-09-29 06:54:11 ---
So what needs to happen is:
- make sure the patch applies cleanly to current git (which it doesn't)
- add fixes to the conformance tests (removing some of the todo_wine's)
- (maybe add some tests with more combinations ?)
- sent the patch to wine-patches(a)winehq.org
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5764
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeffz(a)jeffz.name
--- Comment #27 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-09-29 06:19:19 ---
The log from FFXI suggests ImmSetCompositionString is being called with an
index of SCS_SETSTR|SCS_CHANGEATTR|SCS_CHANGECLAUSE - but msdn says it can only
be _one_ of these.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5764
Paul Vriens <Paul.Vriens.Wine(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Paul.Vriens.Wine(a)gmail.com
--- Comment #26 from Paul Vriens <Paul.Vriens.Wine(a)gmail.com> 2009-09-29 06:09:20 ---
The patch is (at least?) not complete as it fixes some conformance tests that
are currently marked as todo_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=5764
RaiCoss(a)aol.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |RaiCoss(a)aol.com
--- Comment #25 from RaiCoss(a)aol.com 2009-09-29 05:41:10 ---
Ugh, this still happens as of WINE 1.1.30
fixme:imm:ImeSetCompositionString PROBLEM: This only sets the wine level string
fixme:imm:ImmGetOpenStatus (0x132988): semi-stub
Why is this patch not included by default? It's over a year old by now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1660
--- Comment #28 from Markus <mst(a)collogia.de> 2009-09-29 04:57:08 ---
Phew, this kept me busy quite a few days. The error comes from Wine leaving
dwBackBufferCount>0 in backbuffer surfaces. This leads to the following endless
loop in Worms when trying to initialize palettes for attached surfaces:
function SomewhereInWorms(ThisSurface)
{
...
CreatePalette
...
do something with ThisSurface /* DUMP occurs here */
...
GetSurfaceDesc(Surface)
if (dwBackBufferCount==1) {
NextSurface=GetAttached(ThisSurface) /* program does not check Result */
call function SomwhereInWorms(NextSurface)
}
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20199
Summary: Plants vs. Zombies crashes during loading screen
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vexorian(a)gmail.com
Plants vs zombies from pop cap games collection CD keeps crashing during
loading time for me.
I am including the console output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20197
Summary: Cities XL Launcher fails to run
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.citiesxl.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff(a)jones.be
Created an attachment (id=23812)
--> (http://bugs.winehq.org/attachment.cgi?id=23812)
Citiesxl.exe backtrace
As soon as the Citiesxl.exe (The launcher) is run it crashes without any GUI
coming up.
This launcher is essential to the game operation as it controls the patching
process among other functions.
This issue is present on Wine 1.1.29 and the latest 1.1.30
Backtrace attached from 1.1.30.
I still need to compile 1.1.30 for debug symbols.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6967
--- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-09-28 18:52:30 ---
Created an attachment (id=23817)
--> (http://bugs.winehq.org/attachment.cgi?id=23817)
Fix hittesting and buttonup handling
This one seems to be a pretty obvious to fix.
The problems are:
- wrong hittesting for previous month leads to unreachable previous month days
except day 31/30;
- wrong hittesting for next month increment a year when it shouldn't;
- lbutton up handler looks strange, it definitely act just like a prev/next
buttons, maybe it was workaround for a broken hittesting.
Attached patch fixes these three issues, I'll try to produce acceptable patch
this week.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8088
--- Comment #5 from Vincent Povirk <madewokherd(a)gmail.com> 2009-09-28 18:05:05 ---
The windowscodecs work destroyed any chance of this working in current Wine.
The oleaut32 WIC loading code now internally converts the image data from
whatever it was (8-bit paletted in this case) to 32-bit ARGB, just because it
was simplest to only deal with one format.
Someone would have to fix
OLEPictureImpl_LoadWICDecoder/OLEPictureImpl_LoadWICSource so that it creates
an 8-bit bitmap when it gets 8-bit paletted data.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6533
Vincent Povirk <madewokherd(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |testcase
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2467
Miguel Lopez <graptorx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |graptorx(a)gmail.com
--- Comment #117 from Miguel Lopez <graptorx(a)gmail.com> 2009-09-28 16:15:15 ---
(In reply to comment #116)
> I've given up hope for this bug. The component which produces it (
> directx-ddraw ) didnt had any work done, according to my git log, for quite a
> bit now.
>
> Its one of those bugs that forces you to learn C just to give a try fixing it!
believe it or not thats what i am doing... sort of... ^_^;
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2467
--- Comment #116 from nick ves <vespenegeyser(a)hotmail.com> 2009-09-28 16:01:07 ---
I've given up hope for this bug. The component which produces it (
directx-ddraw ) didnt had any work done, according to my git log, for quite a
bit now.
Its one of those bugs that forces you to learn C just to give a try fixing it!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2467
chr <cr2005(a)u-club.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cr2005(a)u-club.de
nick ves <vespenegeyser(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vespenegeyser(a)hotmail.com
dzs6w3(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dzs6w3(a)gmail.com
Lauri Niskanen <ape(a)ape3000.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ape(a)ape3000.com
Freddie Tilley <freddie.tilley(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |freddie.tilley(a)gmail.com
karaluh <karaluh(a)karaluh.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |karaluh(a)karaluh.pl
Robert <roppie93(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |roppie93(a)hotmail.com
Nelson Castillo <nelsoneci(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nelsoneci(a)gmail.com
--- Comment #105 from chr <cr2005(a)u-club.de> 2009-04-19 14:27:56 ---
I noticed something else ... while running with a lot of debug flags which made
sc slow:
After selecting battlenet and when the login screen appears, I see that the
background is properly drawn ... and then it fades out! (and not in)
I guess the last 'black' color is transparent and therefore all the rest of the
battle.net GUI is broken.
--- Comment #106 from nick ves <vespenegeyser(a)hotmail.com> 2009-06-18 14:02:55 ---
5 years after it was first opened its still occurring? score one for starcraft
:D still resisting the devs haha
its still occuriing in 1.1.23
--- Comment #107 from dzs6w3(a)gmail.com 2009-06-24 00:51:12 ---
Items not being cleared, the black color instead of surfaces reminds me of a
problem with flipping buffers and clearing the screen.
Perhaps Starcraft does its drawing of the battle.net menus in an unexpected way
that prevents it from working correctly with wine's implementation of direct
draw.
With the newest development (see previous post), I am curious to see what
happens if wine is changed so that the the back buffer and front buffer are
swapped. Perhaps we will get the background image (without text) of the
battle.net menu.
I do not know much about this stuff, so I am currently unable to do this
myself. Moreover, I do not know if it is even feasible.
Also, I think the battle.net menus work properly in Starcraft ran through
cedega. Maybe we can see a diff of wine's implementation of direct draw with
that of cedega. This is what I'm going to be doing since my ignorance will not
affect looking at differences in code as much as trying to find the problem by
just looking at wine's code.
--- Comment #108 from dzs6w3(a)gmail.com 2009-06-24 00:55:46 ---
Well, there goes comparing cedega to wine. The direct draw code is not
released with the cvs version of cedega.
--- Comment #109 from Lauri Niskanen <ape(a)ape3000.com> 2009-06-25 13:38:36 ---
Shouldn't the importance be trivial or minor instead of normal? It doesn't look
so nice, but it doesn't affect the game functionality at all. And it's only
active on the menus, not on the game itself.
--- Comment #110 from Freddie Tilley <freddie.tilley(a)gmail.com> 2009-06-27 06:04:49 ---
>From what I have gathered from other bugs related to this is the following:
All the dialog images are drawn in a window below the main battle.net window.
All the battle.net text child windows only draw the text and no graphics.
Apparently on a transparent background.
+[desktop window]
+-->[graphics window]
+-->[battle.net window]
[dialog boxes]
--- Comment #111 from Freddie Tilley <freddie.tilley(a)gmail.com> 2009-06-27 06:08:47 ---
>From what I have gathered from other bugs related to this is the following:
All the dialog images are drawn in a window below the main battle.net window.
All the battle.net text child windows only draw the text and no graphics.
Apparently on a transparent background.
[desktop window]
+-->[graphics window]
+-->[battle.net window]
+-->[dialog boxes]
So all the graphics are being draw, but because the battle.net window
is drawn on top with a transparent background the graphics window does
not show.
The battle.net hack floating around, that does draw the graphics, does not
draw the text dialog windows.
Does this have to do with the fact that X11 does not support alpha blending,
and that what is now drawn as black is supposed to be transparent?
--- Comment #112 from Freddie Tilley <freddie.tilley(a)gmail.com> 2009-06-27 06:13:01 ---
Whoops, accidentally posted http://bugs.winehq.org/show_bug.cgi?id=2467#c110
before it was complete
--- Comment #113 from Miguel Lopez <graptorx(a)gmail.com> 2009-07-25 15:18:11 ---
Created an attachment (id=22615)
--> (http://bugs.winehq.org/attachment.cgi?id=22615)
partial redrawing
I have noticed that even though in most of Battle.nets menus we get the
overlapping text, there are areas that does not have that issue... even though
i am not a programmer I think that maybe there we can find a clue of what is
causing the problem...
As other said the backgrounds are being drawn below the screen and when i have
wine creating a virtual desktop if i move over another window on top of
starcraft the window stays drawn there.
Wine 1.1.26
Slackware 12.2
--- Comment #114 from Robert <roppie93(a)hotmail.com> 2009-09-10 11:15:38 ---
I may have something interesting, after installing SC on windows, I saw the
same problem after I alt-tabbed SC. I'm running Windows XP with win98
compatibility mode, also 256 colors and 640x480.
I use blackbox4windows, I don't know if this has anything to do with the bug.
When making a screenshot, it's black. I'm sorry, I cant :S
Maybe it's the bug is the way wine handles the window.
--- Comment #115 from Nelson Castillo <nelsoneci(a)gmail.com> 2009-09-28 13:22:05 ---
Also experiencing this bug.
Debian Lenny.
Starcraft 1.1.5.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19966
Summary: Inplement HalGetBusDataByOffset to do the same as
HalGetBusData
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Currentry when HalGetBusDataByOffset() is called the the process gets aborted.
Please can it be changed to work the same as HalGetBusData().
I would use HalGetBusData(), but this is not available on Windows x64 and ia64
editions, so I have to use HalGetBusDataByOffset() which I can't use on wine as
I get aborted. I also need to actually use HalGetBusDataByOffset() for some
operations.
wine: Call from 0x7b844673 to unimplemented function
hal.dll.HalGetBusDataByOffset, aborting
It would be even better if they both actually worked which I suspect would not
be that hard to implement by simply reading the appropiate entry from
/sys/bus/pci/devices, maybe I will work around this and make my code do that...
This is an issue in hal.dll, but Bugzilla does not offer hal.dll as an option
and kernel32.dll is the closest match.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8997
--- Comment #45 from Tim Williams <tjandacw(a)yahoo.com> 2009-09-28 08:08:19 ---
(In reply to comment #43)
> Please give it a try with 1.1.30.
I installed 1.1.30 today, and I get the same 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=8997
--- Comment #44 from Tim Williams <tjandacw(a)yahoo.com> 2009-09-28 08:07:14 ---
(In reply to comment #42)
> does it work if you use native wininet?
I just tried copying wininet.dll from my Visa partition. Same thing.
I did notice however, that I get the error both with and without downloading
from DotNet, so that apparently isn't the issue.
Plain wine invocation with no WINEDEBUG= (before answering prompt about
bypassing DotNet:
tim@tim-acer:~/.wine/drive_c/Troopmaster Software/TM4$ wine TroopMaster.EXE
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION:
STUB
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -504, flags 0x2!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f378,0x00000000), stub!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -504, flags 0x2!
fixme:msimtf:DllGetClassObject ({50d5107a-d278-4871-8989-f4ceaaf59cfc}
{00000001-0000-0000-c000-000000000046} 0x32baac)
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {50d5107a-d278-4871-8989-f4ceaaf59cfc}
could be created for context 0x401
fixme:wininet:URLCache_FindFirstFreeEntry Grow file
err:wininet:CommitUrlCacheEntryInternal no free entries
fixme:wininet:URLCache_FindFirstFreeEntry Grow file
err:wininet:CommitUrlCacheEntryInternal no free entries
########### after clicking 'No' on dialog (don't bypass DotNet) ######
(nothing new)
######## after clickin 'No' on dialog to open in read-only mode ##########
(nothing new - main window loses focus)
#################################################
Now run the same thing again, answering 'Yes' to prompt about using data on
local drive.
(before clicking 'Yes')
tim@tim-acer:~/.wine/drive_c/Troopmaster Software/TM4$ wine TroopMaster.EXE
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION:
STUB
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -504, flags 0x2!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f378,0x00000000), stub!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -504, flags 0x2!
fixme:msimtf:DllGetClassObject ({50d5107a-d278-4871-8989-f4ceaaf59cfc}
{00000001-0000-0000-c000-000000000046} 0x32baac)
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {50d5107a-d278-4871-8989-f4ceaaf59cfc}
could be created for context 0x401
fixme:wininet:URLCache_FindFirstFreeEntry Grow file
err:wininet:CommitUrlCacheEntryInternal no free entries
fixme:wininet:URLCache_FindFirstFreeEntry Grow file
err:wininet:CommitUrlCacheEntryInternal no free entries
########### after clicking 'Yes' ################
fixme:wininet:URLCache_FindFirstFreeEntry Grow file
err:wininet:CommitUrlCacheEntryInternal no free entries
##########
main window is responsive. Everything works as is should.
#### after File->Exit #######
fixme:msimtf:DllCanUnloadNow ()
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_END_BROWSER_SESSION:
STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION:
STUB
fixme:msimtf:DllCanUnloadNow ()
fixme:msimtf:DllCanUnloadNow ()
tim@tim-acer:~/.wine/drive_c/Troopmaster Software/TM4$
###############################################################
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.