Re: rpcrt4.dll NdrGetUserMarshalInfo() problem

2005-07-02 Thread J. Grant
Apologies for delay replying. On 28/09/04 09:46, Andreas Mohr wrote: [...] >p.s. Is there any way to get these mangled function names to be >displayed un-mangled please? Yes, use the winedump program. I had already told him several days ago in another wine-devel mail, so maybe he asked it to

"err:dsound:DSOUND_MixOne underrun on sound buffer 0x40404750" 20050524, (GCC) 3.3.5

2005-06-18 Thread J. Grant
Hello, I could not find a contact address explicity listed for web site feedback, but could someone tell me if wine -v is gone for good? if it is, could this page be revised to list "wine --version" instead of that "wine -v" http://www.winehq.org/site/docs/wine-user/bug-reporting I am

Re: Could not load c:\windows\system\opengl32.dll Wine 20050524

2005-06-12 Thread J. Grant
Hi Tom, [...] Why not build from source? Do you mean from source tgz? I do not wish to polute my install, so I would not want to do that. If you meant build the package I think that is an option Something like this: apt-get build-dep wine apt-get --build source wine audio does not seem

Re: Could not load c:\windows\system\opengl32.dll Wine 20050524

2005-06-12 Thread J. Grant
Hi, Thanks for your reply. [...] The question is simply how much fool-proofing we should put in the Wine code to work around basic stuff like that. I spoke to the Debian package maintainer, their policy is to separate it all so users who do not need cups support do not have to install it seems

Re: Could not load c:\windows\system\opengl32.dll Wine 20050524

2005-06-12 Thread J. Grant
Hi, Just responding to my own post. I was discussing with people on #winehq and found the cause of the problem. ...calling LoadLibrary( 'c:\windows\system\opengl32.dll' ): failed This seems to be because debian unstable package had opengl disabled for as opengl support seems to be in a separ

Could not load c:\windows\system\opengl32.dll Wine 20050524

2005-06-11 Thread J. Grant
Hello, I am expericing a problem due to updating my wine to 20050524 debian unstable package from wine 20050310. I think there could be a bug as OpenGL stopped working. I have included the info below, so hope someone will be able to confirm, or point me in the right direction if I need to revise

Re: Half Life 2 error -- err:mmio:MMIO_ParseExtA

2005-06-06 Thread J. Grant
Hi Stefan Thanks for your reply. These look harmless to me, the problem you have is that Steam refuses to work with Wines builtin shdocvw.dll and mshtml.dll, no matter if you install the Mozilla ActiveX control. Try installing Internet Explorer and set shdocvw and mshtml to native and try aga

Search, and screenshots [Was Re: Half Life 2 error -- err:mmio:MMIO_ParseExtA]

2005-05-31 Thread J. Grant
Also if there is already a document on setting up Half Life2 could someone direct me to it please, I could not find one already. I'm not sure about your specific error, but I was able to get HL2 to start with Oliver Stieber's d3d patches. However, it was far from playable for me. Models were m

err:dsound:DSOUND_MixOne underrun on sound buffer 0x40407e50

2005-05-29 Thread J. Grant
Hi, I am getting this underrun when running Call of Duty v1.5. fixme:powermgnt:SetThreadExecutionState (0x2): stub, harmless. fixme:mmtime:timeBeginPeriod Stub; we set our timer resolution at minimum fixme:mmtime:timeEndPeriod Stub; we set our timer resolution at minimum fixme:mmtime:timeBeginPer

Half Life 2 error -- err:mmio:MMIO_ParseExtA

2005-05-29 Thread J. Grant
Hello, I am getting this error when trying to run Half Life2 in err:mmio:MMIO_ParseExtA. Could someone tell me if this is a problem in in WINE, or a problem in my setup? Or not an error at all..? Also if there is already a document on setting up Half Life2 could someone direct me to it please,

Re: wineconsole exits immediately (Wine 20050310 debian sarge/testing)

2005-05-08 Thread J. Grant
[...] Install the wine-utils package. It is a suggested package for wine, but should be more recommended than suggested. Ok, thank you; it now works. Perhaps there could be a stub which informs users that wcmd is not avialable because wine-utils was not installed? Kind regards JG -- Homepage: htt

Re: wineconsole exits immediately (Wine 20050310 debian sarge/testing)

2005-05-07 Thread J. Grant
Hi Michael, Thank you for your quick response. [...] I was trying to run wcmd, it seems to have been renamed wineconsole. No, wcmd is still there, wineconsole is only the "terminal emulation window". If you want wcmd call it something like: wineconsole --backend=user wcmd Ok, I gave that a shot:

Re: Stable release builds with fixme output (Wine 20050310 debian sarge/testing)

2005-05-07 Thread J. Grant
On 07/05/05 16:15, Paul van Schayck wrote: On 5/7/05, J. Grant <[EMAIL PROTECTED]> wrote: I typically launch applications using wine from the terminal, I get pages of these fixme debug messages. I wonder if there is a reason these fixme "harmless" messages are being displa

Re: Game sound problem with wine 20050310 (Debian testing)

2005-05-07 Thread J. Grant
On 07/05/05 14:54, Paul van Schayck wrote: On 5/7/05, J. Grant <[EMAIL PROTECTED]> wrote: I did find "man wine.conf", however that is quite incomplete it seems. Incomplete and not to be trusted on accurate information. Is there a reason the man page does not state that? I wonder

Re: wineconsole exits immediately (Wine 20050310 debian sarge/testing)

2005-05-07 Thread J. Grant
I forgot to mention. my terminal (KDE Konsole) is broken after running those commands and no appearance of wineconsole. man and other terminal applications do not display correctly, I have to clear the terminal or restart it to get it working again. When running other win32 software such as Cal

wineconsole exits immediately (Wine 20050310 debian sarge/testing)

2005-05-07 Thread J. Grant
Hello, I was trying to run wcmd, it seems to have been renamed wineconsole. However, unfortunately it exits immediately before producing a DOS command prompt in my terminal like wcmd used to. I think this is a bug, (unless I missed something). $ wineconsole Invoking /usr/lib/wine/wine.bin wine

Re: Game sound problem with wine 20050310 (Debian testing)

2005-05-07 Thread J. Grant
Hi Andreas, Thank you for your quick response. On 07/05/05 10:49, Andreas Mohr wrote: Hi, On Sat, May 07, 2005 at 10:00:59AM +0200, Paul van Schayck wrote: It's quite common to have dsound in emulation (it won't work without). This means a lot of load comes down to the cpu, and where perhaps your l

Re: Game sound problem with wine 20050310 (Debian testing)

2005-05-07 Thread J. Grant
Hi Paul Thank you for your quick response On 07/05/05 09:00, Paul van Schayck wrote: On 5/6/05, J. Grant <[EMAIL PROTECTED]> wrote: I added these extra lines to my ~/.wine/config file, pasted them to me on #winehq. I could not find these in the config documentation, could they be added som

Stable release builds with fixme output (Wine 20050310 debian sarge/testing)

2005-05-07 Thread J. Grant
Hello, I typically launch applications using wine from the terminal, I get pages of these fixme debug messages. I wonder if there is a reason these fixme "harmless" messages are being displayed? IMHO stable releases should only output err messages, thus not displaying fixme or warnings. I wonder

Game sound problem with wine 20050310 (Debian testing)

2005-05-06 Thread J. Grant
Hello, I have been trying to get audio working in sync with the game I am playing (Activision Call of Duty) I get this error: err:wave:DSDB_MapBuffer Could not map sound device for direct access (Input/output error) err:wave:DSDB_MapBuffer Use: "HardwareAcceleration" = "Emulation" in the [dsoun

Incorrect locale used in wine 20050310 (Debian testing)

2005-05-06 Thread J. Grant
Hello, I think I have found a bug in the locale system used by wine. I get (incorrectly) English dialog text, with Japanese on the buttons. For example: === Set Optimal Settings? - Your computer has changed since the last time you ran. Re-configure for new hardware? [

edonkey2000 dll err

2004-09-26 Thread J. Grant
Hello, As this is an "err, I thought I should post the the devl list. I am using CVS build from 2004-09-20. I am using DLL's copied from working win2k install. It seems quite fatal, any ideas? Kind regards JG c:\opt\ed2k>edonkey2000.exe c:\opt\ed2k>err:module:import_dll No implementation for [EMAI

Re: Missing dll's and wine says it is going into debugger

2004-09-25 Thread J. Grant
hread 001c), starting debugger... Usage: winedbg [--auto] [--gdb] cmdline on the 21/09/04 00:19, J. Grant wrote: Hello, I have installed eDonkey2000, the free version from www.overnet.com. I am using a one day old CVS build of WINE. Could there be a Debug/Retry option for dll loading? then I would hav

Missing dll's and wine says it is going into debugger

2004-09-21 Thread J. Grant
Hello, I have installed eDonkey2000, the free version from www.overnet.com. I am using a one day old CVS build of WINE. Could there be a Debug/Retry option for dll loading? then I would have time to copy the dlls and press Retry. As it is, I have to restart the entire process for each dll missin

\\ in paths causing problem, known bug?

2004-09-21 Thread J. Grant
Hello, I just ran the eDonkey2000 Installer. The default install directory was invalid: C:\\Program Files\eDonkey2000 The extra \ was the problem. I think this is a WINE issue. Is this problem know about already? (Bugzilla does not contain this). I thought I would check before considering filing

Re: Latest CVS config upgrade of drive letters problem

2004-09-21 Thread J. Grant
Hi Vincent, Thanks for your reply. Upgrading from a quite old version I may add... ($VAR-style variables in config are long gone, maybe a year now). Yep, this WINE build was last used when I wrote an article on WINE 2003-02-18. I do not see why WINE should not be compatible with a config file whic

Latest CVS config upgrade of drive letters problem

2004-09-20 Thread J. Grant
Hello, I just built and installed CVS WINE using the work around for asla suggested by Ivan. However, the config file does not seem to have been converted correctly. I fixed the symbolic link manually. Read on if you are interested to know the details of this bug. Kind regards JG $ wcmd Crea

Re: Latest CVS alsa problem

2004-09-20 Thread J. Grant
Hi Ivan, Thanks for your quick response. on the 19/09/04 22:14, Ivan Leo Puoti wrote: libalsa2-devel-0.9.0-0.8rc2mdk This package contains the alsa development headers, so unless you have some good reason to keep this RPM installed (For example you develop an app that needs these headers), you can

http://winehq.org/ - W3C validation problem at present

2004-09-20 Thread J. Grant
[resent following direction from Ivan] Hello, There is a problem on this page at present: http://validator.w3.org/ 1. Line 317, column 12: an attribute value must be a literal unless it contains only name characters WWN Issue 239 was released today. You have used a character th

Latest CVS alsa problem

2004-09-19 Thread J. Grant
Greetings, I am trying to build the latest CVS. My last build was from last year, I want to check if something works with a newer build. Unfortunately, the latest WINE cvs does not work with alsa shipped with mdk 9.0: libalsa2-0.9.0-0.8rc2mdk alsamixergui-0.9.0-0.5rc1_2mdk libalsa2-devel-0.9.0-0.8

Re: 64bit Wine?

2003-12-02 Thread J. Grant
Marvelous, Thanks for the responce guys. JG on the 02/12/03 16:06, Marcus Meissner wrote: On Tue, Dec 02, 2003 at 08:02:37AM -0600, Jeremy White wrote: >>I'm considering getting an Opteron. With this being a 64bit CPU I >>wondered if there would be any issues with using WINE to make use of >>

64bit Wine?

2003-12-01 Thread J. Grant
Hello I'm considering getting an Opteron. With this being a 64bit CPU I wondered if there would be any issues with using WINE to make use of win32 software on this 64bit CPU. Kind regards JG p.s. I'm not subscribed to this list from this email address, so please include my email address in