http://bugs.winehq.com/show_bug.cgi?id=1437
------- Additional Comments From Hajov(a)hotmail.com 2003-11-09 16:02 -------
Copy both cd 's to HD in 1 directory (using gensec.big from cd2) and the game
installs fine. But its not running :(
--
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=1512
------- Additional Comments From dtaylor(a)flowcom.com.au 2003-11-09 03:18 -------
I get the exact same problem.
I'm running Debian Linux, kernel 2.4.22, XFree86 4.3.0, glibc2.2. I have
version 20030813 of wine.
$ ltrace wine.bin /cdrom/setup.exe
__libc_start_main(0x3c000510, 2, 0xbffffa64, 0x3c00054c, 0x3c000594 <unfinished ...>
wine_init(2, 0xbffffa64, 0xbffff614, 1024, 0 <unfinished ...>
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++
$
$ gdb wine.bin
GNU gdb 5.3.90_2003-08-24-cvs-debian
...
This GDB was configured as "i386-linux"...(no debugging symbols found)...
(gdb) run /cdrom/setup.exe
Starting program: /usr/bin/wine.bin /cdrom/setup.exe
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x4027588a in mallopt () from /lib/libc.so.6
(gdb) bt
#0 0x4027588a in mallopt () from /lib/libc.so.6
#1 0x402746ef in free () from /lib/libc.so.6
#2 0x40355266 in dlerror () from /lib/libdl.so.2
#3 0x400dc508 in ?? () from /usr/lib/libntdll.dll.so
#4 0x00001000 in ?? ()
#5 0x4032ea80 in __after_morecore_hook () from /lib/libc.so.6
#6 0x00000fff in ?? ()
#7 0x4032ea80 in __after_morecore_hook () from /lib/libc.so.6
#8 0x400f065c in SYSLEVEL_Win16CurrentTeb () from /usr/lib/libntdll.dll.so
#9 0x400f065c in SYSLEVEL_Win16CurrentTeb () from /usr/lib/libntdll.dll.so
#10 0x400faf87 in ?? () from /usr/lib/libwine.so.1
#11 0x400fa934 in ?? () from /usr/lib/libwine.so.1
(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=1710
Summary: wineinstall fails
Product: Wine
Version: 20030813
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: obrien(a)aero.org
The wineinstall script fails:
/usr/bin/install -c -m 644 ./wine.conf.man /usr/local/man/man5/wine.conf.5
cd `dirname dlls/__install-lib__` && make install-lib
cd `dirname advapi32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c advapi32.dll.so /usr/local/lib/wine/advapi32.dll.so
cd `dirname avicap32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c avicap32.dll.so /usr/local/lib/wine/avicap32.dll.so
cd `dirname avifil32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c avifil32.dll.so /usr/local/lib/wine/avifil32.dll.so
make: don't know how to make _install_/avifile.dll.so. Stop
*** Error code 2
Stop in /usr/home/obrien/Src/Wine/wine-20030813/dlls.
*** Error code 1
Stop in /usr/home/obrien/Src/Wine/wine-20030813.
Either you entered an incorrect password or we failed to
run 'make install' correctly.
------------------
Well, I entered the password correctly. This is on FreeBSD 4.8.
I'm going to grab a rather older source tarball and try again.
--
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=1707
dpaun(a)rogers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |dpaun(a)rogers.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
--
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=1358
------- Additional Comments From stein(a)ir.iit.edu 2003-09-09 12:21 -------
Lazy initialization of x11drv would be very convinient.
It would probably be enough just to have an extra
option to disable all of the extra characters with
ttydrv, such as the changing screens and adding
character 0x0d.
I also found that setting the driver to none causes one
of the socket using console programs to freeze with
using 100% CPU. I don't know if that is related to anything,
since I am not very familiar with wine yet.
Also, I am not exactly sure how to use wcmd or wineconsole.
I tried running it and all it did was set the title of
the xterm to whatever I typed. wcmd gave me a DOS-style
prompt, but was not able to run anything. cls didn't even work.
Only dir seemed to work. I typed the name of a program
in wcmd and dir > log, but the log file created was 0 length,
suggesting that the program was not run at all.
It would be nice to have it "just work" without having
to change the drivers depending on what program I want
to run at a given time, but I realize that might not
be practical in terms of implementing it. An extra
option for ttydrv not to have extra characters should
be enough.
--
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=1358
------- Additional Comments From dpaun(a)rogers.com 2003-09-09 10:27 -------
How do you use wineconsole of wcmd? What do you set the GraphicsDriver to in
that case? Even if that works, it's not at all obvious, it should be documented
someplace. In fact, the better fix would be to _lazily_ initialize the x11drv
so apps that don't need graphical stuff don't even try to load 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=1709
Summary: GetDiskFreeSpaceExW no per-user quota support yet
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: atmar(a)wp.pl
fixme:dosfs:GetDiskFreeSpaceExW no per-user quota support 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=1708
Summary: 2 fixmes and 1 error in ddraw
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: atmar(a)wp.pl
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x406aabb0)->(00010021,
00000013)
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
and then:
err:ddraw:Main_DirectDrawSurface_Lock Invalid values in LPRECT !!!
when I try to run 'Championship Manager 00/01'
--
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=1707
Summary: Avisynth Won't Work With Wine
Product: Wine
Version: 20030813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: kevin.wine(a)atkinson.dhs.org
Avisynth (http://www.avisynth.org/) won't work with wine.
It won't work with VirtualDub. And it won't work on its own.
In particular attached is a trival test case. To reproduce the bug
Install AVISynth
Unpack attached zipfile
wine a.exe test.avs
As is test.avs works for me. Now uncomment one of the lines in test.avs. Then
it will crash.
The executable is (cross) compiled with gcc with debugging enabled.
My eventual goal is to get avisynth working smoothly in linux with a little help
form winelib so that it can be used as a filter for programs like mplayer and
the like. But first I need to get avisynth working!!
PS: I am the author of the AVISynth C interface that my executable uses to
interface with the C++ AVISynth API.
--
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.