http://bugs.winehq.org/show_bug.cgi?id=6594
lahtis <lahtis(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lahtis(a)gmail.com
--- Comment #13 from lahtis <lahtis(a)gmail.com> 2010-06-10 10:02:13 ---
(In reply to comment #12)
> (In reply to comment #9)
> > (In reply to comment #8)
> > > (In reply to comment #7)
> > > > Is this still an issue in current (1.1.10 or newer) wine?
> > > >
> > >
> > >
> > > I will try to test this weekend if I have time.
> > >
> >
> >
> > Ok, testing with 1.1.10. wine eject works fine. But now I am not able to finish
> > the install at all. After using wine eject, I put in the next cd, it is
> > mounted, and in the install window there is a popup that says "Click OK when CD
> > 2 is in the CDRom drive". I keep on clicking "OK" but nothing happens. I see no
> > errors in the wine window.
>
> See #9002
But game works.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22823
Summary: Wine doesn't work well with Jack 2 (jackd)
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=58141
8
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jkohen(a)users.sourceforge.net
Debian recently pushed to unstable and testing Jack 2 (jackd) in place of the
previous version. I've noticed that this had a strange effect on Wine. Every
time a process starts, Wine prints the following to the console:
Cannot connect to server socket err = No existe el fichero o el directorio
Cannot connect to server socket
jack server is not running or cannot be started
Then it hang for a couple minutes there. Finally the process resumes. Sort of.
For instance, the "updating configuration" windows, when it appears, never
disappears. Mass Effect on Steam never starts up.
All the issues above go away once I downgrade back to libjackd 0.118+svn3796-3,
which is Jack 1. Running the Jack 2 daemon with Jack 2 gets me past the delays,
but Mass Effect still doesn't work.
My sound system is ALSA and Wine is set up to use it. I don't have any custom
ALSA configuration in my home dir or in /etc.
Surprisingly compiling Wine with --disable-jackd ad removing all the
winejack.drv* files from my system doesn't seem to make a difference. I've
tried Wine 1.1.42, 1.1.44, and 1.2-rc1. For the first I used the Debian
compiled version, for the latter two, my own, and all give the same behavior.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=556
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|1.2.0 |---
--- Comment #23 from Alexandre Julliard <julliard(a)winehq.org> 2010-06-10 03:22:10 ---
Metabugs don't belong on a release milestone.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8067
--- Comment #15 from Nathan Kidd <nathan(a)spicycrypto.ca> 2010-06-09 21:23:20 ---
$ echo $DISPLAY
:0.0
$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
$ env -i DISPLAY=$DISPLAY wine SCIWV.EXE
err:local:LOCAL_GetBlock not enough space in local heap 11f7 for 844 bytes
Interestingly more env vars want the same space:
$env -i PATH=$PATH DISPLAY=$DISPLAY wine SCIWV.EXE
err:local:LOCAL_GetBlock not enough space in local heap 11f7 for 844 bytes
It seems not possible to cut the env any further, but is there a debug flag to
show what wine truly sets the enve to apart from cross-compiling a dos exe to
run under wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8067
--- Comment #14 from Dan Kegel <dank(a)kegel.com> 2010-06-09 20:29:40 ---
That first message could be caused by bug 1490, have you tried
running with a clean environment as suggested in that bug?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8067
--- Comment #13 from Nathan Kidd <nathan(a)spicycrypto.ca> 2010-06-09 20:24:48 ---
> BTW, was this installed into a clean .wine, with no native dlls?
I just tried, no change:
$ wine SCIWV.EXE
wine: created the configuration directory '/home/user/.wine'
wine: configuration in '/home/user/.wine' has been updated.
err:local:LOCAL_GetBlock not enough space in local heap 11f7 for 3096 bytes
> Also: is this the DOS version, or the Windows 3.1 version?
Windows version, (SCIWV.EXE).
My machine:
$ lsb_release -d
Description: Ubuntu 9.10
$ uname -a
Linux 2.6.31-22-generic #60-Ubuntu SMP Thu May 27 02:41:03 UTC 2010 x86_64
GNU/Linux
Wine 1.2-rc2 installed from http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu
For those too lazy to grab/find their KQ6 CD, the 115K zip
http://filebin.ca/hzgjzz is enough to reproduce.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6254
--- Comment #60 from James McKenzie <jjmckenzie51(a)earthlink.net> 2010-06-09 19:38:39 ---
Patch needs to be updated so it will apply to the latest git and go through a
full checkout.
This needs to have the target changed (again) and pulled from the 1.2 list as I
don't think this will make it into the Wine 1.2 release.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19448
Summary: Wine apps very long sleep before loading.
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ky6uk.kun(a)gmail.com
When i use NAT over iptables with MASQUERADE equal "iptables -t nat -A
POSTROUTING -j MASQUERADE", then all wine apps are very long sleep before load
(2-5 min.).
Without masquerading or with defined source ip (iptables -t nat -A POSTROUTING
-s 10.0.0.1 -j MASQUERADE) wine works fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23086
Summary: Defense Grid: The Awakening -
err:d3d:WineD3D_ChoosePixelFormat
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grio(a)mail.ru
Created an attachment (id=28671)
--> (http://bugs.winehq.org/attachment.cgi?id=28671)
console log
In the first time runing, the game can't find library X3DAudio1_6.dll.
After i put X3DAudio1_6.dll in to windows/system32 directory new problem become
apparent. WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat. Please
see in attachement.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4487
--- Comment #26 from zil <zilforever(a)gmail.com> 2010-06-09 14:54:51 ---
Created an attachment (id=28706)
--> (http://bugs.winehq.org/attachment.cgi?id=28706)
Red Alert stop redrawing
when you move with alt+tab to other window and go back, everything black. Only
when you move cursor it show parts of screen.
Not much in terminal:
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33cfdc
wine: configuration in '/home/zil/.wine' has been updated.
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x154260,0x1541e8): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32f0d4,0x00000000), stub!
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Can't handle WINEDDBLT_ASYNC flag
right now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.