http://bugs.winehq.org/show_bug.cgi?id=23685
Summary: Prince of Persia 3D demo crashes, D3D-related?
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.fileplanet.com/22571/download/Prince-of-Per
sia-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
This bug applies to the Prince of Persia 3D demo, which can be downloaded from
http://www.fileplanet.com/22571/download/Prince-of-Persia-Demo (~50MB download)
After installing the demo, run it and select new game. The demo crashes
sometimes, but exactly where varies. Once it crashed for me when I pressed Esc
in-game.
There seem to be two different types of crash. One mentions
IDirectDrawSurfaceImpl_ReleaseDC in the backtrace output, and
err:d3d_surface:surface_remove_pbo >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glGetBufferSubDataARB @ surface.c / 1134
Console output for the other type of crash mentions
IWineD3DDeviceImpl_SetTexture. So maybe the issue is related to DirectX?
I will attach console output for both types of crash.
--
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=21214
Summary: cmd: "if" blocks are echoed only once; body shouldn't
be echoed again
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On Wine, commands like
if exit foo.dat echo "blah"
are echoed like
c:\dir> if exit foo.dat echo "blah"
c:\dir> echo "blah"
blah
but on Windows, one sees instead
c:\dir> if exit foo.dat echo "blah"
blah
--
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=23211
Summary: A-Ray Scanner v2.0.2.3 crashes with unhandled page
fault
Product: Wine
Version: 1.2-rc3
Platform: x86-64
URL: http://www.softpedia.com/get/CD-DVD-Tools/CD-DVD-Rip-O
ther-Tools/ARay-Scanner.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olerass(a)gmail.com
Created an attachment (id=28887)
--> (http://bugs.winehq.org/attachment.cgi?id=28887)
Output from wine1.2-rc3
Program crashes when starting if winmode is Windows XP or higher. It runs in
Windows 98 mode, but then other things doesn't work, so I think this bug should
be fixed before I report the others. The program is designed to run on Windows
XP. Attached output from crash.
--
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=22609
Summary: SystemShock2 crash when starting level
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: duck(a)duckcorp.org
Created an attachment (id=27783)
--> (http://bugs.winehq.org/attachment.cgi?id=27783)
log with crash dump
SystemShock2 starts well, with clean display, audio, and working video (before
level starts really), but when starting the level, it crashes after everything
is loaded.
It used to work, slowly but quite well, with several versions of the 1.1 series
(don't remember well, as i stopped playing this game for a while). Starting
from 1.1.32 at least, it doesn't work. I could not test 1.1.43 which is not
packaged, either in Debian or at lamaresh.net.
I'm using Debian unstable on i386, with a Mobility Radeon X300 and the Free
driver (v6.13.0).
--
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=15586
Summary: Introscreen is drawn mostly off screen
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Mac OS X 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mellery(a)gmail.com
Created an attachment (id=16588)
--> (http://bugs.winehq.org/attachment.cgi?id=16588)
Screenshot showing the problem
When starting the game the introscreen is about 66% outside the window. I've
attached a screenshot showing what I mean.
I get flooded with tons of the following fixme
fixme:ddraw:IDirectDrawImpl_WaitForVerticalBlank (0xa093780)->(1,(nil)): Stub
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present options
0x32fc5c/0x32fc6c
--
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=21338
Summary: cmd needs to set COMSPEC, PATHEXT, and PROMPT
environment variables
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dima(a)gmail.com
In Windows XP, if I start "cmd /c set" with an empty environment, I always get
these variables:
COMSPEC=C:\WINDOWS\system32\cmd.exe
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.JS;.WS
PROMPT=$P$G
In Wine, however, cmd prints nothing. (I guess Wine sets those variables only
on startup, while Windows sets them in every instance of cmd.)
I tested it by running this Python script:
import subprocess
subprocess.Popen(["cmd", "/c", "set"], env={}).communicate()
(It just runs CreateProcess with "\0" as the environment, as far as I
understand.)
The problem I'm running into is: I run SCons, which starts a new Python script
in a mostly empty environment. The Python script calls os.popen, which relies
on COMSPEC to find "cmd.exe", and therefore fails.
--
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=13666
Summary: Cannot start TurboCAD v14
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: louie928(a)gmail.com
Created an attachment (id=13655)
--> (http://bugs.winehq.org/attachment.cgi?id=13655)
Returned when starting TurboCAD v14 with WINEDEBUG=+loaddll
OS is Linux Mandriva 2008.1 Spring x86_64
Wine version 1.-rc3
Windows program IMSI TurboCAD v14 Pro
Free trial of TCv15 is available at
http://activate.imsisoft.com/freeen.aspx?Product=TCP15
Problem:
TurboCAD installs normally but will not start.
Starting from terminal shows an ole error of not loading IMSICTRL.TLB
Wine is using all builtin DLLs.
I find this statement from the Wine Users Guide confusing.
++++++++++++++
3.1.2.1. DLL Overrides
It's not always possible to run an application on builtin DLL's. Sometimes
native DLL's simply work better. After you've located a native DLL on a Windows
system, you'll need to put it in suitable place for Wine to find it and then
configure it to be used. Generally the place you need to put it is in the
directory you've configured to be c:\windows\system32 (more on that in the
drives section). There are four DLL's you should never try to use the native
versions of: kernel32.dll, gdi32.dll, user32.dll, and ntdll.dll. These
libraries require low-level Windows kernel access that simply doesn't exist
within Wine
+++++++++++++++
On one hand it says to use native (Windows) DLLs for some DLLs, presumably
these 4 DLLs, but then says to never try to use native DLLs for these 4, but
also says the builtin DLLs aren't adequate either. Which is it for these DLLs?
This is my first bug report. If I did not get it correct, please educate me.
The log file for trying to start TC14 with WINEDEBUG=+loaddll is attached.
--
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=12384
Summary: Appdb's google search fails on Konqueror 4.0.x
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmx.net
The search functionality of appdb fails on Konqueror 4.0.x. The search results
page stays blank. I have no idea whether it is a website or browser bug.
--
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=23050
Summary: Ubuntu downloads page inconsistent, and archive not
maintained for latest versions
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan-winehq(a)h-i-s.nl
The ubuntu download page
http://www.winehq.org/download/deb
states that an archive is maintained.
This archive is
http://wine.budgetdedicated.com/archive/index.html
only maintained up to Ubuntu Jaunty (9.04).
At the other hand, there is NO wine-1.2rc2 for Ubuntu Jaunty (9.04), as the
formerly supported link:
http://wine.budgetdedicated.com/apt jaunty
ceased to be updated.
The versions after wine-1.1.38 suffer regressions, so that I cannot use it on
my machine.
Is it possible
a) to keep updating Ubuntu Jaunty (9.04) updates and archives
b) to select an archive (I will probably need wine-1.1.38 after upgrade to
Karmic) for newer releases ?
--
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=17975
Summary: rendering problem in both oblivion and fallout3
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anarchic.teapot(a)gmail.com
rendering problem in both oblivion and fallout3 (see attached screenshot)
environement:
OS: ubuntu jaunty
arch: intel quad core extreme
gfx: geforce 9600 gt
driver: nvidia 180.44
wine: 1.1.18
regedit settings:
Current_user/Software/Wine/Direct3D
"DirectDrawRenderer"="gdi"
"OffscreenRenderingMode"="fbo"
"PixelShaderMode"="enabled"
"SoftwareEmulation"="enabled"
"UseGLSL"="enable"
"VertexShaderMode"="hardware"
"VideoDescription"="NVIDIA GeForce 9600 GT"
"VideoDriver"="nv4_disp.dll"
"VideoMemorySize"="512"
applyed fallout d3d patch (the updated version) here:
http://bugs.winehq.org/attachment.cgi?id=20312
both game install and run fine but while indoors (dungeon, shops, ..) are fine,
outdoors (in both cyrodiil and wasteland) have corrupted area:
missing floor and terrains and corrupted trees.
it's not always true though, i just need to walk for a little while 1 or 2min
and i will encounter such area.
if i save and exit the game, and then reload the are is displayed correctly,
then i walk around for a while and then i find another corrupted area.
(see screenshot)
tnx for your attention
--
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.