http://bugs.winehq.com/show_bug.cgi?id=1677
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2003-23-08 10:20 -------
run: ./configure --with-nptl make depend all sudo make install instead on redhat 9. The --with-nptl is required for rh9.
--
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=1661
------- Additional Comments From chrishan(a)ninjashadow.de 2003-23-08 07:08 -------
I use Mandrake Linux 9.1 with wine 20030813.
Direct3D problems:
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x404165b0)->(00010023,00000008)
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x40427a28)->(0x404165bc,0x00000000),stub!
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_LINEPATTERN (0000000a) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_MONOENABLE (0000000b) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_ROP2 (0000000c) value : 0000000d !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_PLANEMASK (0000000d) value : ffffffff !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_LASTPIXEL (00000010) value : 00000001 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_ZVISIBLE (0000001e) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_EDGEANTIALIAS (00000028) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_RANGEFOGENABLE (00000030) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_EXTENTS (0000008a) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_VERTEXBLEND (00000097) value : 00000000 !
err:ddraw:setup_rect_and_surface_for_blt Only BLT override to front or back-buffer is
supported for now !
err:ddraw:d3ddevice_lock_update Wrong surface type for locking !
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or
DDBLT_ASYNC: can't handle right now.
err:ddraw:d3ddevice_unlock_update Wrong surface type for locking !
err:ddraw:setup_rect_and_surface_for_blt Only BLT override to front or back-buffer is
supported for now !
err:ddraw:d3ddevice_lock_update Wrong surface type for locking !
err:ddraw:d3ddevice_unlock_update Wrong surface type for locking !
err:ddraw:setup_rect_and_surface_for_blt Only BLT override to front or back-buffer is
supported for now !
err:ddraw:d3ddevice_lock_update Wrong surface type for locking !
err:ddraw:d3ddevice_unlock_update Wrong surface type for locking !
And i can't use ALT-Button for Attack, perhaps because wrong attitude of keyboard
shortcuts.. ;-))
And the Linux Client of Tibia is not good.. It's an old Client.. :-((
One does not have a night. It is always day. And if it is night. Is there flickering. I think
this flicker consider the day. Like a garb stop.
err:ddraw:setup_rect_and_surface_for_blt Only BLT override to front or back-buffer is
supported for now !
And the other two errors. I think is more for the fullscreen mode and for maximizing the
Tibia of window.. Because the Grafik is much to pixel (rough), is not fine in the
maximized Tibia windows (its vector grafik, i think).. In addition, as for the day and night
error, because flickering refers only within a small area of Tibia window.
err:ddraw:d3ddevice_lock_update Wrong surface type for locking !
err:ddraw:d3ddevice_unlock_update Wrong surface type for locking !
This its my second attempt of bug report.. Sorry bug report 1661 is not so good.. :/ (I
think, because my english is not that best..)
--
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=1661
------- Additional Comments From chrishan(a)ninjashadow.de 2003-23-08 05:38 -------
STRG + Hotkey working now.. It was my error.. I must change over my keyboard
shortcuts.. Perhaps its on alt-button for attack mode too.. I must test it..
I have only grafik problems with Tibia, now.. :-((
--
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=1677
Summary: wine dumps core on vanilla Red Hat 9 install from source
Product: Wine
Version: 20030813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: wine(a)deforest.org
Downloaded wine source. Compiled in the usual way: "./configure; make dep &&
make; sudo make install", then "rehash", then "wine". Dumps core.
Running gdb on the constructed wine binary yields greek to me but may help you:
[zowie@polyhymnia build]$ gdb /usr/local/bin/wine
GNU gdb Red Hat Linux (5.3post-0.20021129.18rh)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
(gdb) run
Starting program: /usr/local/bin/wine
Program received signal SIGSEGV, Segmentation fault.
0x420eb90c in __libc_pthread_init () from /lib/tls/libc.so.6
(gdb) l
24 extern void wine_init( int argc, char *argv[], char *error, int
error_size );
25
26 /**********************************************************************
27 * main
28 */
29 int main( int argc, char *argv[] )
30 {
31 char error[1024];
32
33 wine_init( argc, argv, error, sizeof(error) );
(gdb)
34 fprintf( stderr, "wine: failed to initialize: %s\n", error );
35 exit(1);
36 }
(gdb)
--
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=1676
Summary: WriteFile threw an exception when calling it with a
Timeout set
Product: Wine
Version: 20030813
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: pschranz(a)caracal-tech.com
This Win32 call:
WriteFile( m_handle, (VOID *) buf, len, &byteswritten, NULL );
generated an exception. I opened the port this way:
(hport = CreateFile( port, GENERIC_READ | GENERIC_WRITE,
0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL,
NULL )
where port is COM1. This is synchronous I/O (not overlapped). I set a timeout
for the port:
if ( SetCommTimeouts( hPort, &m_tmo ) == 0)
In the wine file .../wine/files/file.c the method BOOL WINAPI WriteFile(...)
does not set the local pointer PLARGE_INTEGER poffset under the above
circumstances since its not overlapped. When the kernel method NtWriteFile is
called this pointer is passed in and accessed since a timeout has been set.
Here's the logic for that in .../wine/dlls/ntdll/file.c in the method NTSTATUS
WINAPI NtWriteFile(...)
if ( flags & (FD_FLAG_OVERLAPPED|FD_FLAG_TIMEOUT))
{
--snip--
ovp->offset = offset->s.LowPart;
--snip--
}
Since offset is NULL this throws an exception. I believe this is a bug.
Paul
--
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=1675
Summary: Catch-22 when compiling Wine (./tools/wineinstall)
Product: Wine
Version: 20030813
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: michael.watkins(a)lmco.com
wineinstall will not run as root.
If you run it as a user then during the install wineinstall reports that you
need to 'su root' (after scrolling several write permission errors).
Even if I 'su root' (where my effective uid should still be the user) it
reports that installing wine as root is a bad idea.
I am running Redhat v9, using the 20030813 build of wine.
--
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
------- Additional Comments From reif(a)earthlink.net 2003-21-08 14:31 -------
I see what's happening now. I'll write a test that
duplicates the problem and develop a fix. Give me a
few days.
--
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
------- Additional Comments From puoti(a)inwind.it 2003-21-08 12:56 -------
To install the game, run unzip nameofthegame.exe
then run the setup (I think it's setup.exe). Anyway, the trace is coming.
--
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=1631
------- Additional Comments From reif(a)earthlink.net 2003-21-08 11:25 -------
The sound card driver mmap failed. Could be a driver issue.
Try running with hardware acceleration off in your config file.
"HardwareAcceleration" = "Emulation"
--
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.