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.
http://bugs.winehq.org/show_bug.cgi?id=1991
jplevene(a)netscape.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |FIXME
--
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=1991
Summary: Sound bug with KDE
Product: Wine
Version: 20040121
Platform: PC
URL: http://www.nch.com.au/ims/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jplevene(a)netscape.net
I am running Red Hat 9, fully updated, and sound does not work using aRTS (the
KDE sound) when running under KDE. All is fine with gnome.
This bug found using the IMS Music On Hold application (http://www.nch.com.au/ims/)
Justin
--
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=1990
Summary: modifier keys not released when switching desktop
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raspl(a)gmx.de
Note: This bug requires a desktop with mutiple virtual ones. In this example, I
use KDE with 2 desktops. To switch between desktops on KDE, use <CRTL> + <FX>
with X being 1 or 2.
Use a 'managed' window for the app. The application might be any kind of text
editor or whatever.
The basic problem is: When you press a modifier key in the application, and do
something which makes you leave that desktop, the wine app does catch the
<CTRL>-is-pressed event, but does _not_ catch the <CTRL>-is-released event.
For instance, go into a wine app running on desktop 1, and press <CTRL> + <F2>.
By that you have switched the desktop to desktop 2. But the wine app did not
realize that <CTRL> was released. Depending upon how you return to the app, you
will either have <CTRL> locked or not: When returning to desktop 1 by clicking
on the respective desktop overview icon, the wine app still does not realize
that <CTRL> was released and think that <CTRL> is still being pressed. For
instance, if you hit 's' in the app, not an 's' is executed but <CTRL> + s
(which in most apps saves the current document).
But if you return to that desktop using <CTRL> + <F2> (and if the wine app is
still the active app on that desktop!), then the wine app catches the
<CTRL>-button-released event and wine will not think that <CTRL> is pressed
anymore: Hitting 's' will execute 's' and not <CTRL> + s
A solution would be to reset all modifier keys when the managed window of the
wine app is activated again.
--
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
abdul.ahmad(a)utoronto.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Version.dll Implementation |NHL2004 having problems with
|Problems/NHL 2004 Testing |OLE?; Error output
|Report |
------- Additional Comments From abdul.ahmad(a)utoronto.ca 2004-03-02 20:24 -------
Okay, so I'm running wine cvs from Feb3
- IE6 installed (installed it on wine20031212 via mike hearn's script and then
just used that directory for winecvs)
- NHL2004 Demo installed
(ftp://ftp.ea.com/pub/easports/demos/nhl2004/NHL2004Demo.exe) & Full version
installed
- following settings:
[AppDefaults\\nhldemo.exe\\Version]
"Windows" = "win98"
[AppDefaults\\nhldemo.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"
- ole32, oleaut32 copied from win98 installation, stdole2.tlb from winxp install
okay, so I can get into the menus with those settings.. ole32/oleaut32 being
native reduce the error messages that I get and in the full version lets me
navigate around more of the menus.. but I still get some js/html errors.. seems
like the HTML files can't read the "global" variables and functions.. im not
exactly sure whats going on, i've attached:
1)intro.html which skips the intro videos so you dont get a crash
2)running wine --debugmsg +ole nhldemo (exiting the game as soon as i get into
the menus)
3)running winedbg nhldemo, and entering cont a few times until i get into the
menu, where i start to get a lot of errors related to the DllUnregisterServer
function in the NHL2004 Browser Controls DLL...
im hoping someone can help me narrow down the problems here, thanks
--
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-03-02 20:19 -------
Created an attachment (id=518)
--> (http://bugs.winehq.org/attachment.cgi?id=518&action=view)
debugging output using winedbg
this is the debugging output while running winedbg nhldemo with the intro.html
patched with the given attachment and the DLLOverrides from Mike Hearn's IE6
script applied to NHLDemo.exe + native ole32 and oleaut32 from win98 and
stdole2.tlb from winxp..
--
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-03-02 20:18 -------
Created an attachment (id=517)
--> (http://bugs.winehq.org/attachment.cgi?id=517&action=view)
debugging output
this is the debugging output while running wine --debugmsg +ole nhldemo with
the intro.html patched with the given attachment and the DLLOverrides from Mike
Hearn's IE6 script applied to NHLDemo.exe + native ole32 and oleaut32 from
win98 and stdole2.tlb from winxp
--
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-03-02 20:16 -------
Created an attachment (id=516)
--> (http://bugs.winehq.org/attachment.cgi?id=516&action=view)
fe/nhl/html/intro.html file which skips videos (which cause wine to crash) for
both the demo and full version
this is to get into the game without crashing because of the intro videos, it
goes into fe/nhl/html. works for both demo & full version
--
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 trevor(a)digdog.freeserve.co.uk 2004-03-02 17:56 -------
I have tested TablEdit 2.61 Demo against Wine "20030911", and the icon and
button duplication does not occur in this version, so it must be a more recent
change that causes the effects.
--
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
Summary: Unable to run any wine program
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: evan(a)myquasar.com
When updating to the most recent wine version, I am no longer able to run ANY
programs under wine, I will consistantly receive the following error message:
[damaged@home damaged]$ wine /mnt/win_c/Program\ Files/Adobe/Photoshop\
7.0/Photoshop.exe
err:wave:OSS_WaveOutInit /dev/mixer1: No such file or directory
err:wave:OSS_WaveInInit /dev/mixer1: No such file or directory
fixme:win32:SetCriticalSectionSpinCount critsection=0x4104e8e0: spincount=20 not
supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x4104efa4: spincount=500
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x4104eaa4: spincount=500
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x4104eca4: spincount=500
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x4104f028: spincount=500
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x4104f14c: spincount=500
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x4104f1c8: spincount=50 not
supported
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 149 (XInputExtension)
Minor opcode of failed request: 28 (X_GetDeviceButtonMapping)
Serial number of failed request: 96
Current serial number in output stream: 96
--
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=1986
------- Additional Comments From Helmut.henig(a)gmx.at 2004-03-02 08:09 -------
There is an option "Asynchronous Cursor" -> If you change it to "No" (default is
"Yes") the mouse cursor is visible.
--
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=1988
Summary: It's seems impossible to run VCDEasy-1.5.2
Product: Wine
Version: 20031212
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maurizio.felici(a)libero.it
I'm new to wine. Following the instructions given in the online docs... this
is the last 100 lines of the command:
wine -debugmsg +relay c/Program\ Files/VCDEasy2/VCDEasy.exe
--- START ---
--
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
willie(a)froq.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-x11driver
OS/Version|other |Linux
------- Additional Comments From willie(a)froq.net 2004-02-02 17:15 -------
Well, there seems to be one difference compared to Aura. Just before the
application window pops up, these messages appear:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x558c8880)->(00010022,00000008)
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x558c8368)->(0x558c888c,0x00000000),stub!
fixme:pidl:SHGetFolderLocation (nil) 0x00000010 (nil) 0x00000000 0x55dfe8c8
The last line didn't appear with Aura, and the message is repeated a few more
times when the workspace shows up. I hope that helps.
--
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=1987
Summary: WinMX 'browse' and 'WhoIs' windows don't jump to top
Product: Wine
Version: 20040121
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gdc.pe1(a)virgilio.it
I've just upgraded to the newest stable version of Wine so that WinMX didn't
crash when I tried to download a file, but there is still a tiny bug (it might
happen in other programs, I don't know).
Basically, if you open up a "browse" or "WhoIs" window, a smaller window (kinda
like a Javascript popup window for those who don't know WinMX) appears on top of
WinMX. When you click to WinMX and then click the button (similar to Mozilla's
webpage tabs) the WhoIs query should pop back up to the top and gain focus, but
at the moment it doesn't. The window still exists, it just involves moving the
WinMX window out of the way to get at the WhoIs query hiding below it.
--
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=1986
Summary: Star Trek Armada II : invisible mouse cursor
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Helmut.henig(a)gmx.at
In the game there is no visible mouse cursor.
wine gives me the following messages on the console:
------
fixme:win32:SetSystemCursor ((nil),00007f00),stub!
fixme:win32:SetSystemCursor ((nil),00007f02),stub!
fixme:win32:SetSystemCursor ((nil),00007f01),stub!
fixme:win32:SetSystemCursor ((nil),00007f8a),stub!
------
trace:d3d:IDirect3DVertexBuffer8Impl_Unlock (0x4040f818) : stub
trace:d3d:IDirect3DIndexBuffer8Impl_Unlock (0x4040bac8) : stub
trace:d3d:IDirect3DDevice8Impl_CreateTexture (0x443c6028) : W(256) H(256),
Lvl(1) Usage(0), Fmt(21,D3DFMT_A8R8G8B8), Pool(1)
trace:d3d:D3DFmtGetBpp bytes/Pxl for fmt(21,D3DFMT_A8R8G8B8) = 4
trace:d3d:IDirect3DDevice8Impl_CreateImageSurface (0x443c6028) : w(256) h(256)
fmt(21,D3DFMT_A8R8G8B8) surf@0x404133a8, surfmem@0x45090020, 262144 bytes
trace:d3d:IDirect3DDevice8Impl_CreateTexture Created surface level 0 @
0x404133a8, memory at 0x45090020
trace:d3d:IDirect3DDevice8Impl_CreateTexture (0x443c6028) : Created texture
0x4040c528
trace:d3d:IDirect3DTexture8Impl_GetSurfaceLevel (0x4040c528) : returning
0x404133a8 for level 0
trace:d3d:IDirect3DTexture8Impl_QueryInterface (0x4040c528) : QueryInterface for
{b4211cfa-51b9-4a9f-ab78-db99b2bb678e}
trace:d3d:IDirect3DTexture8Impl_AddRef (0x4040c528) : AddRef from 1
trace:d3d:IDirect3DTexture8Impl_Release (0x4040c528) : ReleaseRef to 1
trace:d3d:IDirect3DDevice8Impl_SetTexture (0x443c6028) : Stage(0), Texture
(0x4040c528)
trace:d3d:IDirect3DDevice8Impl_SetTexture glActiveTextureARB call ok device.c / 3073
trace:d3d:IDirect3DBaseTexture8Impl_Release (0x4040c0f8) : ReleaseRef to 1
trace:d3d:IDirect3DBaseTexture8Impl_AddRef (0x4040c528) : AddRef from 1
trace:d3d:IDirect3DDevice8Impl_SetTexture Standard 2d texture
trace:d3d:IDirect3DTexture8Impl_PreLoad (0x4040c528) : About to load texture
trace:d3d:IDirect3DTexture8Impl_PreLoad glGenTextures call ok texture.c / 130
trace:d3d:IDirect3DTexture8Impl_PreLoad Texture 0x404133a8 (level 0) given name 9
trace:d3d:IDirect3DTexture8Impl_PreLoad glBindTexture call ok texture.c / 135
trace:d3d:D3DFmt2GLType fmt2glType for fmt(21,D3DFMT_A8R8G8B8) = 1401
------
trace:d3d:IDirect3DDevice8Impl_CopyRects Unlocked src and dst
trace:d3d:IDirect3DDevice8Impl_SetCursorProperties (0x443c6028) : Spot Pos(25,25)
err:d3d:IDirect3DDevice8Impl_SetCursorProperties (0x443c6028) :
surface(0x404133a8) have a invalid size
trace:d3d:IDirect3DDevice8Impl_ShowCursor (0x443c6028) : visible(1)
trace:d3d:IDirect3DDevice8Impl_Present (0x443c6028) : complete stub!
------
and the following many times:
fixme:d3d:IDirect3DDevice8Impl_SetTextureStageState Unhandled D3DTSS_MIPFILTER
value of 3
--
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=1976
------- Additional Comments From vvy2000(a)ua.fm 2004-02-02 02:39 -------
Procomm Plus isn't MDI application. I was try to start with debug messages and get nothing for
"trace:mdi" messages unlike Outsideview32.
--
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
Summary: Duplication of buttons and icons on menu line
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trevor(a)digdog.freeserve.co.uk
I am now running wine 21012004, and I am getting display funnies. I didn't get
them on my old SuSE8.2 (Wine 17022003) installation.
Program: TableEdit 2.61 Demo
A free download that comes with sample files to play. - So you can download it
and see for yourself, or I could send a snapshot. The program itself works a
treat if you have ALSA midi working on your soundcard (i.e. If 'NoteEdit' makes
sounds in Linux), I really only have issues with the display under Wine.
Location: Menu line.
1) There is a small icon on the left of the menu line before the 'File' entry
on the menu, and it starts up with two of these icons instead of one. Every
time you shrink the window to an icon and re-open it, another two of these
icons appears before the 'File' menu entry.
2) Meanwhile, on the right side of the menu line I was expecting the usual
three buttons (iconise, maximise,close). Instead it starts up with six (all
buttons duplicated). Every time you shrink the window to an icon and re-open
it, more sets of buttons appear. I have screen dumps with loads of buttons &
icons. Surprisingly, all these extra buttons seem to behave just like the
usual ones (i.e. They are 'active', not ghosts).
It does not seem to happen with office programs I have tried.
==================
OK, that was the new one - Now the old one that I did get on SuSE8.2 (Wine
17022003)
When you start to play a tef file with TablEdit, and TablEdit is in its own
window on X desktop, you get a tiny 'ghost' window in the top left corner of
the X desktop. This is a non-active duplicate of the tiny bar that holds the
'ticking' metronome etc. If you run the program in a Wine destop window, it
appears in the top left of the Wine desktop window when you pause and re-start
a playing song.
--
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=1982
netdemonz(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20031212 |20040121
------- Additional Comments From netdemonz(a)yahoo.com 2004-01-02 13:27 -------
Connection to 192.168.0.1 closed.
(~)> ssh -X 192.168.0.1
boberb(a)192.168.0.1's password:
(~)> xterm
xterm Xt error: Can't open display:
(~)>
By the way, I now have the latest version and use "wcmd"
--
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=1982
------- Additional Comments From marcus(a)jet.franken.de 2004-01-02 11:03 -------
can you run "xterm" and does it display remote.
--
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.