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=44793
Bug ID: 44793
Summary: EpicGamesLauncher.exe: Fatal Unhandled Exception:
EXCEPTION_ACCESS_VIOLATION 0xdaaaa600
Product: Wine-staging
Version: 3.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: katoflip(a)protonmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 60825
--> https://bugs.winehq.org/attachment.cgi?id=60825
Data from opening EpicGamesLauncher.exe in the terminal
Starting the EpicGamesLauncher.exe leads to a fatal exception, among many other
errors.
--
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=46571
Bug ID: 46571
Summary: FPS Monitor doesn't work
Product: Wine
Version: 4.0-rc7
Hardware: x86-64
URL: https://fpsmon.com/en/?
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.finizio.mgbx(a)hotmail.it
Distribution: Mint
Created attachment 63444
--> https://bugs.winehq.org/attachment.cgi?id=63444
error screenshot
I downloaded FPS Monitor, I can install it but it doesn't run. When I run it I
get the error:"The procedure entry point D3DKMTCloseAdapter could not be
located in the dynamic link library GDI32.dll". Instead, I get nothing in the
console output by running the program with "wine FPSMonitor.exe", as you can
see in the screenshot that I attached. To reproduce the error:
1) Download FPS Monitor here https://fpsmon.com/en/?
2) Install it
3) Try to run it (with "wine FPSMonitor.exe")
4) Program doesn't start and you get the error
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46680
Bug ID: 46680
Summary: redefinition of typedef ‘fnprintf’
Product: Wine
Version: 4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
Created attachment 63642
--> https://bugs.winehq.org/attachment.cgi?id=63642
error_log1
in distro:
puppy431
# gcc --version
gcc (GCC) 4.2.2
# uname -r
2.6.30.5
# ldd --version
ldd (GNU libc) 2.6.1
compiling wine-4.1 and wine-4.2 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.
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.