http://bugs.winehq.com/show_bug.cgi?id=1728
Summary: redhat beta 10 severn and wine, builds but weird error
Product: Wine
Version: 20030911
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: traxtopel(a)hotpop.com
Trying to run wine on redhat beta 10. If I try starting wine, I get errors
anyone know what the "security-patched kernel" means?
Same src rpm compiled on redhat9 works perfectly.
err:virtual:map_image Standard load address for a Win32 program (0x00400000) not
available - security-patched kernel ?
/usr/bin/wine-notes: could not load 'C:\Lotus\Notes\nupdate.exe' as Win32 binary
--
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=1721
------- Additional Comments From fatty(a)gsklan.de 2003-22-09 03:23 -------
Edit your wine-config to use win98 instead of win95.
That should solve your issue.
--
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=1690
------- Additional Comments From mike(a)theoretic.com 2003-21-09 09:06 -------
There's been some discussion on the list lately, it could be one of the patches
to fix it got accepted...
--
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=1727
Summary: X Error of failed request: BadMatch (invalid parameter
attributes)
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: f.kreek(a)amc.uva.nl
Whenever i start the following program:
http://www.stepbridge.nl/downloads/StepBridge106NL.exe
(unfortunately it's Dutch):
I get the following error:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 12 (X_ConfigureWindow)
Serial number of failed request: 91
Current serial number in output stream: 94
err:ntdll:RtlpWaitForCriticalSection section 0x40c44c80 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 000d, blocked by 000e, retrying (60
sec)
After a while, the winedbg starts automaticly
--
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=1726
Summary: no keyboard mapping with latest wine release.
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.woerden.nl
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: leliveld.r(a)woerden.nl
CC: leliveld.r(a)woerden.nl
Hello Winedevelopers,
We have a problem. We are using a logitech cordless desktop/mouse driver for our
linux machines and we cannot use this keyboard with wine. We get the error:
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (United States keyboard layout (phantom key version)
) for scancode mapping.
Please define your layout in dlls/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
But nog keys are working.
--
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=1670
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2003-19-09 16:46 -------
I think this is fixed in dx76->dx79 set of patches (in current cvs) - I used
the demo and saw the same problem, and my patch got it working. Note I had to
disable w-buffering though which for some reason had got turned on (we dont
advertize support for 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=1690
------- Additional Comments From ronis(a)onsager.chem.mcgill.ca 2003-19-09 12:10 -------
I'm not sure you're right, but the problem is moot. Before reading your
suggestion, I did a cvs update and rebuild using the same optimization levels
etc. as before. The problem has disappeared.
Thanks in any event
--
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=1722
------- Additional Comments From gabriele.giorgetti(a)teamfab.it 2003-19-09 05:28 -------
This patch also fixes the following problem on FreeBSD
--- paste from wine-devel ml --
>I've been seeing the following build failures on FreeBSD 4.8 for a few
> days:
>
> /usr/bin/gcc -c -I. -I. -I../../include -I../../include -D_REENTRANT
> -fPIC -D__WINESRC__ -D_NTSYSTEM_ -DBINDIR="\"/tmp/WINE/bin\""
> -DETCDIR="\"/tmp/WINE/etc\"" -Wall -mpreferred-stack-boundary=2
> -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o
> ../../scheduler/pthread.o ../../scheduler/pthread.c
> ../../scheduler/pthread.c: In function `wine_pthread_init_process':
> ../../scheduler/pthread.c:159: `__res_state' undeclared (first use in this
function)
> ../../scheduler/pthread.c:159: (Each undeclared identifier is reported only once
> ../../scheduler/pthread.c:159: for each function it appears in.)
> ../../scheduler/pthread.c: At top level:
> ../../scheduler/pthread.c:263: `__res_state' used prior to declaration
> gmake[2]: *** [../../scheduler/pthread.o] Error 1
> gmake[2]: Leaving directory
> `/.amd_mnt/nashira/files5/test/wine/dlls/ntdll'
> gmake[1]: *** [ntdll] Error 2
--
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=1684
thogard(a)abnormal.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20030508 |20030911
------- Additional Comments From thogard(a)abnormal.com 2003-19-09 04:23 -------
Three types of USB joysticks give this error. A logictech, thrustmaster and a
noname device all gives this error.
--
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.