http://bugs.winehq.org/show_bug.cgi?id=3613
------- Additional Comments From hans(a)it.vu.nl 2005-18-10 06:00 -------
I can reproduce this here. It's not a bug in tmpfile() but
a configuration problem. A "trace+msvcrt,file" log shows
that tmpfile() generates a bare filename like "\s8.", like
it should.
But then when it tries to open it Wine will resolve this to
an absolute Unix path, which becomes something like
"/home/user/.wine/dosdevices/z:/\s8." on a default Wine
installation.
Since z: is mapped to / the call will fail for unprivileged
users, because they don't have write permission in /. On Windows
I think the temporary filename will resolve to "c:\s8" and if
I'm not mistaken everyone is allowed to write to c: on Windows.
Indeed, if I remove the symbolic link z: (so that the directory
that c: points to becomes topmost) your program doesn't crash.
--
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=3217
------- Additional Comments From f.h.silva(a)terra.com.br 2005-18-10 05:19 -------
Hi Louis, lets see:
Seems I got the same behavior here, but a few notes:
I dont have a key HKEY_CURRENT_USER->Software->Wine->Debug
I have a HKEY_CURRENT_USER->Software->Wine->Winedbg
so I insert the string there and tried to run the game.
after see a loooooooot of messages on console, I got the game's splash screen,
but very, very slow.
after the splash screen gone, I cant see nothing more... I dont know if its
running somewhere, but nothimg more comes... I cant reach the game's menu to try
to play. :(
If I create a key HKEY_CURRENT_USER->Software->Wine->Debug and insert the string
there, I continue receiving the same refresh rate error.
Thank you
--
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=2899
------- Additional Comments From ivg2(a)cornell.edu 2005-18-10 04:53 -------
Okay...it doesn't work, as I expected.
I don't see how the handler can ever be called, given that the control event is
on the ScrollableText control, which does not have a handler. That's regardless
of any condition evaluation.
--
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=3609
------- Additional Comments From infyquest(a)gmail.com 2005-18-10 04:46 -------
better add /emul/linux/x86/usr/lib
in the file /etc/ld.conf.so
and run ldconfig
after that ./configure in the wine directory and do a make
--
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=2899
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1199 is|0 |1
obsolete| |
------- Additional Comments From mike(a)codeweavers.com 2005-18-10 03:35 -------
Created an attachment (id=1201)
--> (http://bugs.winehq.org/attachment.cgi?id=1201&action=view)
dlls/msi/cond.y
This version has another fix for some crashes due to null pointer dereferences.
--
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=2899
------- Additional Comments From mike(a)codeweavers.com 2005-18-10 02:33 -------
Created an attachment (id=1200)
--> (http://bugs.winehq.org/attachment.cgi?id=1200&action=view)
Test cases for MsiEvaluateCondition
Here's the test cases I've written, since they won't be committed to WineHQ for
a while, I'm posting them here. If anybody can thing of any more, add them
here.
--
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=3609
------- Additional Comments From I-SAngeli(a)siriush.com 2005-18-10 02:28 -------
Hi Vijay,
could you please advice what corective action to take so that I can install
wine? so far I still do not have it installed.
Also, looking at this command "./configure
--x-libraries=/emul/linux/x86/usr/lib" is it possible to run ./configure
assigning the proper LD_LIBRARY_PATH? If so, how to find out what is it in my
system?
thank you,
Spiro
--
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=3583
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
------- Additional Comments From dank(a)kegel.com 2005-18-10 02:11 -------
Added download keyword, since you can grab a free demo at
http://www.stmuc.com/moray/
--
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.