http://bugs.winehq.org/show_bug.cgi?id=16300
Summary: wine user guide mentions winecfg before it explains how
to start a program
Product: WineHQ.org
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Wine has now developed to the point where the default configuration is good
enough for most people. Asking people to run winecfg to configure Wine first no
longer makes sense; explaining how to run programs and installers first works
better. The user guide should reflect that.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13875
Summary: Lego Island doesn't display 3D
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=13955)
--> (http://bugs.winehq.org/attachment.cgi?id=13955)
Error log
Instead of displaying 3D, Lego Island renders a black screen. This used to
work, and I'm guessing this broke around the time the iPixelFormat bug came
into existence.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20196
Summary: ntdll fails to link when configured with
--without-pthread
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david(a)cgp.dk
Created an attachment (id=23811)
--> (http://bugs.winehq.org/attachment.cgi?id=23811)
link error
ntdll fails to link when wine has been configured with --without-pthread
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12303
Summary: Halo has white boxes covering menu items when it loads
the first screen.
Product: Wine
Version: 0.9.58.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jzimm0007(a)msn.com
When I try to run the halo demo I get white boxes over the areas that should
say campaign, etc. I can not click on any of them. I tried using the keyboard,
but that was unsuccessful. I attempted safe mode, but that still did not work.
I even installed directx 9.0 march 2008 distribution. The halo demo still had
the white boxes covering the menu items after that.
http://wine-review.blogspot.com/2007/11/halo-combat-evolved-on-linux-with-w…
This is a blog showing halo working under wine.
http://wine-review.blogspot.com/2008/03/directx-90c-march-2008-redistributa…
This is a blog showing how to install directx 9.0c march 2008 redistributable,
which I thought would help, but it did not seem to. It mentioned that I have a
GeForce graphics card when it asked me if I wanted to run in safe mode. I
actually have an ATI Radeon X1050 graphics card. I keep updating to the newest
release to see if the latest improvements to wine will make it work properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15686
Summary: Microsoft Word 5.5 for DOS does not install; int 21h
ah=41h not fully implemented
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://download.microsoft.com/download/word97win/Wd55_be
/97/WIN98/EN-US/Wd55_ben.exe
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
According to http://en.wikipedia.org/wiki/Microsoft_word#Word_1981_to_1989,
the full version of Microsoft Word 5.5 for DOS is available
for free download from Microsoft's servers. The filename is Wd55_ben.exe
and the sha1sum is da7c939d6bd7b06d91d3abe6094bd6e424009089.
The app is delivered as a self-extracting zipfile.
Letting it unpack itself curiously unpacks everything
in the same directory, leading to multiple clashes.
Better to unpack it with unzip, then it puts things in
multiple directories with no clashes.
Running the unpacked SETUP.EXE fails with
SYS2090: The system is unable to load the program.
According to http://pages.videotron.com/mikereid/readme.txt,
this error means insufficient free memory.
+int21 shows
trace:int21:DOSVM_Int21Handler AX=4a0d BX=ffff CX=3456 DX=0000 SI=0000 DI=0000
DS=10cb ES=10cb EFL=000b0206
trace:int21:DOSVM_Int21Handler RESIZE MEMORY segment 10CB to 65535 paragraphs
trace:dosmem:DOSMEM_ResizeBlock (0x10cb0,ffff0h,FALSE)
trace:int21:DOSVM_Int21Handler failed, error 0
trace:int21:DOSVM_Int21Handler returning: AX=0008 BX=8f35 CX=3456 DX=0000
SI=0000 DI=0000 DS=10cb ES=10cb EFL=000b0207
...
trace:int21:DOSVM_Int21Handler AX=4a08 BX=8f35 CX=3456 DX=0000 SI=0000 DI=0000
DS=10cb ES=10cb EFL=000b0246
trace:int21:DOSVM_Int21Handler RESIZE MEMORY segment 10CB to 36661 paragraphs
trace:dosmem:DOSMEM_ResizeBlock (0x10cb0,8f350h,FALSE)
trace:int21:DOSVM_Int21Handler failed, error 0
trace:int21:DOSVM_Int21Handler returning: AX=0008 BX=08f3 CX=3456 DX=0000
SI=0000 DI=0000 DS=10cb ES=10cb EFL=000b0247
and then it outputs the SYS2090 message. Evidently it tries to
resize a block of memory to the maximum possible size in the
DOS memory space (1MB, or 65535 paragraphs); DOS replies
"sorry, you can only resize that to 36661 paragraphs"; the
app says "OK, mate, give me 36661 paragraphs"; and DOS
says "Ha, ha, fooled you, you can't have that after all."
I'd abort if it were me, too.
Looking at winedos/int21.c:DOSVM_Int21Handler and
winedos/dosmem.c:DOSMEM_ResizeBlock, it looks like the
resize functionality isn't yet implemented.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21517
Summary: Sims 3 crashes to desktop when entering Create-A-Sim.
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: briandoe1(a)gmail.com
Although installation and execution of The Sims 3 works well, the game crashes
to desktop when attempting to enter Create-A-Sim (CAS). Since CAS is an
extremely important aspect of Sims 3, and creating new sims is mandatory for
new installations, I am rating the severity of this bug as Major.
Terminal output gives the following at the time of crash to desktop:
wine: Call from 0x7b836462 to unimplemented function
d3dx9_36.dll.D3DXFillVolumeTexture, aborting
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11124
Summary: VAZ Modular Demo unable to exit raising access violation
exception
Product: Wine
Version: 0.9.52.
Platform: Other
URL: http://software-technology.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Created an attachment (id=10162)
--> (http://bugs.winehq.org/attachment.cgi?id=10162)
Screenshot showing popup error message
After running Vaz Modular Demo, trying to exit either through 'File->Exit', or
by clicking top-right X, an access violation is raised, and the application
does not exit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11021
Summary: Unable to launch Universal Combat
Product: Wine
Version: 0.9.52.
Platform: Other
URL: http://www.worthdownloading.com/download.php?gid=490&id=
13639
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)temporaryforwarding.com
CC: wine(a)temporaryforwarding.com
Created an attachment (id=10017)
--> (http://bugs.winehq.org/attachment.cgi?id=10017)
Error messages from wine
I downloaded and installed Universal Combat
from the given url.
After I first launched the game it claimed
that d3dx9_25.dll could not be found.
So I downloaded it from this url:
http://www.dll-files.com/dllindex/dll-files.shtml?d3dx9_25
I moved it to:
~/.wine/drive_c/Programme/3000AD/Universal Combat/
I launch the game with this command:
cd ~/.wine/drive_c/Programme/3000AD/Universal\ Combat
env WINEDEBUG=fixme-all WINEPREFIX="~/.wine" wine
"C:\Programme\3000AD\Universal Combat\uc.exe"
The game has to be launched from the install directory
because otherwise it claims the the config files
can not be found.
After executing the command sometimes a black game window
appears without changing and sometimes it does not.
But the error messages from wine are always the same
and can be found in the attachment.
Can someone confirm this bug or present a fix?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14282
Summary: regression when running Eve Online in windowed mode
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.eve-online.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
Created an attachment (id=14582)
--> (http://bugs.winehq.org/attachment.cgi?id=14582)
additional black borders after the commit
The windowed mode of Eve Online is broken by:
89a3bd0c1514eb59c537d0f0fa318395c33156cf is first bad commit
commit 89a3bd0c1514eb59c537d0f0fa318395c33156cf
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Jul 2 15:40:10 2008 +0200
user32: Split the SetWindowPos driver backend in WindowPosChanging/Changed.
This is needed to allow updating the visible rect before invalidating
the DCEs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16695
Summary: Wine broken on PowerPC
Product: Wine
Version: 1.1.11
Platform: Macintosh
OS/Version: Linux
Status: NEW
Keywords: source, testcase
Severity: critical
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Next bug in line (and most major). Running all winelib apps fails:
austin@ubuntu-ppc:~/wine$ ./wine notepad
wine: created the configuration directory '/home/austin/.wine'
wineserver: request.c:745: open_master_socket: Assertion `sizeof(union
generic_reply) == sizeof(struct request_max_size)' failed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.