http://bugs.winehq.com/show_bug.cgi?id=1857
Summary: cs1005.exe (cs 1.5 patch utility) reports kernel32.dll
missing
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: kyrsjo(a)solution-forge.net
When i try to upgrade cs to version 1.5 on my Fedora Core 1 system, i get an
error message stating:
"Error" "Could not load the DLL libary C:\WINDOWS\SYSTEM\kernel32.dll Bad exe
format for" "Ok"
when i take a look in my .wine/c/windows/system, it turn out that there is very
few .dll's there, and certainly no kernel.dll
when i run a quick locate kernel.dll, it turns out to be in
/usr/lib/wine/wine/kernel32.dll.so
tried linking this one into the windows\system folder, but that did'nt work out
as well.
I installed from an fedora core 1 rpm, and had to fiddle with the prelinker
(just a config file, but i'm no hacker) to get it working.
The install prog works fine, and cs 1.0 menues also.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1479
------- Additional Comments From soontir_fel(a)hotmail.com 2003-30-11 15:06 -------
Confirmed on 5.1 with 2003-11-18 WINE....but BugZilla won't let me confirm it
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1667
------- Additional Comments From mike(a)theoretic.com 2003-30-11 14:36 -------
What is the value of cpuHz before the division on your system then? If you look
at the code you can see this comment:
#if defined(__i386__) && defined(__GNUC__)
if (IsProcessorFeaturePresent( PF_RDTSC_INSTRUCTION_AVAILABLE )) {
/* The way Windows calculates this value is unclear, however simply
using the CPU frequency
gives a value out by approximately a thousand. That can cause some
applications to crash,
so we divide here to make our number more similar to the one Windows
gives */
frequency->QuadPart = cpuHz / 1000;
return TRUE;
}
#endif
As for simply switching it off, well, that's a possibility but some apps use
this value to calibrate themselves (like games) so I'm not sure we want to rip
it out just yet.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1667
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mike(a)theoretic.com
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=280
------- Additional Comments From marcus(a)jet.franken.de 2003-30-11 13:49 -------
note: the event created/signaled debuglines come from my SUSE rpms. sorry for
leaving debug in.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1587
------- Additional Comments From juan_lang(a)yahoo.com 2003-30-11 10:51 -------
Pls make sure you're using builtin network dlls, iphlpapi especially since it's
new as of wine snapshot 20030618. I have in my ~/.wine/config's DllOverrides:
"iphlpapi" = "builtin, native"
Others you might want to check are winsock and wsock32.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=280
------- Additional Comments From wine(a)staerk.de 2003-30-11 06:21 -------
Created an attachment (id=425)
--> (http://bugs.winehq.com/attachment.cgi?id=425&action=view)
No network communication with IOMeter
Download the latest (2003.05.10) IOMeter package for Windows from
www.iometer.org. Extract the debug versions of the frontend (IOMeter.exe) and
the backend (dynamo.exe) to your fake_windows-directory.
Call "wine c:\\iometer.exe" and, in another shell,
call "wine c:\\dynamo.exe /i 127.0.0.1".
You will find that both programs work correctly (congratulations), but do not
see each other accross the network. Each time, dynamo.exe tries to connect, the
msg appears:
event created : name=L"__SystemHeapEvent", initial is 0
event_signaled : name=L"__SystemHeapEvent"signaled is 1
The relevant error msg seems to me:
fixme:mswsock:AcceptEx not implemented
I do the port of IOMeter to Wine for the Maintainer of the project, Daniel
Scheibli. You may ask me anything about iometer.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=343
------- Additional Comments From tmpfreire(a)terra.com.br 2003-28-11 10:37 -------
Let me continue my report:
(wine 20031118)
(NOT using "ole32" = "native")
This is what wine prints when I:
a) Open word;
b) Do nothing;
c) Close word.
notes:
i) word tries to save normal.dot, and says that the disk might be full or
read-only.
ii) It asks for me to save with another name displaying a dialog box.
iii) after I cancel, I tell it to close again and then word only asks me
whether I want to save normal.dot and I say 'no', then it closes.
iv)Displayed in the command line during this simple process:
fixme:x11drv:X11DRV_GetDeviceCaps (0x1c0): CAPS1 is unimplemented, will return
0
err:x11drv:X11DRV_CreateWindow invalid window width 1061764
err:x11drv:X11DRV_CreateWindow invalid window width 1061764
err:x11drv:X11DRV_CreateWindow invalid window width 1061764
err:x11drv:X11DRV_CreateWindow invalid window width 1061764
fixme:storage:StorageImpl_Commit (4): stub!
fixme:storage:StorageImpl_Commit (4): stub!
fixme:storage:StorageImpl_Commit (4): stub!
fixme:hook:NotifyWinEvent (32774,0x30032,52,3)-stub!
fixme:hook:NotifyWinEvent (32773,0x30032,-4,33)-stub!
fixme:hook:NotifyWinEvent (32774,0x30032,26,7)-stub!
fixme:hook:NotifyWinEvent (32777,0x30032,52,0)-stub!
fixme:hook:NotifyWinEvent (32774,0x30032,52,3)-stub!
fixme:hook:NotifyWinEvent (32773,0x30032,-4,16)-stub!
fixme:hook:NotifyWinEvent (32773,0x30032,-4,17)-stub!
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1856
Summary: Half-Life mod : Natural Selection sound
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: sirlagz(a)westnet.com.au
On the versions after 20030709, the sound on this mod is slowed down a lot.
only occurs on this mod though
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.