http://bugs.winehq.org/show_bug.cgi?id=18078
Summary: Godfather: game will crash right after copyright notice
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
When i try to start godfather game it will die right after copyright notice
screen.
--
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=42071
Bug ID: 42071
Summary: LINE (Powered by Naver): LINE does not work on wine
1.9.16 and later versions
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cges30901(a)gmail.com
Distribution: ---
Created attachment 56570
--> https://bugs.winehq.org/attachment.cgi?id=56570
complete terminal output
LINE does not work on wine 1.9.16 and later versions, but wine 1.9.15, so I do
a regression test. Git bisection shows that problem commit is
287fb5a9bd8df800acd8dbc7c458481942d913ae is the first bad commit
commit 287fb5a9bd8df800acd8dbc7c458481942d913ae
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Tue Aug 2 13:00:36 2016 +0200
msvcp120: Don't export structures as stubs.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 b803a091b07520873c55f5fd99f76ee9229e31d5
89a1447380d02287380723aae9804e6e7460fc79 M dlls
--
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=37916
Bug ID: 37916
Summary: Anno 1602 first CD release (1998) installer fails to
copy file(s)
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
just for documenting the issue.
A user in #winehq wanted to install Anno 1602 and it failed for him.
I've investigated some Anno 1602 bugs in the past (bug 13754 for example) but
never encountered this.
I bought the original game cheaply, CD Cover says "Windows 95/98".
Date of files on CD is November, 2001
Installs fine in 32-bit WINEPREFIX using Wine 1.6, 1.7.x
UBISoft provides an installer fix for Windows 2000 and Windows XP, indicating
that the 1998 installer can't work on modern Windows OS (various 'Anno' online
forums mention this).
It's also unlikely that MS provides a shim for this otherwise the installer
would work for Windows 2K/XP users.
UBISoft website: http://anno.de.ubi.com/downloads.php
--- quote ---
ANNO 1602
Win 2000 / Win XP Installationsfix - 1,6 MB (14.12.2001)
--- quote ---
Link is dead, mirror here:
http://www.annomuseum.de/webseiten/SF/download.sunflowers.de/anno1602_windo…
>From the Anno 1602 forums I gathered that the actual (german) error message
might be:
--- quote ---
"Datei kann nicht kopiert werden: Der angegebene Dateiname ist ungültig oder zu
lang. Geben Sie einen anderen Dateinamen an."
--- quote ---
Wine-Staging has a hack/workaround:
https://github.com/wine-compholio/wine-staging/tree/master/patches/shell32-…
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=24721
Summary: Explorer++ crashes when choosing to view large icons
or extra large icons
Product: Wine
Version: 1.3.4
Platform: x86-64
URL: http://www.explorerplusplus.com/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31230)
--> (http://bugs.winehq.org/attachment.cgi?id=31230)
Don't return E_FAIL
To reproduce, set Windows version to Win7 or Vista (otherwise these options are
hidden by the program) and then go to view -> large icons (or extra large
icons). Depending on which of those options is selected, it outputs one of the
following lines:
fixme:shell:SHGetImageList Unsupported image list 2 requested
fixme:shell:SHGetImageList Unsupported image list 4 requested
...then crashes immediately. Hacking SHGetImageList to stop returning a failure
after that fixme prevents the crash.
--
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=44310
Bug ID: 44310
Summary: WritePrivateProfileString doesn't check for flush
errors
Product: Wine
Version: 3.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: development(a)winomega.com
Distribution: ---
Created attachment 60148
--> https://bugs.winehq.org/attachment.cgi?id=60148
test case
The Windows version of WritePrivateProfileString reports an error if flushing
to file failed.
See attached test case. It tries to write to Z:\test.ini (which is expected to
fail as Z is mapped to /, with no write perms).
Under wine I get no output from the test, and the file isn't created. Failure
warnings do show up in +profile channel log:
trace:profile:PROFILE_Open path: L"Z:\\test.ini"
warn:profile:PROFILE_Open profile file L"Z:\\test.ini" not found
trace:profile:PROFILE_SetString (L"Section1",L"FirstKey",L"It all worked out
OK."):
trace:profile:PROFILE_SetString creating key
warn:profile:PROFILE_FlushFile could not save profile file L"Z:\\test.ini"
(error was 5)
warn:profile:PROFILE_FlushFile could not save profile file L"Z:\\test.ini"
(error was 5)
Under Windows XP (where Z: drive doesn't exist), I get "failed with error 3"
message.
--
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=44213
Bug ID: 44213
Summary: Failure to run application: CoGetInstanceFromFile
failed to get CLSID from a file
Product: Wine
Version: 1.8.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: jay.aurabind(a)gmail.com
Distribution: ---
Created attachment 59995
--> https://bugs.winehq.org/attachment.cgi?id=59995
Window executable that wine is unable to run
When running a windows executable, wine exits giving the following error:
err:ole:CoGetInstanceFromFile failed to get CLSID from a file
err:ole:apartment_getclassobject DllGetClassObject returned error
0x80004002
err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not
registered
err:ole:CoGetClassObject no class object
{172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
Application that crashes is attached
--
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=32104
Bug #: 32104
Summary: KwMusic: crashes during installing
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 42329
--> http://bugs.winehq.org/attachment.cgi?id=42329
the log of installing
I installed KwMusic(酷我音乐) in wine and it crashed during installing.
my test environment:
- Ubuntu 12.04.1 32bit ;
- Wine 1.5.16 ;
- KwMusic: https://www.dropbox.com/s/ck5pmoc5ls9sk5m/kwmusic2012.exe .
you can reproduce the bug follow:
0. download KwMusic: https://www.dropbox.com/s/ck5pmoc5ls9sk5m/kwmusic2012.exe
1. 'wine kwmusic2012.exe' to begin the installing.
attachment:
kwmusic.log is the log of installing
--
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=25138
Summary: Black and White 2 demo crashes on startup
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Download from http://lionhead.com/Games/BW2/Demo.aspx and install.
Decline installing directx9.
For me, the game crashed on startup; the log said
trace:d3d:IWineD3DDeviceImpl_CreateVertexShader Created vertex shader 0x1ad220.
...
fixme:d3dx:D3DXCreateEffectEx (0x132510, 0x5e7ccd5, 1804, (nil), (nil), (nil),
0, (nil), 0x269f214, 0x269f258): semi-stub
fixme:d3dx:ID3DXEffectImpl_DeleteParameterBlock (0x207678)->(0x132510): stub
wine: Unhandled page fault on read access to 0x00000000 at address (nil)
(thread 0009), starting debugger...
'winetricks d3dx9_36' got rid of the effect stub warnings, but didn't affect
the crash.
'winetricks dinput8' didn't seem to affect the crash.
'winetricks directx9' worked around the problem, and let the game run.
--
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=43041
Bug ID: 43041
Summary: CodeXL install fails
Product: Wine
Version: 2.8
Hardware: x86
URL: https://github.com/GPUOpen-Tools/CodeXL/releases/tag/v
2.3
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Created attachment 58198
--> https://bugs.winehq.org/attachment.cgi?id=58198
wine log
wine CodeXL_Win_2.3.629.exe
Asks to install of prerequisites Microsoft Universal C Runtime Update
(KB299226) for Microsoft Visual C++ 2015 and Microsoft Debuggers and Tools x86
(Possibly from Windows Software Development Kit - Windows 10.0.26624).
Skipping prereqs and continuing to the application installer. As soon as the
installer attempts to install the application. The installer crashes.
sha1sum CodeXL_Win_2.3.629.exe
b3a776aeff9e81f9a0169bad1500387381f9b038 CodeXL_Win_2.3.629.exe
du -sh CodeXL_Win_2.3.629.exe
135M CodeXL_Win_2.3.629.exe
--
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=44349
Bug ID: 44349
Summary: winedgb: stepping is broken on 32-bit
Product: Wine
Version: 3.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: daniel.santos(a)pobox.com
Distribution: Gentoo
This is actually 3.0-rc6~6 (110eecf7d48688b573f4215f84ff8ad464f40da8) but it
doesn't look like any of those patches touched this. using stepi on the call
instruction below does not perform the call and instead increments the
instruction pointer by one.
Using gdb 8.0.1 and built with gcc 5.4.0
$ WINEARCH=win64 WINEDEBUG=fixme-all WINEPREFIX=/tmp/daniel/wine/test-debug
/home/daniel/proj/emu/wine/work1/build/debug/32/wine winedbg --gdb
./user32_test.exe.so win
002e:002f: create process
'Z:\home\daniel\proj\emu\wine\work1\build\debug\32\dlls\user32\tests\user32_test.exe'/0x110d68
@0x7ec438e0 (0<0>)
002e:002f: create thread I @0x7ec438e0
GNU gdb (Gentoo 8.0.1 vanilla) 8.0.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://bugs.gentoo.org/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
002e:002f: loads DLL C:\windows\system32\KERNEL32.dll @0x7b410000 (0<0>)
002e:002f: loads DLL C:\windows\system32\ntdll.dll @0x7bc10000 (0<0>)
002e:002f: loads DLL C:\windows\system32\advapi32.dll @0x7e750000 (0<0>)
002e:002f: loads DLL C:\windows\system32\gdi32.dll @0x7e7d0000 (0<0>)
002e:002f: loads DLL C:\windows\system32\version.dll @0x7eff0000 (0<0>)
002e:002f: loads DLL C:\windows\system32\user32.dll @0x7e920000 (0<0>)
002e:002f: loads DLL C:\windows\system32\imm32.dll @0x7e6f0000 (0<0>)
0000002e:0000002f: exception code=0x80000003
No support for verbose packet MustReplyEmpty
No support for verbose packet File:setfs:0
No support for verbose packet File:open:6a7573742070726f62696e67,0,1c0
warning: remote target does not support file transfer, attempting to access
files from local filesystem.
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
0x7b469f66 in DbgBreakPoint () at
/home/daniel/proj/emu/wine/work1/include/winternl.h:2157
2157 static inline void WINAPI DbgBreakPoint(void) { __asm__
__volatile__("int3"); }
trace: 98 => 80
Wine-gdb> break /home/daniel/proj/emu/wine/work1/dlls/user32/tests/win.c:10653
Breakpoint 1 at 0x7ec3b336: file
/home/daniel/proj/emu/wine/work1/dlls/user32/tests/win.c, line 10653.
Wine-gdb> cont
Continuing.
0038:err:win:DefWindowProcW called for other process window 0x4006c
Breakpoint 1, func_win () at
/home/daniel/proj/emu/wine/work1/dlls/user32/tests/win.c:10653
10653 test_enum_thread_windows();
Wine-gdb> display /2i $eip
1: x/2i $eip
=> 0x7ec3b336 <func_win+1396>: call 0x7ebfc90b <test_enum_thread_windows>
0x7ec3b33b <func_win+1401>: call 0x7ec02b25 <test_mdi>
Wine-gdb> stepi
0x7ec3b337 10653 test_enum_thread_windows();
1: x/2i $eip
=> 0x7ec3b337 <func_win+1397>: rclb 0xe5e8fffc
0x7ec3b33d <func_win+1403>: ja 0x7ec3b33b <func_win+1401>
And is you might expect, if I stepi again:
Wine-gdb> stepi
Program received signal SIGSEGV, Segmentation fault.
0x7ec3b337 in func_win () at
/home/daniel/proj/emu/wine/work1/dlls/user32/tests/win.c:10653
10653 test_enum_thread_windows();
1: x/2i $eip
=> 0x7ec3b337 <func_win+1397>: rclb 0xe5e8fffc
0x7ec3b33d <func_win+1403>: ja 0x7ec3b33b <func_win+1401>
--
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.