http://bugs.winehq.org/show_bug.cgi?id=3794
------- Additional Comments From imago(a)devinity.de 2005-12-11 10:50 -------
run the game with WINEDEBUG=+seh,+relay,+snoop
then grep in the log for the call to user32.MessageBoxA (which should be the
error msg you see), then copy the lines right before that.( ~ 1000 lines).
--
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=3666
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
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=3816
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://sourceforge.net/proje
| |ct/showfiles.php?group_id=40
| |287&package_id=70036
Keywords| |download, 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=3815
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=3606
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-12-11 08:40 -------
I just have installed Jack packages from Planet CCRMA repository and have tried
running native SndRec32.exe in Wine. Although I got lots of buffer underruns,
wave sound actually played (lagged). That may be normal, though, as using
xmms-jack plugin also produces laggy sound on my box (Celeron 850 and OPTi 931/ISA).
OK, now I see. I get similar errors in output if I make jack to use realtime
scheduling:
| cannot read response from jack server (Inappropriate ioctl for device)
| err:wave:JACK_OpenWaveOutDevice jack server not running?
| err:wave:wodOpen JACK_OpenWaveOutDevice(0) failed
| err:wave:JACK_OpenWaveOutDevice jack server not running?
| err:wave:wodOpen JACK_OpenWaveOutDevice(0) failed
| cannot lock down memory for RT thread (Cannot allocate memory)
| cannot use real-time scheduling (FIFO at priority 61) [for thread 2115881904,
from thread 2115881904] (1: Operation not permitted)
| cannot lock down memory for RT thread (Cannot allocate memory)
| cannot use real-time scheduling (FIFO at priority 61) [for thread 2103028656,
from thread 2103028656] (1: Operation not permitted)
...
| err:wave:JACK_callback_wwo buffer underrun of 91 frames
| err:wave:JACK_callback_wwo buffer underrun of 1024 frames
| err:wave:JACK_callback_wwo buffer underrun of 1024 frames
| err:wave:JACK_callback_wwo buffer underrun of 1024 frames
...
| zombified - calling shutdown handler
| err:wave:JACK_OpenWaveOutDevice jack server not running?
| err:wave:JACK_shutdown_wwo unable to reconnect with jack...
| err:wave:JACK_OpenWaveOutDevice jack server not running?
| err:wave:JACK_shutdown_wwo unable to reconnect with jack...
| err:wave:JACK_OpenWaveOutDevice jack server not running?
| err:wave:JACK_shutdown_wwo unable to reconnect with jack...
Do you run jack server in realtime scheduling mode? If so, does something
change if you rerun it in normal mode?
--
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=3804
------- Additional Comments From guillermo.e.reyes(a)gmail.com 2005-12-11 08:25 -------
Do you recommend I should try to install the CVS version?
I'm using the RPM for 0.9.0 provided in the winehq website for RHEL-3 and also
tried in another system FC-2 with the RPM for 0.9.1 with the same results.
Regards,
Guillermo
--
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=2885
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-12-11 07:05 -------
# lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX] (rev a1)
--
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=2885
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-12-11 06:59 -------
| I can move the configuration files or even the whole directory, that's
| easy. The problem is that apps might fail for completely different
| reasons then because registry entries that might have been introduced
| during installation are no longer found, so there's no way to be sure
| that sort of thing doesn't make matters a lot worse.
Eghm, no, actually there is a way - after you move a directory imagine you lost
the only your windows partition. You need to reinstall both a system and the
application after that.
| Still, I did
|
| > $ mkdir ~/BACKUPS
| > $ mv ~/.wine ~/BACKUPS
| > $ wineprefixcreate
|
| today and the MaxPayne demo failed with the same error. So no luck there,
| and I'm back to my old .wine again.
Hmmmm, did you installed MaxPayne into fresh wine system (empty C: drive)?
Because if you haven't, that hardly can be counted as a full check using clean
system. :-P
| Done. Unfortunately the OpenGL driver isn't particularily talkative either,
| but maybe those two extra lines give you further insight
You're right - I forgot OpenGL.DLLs process_attach() and process_detach()
routines are very silent. (I've patched them once in my tree to talk a bit more
stuff, but that might not sufficient in your case)
| What I'd really like to know ATM: what kind of graphics cards and driver
| versions do people use for whom the current system works?
# lspci | grep VGA
# cat /var/log/Xorg.0.log | grep -i nvidia.*x.*driver
| (II) NVIDIA X Driver 1.0-7676 Fri Jul 29 13:01:02 PDT 2005
Native nVidia drivers are installed on top over Fedoras Mesa-libGL and
Mesa-libGLU packages:
# rpm -qa | gr mesa
| xorg-x11-Mesa-libGL-6.8.2-31
| xorg-x11-Mesa-libGLU-6.8.2-37.FC4.49.2
--
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=3270
------- Additional Comments From devel8421(a)hotmail.com 2005-12-11 06:28 -------
Fix confirmed for Wine 0.9.1 on FC4/Gnome.
Thanks a lot.
--
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=2172
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2005-12-11 04:54 -------
It is a commercial application.
Please write the WINEDEBUG value I should paste for testing.
--
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.