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.