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=25667
Summary: foobar 2000: Balloon tooltip cropped
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32694)
--> (http://bugs.winehq.org/attachment.cgi?id=32694)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) install foobar2000
3) start foobar2000
4) Library->Configure->Default User Interface
5) In system notification area check:
Always show notification area icon
Minimize to notification area
Show balloon tooltip on song change
and hit Apply then OK
6) play an song then pause it
Behaviour:
Balloon tooltip appears but the title of the song is cropped at bottom (see
attachment)
Expected behaviour:
Title of the song shouldn't is cropped at bottom.
--
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=27099
Summary: Panzer Command: Ostfront Demo fails to install
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://www.gamershell.com/news_116490.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Download the demo and start the installer. Immediately an error box appears,
saying:
Failed to open output file.
click ok/escape, and the dialog returns. Can't get past it.
+file shows
trace:file:ReadFile 0x94 0x33f6d8 280 0x32f224 (nil)
trace:file:CreateFileW L"C:\\users\\austin\\Temp\\_ir_sf_temp_4\\"
GENERIC_WRITE FILE_SHARE_READ creation 2 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\austin\\Temp\\_ir_sf_temp_4\\",0x32f160,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\users\\austin\\Temp\\_ir_sf_temp_4\\"
520 0x32eea4 (nil))
trace:file:wine_nt_to_unix_file_name
L"\\??\\C:\\users\\austin\\Temp\\_ir_sf_temp_4\\" ->
"/home/austin/.wine/dosdevices/c:/users/austin/Temp/_ir_sf_temp_4/"
warn:file:CreateFileW Unable to create file
L"C:\\users\\austin\\Temp\\_ir_sf_temp_4\\" (status c00000ba)
trace:file:CreateFileW returning 0xffffffff
looking in that folder, I see two files:
irsetup.exe lua5.1.dll
but in other temp directories from previous tries, I see gibberish:
austin@aw21 ~/.wine/drive_c/users/austin/Temp $ find . -type f
./_ir_sf_temp_4/lua5.1.dll
./_ir_sf_temp_4/irsetup.exe
./_ir_sf_temp_2/lua5.1.dll
./_ir_sf_temp_3/?s@
./_ir_sf_temp_3/Z
./_ir_sf_temp_3/lua5.1.dll
./_ir_sf_temp_3/Pj
./_ir_sf_temp_3/?wO?
./_ir_sf_temp_3/? 9
./_ir_sf_temp_3/?o??
./_ir_sf_temp_3/<E?Y_^[??U<?QQfe?
./_ir_sf_temp_0/?s@
./_ir_sf_temp_0/lua5.1.dll
./_ir_sf_temp_0/Pj
./_ir_sf_temp_0/?wO?
./_ir_sf_temp_0/? 9
./_ir_sf_temp_0/?o??
./_ir_sf_temp_0/<E?Y_^[??U<?QQfe?
./_ir_sf_temp_1/lua5.1.dll
trying to run that exe directly fails:
Invalid start mode: archive filename
not that I expected it to work..
--
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=24685
Summary: uTorrent: Unable to delete Torrents from list with
Version 1.3.4 of Wine
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nxxs(a)inbox.com
Updated Wine yesterday to v. 1.3.4 and since then i cant delete Torrents from
the List of Downloads anymore. The dialogue box "are you shure?" doesnt pop up
either. tested with 3 versions of utorrent, 1.6, 1.8 and 2.04. same behaviour
in all of them. after reverting to wine 1.2 everything worked again. Adding
torrents was still possible btw.
--
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=7411
--- Comment #39 from olof <olof_nord_(a)hotmail.com> 2011-07-21 18:17:41 CDT ---
GLSL shader bugs were causing frequent crashes for me in Fallout New Vegas but
upgrading to Catalyst 11.6 fixed this.
--
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=26544
Summary: The Godfather runtime error. Program crashes on start
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cdavis(a)stoneydavis.com
The Godfather ( http://www.jtclipper.eu/thegodfather/ ) installed fine but when
I try to run it it crashes immediately on start. I run Debian amd64 6.0.1.
Installed wine from repos.
Error:
Exception EExternalException in module ntdll.dll at 0002DA36. External
exception C0000025.
I'm not the best when it comes to wine. take it nice and slow with me. I dont
usually deal with wine. tia
--
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=8826
joober <opensuse(a)beris.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |opensuse(a)beris.nl
--- Comment #24 from joober <opensuse(a)beris.nl> 2011-07-21 15:35:52 CDT ---
I can confirm it still exists in wine 1.3.23.
--
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.