http://bugs.winehq.org/show_bug.cgi?id=12212
Summary: DeusEx: regression - running at big resolutions result
in screen shift&crop
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anton(a)korzh.ru
CC: julliard(a)winehq.org
Running DeusEx since 0.9.56 in resolution different to 640x480, results in
incorrect fullscreen positioning and picture cropping to upper-left quarter of
screen in first main menu view. In 0.9.55 is everything ok.
git bisect helped to find a commit which have introduced the regression:
0.9.55-409
winex11: Re-introduce a separate X11 window for the client area of top-level
windows
--
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=26416
Summary: Fullscreen problems with Phantasy Star Online
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
This applies to the demo version of Phantasy Star Online
(http://appdb.winehq.org/objectManager.php?sClass=application&iId=2170).
Download the demo version from
http://download.cnet.com/Phantasy-Star-Online-demo/3000-7539_4-10243432.html
Bug 1: The game runs in fullscreen mode, but the Ubuntu menu bar and task bar
hide a bit of the game display.
Bug 2: If several programs are running, it is typically possible to switch
between them by pressing Alt-TAB -- but the game won't show up! I only see the
other programs I'm running.
Bug 3: The game changes my screen resolution from 1366x768 to 640x480. If I
start the game, press "enter" at the title screen and then "exit", my screen's
resolution changes back to 1366x768 when I'm exiting the game.
Now try another thing: start the game, press "enter" at the title screen and
then "new game". The stage will load. Now press the "escape" key and then
"exit" (ゲーム終了 if you're using the default Japanese language setting). You
should now be back at the title screen. Now you can repeat: "enter" and then
"exit". This time, the screen resolution *doesn't* change back to 1366x768, and
it is necessary to manually go to the display settings to fix the resolution.
Bug 4: If I Alt-TAB to another program, the game still hides that program,
unless I'm also changing workspace.
Bug 5: The game is a 4:3 game but the image is stretched out on my 16:9
display. When using the same hardware but rebooting into Windows 7, I get a 4:3
image with black bars on the left and right sides. Thus, Wine and Windows
behave differently. Maybe this is because of a setting; I'm not sure.
None of these bugs applies if I'm using the "emulate a desktop" setting in
Wine's configurations. They only apply if this setting is unchecked.
When launching the game, there is first a dialogue box with settings for fonts
and other things. The bugs don't apply to this dialogue box. Press the button
in the dialogue box and the game will start and then the bugs will apply.
--
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=22703
Summary: Running Galcon Fusion demo gives error message
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.galcon.com/fusion/files/GalconFusion_Setup.
exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=27975)
--> (http://bugs.winehq.org/attachment.cgi?id=27975)
terminal log
At the end of the installer a message comes up:
'Microsoft Visual C++ Runtime Library
Runtime error!
...
R6034
An application has made an attempt to load the C runtime library incorrectly'
Works fine with vcrun2008 installed via winetricks
--
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=30038
Bug #: 30038
Summary: Detect CPU speed by using sysctl "hw.clockrate"
instead of "dev.cpu.0.freq"
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hardy.schumacher(a)gmx.de
Classification: Unclassified
In dlls/ntdll/nt.c cpu speed on FreeBSD is actually taken from sysctl
"dev.cpu.0.freq". If the related value could not be found default value of 1GHz
is used.
Actually FreeBSD does not provide a sysctl variable "dev.cpu.0.freq".
The actual speed of the cpu is stored in sysctl variable "hw.clockrate".
Potential fix:
Change in dlls/ntdll/nt.c (line 1181)
--if (!sysctlbyname("dev.cpu.0.freq", &num, &len, NULL, 0))
+++if (!sysctlbyname("hw.clockrate", &num, &len, NULL, 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=11430
Summary: Applications based on CodeJock Software ToolkitPro fail
with division by zero
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: developers(a)tefnet.pl
ToolkitPro from CodeJock software fails during initial UI drawing with:
wine: Unhandled division by zero at address 0x423325 (thread 0009), starting
debugger...
Sample application can be downloaded from:
http://www.codejock.com/public/download/win32/TabbedViewPro.zip
This makes applications like DIALux
(http://www.dial.de/CMS/English/Articles/DIAL/DIAL.html?ID=1) widely used in
lighting industry not usable.
--
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=21984
Summary: Glumbuster crashes on load
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=26698)
--> (http://bugs.winehq.org/attachment.cgi?id=26698)
terminal output + crash
Wine 1.1.40, Ubuntu 8.10, nvidia 195.30 8800GTS.
Glumbuster crashes on start, backtrace 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=28598
Bug #: 28598
Summary: ArchiCAD 12: crashes when creating a new file or open
an existing one
Product: Wine
Version: 1.3.29
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=11719&iTestingId=31408
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P4
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roymcavoy(a)katamail.com
Classification: Unclassified
When you create a new file to the welcome interface (screencap1.png), the
software fails to finish loading the workspace (screencap2.png) and start
reporting tool bug Graphisoft (screencap3.png)
same problem with versions 14 and 15 of ArchiCAD
content of attachment.tar.gz
last 200 lines of debug report -> bugII.out
last 20 lines of the log -> winearchicad.exe_commandoutput.out
screencaptures -> screencap1.png screencap2.png sceencap3.png
Archicad 15 italian trial version: www.archicad.it
Other info:
linux distro: archlinux 3.0-ARCH
kernel: linux 3.0.6-1
component: atmlib, dotnet20, gdiplus, gecko120, msxml3, vcrun2008
installed: java6, quicktime player
--
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=19106
Summary: (Touhou Fuujinroku ~ Mountain of Faith) Stage
backgrounds aren't always rendered properly
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erappleman(a)gmail.com
Occasionally, the game will render the stage background incorrectly.
For example, on stage 4, the background is supposed to be a raging waterfall
with falling maple leaves, however, sometimes this will be rendered as maple
leaves falling against a plain, crimson red background.
Other levels suffer from this bug in a similar manner except for the color of
the matte background.
The error message associated with this bug is to the best of my knowledge as
follows:
fixme:d3d:buffer_UnLoad >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from
glDeleteBuffersARB @ buffer.c / 628
--
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=18569
Summary: TeamViewer: App doesn't start, probably heap
corruption
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.teamviewer.com/download/TeamViewer_Setup.ex
e
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scpan(a)live.fr
Created an attachment (id=21230)
--> (http://bugs.winehq.org/attachment.cgi?id=21230)
Result of WINEDEBUG=+relay,+seh,+tid wine TeamViewer.exe &>/tmp/relay.txt
I installed TeamViewer with the default options. At the end the cursor blinks
forever so I ctrl-c it.
I moved to the working directory and tried to launch TeamViewer with: wine
TeamViewer.exe
The app doesn't start and I get an error in terminal (check attach)
I went to #winehq irc to find help, I did steps below :
I removed my .wine directory and re-installed TeamViewer: same error
I did a trace log with WINEDEBUG=+relay,+seh,+tid wine TeamViewer.exe
&>/tmp/relay.txt and lzma -9 /tmp/relay.txt
You can find the trace log in attachment
Focht thinks it's because of a heap corruption, I did
WINEDEBUG=+relay,+seh,+tid,+heap wine TeamViewer.exe &>/tmp/relay.txt and
TeamViewer launches succesfully but it doesn't lauch with WINEDEBUG=warn+heap
wine ./TeamViewer.exe
So I now use WINEDEBUG=+seh,+tid,+heap wine TeamViewer.exe &>/tmp/relay.txt for
a workaround but still looking for a fix.
--
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=5897
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> 2012-03-02 13:01:48 CST ---
Closing bugs fixed in 1.4-rc6.
--
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.