http://bugs.winehq.org/show_bug.cgi?id=3427
lordzanon(a)poczta.onet.pl changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From lordzanon(a)poczta.onet.pl 2005-26-10 06:38 -------
Works in wine 0.9, so I'm closing it.
--
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=2778
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-26-10 06:14 -------
even if it's not necessary the flag somehow seems to fix this weird bug. any
ideas how that's possible?
--
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=3660
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
--
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=3660
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |hans(a)it.vu.nl
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-26-10 05:30 -------
Hans, do you want to have a look at it, since you just implemented
InstallDrivermanager ?
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=2778
------- Additional Comments From marcus(a)jet.franken.de 2005-26-10 05:19 -------
this -m32 should not be necessary because the compiler should create only
32bit binaries anyway.
better way to suply -m32 is btw:
CC="gcc -m32" ./configure ...
and leave CFLAGS out.
--
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=3661
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-26-10 05:10 -------
Has some weird kind of copy protection which apparently fails. :/
--
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-26-10 04:37 -------
Andreas Dehmel wrote:
|
| but the game appears to insist in loading the d3d8 DLL from
| the filesystem "manually" (so to speak).
This is called loading of *builtin* DLL (built into Wine).
| I experimented putting a real d3d8.dll where Wine could see it, but that only
| caused other errors;
And you tried to force Wine to load *native* DLL (native for Windows, original
form). This is controlled by 'load order', which you can override by
WINEDLLOVERRIDES env-variable or using winecfg (Libraries page).
| it may work if you managed to install a functioning _native_ DirectX/D3D
| setup...
I doubt this could work, as people in some thread tells it is of different
design. [1]
Next I think you should upgrade to Wine release 0.9. Its module loader has
changed a quite bit and now it may work for you.
It would be usefull to know, what version of Max Payne are you testing. And
maybe you know, whether demo version of same number exhibit similar failure?
[1] http://www.winehq.com/hypermail/wine-devel/2003/08/0578.html
--
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=2778
------- Additional Comments From marcus(a)jet.franken.de 2005-26-10 04:21 -------
can you attach the config.log that "configure" creates please?
--
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=2778
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-26-10 04:11 -------
are you sure? when i look at the output i just see for example:
gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include
-D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g
-O2 -o palette_main.o palette_main.c
no -m32 in there.
i just do
export CFLAGS="-m32"
./configure && make depend && make
--
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=3661
Summary: ozi explorer does not work at all
Product: Wine
Version: 0.9
Platform: PC
URL: http://www.oziexplorer.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: menashay(a)hotmail.com
download oziexplorer from the above mentioned site.
Install using Wine-0.9, after install try using the application
you get run-time errors and it never works.
Using Mandriva LE 2005
--
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=2778
------- Additional Comments From marcus(a)jet.franken.de 2005-26-10 03:42 -------
wine is already setting "-m32" on AMD64 systems.
exactly how do you configure wine and pass CFLAGS?
--
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=2778
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-26-10 03:40 -------
This bug is still present in Wine-0.9 and is i think really a bug in the winesource.
I located the bug somewhere to be present in ntdll:
I compiled wine-0.9 without CFLAGS set and _with_ CFLAGS="-m32"
*without CFLAGS: a get the above mentioned error
*with CFLAGS="-m32": program starts just fine
Now i installed wine compiled _without_ CFLAGS again, and overwrote ntdll.dll.so
with the ntdll.dll.so form the version compiled _with_ CFLAGS="-m32":
program starts just fine again.
Does any one have an idea where to look further?
P.S. This only seems to happen on 64-bit processors with a 32-bit_arch Linux-version
--
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=3641
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-26-10 03:29 -------
Well, now I am not sure wherether I was right in my last comment, as this FIXME
is added by me. ;)
So a bug may persist.
--
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=3652
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-26-10 03:25 -------
Now this is weird:
i always compile wine with CFLAGS="-m32" otherwise i suffer from this bug:
bug 2778.
For once i compiled without this flag, applied the patch again mentioned in
http://bugs.winehq.com/show_bug.cgi?id=3528#c8
and now the start up bug is gone! So i guess it is a duplicate of bug 2528. As
soon as i figured this completely out i'll resolve this one as duplicate.
--
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=3641
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-26-10 03:12 -------
Well, now I gues Vitaliy is right, as I mistakenly assumed this happens in
latest Wine. No, and that's a proof. Every time Wine returns with
STATUS_INVALID_IMAGE_FORMAT from load_builtin_dll(), it should print FIXME or ERR:
* Quoting dlls/ntdll/loader.c:
|
| if (!info.wm)
| {
| /* The constructor wasn't called, this means the .so is already
| * loaded under a different name. We can't support multiple names
| * for the same module, so return an error. */
| FIXME("wine_dll_error: %s.\n", error);
| return STATUS_INVALID_IMAGE_FORMAT;
| }
|
| TRACE_(loaddll)( "Loaded module %s : builtin\n",
debugstr_w(info.wm->ldr.FullDllName.Buffer) );
|
| info.wm->ldr.SectionHandle = handle;
| if (strcmpiW( info.wm->ldr.BaseDllName.Buffer, name ))
| {
| ERR( "loaded .so for %s but got %s instead - probably 16-bit dll\n",
| debugstr_w(name), debugstr_w(info.wm->ldr.BaseDllName.Buffer) );
| /* wine_dll_unload( handle );*/
| return STATUS_INVALID_IMAGE_FORMAT;
| }
It isn't a case with your logs, Rich, so my only suggestion is to correct Wine
version in the bugreport (it cannot be 20050930, I see) and upgrade your box to
Wine 0.9. :-P
Vitaliy, so excuse me for presumably being inaccurate. :)
--
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=3660
Summary: All versions of Microsoft Office do not install.
Product: Wine
Version: 0.9
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: philip.kent(a)ntlworld.com
All versions of Microsoft Office do not install. The installer reported while
installing Word 2000:
Error 1918: Error installing ODBC driver: Microsoft Text Driver (*.txt,
*.csv), ODBC Error 0:, Verify the Microsoft Text Driver (*.txt, *.csv) exists
and is installable.
Here is the console log. (Using Wine 0.9 on Ubuntu 5.10 with the latest
wine-config-sidenet)
(Start of install)
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
(Entering licence key)
fixme:imm:ImmGetContext (0x10084): stub
fixme:imm:ImmGetContext (0x20096): stub
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmReleaseContext (0x20096, 0x7fdf9658): stub
fixme:imm:ImmGetContext (0x20092): stub
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmReleaseContext (0x20092, 0x7fdf9658): stub
fixme:imm:ImmGetContext (0x2008e): stub
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmReleaseContext (0x2008e, 0x7fdf9658): stub
fixme:imm:ImmGetContext (0x2008a): stub
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmReleaseContext (0x2008a, 0x7fdf9658): stub
fixme:imm:ImmGetContext (0x2008e): stub
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmReleaseContext (0x2008e, 0x7fdf9658): stub
fixme:imm:ImmGetContext (0x2008a): stub
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmReleaseContext (0x2008a, 0x7fdf9658): stub
fixme:imm:ImmGetContext (0x20086): stub
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmReleaseContext (0x20086, 0x7fdf9658): stub
(Starting a full install)
fixme:powermgnt:SetThreadExecutionState (0x80000001): stub, harmless.
fixme:odbc:SQLInstallDriverExW L"Microsoft Text Driver (*.txt; *.csv)" (null)
0x 7de6d156 260 0x7de6d35e 1
0x7de6d774
fixme:odbc:SQLInstallDriverExW L"Microsoft Text Driver (*.txt; *.csv)"
fixme:odbc:SQLInstallDriverExW L"Driver=dummy.dll"
fixme:odbc:SQLInstallerError
fixme:powermgnt:SetThreadExecutionState (0x80000000): stub, harmless.
(Ends here)
--
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=3659
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-26-10 02:49 -------
i will have this fixed for the next beta release.
--
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=3646
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From truiken(a)gmail.com 2005-26-10 01:33 -------
Reopening since the user clarified the 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=3578
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-26-10 01:30 -------
| below is the trace i got with +seh,+tid switches. 'hope it's helpful :
| 0009:trace:seh:__regs_RtlRaiseException code=c0000005 flags=0 addr=0x401c6e40
| 0009:trace:seh:__regs_RtlRaiseException info[0]=00000001
| 0009:trace:seh:__regs_RtlRaiseException info[1]=404716ea
A lot more interesting stuff should lay above these lines.
Still you will probably need to add +relay,+snoop switches. This would create
huge log-file. Then you should cut it down to several hundreds (or thousands)
of lines before the first ':seh:' occurance and then some tens of lines after it.
Maybe debugging tutorials from Wine Wiki [1] would help you too, as they are
written in a very acceptable and kind form, especially [2]. :)
[1] http://wiki.winehq.org/DebuggingTutorials
[2] http://wiki.winehq.org/Debugging_'Wild_Metal_Country'
--
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=2366
------- Additional Comments From martti.kuparinen(a)iki.fi 2005-26-10 01:01 -------
I tested 0.9 on NetBSD/i386 3.99.10 and wine does NOT work:
localhost:~> winecfg
wine: creating configuration directory '/home/martti/.wine'...
At the same time on another xterm:
localhost:~> ps axw | grep wine
28517 ? Ss 0:00.04 /usr/pkg/bin/wineserver
1503 ttyp1 R+ 0:43.95 wine rundll32.exe setupapi.dll,InstallHinfSection
DefaultInstall 128 wine.inf
5417 ttyp1 I+ 0:00.00 /bin/sh /usr/pkg/bin/wineprefixcreate --quiet --wait
--prefix /home/martti/.wine-IWRldb
12012 ttyp1 I+ 0:00.03 /usr/pkg/bin/wine winecfg.exe
21607 ttyp3 S+ 0:00.00 grep wine
localhost:~>
I had to manually kill wineserver and wine.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=3646
------- Additional Comments From e-aksenov(a)yandex.ru 2005-26-10 00:59 -------
Perhaps, i mistyped the format in the example, it should be
printf("%.0f", aFloatValue).
Both the native linux's printf and msvc msvcrt.dll returns 0 in this case for
0.123456.
--
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.