http://bugs.winehq.org/show_bug.cgi?id=3221
------- Additional Comments From gary.barnes(a)earthlink.net 2006-20-01 20:48 -------
I have the "split" dialog problem in Quicken Deluxe 98. A second small window
on top of the main dialog seems to continuously get created. See the
attachment. This problem did not exist in version 20050211 and earlier. It
appeared in version 20050310 and still occurs in 0.9.6. The +relay output was
created using the Mandriva binary rpm from the wine download site. I would be
happy to help bebug this if someone tells me what to 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=443
------- Additional Comments From elanthis(a)awesomeplay.com 2006-20-01 20:11 -------
This error persists with wine 0.9.6.
elanthis@stargrazer:~/Windows/cygwin/bin$ wine bash.exe
21 [main] ? (8) cygheap_user::init: GetTokenInformation (TokenUser), Win32
error 5
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:ntdll:NtQueryObject Unsupported information class 1
--
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=1490
------- Additional Comments From k_wayne(a)linuxpower.org 2006-20-01 19:42 -------
> Running under Wine, the windows environment ("shell") is a almost 100% copy of
the unix environment ("shell")
Really? Do you mean that Wine copies the unix shell environment over to the
emulated windows environment? Wouldn't this be nearly always cause this bug for
older applications? e.g: I'm trying to run a 16 bit application with a 64k shell
stack and Wine is copying over all the environment variables from a modern 32bit
operating system?
> Anyway did you try, and what are the results of running:
> env -i PATH=$PATH DISPLAY=$DISPLAY wine yourprogram.exe
It didn't "work" until I added XAUTHORITY.
env -i PATH="$PATH:./" DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY wine bcs/Bcs.exe
Thank you, this got me past the "Insufficient space in environment" error.
But now the program is complaining that it can't find the data files, so
obviously there is still some kind of environment variable error.
I feel like I am very close... Please help me figure out what environment
variables I am missing....
It feels path related, I have tried adding the fake_windows dir and the
application dir to my Unix path but it doesn't help.
Any advice?
--
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=4009
------- Additional Comments From vitaliy(a)kievinfo.com 2006-20-01 19:33 -------
Oh great thatnks for whole lot of so usefull info.
So is there anyone who actually has this game running on windows 2000? And I
mean _real windows_? The patch that's provided with game is useless and d leads
to exactly the same results as Lukas informed us 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=4283
ericsbinaryworld(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ericsbinaryworld(a)gmail.com 2006-20-01 19:07 -------
Ok, it now works. Thank you for helping me through that.
--
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=4343
------- Additional Comments From vitaliy(a)kievinfo.com 2006-20-01 17:50 -------
That's a known problem fixed some week ago. (lockup in ole)
--
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=4009
------- Additional Comments From lukas(a)petrovicky.net 2006-20-01 17:47 -------
I posted twice more than I wanted. Sorry for that :(
--
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=3754
------- Additional Comments From vitaliy(a)kievinfo.com 2006-20-01 17:40 -------
Created an attachment (id=1727)
--> (http://bugs.winehq.org/attachment.cgi?id=1727&action=view)
output | grep -v GetFileSecurityW
Well no sident required to get that far. All you need is:
borrow these dlls: atl71.dll mfc42.dll msvbvm60.dll msvcr71.dll.
touch ~/.wine/drive_c/windows/system32/wsock32.dll
Import this into registry:
[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Internet Explorer]
"Version"="6.0.2800.1106"
Log before the error is attached.
--
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=3213
------- Additional Comments From us(a)edmeades.me.uk 2006-20-01 17:14 -------
Actually thats wrong, ignore that. However, I think the simple change is that
in the SetBitmapSize, we reject a set of 0,0 (checks for <=0 and treats as a
failure). I think changing this to just <0 is more accurate.
Still investigating
--
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=4155
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex(a)thehandofagony.com 2006-20-01 17:12 -------
It works in newver Wine versions.
--
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=4355
Summary: WMP10 setup fails due to unimplemented functions
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The Windows Media Player 10 setup program fails due to unimplemented functions.
See the AppDB entry for information on how to start the installer.
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000
fixme:actctx:CreateActCtxW stub!
fixme:setupapi:SetupGetInfInformationW (0x7fe339d8, 1, 0x7fe3b8d0, 8192,
0x7f19a7d4) Stub!
fixme:setupapi:SetupGetInfInformationW (0x7fe339d8, 1, 0x7fe3b8d0, 8192,
0x7f19a7d4) Stub!
fixme:setupapi:SetupQueryInfFileInformationW (0x7fe3b8d0, 0, 0x7f19a844, 260,
(nil)) Stub!
--
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=4343
------- Additional Comments From djrpublic(a)cfl.rr.com 2006-20-01 17:03 -------
OK as you requested - I renamed .wine - ran winecfg to rebuild it and change to
win98 - nothing else
The install hangs in exactly the same place and manner as yesterday.
I gather that I'm not the only one having problems with wine 0.9.5 under Ubuntu
from comment on the Ubuntu forum. Perhaps it's a little hasty to update without
a specific Ubuntu binary?
--
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=4051
------- Additional Comments From tony.lambregts(a)gmail.com 2006-20-01 16:48 -------
I do not think that it is related to this bug. This bug is about crashing in the
audio drivers (mostly alsa)
--
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=3754
michael_neuweiler(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From michael_neuweiler(a)yahoo.com 2006-20-01 16:42 -------
addendum to comment above: installation of sidenet script was done on a clean
env. And msvbvm60.dll, msvcr71.dll, wininet.dll, wsock32.dll were copied to
windows\system32
--
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=4283
------- Additional Comments From ericsbinaryworld(a)gmail.com 2006-20-01 16:27 -------
ah, so it appears the packages were split at some time and when I updated my
wine install, it didn't prompt for these to be installed. I'm currently
installing them and will update you on whether this fixes things.
--
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=4051
------- Additional Comments From yuriy.kozlov(a)gmail.com 2006-20-01 16:26 -------
"Is this still a problem with anyone with version 0.9.6."
I don't know if this same bug is still there, but now in 0.9.5 and 0.9.6 I get
this error when clicking on the audio tab and winecfg freezes:
*** glibc detected *** free(): invalid pointer: 0x7c02a820 ***
wine: Assertion failed at address 0xffffe410 (thread 0009), starting debugger...
However, I am currently using the Kubuntu Dapper development release, so the new
error is not necessarily a wine 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=4354
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-20-01 16:19 -------
oh no sorry, the error number differs i see now.
--
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=4009
------- Additional Comments From alex(a)thehandofagony.com 2006-20-01 16:07 -------
*** Bug 4255 has been marked as a duplicate of this bug. ***
--
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=4255
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From alex(a)thehandofagony.com 2006-20-01 16:07 -------
The errors in the full game and the demo now seem to be the same, so making this
a duplicate.
*** This bug has been marked as a duplicate of 4009 ***
--
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=2480
------- Additional Comments From mstefani(a)redhat.com 2006-20-01 15:57 -------
Hmm ... there could be an other/more bugs in Wine oleaut32 implementation but
after fixing those you would run into the next problem. It looks like flora need
IE to run. You could try to install it or go the harder route of using the
MozillaActiveX control. Anyway that's far away of my area of expertise and
interest in Wine. A pointer to the MozillaActiveX control is
http://wiki.winehq.org/MozillaIntegration?highlight=%28activex%29
Regarding the possible bug in oleaut32: could please run flora.exe and get the
variant, ole and typelib traces?
WINEDEBUG=+ole,+variant,+typelib wine flora.exe and attach the output?
--
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.