http://bugs.winehq.org/show_bug.cgi?id=1982
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2004-04-02 18:59 -------
the problem is "wcmd" links against user32.dll, which in turn pulls in the
graphics driver.
if the driver is x11 , it will try to initialise x11 even when it is not
needed.
- Fix wcmd not to use user32.dll. this might be pretty difficult.
- Switch to "GraphicsDriver"="ttydrv", this will load the tty based graphics
driver for wcmd.
Not sure which alternative is good enough for you.
Ciao, Marcus
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1989
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-04-02 18:54 -------
fixed in current cvs (dlls/x11drv/wintab.c) by Aric ... will be in next
release.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1970
------- Additional Comments From abdul.ahmad(a)utoronto.ca 2004-04-02 17:21 -------
for Windows Script Installation you also need to add the following entries to
your system.reg:
[Software\\Classes\\CLSID\\{0002E005-0000-0000-C000-000000000046}] 1062013979
@="StdComponentCategoriesMgr"
[Software\\Classes\\CLSID\\{0002E005-0000-0000-C000-000000000046}\\InProcServer32]
1062013979
@="comcat.dll"
"ThreadingModel"="Both"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1970
------- Additional Comments From abdul.ahmad(a)utoronto.ca 2004-04-02 17:20 -------
I also installed Microsoft Windows Script 5.6 from
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
If you dont use a couple of native DLLs Windows Script wont install correctly.
For the Windows Script installer i used native win98 dll's for mfc42 &
comcat.dll, and my DLLOverrides for NHL2004 now look like:
[AppDefaults\\nhl2004.exe\\Version]
"Windows" = "win98"
[AppDefaults\\nhl2004.exe\\DllOverrides]
"ole32" = "native, builtin"
"oleaut32" = "native, builtin"
"mshtml" = "native, builtin"
"shfolder" = "native, builtin"
"shell32" = "native, builtin"
"shell" = "native, builtin"
"shdocvw" = "native, builtin"
"shlwapi" = "native, builtin"
"urlmon" = "native, builtin"
"crypt32" = "native, builtin"
"wininet" = "native, builtin"
"dispex" = "native"
"scrobj" = "native"
"scrrun" = "native"
"wshext" = "native"
"wshom.ocx" = "native"
"jscript" = "native"
"vbscript" = "native"
[AppDefaults\\nhl2004.exe\\x11drv]
"Desktop" = "640x480"
now some more menu items are working but its still not perfect.. im thinking
that theres probably more dll's that i have to overrride, any ideas anyone?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1568
lquijano(a)hotpop.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lquijano(a)hotpop.com
------- Additional Comments From lquijano(a)hotpop.com 2004-04-02 14:03 -------
checkout bug #1760 for the debug options for the keyboard.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1760
lquijano(a)hotpop.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lquijano(a)hotpop.com
------- Additional Comments From lquijano(a)hotpop.com 2004-04-02 14:02 -------
Use:
wine --debugmsg +key,+keyboard >& key.log
to check which keys are failing (getting the right layout can be tricky).
Also watch out for "extra" wine mappings that the X server doesn't have.
For example, if a key has '+*~' mapped, but the X server only has '+*' (not
including the Altgr), the key is mismatched. So there should be (I think) the
minimum chars needed to map the key in the server.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1784
------- Additional Comments From lquijano(a)hotpop.com 2004-04-02 13:53 -------
And what about the OSS version of the same patch.
I'm using ALSA too (and the fixme disappears when I change the config file), but
for people using OSS (until recently, ALSA didn't work very good in wine) it'd
be good to use the OSS implementation of MIDI-in, if available.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1985
------- Additional Comments From dclark(a)akamail.com 2004-04-02 11:22 -------
This is fixed in the current CVS version of Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1973
------- Additional Comments From willie(a)froq.net 2004-04-02 10:16 -------
Well, after Lionel told me that this couldn't be a DirectDraw problem, I
looked into this a bit further...
All widgets are placed correctly, but it seems that the drawing of the widgets
had an offset. This offset increases from left to right (it's a drawing/
retouche app, so you can tell by drawing a line on the canvas - the distance
between the cursor and the actual drawing increases from left to right).
I googled around, and the problem looks similiar to an error with X11/ Cygwin,
where the DIB's are drawn incorrectly in some cases (when 32bit are expected,
but only 24bit are available).
According to one of Mirage's devs, the programm won't work with anything but
32bit depth. So, if this is a problem with Wine's DIB handling, is there any
known workaround?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.