Re: ViaVoice (98) in Wine

2005-06-06 Thread Stefan Dsinger
Hi,
 I had similar probs with Dragon Naturally Speaking.

 The GUI setup method kept complaining. I was able to get around one issue
 by finding the utility that did the setup (gentrain.exe) and running that
 under wine directly. That fixed that one nicely.
I'm just curious: Does Dragon Naturally Speaking also work with native Linux 
programs if it's running under Wine, or does it only work with other wine 
programs?

Stefan



Re: [DInput] Fix 'peek' code for mouse (S3 problem)

2005-05-05 Thread Stefan Dsinger
Am Mittwoch, 4. Mai 2005 20:44 schrieb Lionel Ulmer:
 This should fix the mouse issue in S3.

   Lionel

 Changelog:
  - do not flush the buffer when the application only wants to peek the
 number of elements in the queue
  - trace the GetDeviceState values before they are reset
No, saidly, it doesn't. I have attached a +dinput log again.

Stefan


s3.out.gz
Description: GNU Zip compressed data


Re: Let's fix Steam!

2005-03-08 Thread Stefan Dsinger
 Steam has had a serious problem for quite some time, failing with a
 strange debug assertion error popup at the dreaded 27% mark.
It would be great if steam worked with wine. I did some testing some time ago, 
and Steam seemed to work except of this problem. I used cvscedega to work 
around the 27% Problem and after that I ran it with wine.

It worked quite fine, registration, game registration, game setup and game 
start. I had MSIE installed and had to use a few native dlls(cryptography 
dlls and IE friends) but it seemed to work fine with wine.

The next problem was not wine releated and is somewhat harder to fix. Steam 
turned out to be really download hungry. I just installed it and updated Half 
life and Steam had pushed 100 MB through my internet line. I've a download 
limit of 600 MB wich is really a small limit. One day I trashed my wine 
installation and didn't re-install steam afterwards.

If I find some way to download these things at school I can help you with 
fixing steam!

Stefan Dösinger




Re: Let's fix Steam!

2005-03-08 Thread Stefan Dsinger
Am Dienstag, 8. März 2005 12:41 schrieb Scott Ritchie:
 Steam has had a serious problem for quite some time, failing with a
 strange debug assertion error popup at the dreaded 27% mark.
Just an update to my mail sent 2 minutes ago: I downloaded steam, ran it with 
wine(cvs from 3/6/2005) and it WORKED without doing anything special. I 
should have tried before sending this mail.

Wine just told me that it has to download the mozilla active X control and 
crashed because of a missing dll(MSVCR70.dll). I'll get this dll and do some 
more testing.

Stefan




Re: Let's fix Steam!

2005-03-08 Thread Stefan Dsinger
Am Dienstag, 8. März 2005 12:41 schrieb Scott Ritchie:
 Steam has had a serious problem for quite some time, failing with a
 strange debug assertion error popup at the dreaded 27% mark.

 What's interesting, however, is that Steam works perfectly in Crossover
 4.1 - since I don't think Steam is supported, this is not due to a
 special hack, and the failure in Steam therefore represents a serious
 regression in Wine.

 This, quite simply, will be a really cool app to get working again.
 Plus, we'll need it to try out Half Life 2 once you awesome Direct3D
 boys finish up your work :)

 So, where do we go about this?  The installer demonstrating the error
 can be downloaded easily from http://www.steampowered.com/ - however,
 I'm not sure if it's plausible to run a regression analysis since there
 are no patches available against the direct crossover version of Wine.
 At this point, I'm not even sure which file has broken, although I do
 know that it's one we've had problems with in the past based off of IRC
 conversations.

 If anyone could follow up with more info, particularly about the
 specifics of the error, I'm sure we'd all appreciate it greatly.
Well, another update on Steam:

Steam runns indeed nice with wine. I don't know why it works all over the 
sudden, but it works ;-)

These are the problems I found:

*Microsoft Internet explorer needed: I didn't get the builtin shdocvw working. 
The automatical download of the Mozilla active X control didn't work. I 
downloaded it manually and installed it but it still didn't work

Can someone give me a hint how I make the builtin shdocvw work?

*No keyboard without Desktop mode. It seems like wine doesn't pass the Steam 
Windows to the Window Manager(KDE / KWM in my case). To make the keyboard 
working I have to use the Desktop mode. Managed = N doesn't work.

*I can't move the Window in Managed mode. With Desktop and Managed = N it 
works.

*Steam sometimes causes crashes if I cancel it with Strg+C.

I didn't try to play any game because of the download limit problem mentioned 
in my previous mail. I'll report tomorrow on this.

Cheers,
Stefan




Re: porting flash changing the command

2005-02-20 Thread Stefan Dsinger
Am Sonntag, 20. Februar 2005 15:07 schrieb Vishal Gakhare:
 I am trying to install Flash5 application using WINE but fix mes are
 generated(attached.)What should I do?
Don't send M$ Word files ;-)

I can't find any error in the file thought.



Re: fixme of flash5

2005-02-20 Thread Stefan Dsinger
 I am trying to intall Flash5 on Linux using but installtions stop abruptly
 and the FixMes are flashed.I am sending you the list of errors.Please help
 me and send me the source codes that on adding to WINE will remove the
 problem. Also I want to change the shell command WINE to VISHAL. What code
 should be written or changed. plz help me fast!!
alias vishal=wine
will change the command



Re: Problem with file dialog

2004-11-30 Thread Stefan Dsinger
Hello,

 Changelog:
 Store the new style before redrawing and repositioning the control.
This patch fixes the problem!
Thanks,
Stefan



Re: Fun desktop integration tasks

2004-11-28 Thread Stefan Dsinger
 I'm sitting waiting for a couple of compiles to finish, so I thought I'd
 put together a list of fun/interesting tasks people might like to have a
 go at related to better integrating Wine with the native desktop.

 None of these should be especially hard, and so would provide a good intro
 to Wine development for anybody who has been lurking on the sidelines and
 wants to get involved.

Another suggestion, probably a bigger task: Look for common native 
applications and write entries for them into the registry. For example, I 
manually added an entry for KMail in \\Machine\\software\\clients and now I 
can select Kmail as the default Mail application in the internet options 
control panel(Which is created when Internet Explorer is installed). My 
registry entries look like this:

[Software\\Clients\\Mail\\Kmail] 1100110998
@=KMail

[Software\\Clients\\Mail\\Kmail\\Protocols\\MailTo] 1100110998
@=URL:MailTo Protocol
EditFlags=hex:02,00,00,00
URL Protocol=

[Software\\Clients\\Mail\\Kmail\\Protocols\\MailTo\\DefaultIcon] 1100110998
@=C:\\Program Files\\Opera\\opera.exe,1

[Software\\Clients\\Mail\\Kmail\\Protocols\\MailTo\\shell\\open\\command] 
1100110998
@=\Z:\\usr\\kde\\3.3\\bin\\kmail\ \%1\

With Z: mapped to /

I selected KMail as the default Mail application, and when I open an Mail 
Address in MSIE kmail pops up. The same happens when I enter a maito: address 
in Task Manager-New task. 

Cheers,
Stefan