http://bugs.winehq.org/show_bug.cgi?id=3848
--- Comment #10 from Bernd Buschinski <b.buschinski(a)web.de> 2008-01-11 09:01:42 ---
As I reported this bug depends on Bug 4666 and as long as I cant start the game
there is no way to check if it is fixed.
Even though I guess it is fixed, I cant confirm it.
--
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=8282
Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeffzaroyko(a)gmail.com
--- Comment #2 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-01-11 07:55:19 ---
Wine-0.9.52, Ubuntu 7.10, nVidia FX 5200
No freezing here, does suffer from missing visuals in-game after loading the
level though, I'll file a bug report for that shortly.
This looks fixed to me.
--
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=8153
Jonathan Ernst <jonathan(a)ernstfamily.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #8 from Jonathan Ernst <jonathan(a)ernstfamily.ch> 2008-01-11 07:02:01 ---
closing...
--
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=8153
Jonathan Ernst <jonathan(a)ernstfamily.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #7 from Jonathan Ernst <jonathan(a)ernstfamily.ch> 2008-01-11 07:01:48 ---
Reporter says it is fixed.
--
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=8153
--- Comment #6 from Luke Bratch <l_bratch(a)yahoo.co.uk> 2008-01-11 06:05:36 ---
winggndm, please post replies in Bugzilla, don't reply to wine-bugs. Email
read:
"This bug can be closed. It started working on amd64 back in 0.9.45 i
believe. It was probably the fixed to the vertex shaders."
--
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=7520
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|richedit |gdi32
--- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-11 01:33:53 ---
(In reply to comment #0)
> This does occur only for fonts WHITHOUT the "TTF" icon in front of them in the
> text properties modal dialog. On my computer:
> - Courier
> - Default Sans Serif
> - Default User Interface
> - Microsoft Sans Serif
> - MS Sans Serif
> - Small Fonts
> - System
> All the others are working correctly.
That's because GDI in Wine doesn't simulate bold and italic for bitmap fonts.
--
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=6172
--- Comment #16 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-01-10 22:27:33 ---
(In reply to comment #15)
> Created an attachment (id=10166)
--> (http://bugs.winehq.org/attachment.cgi?id=10166) [details]
> apt installation log
>
Alejandro,
Please don't attach or post things that are not related to bug you are
reporting.
If you have issues with installing wine, please seek help on the #winehq irc
channel on freenode or the wine-users mailing list.
--
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=6172
--- Comment #14 from Alejandro Jakubi <jakubi(a)df.uba.ar> 2008-01-10 21:58:47 ---
The installation of wine 0.9.52 produced an error:
E: /var/cache/apt/archives/wine_0.9.52~winehq0~debian~4.0-1_i386.deb: trying to
overwrite `/usr/lib/wine/msacm32.drv.so', which is also in package libwine
--
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=8153
cmaster2(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cmaster2(a)hotmail.com
--- Comment #5 from cmaster2(a)hotmail.com 2008-01-10 19:49:09 ---
Hey
I don't think this is a bug in wine your error says
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found! (XRandR)
The problem i think is that the game is calling for a resolution but the XRandR
program (its a program that changes screen res) cant find the resolution the
game is calling for. What this probably means is that the resolution the game
wants is not found in your xorg.conf file for gentoo 64bit but the right
resolution is in your xorg.conf for your kubuntu 32bit installation.
To fix:
Use whatever text editor you use as root. Open /etc/X11/xorg.conf on your
kubuntu installation.
Find the section called 'screen'
Find the line about metamodes.
Write down these metamodes (or copy)
then go into your gentoo installations /etc/X11/xorg.conf
Paste or add any resolutions which are in you kubuntu xorg.conf but not in your
gentoo one.
All the different resolutions should be seperated by an ; if your using dual
screens then your dual screen resolutions will be setup like this
1024x768,1024x767; (specifies both screens) if your using dual screens you also
need to add single screen resolutions to the end ie 1024x768; it seems games
running through wine in fullscreen mode will not work if you have two screens
which is why you also need to add single screen res's. This will disable any
second screen while you are in game but when you leave it will hopefully
re-enable it doesnt for me though. i have to restart x.
Save
If your on gentoo right now then restart X
If your on kubuntu restart your pc and boot gentoo. Now hopefully the game will
run. I'll try to watch 'bug'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4140
Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeffzaroyko(a)gmail.com
--- Comment #3 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-01-10 19:47:58 ---
(In reply to comment #2)
> Is this still an issue in current (0.9.52 or newer) wine?
>
wine-0.9.52, Ubuntu 7.10, nVidia FX 5200
Still an issue, the part of the calculator where you would see the output is
black.
Someone should mark bug 5329 as a duplicate of this.
I don't know for sure, but bug 6519 might be a duplicate too, it also has an
issue with areas being blacked out.
--
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=6847
--- Comment #19 from tom schorpp <thomas.schorpp(a)googlemail.com> 2008-01-10 17:16:18 ---
interesting, with native ole*.dlls (only ole32.dll is loaded):
fixme:reg:RegOpenUserClassesRoot (0xdc0, 0x0, 0x2000000, 0x7e0e9738) semi-stub
fixme:actctx:FindActCtxSectionGuid 00000001 (null) 4
{2fe8f810-b2a5-11d0-a787-0000f803abfc} 0x7e0e970c
...
now the dplayx clsids are not found at all. see the ole log in postings above.
ole override doesnt work, no CoCreateInstance gets logged, fails before with
noimpl.
back to native and getting winedbg ready...
--
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=11127
Summary: MSI Package Error
Product: Wine
Version: 0.9.52.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alfeno(a)gmail.com
I tryed to install valve steam software. This software is a .msi package
my is show this message in linux shell:
alfeno@kubuntu:/download$ wine SteamInstall.msi
wine: could not load L"Z:\\download\\SteamInstall.msi": Bad EXE format for
My system is: Linux kubuntu 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC
2007 i686 GNU/Linux
Website valve software:
http://storefront.steampowered.com/v/index.php?area=getsteamnow
--
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=6089
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2008-01-10 16:49:54 ---
Closing abandoned.
--
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=6089
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #9 from Austin English <austinenglish(a)gmail.com> 2008-01-10 16:49:47 ---
Since the reporter can't test, I'm going to close this abandoned. If anyone
else can test this and it still occurs, please reopen this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6847
--- Comment #18 from tom schorpp <thomas.schorpp(a)googlemail.com> 2008-01-10 16:30:28 ---
followed and extended this guide: http://wiki.winehq.org/DirectPlayGames
unregistered dp*.dll.so s, native dp*.dll s in drive_c/.../system32 copied,
registered with wine's regsvr32, later tried with native winxp32 regsvr32,
native/built-in priority and native only tried with winecfg, all registrable
dp* dlls. all checked with regedit. tried windows versions from 98-xp in
winecfg.
my COM knowlegde is little rusty and books are trashed, the above log' s iid's
are not findable with regedit, must they be in the registry?
--
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=6089
--- Comment #7 from Luke Bratch <l_bratch(a)yahoo.co.uk> 2008-01-10 16:02:59 ---
Ilan, please post in Bugzilla, don't reply to wine-bugs. Email read:
"I no longer have access to the device to test the software with."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7711
--- Comment #38 from Alexandre Julliard <julliard(a)winehq.org> 2008-01-10 15:53:26 ---
(In reply to comment #37)
> I played with TomTom and a USB stick for a bit and I'm seeing the same
> thing; when I plug in the device a WM_DEVICECHANGE message gets
> delivered, the installed hook procedure is called in which it checks
> the drive type and then enumerates volumes. The new drive is not
> among the enumerated volumes however, probably because this part not
> implemented yet. I'm guessing that explorer needs to create volumes
> through the mount manager?
Yes, actually the plan is to move the whole HAL support to the mount manager.
I'm not convinced it's the problem here though, it seems it should be able to
access the device through the drive letter.
--
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=3768
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerox_xerox2000(a)yahoo.co.uk
--- Comment #12 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-01-10 15:31:48 ---
>or had not received a response when more information/logs/etc were asked for (and >were closed abandoned - NOT fixed).
Just one remark, don't close bugs that have the keyword "download" (so for
which a download exists), and for which the reporter doesn't/hasn't responded
for a long time. They should be tested first , as they can be downloaded....
--
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=6654
--- Comment #8 from Mirek Slugen <thunder.m(a)email.cz> 2008-01-10 15:20:08 ---
I can confirm this bug with current git, but It could be related only to SMP
systems, maybe it works on single core system.
--
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=7711
--- Comment #37 from Hans Leidekker <hans(a)it.vu.nl> 2008-01-10 15:19:37 ---
I played with TomTom and a USB stick for a bit and I'm seeing the same
thing; when I plug in the device a WM_DEVICECHANGE message gets
delivered, the installed hook procedure is called in which it checks
the drive type and then enumerates volumes. The new drive is not
among the enumerated volumes however, probably because this part not
implemented yet. I'm guessing that explorer needs to create volumes
through the mount manager?
--
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=4910
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #5 from Dan Kegel <dank(a)kegel.com> 2008-01-10 15:18:03 ---
Many releases have gone by, so closing.
--
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=4910
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-01-10 15:14:51 ---
I think it's working now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.