http://bugs.winehq.org/show_bug.cgi?id=7174
--- Comment #9 from Adrian Bunk <bunk(a)stusta.de> 2007-08-24 00:14:44 ---
$ wine --version
wine-0.9.41
$ xrandr
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
1280x1024 60.0*
1024x768 60.0
832x624 60.0
800x600 60.0
640x480 60.0
$ wine orion95.exe
...
It seems the game is going fullscreen and simply displaced.
Then in a different xterm:
$ xrandr
Screen 0: minimum 640 x 480, current 640 x 480, maximum 1280 x 1024
default connected 640x480+0+0 0mm x 0mm
1280x1024 60.0
1024x768 60.0
832x624 60.0
800x600 60.0
640x480 60.0*
$
--
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=881
tehblunderbuss(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tehblunderbuss(a)gmail.com
--- Comment #35 from tehblunderbuss(a)gmail.com 2007-08-23 23:45:01 ---
'patch p1' reports only garbage was found in the patch input
(wine-0.9.41)
--
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=7643
Alan J Richardson <ajrich(a)earthlink.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #42 from Alan J Richardson <ajrich(a)earthlink.net> 2007-08-23 22:55:18 ---
*** This bug has been confirmed by popular vote. ***
--
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=7573
jeff <jmgreen7(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jmgreen7(a)gmail.com
--- Comment #27 from jeff <jmgreen7(a)gmail.com> 2007-08-23 22:42:27 ---
I also checked HKCU/software/valve/steam/users/<uid>/licenses and it begins
with "01 00 00 00 ..."
After looking at the code for regedit and trying to import new registry keys
with similar values it seems that there is a very serious bug in how regedit
parses hex valued keys. From my initial tests it seems that any value that
starts with 0 causes a "regedit: ERROR converting CSV hex stream. Invalid
sequence at ..." error when importing a key with that value. So any hex value
of the form "0x" (where x is a digit from 0-e) in the comma separated list
causes an error.
It seems like this might affect Steam by Wine not parsing the "licenses" value
correctly and Steam thinking that you don't actually own the games you
purchased. So when you delete the key from the registry, Steam can't check the
value in the registry and must rely on it's own server-side data to determine
what games you own. It would also explain why even when my purchased games show
up as purchased I still can't start some of them and get a "You do not have a
valid subscription" error. The "licenses" key is stored in the registry again
and when Steam needs to check the value when starting the game Wine parses it
incorrectly.
Could anyone who has working purchased games please check the value of
HKCU/software/valve/steam/users/<uid>/licenses, since if it has any "0x" digit
pairs then my speculation would be wrong.
--
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=8928
Chris Morgan <cmorgan(a)alum.wpi.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cmorgan(a)alum.wpi.edu
Status|UNCONFIRMED |RESOLVED
Resolution| |LATER
--- Comment #2 from Chris Morgan <cmorgan(a)alum.wpi.edu> 2007-08-23 22:11:06 ---
Xinha has no support for Opera. There isn't much we can do until Xinha adds
this support or we replace Xinha with something similar that has Opera support.
I upgrade Xinha regularly to keep up with the latest release so this issue
should go away in the future when the next Xinha release comes out and we
upgrade to 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=8473
Chris Morgan <cmorgan(a)alum.wpi.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cmorgan(a)alum.wpi.edu
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Chris Morgan <cmorgan(a)alum.wpi.edu> 2007-08-23 21:54:29 ---
Should be fixed. version::delete() now passes 'true' into comment::delete() so
comments deleted when a version is being deleted are silent.
--
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=8862
Chris Morgan <cmorgan(a)alum.wpi.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cmorgan(a)alum.wpi.edu
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
--- Comment #2 from Chris Morgan <cmorgan(a)alum.wpi.edu> 2007-08-23 21:13:42 ---
We probably aren't going to change this functionality. For the most part we
really don't want users to put anything but very short comments into the
additional comments field so having html in there seems like it might be too
much. In any case, we can quite easily enable html in that text box if a good
argument is made for it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.