https://bugs.winehq.org/show_bug.cgi?id=39382
Bug ID: 39382
Summary: AppDB needs a way to readily distinguish wine-staging
versions from the development branch
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
Distribution: ---
The version numbers are the same for the two branches; the only way to tell
which branch was tested is for is if the user mentions it in the body of the
report.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36527
Bug ID: 36527
Summary: Microsoft Office 2007 diagnosis service crashes on
unimplemented function
KERNEL32.dll.AllocateUserPhysicalPages
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
found during investigation of other bugs.
'Word options' -> 'Resources' -> 'Microsoft Office diagnosis'
>From command line as follows:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Common Files/Microsoft Shared/OFFICE12
$ WINEDEBUG=+tid,+seh,+loaddll,+process wine ./OFFDIAG.EXE /SOURCE 2
...
0016:trace:process:create_process_impl app (null) cmdline L"C:\\Program
Files\\Common Files\\Microsoft Shared\\OFFICE12\\ODSERV.EXE"
...
0016:trace:process:create_process_impl starting L"C:\\Program Files\\Common
Files\\Microsoft Shared\\OFFICE12\\ODSERV.EXE" as Win32 binary
(0x30000000-0x30071000, arch 014c)
...
002b:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b83ac57
ip=7b83ac57 tid=002b
002b:trace:seh:raise_exception info[0]=7b88a4e0
002b:trace:seh:raise_exception info[1]=7b88a52e
wine: Call from 0x7b83ac57 to unimplemented function
KERNEL32.dll.AllocateUserPhysicalPages, aborting
002b:trace:seh:call_stack_handlers calling handler at 0x7bc9ec6f code=80000100
flags=1
wine: Unimplemented function KERNEL32.dll.AllocateUserPhysicalPages called at
address 0x7b83ac57 (thread 002b), starting debugger...
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa366528%28v=vs.85%…
$ wine --version
wine-1.7.19-56-gee13e10
Regards
--
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=20080
Summary: Perfect Cherry Blossom controls go crazy
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g6672D(a)gmail.com
After the game gets into the start menu, it goes crazy. The menu cursor moves
around by itself, and there's no way of stopping it via the keyboard, so I have
to quit via my "Close Window" binding.
For some reason, my gamepad can at least control it, though it is fighting with
the spurious movements. If I manage to switch to windowed (and then fullscreen
which is desired) it corrects itself for that session, and I can play normally.
But it reappears the next time I start the game.
It doesn't affect other games in the series, eg: Imperishable Night. It is not
dependent on a joystick being set up or present.
This regression definitely appeared in 1.1.29, as it doesn't happen in 1.1.28.
Direct download for the demo of the game, which also has the bug (you need lha
to extract it.)
http://www16.big.or.jp/~zun/data/soft/youmu_tr011.lzh
--
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=30830
Bug #: 30830
Summary: Brightness adjustement problem on Tom Clancy's HAWX 1
(full game) - renders game dark and hard to play
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Classification: Unclassified
Created attachment 40374
--> http://bugs.winehq.org/attachment.cgi?id=40374
Brightness adjustement problem on Tom Clancy's HAWX 1 (full game) - screenshot
At launch of Tom Clancy's HAWX 1 (full game), the monitor is auto adjusted for
screen resolution and brightness. But at launch of the game, the brightness is
too dark (see attachment)
Wine 1.5.5
Kubuntu 12.04
Graphic card : ATI Radeon 7xxx series
AMD Catalyst 12.6 beta
The problem was already observed using older and stable catalyst drivers
Problem occures since several Catalyst version but doesn't occures in the past
Maybe a regression linked to bug report #17090 ?
--
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=20610
Summary: xmodmap numpad realigning unrecognized by Wine
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://forum.winehq.org/viewtopic.php?t=6682
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samyazza(a)gmail.com
Created an attachment (id=24584)
--> (http://bugs.winehq.org/attachment.cgi?id=24584)
What appears in the console when I launch a new game in WC3.
I have remapped the numpad keys using xmodmap to play Warcraft III, since some
of the keyboard shortcuts cannot be changed from within the game. I wrote a
simple script:
xmodmap -e "keycode 10 = KP_7"
xmodmap -e "keycode 11 = KP_8"
xmodmap -e "keycode 12 = KP_4"
xmodmap -e "keycode 13 = KP_5"
xmodmap -e "keycode 14 = KP_1"
xmodmap -e "keycode 15 = KP_2"
wine 'Frozen Throne.exe' -opengl
xmodmap -e "keycode 10 = 1"
xmodmap -e "keycode 11 = 2"
xmodmap -e "keycode 12 = 3"
xmodmap -e "keycode 13 = 4"
xmodmap -e "keycode 14 = 5"
xmodmap -e "keycode 15 = 6"
Running Warcraft with this script doesn't change anything though, except for
several "fixmes" appearing in the console (log attached).
OS: Ubuntu 8.10
Wine version: wine-1.1.32
I know there's a bug with the whole keyboard controlled mouse cursor thingy in
Ubuntu 8.10. I have that turned off, just as it should be, so it's not the
issue.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37936
Bug ID: 37936
Summary: Xara Photo Graphic Designer 2013: main window has an
offset, cannot be moved, cannot be resized
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anonymous.maarten(a)gmail.com
Distribution: ---
Created attachment 50540
--> https://bugs.winehq.org/attachment.cgi?id=50540
Window has an offset (=transaparent pixels on the top and left) + cannot be
resized
Hey,
The main window of Xara Photo Graphic Designer 2013
- has an offset,
- cannot be moved and
- cannot be resized.
The fix suggested in https://bugs.winehq.org/show_bug.cgi?id=20025#c4
(unticking 'Allow the window manager to control the windows' option in
'winecfg' 'graphics' settings) does not solve the problem.
$ du -h xaraphotographicdesigner2013.exe
78M xaraphotographicdesigner2013.exe
$ sha1sum xaraphotographicdesigner2013.exe
39c9491c10d13ff18a066169ae62187fbc00a4b6 xaraphotographicdesigner2013.exe
$ wine --version
wine-1.7.34-36-g4493323
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40773
Bug ID: 40773
Summary: Strider crashes on launch
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: strider(a)strycore.com
Distribution: ---
Created attachment 54672
--> https://bugs.winehq.org/attachment.cgi?id=54672
Backtrace produced when running with 1.9.12
I have been testing this game for the past few months on every Wine release to
test progress made on the DirectX11 implementation. Now that the API is
starting to be more complete and some DirectX11 games now work, I believe this
is a good time to start tracking this issue.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40575
Bug ID: 40575
Summary: vconnect-Stand fail to run with cadencii
Product: Wine-staging
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 54414
--> https://bugs.winehq.org/attachment.cgi?id=54414
vconnect-STAND fatal error backtrace in .txt format
vconnect-STAND.exe is a synthesizer engine of cadencii program, fail to work
with cadencii.
--
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=31776
Bug #: 31776
Summary: Get WineTestBot working with libvirt
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
WineTestBot currently controls VMware VMs using VIX. However we need to switch
away from VMware. So the goal is to replace it with a combination of QEmu/KVM
and libvirt to provide a layer of abstraction.
See:
http://www.winehq.org/pipermail/wine-devel/2012-February/094080.html
--
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.