http://bugs.winehq.org/show_bug.cgi?id=2759
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
Summary|can not start winmx 3.53 |Cannot start WinMX 3.53
------- Additional Comments From ben(a)atomnet.co.uk 2007-07-04 04:28 -------
Broken again apparently.
--
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=7917
------- Additional Comments From troumad(a)libertysurf.fr 2007-07-04 04:10 -------
1) The computer of my wife have no problem with xinerama :
Section "Device"
Identifier "device1"
VendorName "nVidia Corp."
BoardName "NVIDIA GeForce4 (generic)"
Driver "nvidia"
Screen 0
BusID "PCI:1:0:0"
Option "DPMS"
EndSection
Section "Device"
Identifier "device2"
VendorName "S3 Inc."
BoardName "S3 Savage4"
Driver "savage"
Screen 0
BusID "PCI:2:5:0"
Option "DPMS"
# Option "no_accel" # You may enable this if there are timeouts when starting X
EndSection
2) If I do ssh with X11forwarding, wine is running in the computer of my wife
and I see it in my computer's screen, xinerama have now the problem.
--
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=7874
------- Additional Comments From zajec5(a)gmail.com 2007-07-04 03:37 -------
EasyUO parses my script line-by-line and executes function which is
responsible to current line. I can write script like that:
**********
loop:
onHotKey x ctrl
goto exit
goto loop
exit:
msg You pressed ctrl+x and script works$
**********
The problem is that under Wine onHotKey always returns false. I run EasyUO,
then press ctrl+x in Ultima Online window and there is no effect. I don't know
if this is result of bug 1348, but I can not see any "RegisterHotKey" in
function provided by Cheffe (EasyUO developer).
--
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=7977
------- Additional Comments From hans(a)it.vu.nl 2007-07-04 03:26 -------
I think the proper solution is to implement strftime on top of win32
functions GetDateFormat/GetTimeFormat instead of native strftime.
--
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=7975
blin(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From blin(a)gmx.net 2007-07-04 02:56 -------
The bug is that qip never queries for the presence of the NTLM provider it's
trying to load, it just assumes that it's always there. So it never checks the
returned security context, which is NULL, wich will then crash in the next
secur32 function.
Now, I can understand they assume NTLM is always available, as that's the way it
is on Windows NT4+. Wine needs Samba's ntlm_auth in a version greater than
3.0.24 to do NTLM and won't register the NTLM provider otherwise.
Unfortunately, Samba 3.0.25 is not released yet. This should happen soon,
though, last I heard they were aiming for the first release candidate on monday,
april 9th.
A possible (i.e. I've never tested it) quick fix could be to put a script called
ntlm_auth into your path that looks like:
#!/bin/sh
# Quick hack to fake ntlm_auth for wine NTLM version detection
echo "Version 3.0.25"
This will get Wine to register the NTLM provider. Of course any attempts at
using it will fail miserably, but if you never actually use the "qip to qip
private chat" function, you should be fine.
--
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=7975
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-gui |wine-shdocvw
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-07-04 02:28 -------
Hi, i already tried this app before, and get the same crash as in comment #1.
With native secur32.dll i can work around that crash. According to Kai Blin on
IRC it's nevertheless _not_ a bug in secur32, but i forgot why. With native
secur32, i run into an ole-error messagebox, which can be worked around by using
native shdocvw and shlwapi. Then the loginwindow comes up fine. Could not test
futher as i have no login name....
So for now mark this a bug in shdocvw.
--
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=7949
andrey.turkin(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrey.turkin(a)gmail.com
------- Additional Comments From andrey.turkin(a)gmail.com 2007-07-04 02:18 -------
Seems to fail in AtlInternalQueryInterface.
Dan, could you please get +relay,+atl trace?
--
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=6402
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-07-04 01:05 -------
Closing
--
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=7874
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-ipc |wine-misc
------- Additional Comments From vitaliy(a)kievinfo.com 2007-07-04 00:04 -------
So does your OnHotkey() gets ever called or not? And what does call it? Wine
does not support system hotkeys see bug 1348. Or is this some other hotkeys you
are talking about?
--
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=7084
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-user |wine-programs
------- Additional Comments From vitaliy(a)kievinfo.com 2007-06-04 23:49 -------
> Are most linux systems supposed to know to look for icons when no
> path is specified, in ~/.local/share/icons?
Yes, that's what the FreeDesktop says. If it doesn't, then again your WM is buggy.
In either case it has nothing to do with this bug. This bug is not about icons
but about the link (.desktop file) itself.
Can author re-try with current Wine version? Also, if link did not appear after
the install, can you run 'wineboot' and check 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=7975
------- Additional Comments From dmitry(a)codeweavers.com 2007-06-04 23:34 -------
What happens when you run as an ordinal user? The output you sent is not a
"back trace", it's just a console output of a running program, and there is
no crash or obvious error there.
--
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=5070
------- Additional Comments From pfortin(a)pfortin.com 2007-06-04 23:18 -------
Dan, can you be more specific? Hmm... I just tried to install it in Demo mode
and the "Licensed to" field is what gets copied to the "Full Name" field on the
next screen. Typically, this contains "Office Manager" Is this where you're
having problems? In the Demo mode, the "Full Name" field is forced; but in the
licensed version, that field is editable.
Installing/updating a licensed version does work.
--
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=6152
------- Additional Comments From vlad1977(a)gmail.com 2007-06-04 22:25 -------
All right. Now I got this:
OS: Windows XP 5.1 (Build: 2600)
CPU: AuthenticAMD Unknown processor @ 2009 MHz with 1004MB RAM
Video: Direct3D HAL (8776)
in terminal it gives this at the tail:
You have triggered a bug in the DirectX 9.0 runtime. Please install DirectX 8.1b
(or later) for a fix. See Release Notes for instructions on how to obtain it.
err:ntdll:RtlpWaitForCriticalSection section 0x7dec4c80 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0011, blocked by 0009, retrying (60
sec)
wine: Critical section 7dec4c80 wait failed at address 0x7efadb00 (thread 0011),
starting debugger...
WineDbg starting on pid 0x8
Process of pid=0x00000008 has terminated
--
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=7963
flexo(a)holycrap.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From flexo(a)holycrap.org 2007-06-04 22:21 -------
Confirmed. Our treeview doesn't support changing TVS_CHECKBOXES on the fly.
Working on a patch.
--
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=7974
------- Additional Comments From flexo(a)holycrap.org 2007-06-04 22:02 -------
Nope, it doesn't. (And it doesn't work in desktop mode either)
--
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=7977
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-kernel |wine-msvcrt
Ever Confirmed| |1
OS/Version|other |Linux
Platform|Other |PC
------- Additional Comments From vitaliy(a)kievinfo.com 2007-06-04 21:43 -------
This won't work. From 'man strftime':
%D Equivalent to %m/%d/%y. (Yecch for Americans only. Americans should note
that in other countries %d/%m/%y is
rather common. This means that in international context this format is
ambiguous and should not be used.) (SU)
Also you really need to test what localized version of windows will 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=7980
sidolin(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?iVersionId=7377
--
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=7980
Summary: S.T.A.L.K.E.R. - Wrong orientation of objects
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sidolin(a)gmail.com
The orientation of some objects in Stalker is wrong, for example some guns or
the helicopter you see in the first mission.
--
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=6392
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
------- Additional Comments From tony.lambregts(a)gmail.com 2007-06-04 21:28 -------
Closing (Works Great)
--
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=7979
Summary: S.t.a.l.k.e.r. - some objects appear over-bright or too
dark
Product: Wine
Version: 0.9.34.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=7377
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
Some objects appear over-bright or too dark. While some moving objects (like
walking people) flicker. See attached screen-shots for examples.
--
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.