http://bugs.winehq.org/show_bug.cgi?id=8393
mikolaj.zalewski(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-16-05 11:59 -------
The patch got into the Wine Git and will be available in Wine releases starting
from 0.9.37.
--
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=8408
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-16-05 11:47 -------
See bug 4666, for explanation and fix from Mr. Focht ;)
--
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=8409
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.ea.com/ealink/
Summary|ead-link doesn't work |ea-link doesn't work
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-16-05 11:44 -------
sorry, should be "ea-link" of course
--
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=8409
Summary: ead-link doesn't work
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user submitted this app in appdb. It's a kind of Steam, but then for
EA-games. You can download demo's , and if you have cd's , also retail versions
of games. I think it would be nice if this would run in wine. Here's summary of
the bug:
The installer complains about some unimplemented api's in advapi32, but the
install seems nevertheless successfull. After starting the application, there's
basically 2 bugs:
1. The main window is completely white, so cannot be used/clicked anywhere.
2. There's a very weird extra window, where it says that it is the root desktop
window, and that it should be invisible. weird....
--
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=5774
------- Additional Comments From furex.furetto+wine(a)gmail.com 2007-16-05 11:34 -------
After of 75 hours of continuous work, I'm shutting vanilla eMule 0.47c down to
upgrade it. It seems this bug is gone.
--
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=8408
Summary: unimplemented function ntoskrnl.exe.memset
Product: Wine
Version: CVS
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.buschinski(a)web.de
Wine 16.May.2007 CVS
when I try to run Tribes Vengeance, the games run but the
ntoskrnl.exe crash because of an unimplmented function.
I know the ntoskrnl.exe is still brand new, but I wonder why
it crash beceause of a "find_forwarded_export" function,
even a new .wine could not solve this problem.
err:module:find_forwarded_export module not found for
forward 'msvcrt._except_handler3' used by L"c:
\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward 'msvcrt.memcpy'
used by L"c:\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward 'msvcrt.memset'
used by L"c:\\windows\\system32\\ntoskrnl.exe"
wine: Call from 0x241b77 to unimplemented function ntoskrnl.exe.memset,
aborting
wine: Unimplemented function ntoskrnl.exe.memset called at address 0x241b77
(thread 000b), starting debugger...
Unhandled exception: unimplemented function ntoskrnl.exe.memset called in
32-bit code (0x7efa3bec).
I am not very fimilar with this stuff, but I tought that
ntoskrnl.exe.spec:
@ cdecl -private memset(ptr long long) msvcrt.memset
means it need not be implemented.
correct me if I am wrong :)
My last guess is that it could be a kind of link error.
And please tell me if I should stop to open bug reports for
ntoskrnl.exe (for now), because it is extremly brand new
--
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=4666
------- Additional Comments From focht(a)gmx.net 2007-16-05 11:16 -------
Hello,
the game is protected by HackShield (by Ahnlab, http://www.hackshields.com/)
Technically it consists of user mode and kernel mode parts.
The kernel mode part (EagleNt.sys) hooks up several system services (like a root
kit) to detect API and memory modifications.
Several anti-debugging, anti-injection, memory protection techniques are employed.
To make this work, kernel mode infrastructure has to be added to wine.
--- snip ---
err:module:find_forwarded_export module not found for forward 'msvcrt.wcscpy'
used by L"c:\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward 'msvcrt.wcslen'
used by L"c:\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward 'msvcrt._stricmp'
used by L"c:\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward 'msvcrt.strrchr'
used by L"c:\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward
'msvcrt._except_handler3' used by L"c:\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward 'msvcrt._wcsnicmp'
used by L"c:\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward 'msvcrt.wcsrchr'
used by L"c:\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward 'msvcrt._wcsicmp'
used by L"c:\\windows\\system32\\ntoskrnl.exe"
wine: Call from 0x7b840d20 to unimplemented function
ntoskrnl.exe.IoCreateDevice, aborting
wine: Unimplemented function ntoskrnl.exe.IoCreateDevice called at address
0x7b840d20 (thread 000f), starting debugger...
Unhandled exception: unimplemented function ntoskrnl.exe.IoCreateDevice called
in 32-bit code (0x7b840d98).
--- snip ---
The first ones can be fixed by adding missing import dependency "msvcrt" to
ntoskrnl build file.
--- snip dlls/ntoskrnl.exe/Makefile.in ---
IMPORTS = msvcrt kernel32 ntdll
--- snip dlls/ntoskrnl.exe/Makefile.in ---
The unimplemented one can be be silenced by a stub but this wont lead to
anything because the whole driver object infrastructure missing.
Regards
--
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=7633
------- Additional Comments From stuck(a)bright.net 2007-16-05 11:07 -------
I'm getting the same problem in FreeBSD 6.2, with the latest version of Wine
available in the ports tree, wine-0.9.36,1. The EAC version is v0.95b4. Would a
+relay log be of any use?
--
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=7342
------- Additional Comments From bryan.christ(a)gmail.com 2007-16-05 10:47 -------
I do get the error "Cannot start ms outlook", but no "fix me" messages.
--
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.