http://bugs.winehq.org/show_bug.cgi?id=13087
Summary: Hard Truck Apocalypse fails to load keyboard layout
Product: Wine
Version: 0.9.61.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johan.palmqvist(a)home.se
Created an attachment (id=12861)
--> (http://bugs.winehq.org/attachment.cgi?id=12861)
DInput error message screenshot
During startup Hard Truck Apocalypse tries to load keyboard layout 00000409 but
fails.
According to forum posts the same error can happen under XP if the locale is
anything other than english and the english keyboard layout is not installed.
--
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=38791
Bug ID: 38791
Summary: In server/queue.c, clipping cursor to empty rectangle
is off by one pixel (affects "The Long Dark")
Product: Wine
Version: 1.7.45
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: buhr(a)asaurus.net
Distribution: ---
Created attachment 51716
--> https://bugs.winehq.org/attachment.cgi?id=51716
Patch to clip empty rectangles to top left pixel
In server/queue.c functions set_clip_rectangle() and queue_hardware_message(),
the cursor position is clipped to the rectangle desktop->cursor.clip. However,
if the clipping rectangle has zero width and height, the cursor position is set
to a position offset by (-1,-1) from the top-left corner of the rectangle
instead of *at* the top-left corner. An empty clipping rectangle is arguably
invalid, but at least one application relies on the cursor being clipped to the
top-left:
The game "The Long Dark" (Steam, Sandbox Alpha v.244) uses such an empty
clipping rectangle while the character is moving. Because of this bug, mouse
events (including button press and release events with no movement) cause a
shifting of the view down and to the right.
The attached patch fixes the 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.
http://bugs.winehq.org/show_bug.cgi?id=23175
Summary: Zak McKracken - Between Time and Space fails to play
back intro video
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.mckracken.net/cms/die-fortsetzung/download.
html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=28827)
--> (http://bugs.winehq.org/attachment.cgi?id=28827)
Zak McKracken - Between Time and Space output
After starting Zak McKracken - Between Time and Space and waiting for the
loading animation to complete, an intro video is supposed to be played, but
only the audio portion of the video is played back correctly, and the video is
simply rendered as black for the duration.
--
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=30548
Bug #: 30548
Summary: MediaOne Plus 2.0 PhotoImpact (Ulead PhotoImpact X3)
installer runs "regedit" with unsupported "/c" switch
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
encountered while testing Ulead PhotoImpact X3 installer ... non-fatal but of
course worth to be reported/fixed.
It seems related to "MediaOne Plus 2.0 PhotoImpact" package which can be
optionally installed.
/C = "Create and replace an existing registry from a file"
WINEDEBUG=+tid,+seh,+loaddll,+process
A couple of 'regedit /c foo.reg':
--- snip ---
trace:process:create_process_impl app (null) cmdline L"regedit.exe /c /s
\"C:\\users\\focht\\Temp\\COR9595\\MsgSchedule.reg\""
...
regedit: Undefined switch /C!
trace:process:create_process_impl app (null) cmdline L"regedit.exe /c /s
\"C:\\users\\focht\\Temp\\COR9595\\Pages_Premium.reg\""
...
regedit: Undefined switch /C!
...
--- snip ---
Regards
--
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=39606
Bug ID: 39606
Summary: Infinite loop in StackWalk
Product: Wine
Version: 1.7.54
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: ralf.habacker(a)freenet.de
Distribution: ---
While working on x86_64 fixes of the dbus backtrace generator for windows
https://bugs.freedesktop.org/show_bug.cgi?id=92721, I recognized an infinite
loop while calling StackWalk on x86_64 systems.
start
/home/ralf.habacker/src/dbus-2-cmake-cross-x86_64-build/bin/manual-backtrace.exe...
Backtrace:
0 0xe3b17b7b in libpthread.so.0
1 wait_select_reply+0x49
[/usr/src/debug/wine-snapshot/dlls/ntdll/server.c:349] in ntdll
2 server_select+0x1f8 [/usr/src/debug/wine-snapshot/dlls/ntdll/server.c:614]
in ntdll
3 wait_objects+0x7e [/usr/src/debug/wine-snapshot/dlls/ntdll/sync.c:1006] in
ntdll
4 NtWaitForMultipleObjects+0x62
[/usr/src/debug/wine-snapshot/dlls/ntdll/sync.c:1017] in ntdll
5 0x7b887a8b in kernel32
6 WaitForSingleObject+0x26
[/usr/src/debug/wine-snapshot/dlls/kernel32/sync.c:127] in kernel32
7 dump_backtrace+0xa7
[/home/ralf.habacker/src/dbus-2/dbus/dbus-sysdeps-win.c:2553] in libdbus-1-3
8 _dbus_print_backtrace+0xd
[/home/ralf.habacker/src/dbus-2/dbus/dbus-sysdeps-win.c:2563] in libdbus-1-3
9 test2+0x11 [/home/ralf.habacker/src/dbus-2/test/manual-backtrace.c:34] in
manual-backtrace
10 test1+0xd [/home/ralf.habacker/src/dbus-2/test/manual-backtrace.c:39] in
manual-backtrace
11 test+0xd [/home/ralf.habacker/src/dbus-2/test/manual-backtrace.c:44] in
manual-backtrace
12 main+0x4f [/home/ralf.habacker/src/dbus-2/test/manual-backtrace.c:58] in
manual-backtrace
13 0x4013ed in manual-backtrace
14 0x40152b in manual-backtrace
15 start_process+0x91
[/usr/src/debug/wine-snapshot/dlls/kernel32/process.c:1105] in kernel32
16 call_thread_func+0x6e
[/usr/src/debug/wine-snapshot/dlls/ntdll/signal_x86_64.c:3675] in ntdll
17 RtlRaiseException+0x7e in ntdll
18 0xe32aa016 in ntdll
19 wine_call_on_stack+0x13 in libwine.so.1
20 wine_switch_to_stack+0x9 [/usr/src/debug/wine-snapshot/libs/wine/port.c:60]
in libwine.so.1
21 LdrInitializeThunk+0x2a4
[/usr/src/debug/wine-snapshot/dlls/ntdll/loader.c:3094] in ntdll
22 __wine_kernel_init+0x941
[/usr/src/debug/wine-snapshot/dlls/kernel32/process.c:1276] in kernel32
23 __wine_process_init+0x154
[/usr/src/debug/wine-snapshot/dlls/ntdll/loader.c:3303] in ntdll
24 wine_init+0x2ce [/usr/src/debug/wine-snapshot/libs/wine/loader.c:961] in
libwine.so.1
25 main+0x82 [/usr/src/debug/wine-snapshot/loader/main.c:248] in <wine-loader>
26 __libc_start_main+0xf5 in libc.so.6
27 _start+0x29 in <wine-loader>
28 _start+0x29 in <wine-loader>
29 _start+0x29 in <wine-loader>
30 _start+0x29 in <wine-loader>
31 _start+0x29 in <wine-loader>
32 _start+0x29 in <wine-loader>
....
--
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=17005
Summary: CT: Rendering issues
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
I have got a modified version of Chicken Tournament. It does not crash but does
not render everything. For example, trees, HUD and the radar, grass and the
walls are not rendered correctly. Here's a screenshot using wine:
http://tinyurl.com/8q39ec
And one using windows (grass disabled):
http://tinyurl.com/7tousz
My console's output:
http://pastebin.com/f40a0aa3
And the long one (+all) was to big (<200MB)
Here you can find the modified ct1.exe, just extract this:
http://tinyurl.com/8llxtp
(You'll need native d3dxof.dll to load models...)
Thank you!
--
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=37325
Bug ID: 37325
Summary: Rhapsody installs and streams however auto setup for
DRM fails
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kablake(a)live.com
Created attachment 49635
--> https://bugs.winehq.org/attachment.cgi?id=49635
backtrace provided when DRM setup fails
I installed Rhapsody 4.0 successfully and it streams well so far ... but then I
try to authorize the computer so I can download and play tracks locally and the
setup for DRM fails.
--
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=42982
Bug ID: 42982
Summary: Bayonetta can`t save settings
Product: Wine
Version: 2.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zentarim(a)rambler.ru
Distribution: Ubuntu
Created attachment 58119
--> https://bugs.winehq.org/attachment.cgi?id=58119
file trace
Bayonetta can`t save settings. Game try to write settings to file
~/documents/Bayonetta/system_data, but fails and freezes. If this "garbage"
file is exists - game does not start.
file have size ~ 1.7Kb.
Log (trace+file) in attachement.
Suspicious lines 135820 - 135825:
trace:file:ReadFile 0xb0 0x33f3d0 857 0x33f7d4 (nil)
trace:file:CreateFileW L"C:\\users\\zentarim\\\041c\043e\0438
\0434\043e\043a\0443\043c\0435\043d\0442\044b/Bayonetta/system_data"
GENERIC_READ creation 3 attributes 0x40000080
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\users\\zentarim\\\041c\043e\0438
\0434\043e\043a\0443\043c\0435\043d\0442\044b/Bayonetta/system_data",0x33faa8,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\users\\zentarim\\\041c\043e\0438
\0434\043e\043a\0443\043c\0435\043d\0442\044b/Bayonetta/system_data" 520
0x33f7e8 (nil))
trace:file:wine_nt_to_unix_file_name L"\\users\\zentarim\\\041c\043e\0438
\0434\043e\043a\0443\043c\0435\043d\0442\044b\\Bayonetta\\system_data" not
found in
/home/zentarim/.PlayOnLinux//wineprefix/Bayonetta/dosdevices/c:/users/zentarim/Мои
документы/Bayonetta
trace:file:CreateFileW returning 0xffffffff
$ ls -lah
'/home/zentarim/.PlayOnLinux//wineprefix/Bayonetta/dosdevices/c:/users/zentarim/Мои
документы/Bayonetta/system_data'
-rw-rw-r-- 1 zentarim zentarim 1,7K мая 9 20:42
/home/zentarim/.PlayOnLinux//wineprefix/Bayonetta/dosdevices/c:/users/zentarim/Мои
документы/Bayonetta/system_data
--
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=28240
Summary: Mipony: Embedded web browser too shown in too small
window
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=36180)
--> (http://bugs.winehq.org/attachment.cgi?id=36180)
Image displaying the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet20
3) install Mipony
4) (optionaly) override gdiplus.dll
5) wine MiPony.exe
Behaviour:
See attachment.
Expected behaviour:
Embedded web browser should be displayed at full available window space.
Additional info:
winetricks ie7 doesn't help
--
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.