http://bugs.winehq.org/show_bug.cgi?id=94
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-18-10 17:28 -------
Can this bug be closed ? I think Alexandre rewrote it...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2690
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-18-10 17:12 -------
Hi, i downloaded the game from
http://files.filefront.com/SteelPanthersWorldAtWarSetup+v820/;3291947;;/fil…
With current cvs the game does not crash , starts up and seems to be playable just
fine. Only issues i have is with sound , i get a lot of these: "err:dsound
underrun on sound buffer" and they slow down the game's starting up.
Could you please report back , using latest wineversion, if the crash has been
fixed for you too?
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=3291
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-18-10 16:50 -------
Thanks Hans,i'll have a look at it later this week when i have more time. If i
need your help i'll give you a sign thanks in advance for your help!
--
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=3613
------- Additional Comments From freddiewitherden(a)hotmail.com 2005-18-10 16:30 -------
When I ran the program I went to cd .wine/drive_c/My\ Documents and then ran the program. Is the .wine
folder in need of a bit of 'chmod -R .wine 0777' treatment? When it tries to write to a temp file where is it
trying to write it to? drive_c or / (unix)? Well since there seem to be problems with tmpfile() (so much for
ANSI...) I will just use something like FILE *tmpfile = fopen("cryptlite.tmp", "wb+"); and then after I 'fclose
(tmpfile) I will do a remove("cryptlite.tmp");, makes the code look ugly but if I want it to work on Windows
then I guess that it is something I will need to do.
--
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=3486
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-10 14:48 -------
This should be fixed in current cvs. Could you please try that and report back
if it's working now?
--
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=3613
------- Additional Comments From richard(a)daijobu.co.uk 2005-18-10 14:25 -------
> On Windows temporary files go in either C:\temp, C:\Windows\Temp or
%user%'\temp ...
Surprisingly, no -- at least not for tmpfile() in msvcrt.dll
I checked on XP and NT4, and the msdn page
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html…
is correct -- the tmp file goes in the root directory.
> Why does MSVCR80d.dll work?
MS must have changed where they put the tmp file. I guess you have the source
code with VC++, so you can take a peek.
Alternatively
$ WINEDEBUG=file wine encrypt-vc++.exe
will tell you all about the files that get opened.
> So, what would you suggest I do?
It's probably best to leave Z: mapped to unix \
In the default configuration of wine, the user will have her own personal c:,
and will be able to write to c:\, so you can simply make sure you start inside
c:, like this:
$ cd ~/.wine/drive_c && wine \path\to\encrypt.exe ...
--
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=3291
------- Additional Comments From hans(a)it.vu.nl 2005-18-10 14:16 -------
Way to go Louis, I think you just solved a bug in Wine! The
demangled name looks OK to me, so I'd say this proves the statement
wrong that mangled names always begin with '?'.
To get this fix into Wine I propose you try changing your little
program into a Wine regression test to go along with the fix.
How about that? Ask me if you need any help doing so.
--
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=3291
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-18-10 14:01 -------
Looks like the above is the fix. test program returns same result under windows,
so looks like also windows doesn't really bother about mangled strings not
starting with a '?'
--
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=3577
------- Additional Comments From javier(a)isotecsl.com 2005-18-10 13:19 -------
Sorry for the last post, it was intedend for the soon to be closed bug 3366.
Javier.
--
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.