http://bugs.winehq.org/show_bug.cgi?id=2021
------- Additional Comments From pala(a)externet.hu 2004-22-02 10:33 -------
There is no problem with other apps. IMHO the problem is related with the Delphi
application (or applications?).
--
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=2034
------- Additional Comments From polleke(a)meosource.com 2004-22-02 02:38 -------
Thank you for the patch!
Text is showing, but like you said garbage.
I noticed a pattern in the letters.
When I type a on the keyboard I get b.
When I type b I get c. c-d. And so on.
Maybe a var that's starting on 0 and should be starting on 1. Or simmilar.
I'm looking trough the source code but I have just basic C knowledge.
--
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.
You are on the CC list for the bug, or are watching someone who is.
On Sat, 2004-02-21 at 16:40, Wine Bugs wrote:
> http://bugs.winehq.org/show_bug.cgi?id=1958
>
>
>
>
>
> ------- Additional Comments From emanuele(a)fabrizio.com 2004-21-02 17:40 -------
> I use Nvidia drivers with kernel 2.6.3.
>
> Which version of nVidia drivers? I tried the last three and it doesn't work with
> any.
> Also the Mesa library aren't compatible with the nvidia, or any other OpenGL
I currently use NVIDIA-Linux-x86-1.0-5336-pkg1.run (so the 53.36
driver). I can't get OpenGL applications to compile if I don't install
Mesa (before installing the nvidia driver). After re-installing, my
problems building wine disappeared, although I'm not 100% certain why.
To install the Nvidia/Mesa/OpenGL environment I basically follow the
directions at:
http://linuxselfhelp.com/HOWTO/mini/Nvidia-OpenGL-Configuration/index.html
(although I don't do the java or QT part of the howto).
It worked for me, but your mileage may vary.
Cheers!,
Bob
http://bugs.winehq.org/show_bug.cgi?id=2035
------- Additional Comments From brettholcomb(a)charter.net 2004-22-02 00:25 -------
After trying various CVS dates I went back to the current. I ran with winealsa
and this time it started HL, I got a cursor but when I selected quit I got an
hourglass. I had to kill the program. I did get this error which is different
and more detailed then before.
First error:
Unhandled exception: pagUnhandled exception: page fault on read access to
0x4295f000 in 32-bit code (0x428d52ca).
In 32-bit mode.
0x428d52ca (snd_pcm_hw_state+0xf in libasound.so.2): movl 0x0(%eax),%eax
Wine-dbg>
wine_dbg_cmd: Ctrl-C
Ctrl-C: stopping debuggee
WineDbg terminated on pid 8
e fault on read access to 0x4295f000 in 32-bit code (0x428d52ca).
In 32-bit mode.
0x428d52ca (snd_pcm_hw_state+0xf in libasound.so.2): movl 0x0(%eax),%eax
I then exited the console window I was in, started a new one and ran HL again.
This time I could go to the Load saved game screen. I then canceled from that
screen and quit HL from the menu. This is the error that was left behind
ALSA lib pcm_hw.c:494:(snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed: Broken pipe
wine-pthread: pcm.c:662: snd_pcm_close: Assertion `pcm' failed.
wine: Unhandled exception (thread 0018), starting debugger...
brett@strider Half-Life $ Can't attach process 8: error 5
I then ran HL again. I started a game and it played. However, the sound is
terrible. Fire a weapon and the sound comes a few seconds later. It is also
very scratchy.
Hope this helps.
--
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=2029
------- Additional Comments From ed(a)catmur.co.uk 2004-22-02 00:24 -------
Created an attachment (id=539)
--> (http://bugs.winehq.org/attachment.cgi?id=539&action=view)
Against 20040213 release.
Knew there was something I'd forgotten - put the patch in Gentoo but forgot to
upstream it.
I can't be bothered to join yet another mailing list for the sake of one bug,
so
I'll do this one on Bugzilla.
--
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=2044
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
--
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=1958
------- Additional Comments From emanuele(a)fabrizio.com 2004-21-02 17:40 -------
I use Nvidia drivers with kernel 2.6.3.
Which version of nVidia drivers? I tried the last three and it doesn't work with
any.
Also the Mesa library aren't compatible with the nvidia, or any other OpenGL
libraries, so I don't think both should be present.
Glut isn't listed as a dependency of Wine and it's just a toolkit so I don't see
what it has to do with a simple OpenGL installation.
I checked and rechecked all over the include files present in my system, or
shipped with the OpenGL drivers provided by nvidia, for the occurrence of the
string GL_MAX_VERTEX_UNITS_ARB and I didn't find it anywhere.
It seems that it has to do with the OpenGL Vertex Blend feature which possibly
nvidia doesn't support, that's why all its declarations are missing from the
gl.h (or glext.h) files they provide.
Since GL_MAX_VERTEX_UNITS_ARB appears inside an if block after verifiying that
the driver are Vertex Blend capable, could it be that the check is not 100%
accurate? I simply patched it by removing the if block and hardcoding the value
of 0 in place of the variable that should have been returned by glGetIntegerv.
It works for me gut I'd like to know from people who got it to work what are
they exact specs for XFree server and nvidia drivers and if they have
GL_MAX_VERTEX_UNITS_ARB present if any of the files that ship with their nvidia
drivers.
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=2045
Summary: RtlpWaitForCriticalSection error (no duplicate!)
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the-fallen(a)web.de
Hi!
I tried to run Final Fantasy 8 with the most recent wine cvs version. The
installation runs like a charm, also the config tool works well enough, but when
i try to launch the game i get always these errors while the "eidos" intro is
played and after that it hangs. Can anybody give me a hint? I know, there was a
similar bug a while ago, but it is something different i think. Oh, and i have
no idea how to change compilation flags in the makefiles if this should be
necessary ;)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4041ac20)->(00010021,00000011)
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16fixme:dinput:joydev_have found a joystick at /dev/input/event3!
fixme:dinput:joydev_have found a joystick at /dev/input/event3!
fixme:dinput:JoystickAImpl_Acquire axe 0: cur=0, min=0, max=6000, fuzz=0,
flat=0fixme:dinput:JoystickAImpl_Acquire axe 1: cur=0, min=0, max=6000, fuzz=0,
flat=0fixme:dinput:JoystickAImpl_Acquire axe 2: cur=0, min=0, max=6000, fuzz=0,
flat=0fixme:dinput:JoystickAImpl_Acquire axe 3: cur=0, min=0, max=6000, fuzz=0,
flat=0fixme:dinput:JoystickAImpl_Acquire axe 16: cur=0, min=-1, max=1, fuzz=0,
flat=0
fixme:dinput:JoystickAImpl_Acquire axe 17: cur=0, min=-1, max=1, fuzz=0, flat=0
fixme:dinput:JoystickAImpl_Acquire axe 18: cur=0, min=-1, max=1, fuzz=0, flat=0
fixme:dinput:JoystickAImpl_Acquire axe 19: cur=0, min=-1, max=1, fuzz=0, flat=0
fixme:dinput:JoystickAImpl_Acquire axe 24: cur=0, min=0, max=1023, fuzz=0, flat=0
fixme:dinput:JoystickAImpl_SetProperty (this=0x4042bfe8,<guid-0x0004>,0x40714e6c)
fixme:dinput:JoystickAImpl_SetProperty ph.dwSize = 24, ph.dwHeaderSize =16,
ph.dwObj = 0, ph.dwHow= 1
fixme:dinput:JoystickAImpl_SetProperty proprange(-1000,1000)
fixme:dinput:JoystickAImpl_SetProperty (this=0x4042bfe8,<guid-0x0004>,0x40714e6c)
fixme:dinput:JoystickAImpl_SetProperty ph.dwSize = 24, ph.dwHeaderSize =16,
ph.dwObj = 4, ph.dwHow= 1
fixme:dinput:JoystickAImpl_SetProperty proprange(-1000,1000)
fixme:dinput:JoystickAImpl_SetProperty (this=0x4042bfe8,<guid-0x0005>,0x40714e64)
fixme:dinput:JoystickAImpl_SetProperty ph.dwSize = 20, ph.dwHeaderSize =16,
ph.dwObj = 0, ph.dwHow= 1
fixme:dinput:JoystickAImpl_SetProperty setting deadzone(1000)
fixme:dinput:JoystickAImpl_SetProperty (this=0x4042bfe8,<guid-0x0005>,0x40714e64)
fixme:dinput:JoystickAImpl_SetProperty ph.dwSize = 20, ph.dwHeaderSize =16,
ph.dwObj = 4, ph.dwHow= 1
fixme:dinput:JoystickAImpl_SetProperty setting deadzone(1000)
fixme:dinput:JoystickAImpl_Acquire axe 0: cur=0, min=0, max=6000, fuzz=0,
flat=0fixme:dinput:JoystickAImpl_Acquire axe 1: cur=0, min=0, max=6000, fuzz=0,
flat=0fixme:dinput:JoystickAImpl_Acquire axe 2: cur=0, min=0, max=6000, fuzz=0,
flat=0fixme:dinput:JoystickAImpl_Acquire axe 3: cur=0, min=0, max=6000, fuzz=0,
flat=0fixme:dinput:JoystickAImpl_Acquire axe 16: cur=0, min=-1, max=1, fuzz=0,
flat=0
fixme:dinput:JoystickAImpl_Acquire axe 17: cur=0, min=-1, max=1, fuzz=0, flat=0
fixme:dinput:JoystickAImpl_Acquire axe 18: cur=0, min=-1, max=1, fuzz=0, flat=0
fixme:dinput:JoystickAImpl_Acquire axe 19: cur=0, min=-1, max=1, fuzz=0, flat=0
fixme:dinput:JoystickAImpl_Acquire axe 24: cur=0, min=0, max=1023, fuzz=0, flat=0
fixme:dinput:JoystickAImpl_SetProperty (this=0x4042bfe8,<guid-0x0004>,0x40714e7c)
fixme:dinput:JoystickAImpl_SetProperty ph.dwSize = 24, ph.dwHeaderSize =16,
ph.dwObj = 0, ph.dwHow= 1
fixme:dinput:JoystickAImpl_SetProperty proprange(-100,100)
fixme:dinput:JoystickAImpl_SetProperty (this=0x4042bfe8,<guid-0x0004>,0x40714e7c)
fixme:dinput:JoystickAImpl_SetProperty ph.dwSize = 24, ph.dwHeaderSize =16,
ph.dwObj = 4, ph.dwHow= 1
fixme:dinput:JoystickAImpl_SetProperty proprange(-100,100)
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel level=DSSCL_EXCLUSIVE not
fully supported
err:module:import_dll No implementation for
NTDLL.dll.IoUnregisterDeviceInterface imported from
L"C:\\WINDOWS\\SYSTEM\\CFGMGR32.dll", setting to 0xdeadbeef
err:module:import_dll No implementation for
NTDLL.dll.IoUnregisterDeviceInterface imported from
L"C:\\WINDOWS\\SYSTEM\\CFGMGR32.dll", setting to 0xdeadbeef
err:ntdll:RtlpWaitForCriticalSection section 0x4042d254 "?" wait timed out in
thread 0009, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x4042d254 "?" wait timed out in
thread 000a, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x4042cd8c "?" wait timed out in
thread 000c, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x526811d8 "?" wait timed out in
thread 000d, blocked by 000c, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x526864f0 "?" wait timed out in
thread 000e, blocked by 000d, retrying (60 sec)
--
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=2035
------- Additional Comments From brettholcomb(a)charter.net 2004-21-02 11:29 -------
Some initial results.
First I modified ~/.wine/config to have the driver winealsa instead of wineoss
for sound.
I downloaded the current tree from CVS. Then I updated to 2004-01-01. Built,
installed it. wine --version gave me 20031223 (it was 200312 and 23 I believe
was the day). This worked with winealsa.
I then did the same with 2004-01-30 and got 20040121 version. This does not
work. Wine starts, opens a window but all I get is an hourglass and a black
screen. I have to killall -9 to get rid of it. It is worth noting that when I
changed the driver back to wineoss, logged out, logged in and tried to run HL I
got the same result.
1. It appears something between the Dec 2003 and the January 21 2004 broke
winealsa.
2. It also broke wineoss.
3. On the Dec 2003 build I found that when I started HL and the menu came up
there was an animated logo across the top of the screen. I haven't seen this in
1/21/2004 or the current CVS.
Let me know what else you need. I did not get time to narrow it down anymore.
--
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=2044
Andrew.Talbot(a)talbotville.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Regression - Control- |Regression - Control-
|rendering Degradation |rendering Degradation
--
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.