http://bugs.winehq.org/show_bug.cgi?id=3569
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://members.iinet.net.au |http://jeffz.name/mdkdemo_r
|/~something/mdkdemo_repack. |epack.tar.bz2
|tar.bz2 |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7034
--- Comment #8 from zeratoun <zeratoun(a)gmail.com> 2010-11-26 16:06:38 CST ---
I've made a fresh install from the 1.3.7 version of wine.
I have the [0xFFFFFFF6, 0x0000000A] range for a [-10,10] settings
Maybe I do not apply the correct procedure
I've made the following procedure:
1 - Install Cspy
wine msiexec /i /path/to/ControlSpy.msi
2 - Run Cspy
wine /path/to/ControlSpyV5.exe
3 - Select Up/Down Control on the left list
4 - Select the "Message" tab on the Center/Lower part of the program
5 - Select inside the "Message" tab the UDM_SETBASE on the left list called
"Messages"
6 - Insert 10 (as at first it's base 10) in the textbox present in the "Wparam"
zone
7 - Click "Send"
8 - Select inside the "Message" tab the UDM_SETRANGE on the left list called
"Messages"
9 - Insert -10 in the textbox called "wLow" present in the "Lparam" zone
10 - Insert 10 in the textbox called "wHigh" present in the "Lparam" zone
11 - Click "Send"
12 - Play with the control in the upper center part to check if the range is
respected. I let the control to -9
13 - Select inside the "Message" tab the UDM_SETBASE on the left list called
"Messages"
14 - Insert 16 (we change to base 16) in the textbox present in the "Wparam"
zone
15 - Click "Send"
16 - the control show FFFFFF (Is it normal ? ..... that's not the correct value
... however maybe it does like that on windows)
17 - I play with the control and it shows me the correct boundaries
Writing this text I've noticed that if you change the value with the scheme :
- 1 clic = 1 change of value : I have the correct range
- 1 maintained clic : I have an incorrect range shown until I loose the clic
(and then it shows the correct value)
I have also noticed someting that seem to be illogical (but again it may be the
same under windows) : I clic down for getting higher values ....... and up for
negative values .....
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=25296
Summary: when exiting world of goo original resolution not
restored
Product: Wine
Version: 1.3.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puk007(a)gmail.com
Created an attachment (id=32136)
--> (http://bugs.winehq.org/attachment.cgi?id=32136)
console_20101126.txt
whenever I exit game world of goo that runs in 800x600 resolution my original
resolution is not restored, but 800x600 is still present,
I need to change it then manually.
full console output attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20271
Summary: Regression: WWIIOnline screen stops updating
(Regression tested)
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brian(a)brianvuyk.com
Under recent versions of Wine, WWIIOnline: Battleground Europe stops drawing to
the screen if the user clicks on the 'Settings' tab in-game.
Everything is still active in the background; you still hear the proper clicks
and noises from clicking on other GUI elements, and can exit the game by
guessing where the quit dialog is, but the visual display of the screen never
updates apart from the mouse cursor.
It starts with this commit:
commit b5da7f49d332ed5d64be1256e14035af74a7efa2
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Jul 2 10:01:37 2009 +0200
wined3d: Don't reuse random GL contexts during initialization.
Obviously there's no guarantee about the state of such a context. The
specific
problem is that it might have GL_UNPACK_CLIENT_STORAGE_APPLE enabled,
causing
some glTexImage2D() calls to fail, but it's a bad idea in general.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25303
Summary: MSXML4 parser treats tabs as characters
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml4
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shiningarcanine(a)gmail.com
When attempting to run Rise of Nations Gold Edition after installation, the
game will crash with a prompt saying:
"BHG RTS run time FATAL
Fallied to locate building graphic key: HOUSE35"
HOUSE35 is present in the XML file, but there is a tab right next to it, which
causes the failure. There are two ways of fixing this. One is to run
"winetricks msxml4", which installs the real Microsoft XML 4.0 Parser and it
handles this without a problem. The second is to remove the tab from the file,
which can be done by running the following command:
sed -i "s/HOUSE35\t/HOUSE35/g" ~/.wine/drive_c/Program\ Files/Microsoft\
Games/Rise\ of\ Nations/Thrones\ and\ Patriots/data/buildingrules.xml
Installing Rise of Nations Gold Edition requires "winetricks mfc42", but aside
from that, this issue occurs with a fresh WINE prefix directory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24485
Summary: World of Warcraft d3d UI regression
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: poltsy(a)gmail.com
Created an attachment (id=30897)
--> (http://bugs.winehq.org/attachment.cgi?id=30897)
ShadowedUnitFrames showing the annoying glitch
A minor yet very annoying glitch that appears in the UI with some addons.
4936e71828669ef084f9cf243f924a11a2cdce50 is the first bad commit
commit 4936e71828669ef084f9cf243f924a11a2cdce50
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Jul 29 12:56:54 2010 +0200
wined3d: Clamp vertex shader outputs.
To avoid having to interpolate infinities over fragments.
:040000 040000 422077d6e509af3cf5503e92e126a424ba65c3d7
94c0887d2cb23239444ee137879b57b45a37ac28 M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21668
Summary: Regression -?> Unable to Play Rise of Nations Thrones
and Patriots
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcelo_javier_ruiz(a)yahoo.com.ar
Following the instructions in WineAppDb I was able to install and run with no
problems Rise of Nations Thrones & Patriots. After upgrading to wine 1.1.38 the
program would not start giving the following message:
wine BHGRTS runtime fatal failed to locate basic building graphic key: HOUSE35
rolling back version to 1.1.37 solves the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9027
Richard <shiningarcanine(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |shiningarcanine(a)gmail.com
--- Comment #47 from Richard <shiningarcanine(a)gmail.com> 2010-11-26 14:38:36 CST ---
(In reply to comment #46)
> try 'winetricks dmusic'. That should do the trick, it loads and overrides
> dmband dmcompos dmime dmloader dmscript dmstyle dmsynth dmusic dmusic32 dswave
> streamci
Dan, I think you mean 'winetricks directmusic'. Unfortunately, Rise of Nations
also depends on dsound, it is necessary to run 'winetricks directmusic dsound'.
Doing that makes sound 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=25272
Summary: ping sleeps 1 second more
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: borut.razem(a)gmail.com
I'm using ping to simulate the sleep from command line and I noticed that it
sleeps 1 second more then the Windows XP version.
For example:
sleep -n 2 127.0.0.1
Wine version sleeps 2 seconds while Windows version sleeps 1 second.
There are also other discrepancies:
* -n parameter is treated as unsigned int on Windows version
* -n 0 displays the "Bad value for option -n, valid range is from 1 to
4294967295." error message to stdout on Windows
* usage is written to stdout on Windows
I submitted the patch to wine-patch mailing list.
Borut
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24540
Summary: Final Fantasy 8 config program does not work
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=30971)
--> (http://bugs.winehq.org/attachment.cgi?id=30971)
terminal log
Using Ubuntu 10.10
Installation seems to work fine
Starting FF8Config.exe gives an error box saying
Internal errors - invalid parameters received
Terminal output attached
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.