http://bugs.winehq.org/show_bug.cgi?id=12744
Summary: Steam tray icon doesn't appear if panel hidden in
autohide mode
Product: Wine
Version: 0.9.60
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmuncrief(a)comcast.net
This bug may be related to the now closed bug 12362, but I've been asked to
file a new bug report for it. I am running Ubuntu Gutsy AMD64.
I've found that the Steam system tray icon doesn't appear correctly if the
bottom panel is in autohide mode and hidden.
If the panel is completely hidden (by using gconf-editor and setting
/apps/panel/default_setup/toplevels/bottom_panel/auto_hide_size to 0) A space
is created for it in the system tray, but right or left clicking over it does
nothing.
If the normal autohide setting of 6 is used then the leftmost icon in the
system tray will be duplicated, but it will function as the Steam system tray
icon. For example, my leftmost icon is Basket, so when I start Steam the Basket
icon is duplicated, but it fully functions as the Steam icon would.
However, if you hold your cursor over the panel so it's visible when Steam
starts then the tray icon appears and functions correctly. And of course if the
panel isn't in autohide mode the tray icon also appears correctly. So it
simply appears that if the panel is not fully visible when Steam starts, the
Steam system tray icon is not loaded 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=5891
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |0.9.18.
Summary|bftelnet control panel |Multiple apps need control
|multiple problems |panel applet
| |association/handler
| |(registry) to support
| |running through start.exe
| |or rundll32.exe
| |shell32.dll,Control_RunDLL
| |(bftelnet)
--- Comment #7 from Anastasius Focht <focht(a)gmx.net> 2011-06-26 13:02:32 CDT ---
Hello,
used this demo: http://www.bytefusion.com/download/bin/bftelnetdemo.exe
It seems the control panel applet is _not_ supposed to be installed into
system32.
The "setup.cfg" from temp folder setup contains the following info:
--- snip ---
...
INSTALLPATH c:\Program Files\BFtelnet # application
directory
...
PROGRAMGROUP BFTelnet # Start menu program group
DESKTOPSHORTCUT telm.cpl > BFTelnet : bfsetup.exe : 1
...
SETUPFILE telm.cpl
...
SHORTCUT telm.cpl > BFTelnet : bfsetup.exe : 1
...
# Delete version 1.3 control panel applet
# from system folder. Version 1.4 still uses applet
# but is launched from Start Menu, not control panel
#---------------------------------------------------
DELETEAFTERREBOOT c:\winnt\system32\telm.cpl
--- snip ---
So Wine needs to support these methods:
--- snip ---
$ wine start telm.cpl
fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: Success
--- snip ---
or
--- snip ---
$ wine rundll32.exe shell32.dll,Control_RunDLL telm.cpl
--- snip ---
Both don't work as of now (needs registry assoc).
Let's make this bug target the registry assoc first and not clutter with
different issues.
$ sha1sum bftelnetdemo.exe
50be5be350ef871c458af150a38cc3d3483794c1 bftelnetdemo.exe
$ wine --version
wine-1.3.23
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=5614
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |0.9.16.
Summary|"Williams-Sonoma Guide to |Multiple Windows 95 era
|Good Cooking" won't start: |apps refuse to start due to
|needs winspool.dll |missing winspool.dll
| |("Williams-Sonoma Guide to
| |Good Cooking", Math
| |Workshop)
--- Comment #14 from Anastasius Focht <focht(a)gmx.net> 2011-06-26 12:34:23 CDT ---
Hello,
refining summary.
The vendor for "Math Workshop" app provides the same workaround:
http://support.riverdeep.net/fix.asp?isid=36075&prog=1294818625
(cloning WINSPOOL.DRV file to WINSPOOL.DLL)
Though I think these broken apps should rather die than cluttering Wine with
Win9X workarounds.
The number of apps that needs this should be insignificant nowadays...
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=5597
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |focht(a)gmx.net
Version|unspecified |0.9.16.
Resolution| |FIXED
--- Comment #6 from Anastasius Focht <focht(a)gmx.net> 2011-06-26 12:18:32 CDT ---
Hello,
you need:
--- snip ---
$ bash winetricks mfc42 msscript
--- snip ---
to install missing installer prerequisites.
For proper app startup you need:
--- snip ---
$ bash winetricks mdac28 jet40
--- snip ---
There is no crash here, the app asks for database password at startup.
Assuming fixed (most likely user(s) didn't install required prerequisites).
$ sha1sum CatTools_3.6.0.Eval.setup.exe
b1aa0b29478b57eb0932efca7a4fdde03bf84d58 CatTools_3.6.0.Eval.setup.exe
$ wine --version
wine-1.3.23
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=2748
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |focht(a)gmx.net
Version|unspecified |0.9.15.
Resolution| |FIXED
--- Comment #21 from Anastasius Focht <focht(a)gmx.net> 2011-06-26 12:00:56 CDT ---
Hello,
once again a bug that suffers from mixing up/collecting different issues over
time...
--- quote ---
I wouldn't be surprised if this one and bug #9059 were about the same problem:
both games are from the same developer and disabling music work arounds the
initial startup problem in both games.
--- quote ---
yes, the sound issues this game now suffers from are tracked by the bug you
already mentioned.
You could add this game there.
The initial issues this bug was reported against are resolved.
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=425
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |20011108
--- Comment #34 from Anastasius Focht <focht(a)gmx.net> 2011-06-26 11:52:27 CDT ---
Hello,
long time no activity.
The original bug report is pretty old, targeting issues regarding UNC in
general.
The bug summary remains imprecise/vague.
By reading the comments I'm not sure what the _actual_ problem is ... once
again several issues mixed over time.
Any thoughts about closing this and open new ones, targeting specific
problem(s)?
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=26837
Summary: Need for Speed: Shift 2 has black textures instead of
windshield indicators
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Created an attachment (id=34197)
--> (http://bugs.winehq.org/attachment.cgi?id=34197)
Shift 2 terminal output on 1.3.18
The game seems to run more or less ok, however during a race the windshield
will have black boxes over important parts, blocking vision. I believe this is
where various heads up display components are supposed to show.
There are a few fixmes in the attachment, however this one appears the most
during gameplay:
fixme:d3d_surface:surface_load_location Downloading RGB surface 0x72037178 to
reload it as sRGB.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26587
Summary: Spider Solitaire (XP version) - "Show An Available
Move" does not work properly
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turbolad995(a)hotmail.co.uk
If you run the XP version of Spider Solitaire in Wine (find it in
C:\Windows\system32\spider.exe), clicking on "Game" > "Show An Available Move"
(or pressing the "M" key) only plays the sound; it does not show the next
available move.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.