http://bugs.winehq.org/show_bug.cgi?id=19157
Summary: CoGetContextToken and CoGetObjectContext need to take
existing MTA into account
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
since ole32.CoGetContextToken() is no longer a stub, debugging of managed code
(.NET) with cordbg/mdbg doesn't work anymore.
Main thread (tid=0009) creates MTA:
--- snip ---
...
0009:Call ole32.CoInitializeEx(00000000,00000000) ret=79ebfba8
...
0009:trace:ole:apartment_construct creating new apartment, model=0
0009:trace:ole:apartment_construct Created apartment on OXID 80000cafe
...
0009:Ret ole32.CoInitializeEx() retval=00000000 ret=79ebfba8
--- snip ---
Helper thread (tid=001f) explicitly demands MTA after CoGetContextToken()
failure:
--- snip ---
...
001f:Call ole32.CoGetContextToken(02c1e5f4) ret=79ee2b0f
...
001f:trace:ole:CoGetContextToken (0x2c1e5f4)
001f:Ret ole32.CoGetContextToken() retval=800401f0 ret=79ee2b0f
...
001f:Call ole32.CoInitializeEx(00000000,00000000) ret=79ebfba8
...
001f:trace:ole:apartment_get_or_create entering the multithreaded apartment
80000cafe
...
001f:trace:ole:apartment_addref 80000cafe: before = 1
...
--- snip ---
Another debugger helper/worker thread gets created (tid=0021) which *never*
initializes COM explicitly - unlike the other threads:
--- snip ---
...
0009:Call
KERNEL32.CreateThread(00000000,00000000,63ea71dc,00176a58,00000000,00176a68)
ret=63ea5b42
0009:Ret KERNEL32.CreateThread() retval=0000018c ret=63ea5b42
0009:Call ole32.CoCreateInstance(63ea5bfc,00000000,00000001,63ea5c0c,001768e8)
ret=63ea5bda
0009:trace:ole:CoCreateInstance (rclsid={e5cb7a31-7512-11d2-89ce-0080c792e5d8},
pUnkOuter=(nil), dwClsContext=00000001,
riid={809c652e-7396-11d2-9771-00a0c9b4d50c}, ppv=0x1768e8)
...
0021:Call ole32.CoGetContextToken(0319d730) ret=79ee2b0f
0021:trace:ole:CoGetContextToken (0x319d730)
0021:Ret ole32.CoGetContextToken() retval=800401f0 ret=79ee2b0f
...
0021:Call ole32.CoGetObjectContext(79ee2a20,00173224) ret=79f82943
...
0021:trace:ole:CoGetObjectContext ({00000000-0000-0000-c000-000000000046},
0x173224)
0021:err:ole:CoGetObjectContext apartment not initialised
0021:Ret ole32.CoGetObjectContext() retval=800401f0 ret=79f82943
...
0021:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0319d644)
ret=78158dd3
0021:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b842f46
ip=7b842f46 tid=0021
0021:trace:seh:raise_exception info[0]=19930520
0021:trace:seh:raise_exception info[1]=0319d6b8
0021:trace:seh:raise_exception info[2]=79f9acc4
0021:trace:seh:raise_exception eax=7b82ca8d ebx=7b8d1398 ecx=00000000
edx=0319d630 esi=0319d630 edi=0319d5b0
0021:trace:seh:raise_exception ebp=0319d598 esp=0319d534 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00000246
...
<managed debugging hangs here>
--- snip ---
This is most likely same problem domain as bug 17902 (fixed by
http://source.winehq.org/git/wine.git/?a=commit;h=bd4975acb0b682bbf2b4934d1…
- "ole32: Use existing MTA in CoGetClassObject and CoCreateInstance")
Since the thread in question doesn't initialize COM at all, CoGetContextToken
and CoGetObjectContext most likely need to look at existing MTA(s).
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.
http://bugs.winehq.org/show_bug.cgi?id=33849
Bug #: 33849
Summary: Unhandled exception: page fault on read access to
0xfffff78000000014 in 64-bit code
(0x000000000048e10f).
Product: Wine
Version: 1.6-rc2
Platform: arm64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: local1907(a)gmail.com
Classification: Unclassified
giving this error when I try to open any program. Opening the program is
operating normally, but there is an error.
google translate
wine-1.6-rc2
Ubuntu 12.10
kernel 3.8.10-030810-generic
Nvidia 319.23
--
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=37537
Bug ID: 37537
Summary: Tages v5.x DRM driver needs
'irp.Tail.Overlay.OriginalFileObject' initialized with
stub file object
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
split off from https://bugs.winehq.org/show_bug.cgi?id=33849#c13
--- quote ---
* Tages tries to access irp.Tail.Overlay.OriginalFileObject (that was the
remaining issue I mentioned in comment 11). Patch:
https://github.com/wine-compholio/wine-staging/tree/master/patches/ntoskrnl…
--- quote ---
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.
https://bugs.winehq.org/show_bug.cgi?id=37882
Bug ID: 37882
Summary: user32.GetKeyboardLayoutNameA/W can't handle NULL out
parameter, causing crash in custom application
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says.
A user in #winehq asked about this and I looked into it.
Kind of non-standard use case but since Wine strives to be compatible with as
many Windows apps as possible this should work too.
Relevant part of trace log:
--- snip ---
...
003d:Starting process
L"Z:\\home\\focht\\Downloads\\44217C15F30538A1FBDF614C9785C9B7.exe"
(entryproc=0x437927)
003d:Call user32.GetKeyboardLayoutNameW(00000000) ret=00437377
003d:Call PE DLL (proc=0x7dd53e78,module=0x7dcf0000
L"winex11.drv",reason=PROCESS_ATTACH,res=(nil))
003d:Ret PE DLL (proc=0x7dd53e78,module=0x7dcf0000
L"winex11.drv",reason=PROCESS_ATTACH,res=(nil)) retval=1
003d:Call winex11.drv.wine_get_gdi_driver(0000002e) ret=7eb3c4d4
003d:Ret winex11.drv.wine_get_gdi_driver() retval=7dd7ace0 ret=7eb3c4d4
003d:Call winex11.drv.CreateDesktopWindow(00010020) ret=7ec6200a
003d:Ret winex11.drv.CreateDesktopWindow() retval=00000001 ret=7ec6200a
003d:Call winex11.drv.wine_get_gdi_driver(0000002e) ret=7eb3c4d4
003d:Ret winex11.drv.wine_get_gdi_driver() retval=7dd7ace0 ret=7eb3c4d4
003d:Call winex11.drv.GetKeyboardLayoutName(00000000) ret=7ec61cc6
003d:trace:seh:raise_exception code=c0000005 flags=0 addr=0xf75bdf80
ip=f75bdf80 tid=003d
003d:trace:seh:raise_exception info[0]=00000001
003d:trace:seh:raise_exception info[1]=00000000
003d:trace:seh:raise_exception eax=00000000 ebx=f7755000 ecx=00000000
edx=00000030 esi=0033f9b4 edi=0033f984
003d:trace:seh:raise_exception ebp=0033f908 esp=0033f660 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00210293
003d:trace:seh:call_stack_handlers calling handler at 0x7bc9ed1b code=c0000005
...
Backtrace:
=>0 0xf75bdf80 vsnprintfW+0x546(str=*** invalid address 0x2 ***,
len=0x7fffffff, format="%08x", valist="Ó¸×}HÜÎ{")
[/home/focht/projects/wine/wine.repo/src/libs/wine/string.c:485] in
libwine.so.1 (0x0033f908)
1 0xf75be096 sprintfW+0x38(str=0x0(nil), format="%08x")
[/home/focht/projects/wine/wine.repo/src/libs/wine/string.c:525] in
libwine.so.1 (0x0033f938)
2 0x7dd1b261 X11DRV_GetKeyboardLayoutName+0x57(name=0x0(nil))
[/home/focht/projects/wine/wine.repo/src/dlls/winex11.drv/keyboard.c:1590] in
winex11 (0x0033f978)
3 0x7bc6e63e relay_call+0x39() in ntdll (0x0033f998)
4 0x7dcfa6ad frame_dummy+0xcc() in winex11 (0x0033f9c8)
5 0x7ec61cc6 loaderdrv_GetKeyboardLayoutName+0x18(name=0x0(nil))
[/home/focht/projects/wine/wine.repo/src/dlls/user32/driver.c:618] in user32
(0x0033f9c8)
6 0x7ec77b70 GetKeyboardLayoutNameW+0x25(pwszKLID=0x0(nil))
[/home/focht/projects/wine/wine.repo/src/dlls/user32/input.c:969] in user32
(0x0033f9e8)
7 0x7bc6e63e relay_call+0x39() in ntdll (0x0033fa00)
8 0x7ec33b05 in user32 (+0x3b04) (0x0033fa64)
9 0x00437377 in
44217c15f30538a1fbdf614c9785c9b7Z:\home\focht\Downloads\44217C15F30538A1FBDF614C9785C9B7.exe
(+0x37376) (0x0033fa64)
...
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms646298%28v=vs.85%…
With 'FALSE' being returned, the application checks the last error code for
0x3e6 ('ERROR_NOACCESS') and bails if not matching.
With that part fixed, the app runs much farther (doesn't fully work yet, but
that could be subject to additional bugs).
$ sha1sum 44217C15F30538A1FBDF614C9785C9B7.exe
64f4d39d57b33e58a3937a23e37889583dce47dc 44217C15F30538A1FBDF614C9785C9B7.exe
$ du -sh 44217C15F30538A1FBDF614C9785C9B7.exe
388K 44217C15F30538A1FBDF614C9785C9B7.exe
$ wine --version
wine-1.7.34
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.
https://bugs.winehq.org/show_bug.cgi?id=38389
Bug ID: 38389
Summary: Samsung Smart View 2.0 locks up/crashes
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: julius.schwartzenberg(a)gmail.com
Distribution: ---
Created attachment 51241
--> https://bugs.winehq.org/attachment.cgi?id=51241
output from crash dialog
After http://source.winehq.org/patches/data/110726 is applied to current GIT,
Samsung Smart View 2.0 gets further starting up, but hangs at with one thread
in a deadlock.
When running it with +relay a crash dialog shows up instead. I've attached the
output from the crash dialog and the output written to stderr.
--
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=39177
Bug ID: 39177
Summary: Samsung Smart View 2.0 crashes on TV connection
attempt
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: julius.schwartzenberg(a)gmail.com
Distribution: ---
Created attachment 52214
--> https://bugs.winehq.org/attachment.cgi?id=52214
the backtrace from Wine when it crashes
When running Samsung Smart View 2.0 (.NET 4.x WPF app) with current GIT, it
starts up without problems, but crashes when pushing the "Connect to TV"
button.
In the terminal it prints:
fixme:nls:LCMapStringEx unsupported lparam 17ade8
fixme:nls:LCMapStringEx unsupported lparam 17ade8
OS is Ubuntu 14.04.
--
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=37095
Bug ID: 37095
Summary: Maestia Launcher render problems
Product: Wine
Version: 1.7.24
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linuxdonald(a)posteo.de
Created attachment 49316
--> http://bugs.winehq.org/attachment.cgi?id=49316
Log
The Maestia Launcher dont render correctly.
Running wine arch=32
System Arch Linux 64 bit. clean wineprefix.
--
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=22870
Summary: Visual Studio remote debugger msvsmon.exe does not
launch debug target
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ninevoltz(a)metalink.net
msvsmon.exe does not work on Wine, the monitor will start and can connect with
Visual Studio's debugger, but it will not start the target program to debug. I
am attempting to debug PuTTY's Pageant program which also does not work
properly in Wine. I also tried debugging with MinGW's gdb and gdb crashes.
--
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=10601
Summary: .NET Framework 2.0: Installation Fails
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmdoles(a)digitaldeviation.com
Created an attachment (id=9399)
--> (http://bugs.winehq.org/attachment.cgi?id=9399)
wine console output
The installation appears to start correctly, but it eventually causes and
unhandled exception within wine. I have installed IE6 as a prequisite.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29392
Bug #: 29392
Summary: i cant run game www.jugger.ru - will be very preciate
if you can help out
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: monteskju(a)inbox.lv
Classification: Unclassified
the program juggernautclient.exe has encountered a serious problem and needs to
close.
Exception EExternalException in module ntdll.dll at 0001F977. External
exception C0000025
this is what i see when i launch a program. if you need some more information i
will be glad to give it to you.
thx in advice
--
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=30312
Bug #: 30312
Summary: Microsoft Office Communicator 2007 R2 Trial checks for
unimplemented run mode 7 (MSIRUNMODE_REBOOTNOW)
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
Microsoft Office Communicator 2007 R2 Trial checks both states: "reboot now"
and "reboot at end" to determine if a reboot is necessary.
Nothing serious but it would be nice to handle MSIRUNMODE_REBOOTNOW
(MSIRUNMODE_REBOOTATEND is already done).
Tracking using "package->need_reboot" (MSIRUNMODE_REBOOTATEND) or at least a
more meaningful message as I had to look it up to be sure that it is harmless.
Set WinVer to >= Windows Vista due to MSXML6 (SP1) requirement.
WINEDEBUG=+tid,+seh,+relay,+msi wine msiexec -i CommunicatorEval.msi >> log.txt
2>&1
--- snip ---
...
002f:trace:msi:ACTION_CustomAction Handling custom action
L"SetFilesInUseProperty" (41 L"Custom" L"SetFilesInUseProperty")
...
003a:Ret PE DLL (proc=0x3c382c,module=0x3c0000
L"msia226.tmp",reason=THREAD_ATTACH,res=(nil)) retval=1
003a:Starting thread proc 0x7ecd1af8 (arg=0x6585b4)
003a:trace:msi:DllThread custom action (3a) started
...
003a:trace:msi:ACTION_CallDllFunction calling L"SetFilesInUseProperty"
003a:Call KERNEL32.GetEnvironmentVariableW(7ed474e0
L"MsiBreak",0062e64c,00000104) ret=7ecd13fb
003a:Ret KERNEL32.GetEnvironmentVariableW() retval=00000000 ret=7ecd13fb
003a:Call msi.MsiGetMode(00000002,00000006) ret=004058c3
003a:trace:msi:MsiGetMode 2 6
003a:trace:msi:MsiGetMode 1 6
003a:Ret msi.MsiGetMode() retval=00000000 ret=004058c3
003a:Call msi.MsiGetMode(00000002,00000007) ret=004058cf
003a:trace:msi:MsiGetMode 2 7
003a:trace:msi:MsiGetMode 1 7
003a:fixme:msi:MsiGetMode unimplemented run mode: 7
003a:Ret msi.MsiGetMode() retval=00000001 ret=004058cf
003a:Call msi.MsiSetPropertyW(00000002,00401cc8 L"REBOOTSCHEDULED",00401588
L"1") ret=004058e3
...
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa370125%28v=vs.85%…
Source:
http://source.winehq.org/git/wine.git/blob/9336c10619075d26dc8e6da5b0fb50bc…
--- snip ---
695 BOOL WINAPI MsiGetMode(MSIHANDLE hInstall, MSIRUNMODE iRunMode)
696 {
...
763 case MSIRUNMODE_REBOOTATEND:
764 r = package->need_reboot;
765 break;
766
767 case MSIRUNMODE_LOGENABLED:
768 r = (package->log_file != INVALID_HANDLE_VALUE);
769 break;
770
771 default:
772 FIXME("unimplemented run mode: %d\n", iRunMode);
773 r = TRUE;
774 }
775
776 msiobj_release( &package->hdr );
777 return r;
778 }
--- 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.
http://bugs.winehq.org/show_bug.cgi?id=30513
Bug #: 30513
Summary: Microsoft Office Communicator 2007 R2 Trial crashes in
CDATA event handling while parsing rule XML from
resource file
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Created attachment 39910
--> http://bugs.winehq.org/attachment.cgi?id=39910
WINEDEBUG=+tid,+seh,+relay,+msxml wine ./communicator.exe >>log.txt 2>&1
Hello,
continuation of bug 30505
Prerequisite: 'winetricks vcrun2008'
After installation (one liner):
--- snip ---
$ wine reg add "HKLM\\Software\\Microsoft\\Communicator\\3.5\\Registration" /v
"ProductID" /t "REG_SZ" /d "01234567890123456789012"
--- snip ---
Attached is WINEDEBUG=+tid,+seh,+relay,+msxml log (uncompressed: 10 MiB).
$ du -sh CommunicatorEval.msi
15M CommunicatorEval.msi
$ sha1sum CommunicatorEval.msi
b2a1cc95362b93aef6dfbf9987cc5c4ca6c8038d CommunicatorEval.msi
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.
http://bugs.winehq.org/show_bug.cgi?id=28585
Bug #: 28585
Summary: MS SQL server express 2008 install fails
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dpobanz(a)gmail.com
Classification: Unclassified
During installation of MS SQL server express 2008 wine crashes.
wine-1.3.29-198-gfc2dcd0
The last few lines from the console are:
...
wine: Call from 0x7b839d62 to unimplemented function
mspatcha.dll.GetFilePatchSignatureA, aborting
wine: Unimplemented function mspatcha.dll.GetFilePatchSignatureA called at
address 0x7b839d62 (thread 0009), starting debugger...
--
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=39639
Bug ID: 39639
Summary: Installing Adobe Acrobat Pro 6.01 (Ac60PrP1.exe) fails
(tested on wine 1.7.48, wine 1.6)
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: mspatcha
Assignee: wine-bugs(a)winehq.org
Reporter: vfrederix(a)gmail.com
Distribution: ---
Created attachment 52831
--> https://bugs.winehq.org/attachment.cgi?id=52831
mspatcha failing
Installing Adobe Acrobat 6.0 Pro succeeds (except the message telling that this
version of Postscript is not supported), however, installing the ac60prp1.exe
available here:
ftp://ftp.adobe.com/pub/adobe/acrobat/win/6.x/Ac60PrP1.exe
Or via update manager
Fails with this error message:
"Setup Interrupted
The wizard was interrupted before Adobe Acrobat 6.0 Professional could be
completely installed. (...)"
This problem prevents me to update Acrobat up to version 6.06 since updates are
not cumulative.
And I then can't convert text to PDF via word 2003.
--
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=27017
Summary: AutoCAD 2008: Installation of service pack fails.
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
CC: david.hedberg(a)gmail.com
Created an attachment (id=34450)
--> (http://bugs.winehq.org/attachment.cgi?id=34450)
Terminal output on wine-1.3.19-49-g92e05ed
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet20 tahoma vcrun2003
3) install AutoCAD
4) wine autocad2008lockedsp1.exe
Behaviour:
"A problem prevented the Service Pack from being installed. Contact your system
administrator. Error Code: 1603"
Expected behaviour:
No error.
This is regression and I think commit 21085edb51fdbab4b256ecb96c0d2849263fac2a
is responsible.
--
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=45548
Bug ID: 45548
Summary: Adobe Acrobat Reader DC - Installation fails
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 61956
--> https://bugs.winehq.org/attachment.cgi?id=61956
Console output (wine 3.13)
Hello everyone,
this has probably been reported already but I thought I'd file this anyway with
the latest wine development version on openSUSE "Tumbleweed". I will also link
this bug with the AppDB.
--
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=28540
Bug #: 28540
Summary: Adobe Reader X fails to install
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://ardownload.adobe.com/pub/adobe/reader/win/10.x/
10.0.1/en_US/AdbeRdr1001_en_US.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
CC: hans(a)meelstraat.net
Classification: Unclassified
Regression SHA1: 6083fd5e530c34e17b125f00d7777177984d8b1a
Created attachment 36639
--> http://bugs.winehq.org/attachment.cgi?id=36639
wine-1.3.29-121-gfdda702 console output
Adobe Reader X fails to install. This is a regression.
6083fd5e530c34e17b125f00d7777177984d8b1a is the first bad commit
commit 6083fd5e530c34e17b125f00d7777177984d8b1a
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Thu Jul 7 09:22:48 2011 +0200
msi: Check the transform language against the package language instead of
the system language.
:040000 040000 00e1503368a774a1b19e6eee21bf959d2ff2154b
a39a28ec2b86f5a98e4b9d719db1fbe22c493d90 M dlls
Reverting this commit fixes the problem.
--
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=43673
Bug ID: 43673
Summary: GOG Galaxy 1.2.22.31 doesn't start up
Product: Wine
Version: 2.15
Hardware: x86
URL: https://cdn.gog.com/open/galaxy/client/setup_galaxy_1.
2.22.31.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Depends on: 30713
Distribution: ---
The program displays a messagebox: "Essential components needed to start GOG
Galaxy are missing. Please reinstall the application".
Use a 32Bit prefix for testing, due to Bug 30713.
It works when using an old version:
https://cdn.gog.com/open/galaxy/client/setup_galaxy_1.2.17.9.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.
http://bugs.winehq.org/show_bug.cgi?id=20421
Summary: Return to Mysterious Island doesn't start
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thezood(a)gmail.com
Created an attachment (id=24240)
--> (http://bugs.winehq.org/attachment.cgi?id=24240)
Terminal output
The game Return to Mysterious Island (demo) doesn't start, just crashes. I've
tried both wine 1.1.31 and 1.0.1. This is supposedly a regression since it has
been known to work (according to AppDB) but was discovered to be broken some
time last year.
--
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=13277
Summary: Return to Mysterious Island crashes
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download19.gamershell.com/cgi-
bin/fhx.pl?auth=a1ktbHC%2FAIL22&id=7332&ts=1211019002&ca
t=demo&filename=RtMIDemo-US.zip
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Created an attachment (id=13126)
--> (http://bugs.winehq.org/attachment.cgi?id=13126)
minimal patch to fix the crash
As reported on wine-users list this game ran fine in wine-09.58, but now just
crashes. The patch that broke the app appeared to be
http://www.winehq.org/pipermail/wine-cvs/2008-April/043077.html
Attached is a minimal patch that makes the game start fine again but i haven't
got a clue of it's correct ;)
--
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=43764
Bug ID: 43764
Summary: Cannot link bug report to application
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 9xzsnuwq9h(a)snkmail.com
Distribution: ---
When trying to link a bug report (43763) to
https://appdb.winehq.org/objectManager.php?sClass=version&iId=1168 I get the
following error:
Fatal error: iBuglinkId should be a numeric value. Please try clearing out
your cookies. If the problem continues please email appdb(a)winehq.org with the
error text.
Tried multiple times clearing the cookies, appdb as well as bugs.winehq.org.
Bug report is freshly created.
--
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=26310
Summary: Return to Mysterious Island: mouse behaves erratically
in the menus
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://www.gamershell.com/download_7332.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Created an attachment (id=33537)
--> (http://bugs.winehq.org/attachment.cgi?id=33537)
terminal output
This bug affects several, if not all adventure games from the developer Kheops
Studio.
Symptom: After starting the game the main menu appears but the mouse pointer
seems to be stuck: it won't move. If you move your mouse constantly the mouse
pointer begins to move after a couple of seconds. As soon as you stop moving
your mouse, the pointer is stuck again and it takes several seconds to catch up
again with the actual mouse movement.
Once you manage to get into the game the mouse pointer behaves correctly (it
moves continuously)... until you press the right-mouse button to bring up the
inventory screen: the mouse pointer behaves the same way as in the main menu.
f46bd50a806e3d3707bab3ed3649e107adca3630 is the first bad commit
commit f46bd50a806e3d3707bab3ed3649e107adca3630
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Mar 2 16:28:23 2011 +0100
winex11: Get rid of the ClipCursor and SendInput entry points.
The commit cannot be reverted cleanly on Wine-1.3.15,
git checkout f46bd50a806e3d3707bab3ed3649e107adca3630 >>the issue is present
git reset --hard HEAD^ >>restores the original behaviour (the mouse pointer
is moving solidly although it is slow as reported in bug #20947).
--
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=11736
Summary: Return to Mysterious Island crashes on startup
sometimes.
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://www.gamershell.com/download_7332.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bmd_1985(a)hotmail.com
Created an attachment (id=10985)
--> (http://bugs.winehq.org/attachment.cgi?id=10985)
wine log
Return to Mysterious Island crashes on startup before it gets to the logo,
basically reolution changes and thats as far as it gets before crashing. The
interesting thing is that this dose not always happen, often it runs normally
as it has in pervious versions of wine.
--
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=22719
Summary: Tivibu custom window management buttons are
incorrectly placed in upper left-hand corner
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.tivibu.com.tr/downloads/Tivibu.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Following up on bug 22713, when the Tivibu client is launched, the custom-drawn
window management buttons of Tivibu are all placed in roughly the same spot in
the upper left-hand corner, rather than in their proper positions in the upper
right-hand corner of the window, as shown in attachment 28008. Relevant output
is in attachment 28009.
--
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=30165
Bug #: 30165
Summary: Pegasus Mail v4.63 CRASH -Unhandled exception: page
fault on read access to 0xdddddde5 in 32-bit code
(0x00588fa6)
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mccarthy(a)volny.cz
Classification: Unclassified
Created attachment 39361
--> http://bugs.winehq.org/attachment.cgi?id=39361
post mortem dump
Pegasus Mail 4.63 build 325 w/ IERenderer 2.4.7.2
pmail: http://download-us.pmail.com/w32-463.exe
Wine 1.4-rc6
see attached backtrace for more info
--
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=30090
Bug #: 30090
Summary: Pegasus Mail v4.63 build 325 starts w/ exception
(0x80004001) (0x80004001) @01AE3610
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mccarthy(a)volny.cz
Classification: Unclassified
Created attachment 39210
--> http://bugs.winehq.org/attachment.cgi?id=39210
debug dump
Pegasus Mail 4.63 build 325 w/ IERenderer 2.4.7.2
pmail: http://download-us.pmail.com/w32-463.exe
Wine 1.4-rc6
The package generates the following exceptions in safecall methods at start up:
(0x80004001) (0x80004001) @01AE3610
(0x80040100) (0x80040100) @01AD84F5
--
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=29115
Bug #: 29115
Summary: Pegasus Mail v. 4.62 build 191 generates exception in
safecall method
Product: Wine
Version: 0.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mccarthy(a)volny.cz
Classification: Unclassified
when starting Pegasus Mail, the window winpm-39 displays the following message:
"exception in safecall method" followed by another window with a code
"(0x80004001) @01F32D54
--
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=26344
Summary: Older Demo of the Protel f/Windows v.2.5 doesn't start
at all.
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodo(a)o2.pl
Older Demo of the Protel f/Windows v.2.5 doesn't start at all.
Some Wine versions ago (I do not remember exactly) there wasn't any problem at
all with this Protel Demo version.
--
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=13370
Summary: DVD Shrink: Random crashes
Product: Wine
Version: 1.0-rc1
Platform: PC
URL: http://www.dvdshrink.org/what_en.php
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=13264)
--> (http://bugs.winehq.org/attachment.cgi?id=13264)
backtrace in git
I'm getting random crashes in DVD Shrink when using the program. No specific
recipe to reproduce though...
--
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=35771
Bug ID: 35771
Summary: DVD Shrink operates normally but crashes with page
fault on exit
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)ish.net
Created attachment 47764
--> http://bugs.winehq.org/attachment.cgi?id=47764
backtrace after app crash
DVD Shrink 3.2.0.15 operates normally and successfully, but then crashes on
exit.
Maybe a duplicate of bug 8091? But that bug reports random crashes, while my
bug reports crash specifically on app exit.
App downloaded from here:
http://www.afterdawn.com/software/cd_dvd/copy_dvd/dvd_shrink.cfm
Wine 1.4.1 stock as packaged with Ubuntu 13.10 (saucy).
--
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=35071
Bug #: 35071
Summary: UOSteam: "page fault on read access" in get_pixel_32
Product: Wine
Version: 1.7.7
Platform: x86
URL: http://uosteam.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zajec5(a)gmail.com
Classification: Unclassified
Created attachment 46777
--> http://bugs.winehq.org/attachment.cgi?id=46777
Full output of WINEPREFIX="/home/zajec/.wine-uoevolution/" winedbg UOSteam.exe
UOSteam is a 3rd party tool for Ultima Online. It manages list of servers,
starts Ultima Online client and provides additional features (probably by
hacking client memory).
When using UOSteam in wine, Ultima Online starts nicely but after login process
(when the game world is supposed to appear) wine crashes.
Crash doesn't happen when running Ultima Online directly, without using
UOSteam. So I think it's UOSteam that does something wine doesn't handle.
Unhandled exception: page fault on read access to 0x2df87828 in 32-bit code
(0x7e9eb92d).
Backtrace:
=>0 0x7e9eb92d get_pixel_32+0x1d(dib=0x20975c, x=0xe, y=0x8)
[/usr/src/debug/wine-1.7.7/dlls/gdi32/dibdrv/primitives.c:1603] in gdi32
(0x0033ef68)
1 0x7e9e3000 dibdrv_GetPixel+0xdf(dev=0x209750, x=0xe, y=0x8)
[/usr/src/debug/wine-1.7.7/dlls/gdi32/dibdrv/graphics.c:1035] in gdi32
(0x0033ef68)
2 0x7e9deee6 windrv_GetPixel+0x55(dev=<is not available>, x=0xe, y=0x8)
[/usr/src/debug/wine-1.7.7/dlls/gdi32/dibdrv/dc.c:783] in gdi32 (0x0033ef88)
3 0x7ea3b92e GetPixel+0x5d(hdc=0xd0032, x=0xe, y=0x8)
[/usr/src/debug/wine-1.7.7/dlls/gdi32/painting.c:474] in gdi32 (0x0033efbc)
4 0x00b8bb39 in uos (+0x1bb38) (0x0033f100)
--
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=50092
Bug ID: 50092
Summary: Version 1.00 of Vellum's DrawingBoard works well, but
crashes when a straight line is drawn
Product: Wine
Version: 5.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dodgy(a)ntlworld.com
Distribution: ---
Created attachment 68562
--> https://bugs.winehq.org/attachment.cgi?id=68562
Vellum DrawingBoard V1.00 crashes when straight line drawn
Vellum's DrawingBoard package is an early (Windows 3.1/DOS) technical drawing
package. It no longer runs on Windows after XP, and would be very expensive to
replace! It runs very well with Ubuntu under WINE, except for the following
major issue:
When drawing a straight line using the 'elastic band' icon, the program crashes
as soon as the initial start point is specified by a mouse click. Occasionally
it does not, and several lines may be drawn, but it will usually crash before
less than 10 are drawn. An inability to draw lines is a major problem for a
drafting package. I have tested most other commands, and so far everything
works except this one failing.
--
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=41247
Bug ID: 41247
Summary: WASAPI exclusive pull mode sound doesn't work, but
shared (non-exclusive) does
Product: Wine
Version: 1.9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: markk(a)clara.co.uk
Distribution: ---
Wine 1.9.17, Lubuntu 16.04 x86-64.
The current beta version of WinUAE (3.4.0 beta 4) uses WASAPI in pull mode. In
Wine that works OK in shared (non-exclusive) mode, but exclusive mode does not
work, giving console output like this:
fixme:alsa:AudioClient_Initialize EXCLUSIVE mode with EVENTCALLBACK
WASAPI: Initialize() 8889000A
Sorry, can't initialize sound.
In contrast, WinUAE 3.3.0 uses WASAPI in push mode, and both exclusive and
shared work fine there.
To reproduce:
- Use winecfg to set Windows version to e.g. Windows 10.
- Download and run the WinUAE 3.3.0 installer from
http://www.winuae.net/files/InstallWinUAE3300.msi
- Rename winuae.exe to winuae330.exe
- Download WinUAE 3.4.0 beta 4 from
http://www.winuae.net/files/b/winuae_3300b4.7z then unpack to the WinUAE
program directory.
- Download a program which plays sound, for example
http://main.aminet.net/demo/euro/DOC_Demons.lha
- Run winuae.exe (version 3.4.0b4): wine winuae.exe -log
- When the WinUAE Properties window appears, click Floppy drives in the
tree-view on the left side. Then click the "..." button to the right of DF0:
and select DOC_Demons.lha
- Click Sound in the tree-view on the left. By default the drop-down at the
top should say "WASAPI: Default Audio Device", if not select that.
- Click Start at the bottom of the window.
- Part of the log output should say something like
WASAPI: '{0.0.0.00000000}.{176D6B2F-F69E-497A-AE3D-15C5CEE27C79}'
WASAPI: Shared Pull CH=2 FREQ=44100 BUF=2048 (4096)
- Wait for the demo to load and start, and you should hear sound.
- Press F12 to open the settings window. The sound page should be showing.
Change the drop-down at the top to "WASAPI EX: Default Audio Device" then click
OK at the bottom to continue emulation. There is no sound and this console
output:
fixme:alsa:AudioClient_Initialize EXCLUSIVE mode with EVENTCALLBACK
WASAPI: Initialize() 8889000A
Sorry, can't initialize sound.
--
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=47154
Bug ID: 47154
Summary: Rise of the Tomb Raider crashes after 1st bink video
Product: vkd3d
Version: 1.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 64383
--> https://bugs.winehq.org/attachment.cgi?id=64383
Rise of the Tomb Raider d3d12 log
Hello,
I'm on Gentoo + AMD Rx580 + Mesa Git + LLVM git (9.0.0) + Vkd3d Git and i
decided to try the only d3d12 game i have : Rise of the Tomb Raider.
The game runs but crash after the 1st bink video when the main menu must be
appear. The game runs on wined3d/d3d11 but it's unplayable, works (of course
with DXVK) and with the Native version.
I attach the +d3d12 log. Josef, i you need something else to help you, don't
hesitate.
--
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=16481
Summary: sShortDate ignored by wine
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: singularita(a)gmail.com
If I change short date format both in .wine/user.reg (in [Control
Panel\International] section) and win.ini (in section [intl], the file is in
"Windows" directory created by wine)
In both cases, sShortDate is modified from default "M/d/yyyy" to "dd.MM.yyyy"
then when I run Unicode FAR (opensource version,
http://farmanager.com/opensource.php), the dateformat I see is default
"M/d/yyyy"
On Windows it worked, FAR respected custom date format settings set in
registry. In WINE the settings get ignored (and later overwritten by default
"M/d/yyyy"). The locale in rest of ther config is US english (00000409)
I killed all wine-related processes before doing the config-file editing, so
problem is not with running wine process overwriting my configs...
--
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=34194
Bug #: 34194
Summary: ruSamsungTVCommunicator failed to connect
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)superuser.nl
Classification: Unclassified
while running ruSamsungTVCommunicator wine crashed after the application
created an connection to the television. see the attached backtrace
--
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=44389
Bug ID: 44389
Summary: game tries to load but fails to get going. Problem
started after latest update on Mac, the one that was
to fix security concerns.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michael.scaletty(a)gmail.com
Distribution: ---
Created attachment 60311
--> https://bugs.winehq.org/attachment.cgi?id=60311
the error message
Lords of the Realm II does not open. Gives attached error. It began after the
latest update of the IMAC software.
Thank you in advance for the help. I had a real good game going!!
--
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=42565
Bug ID: 42565
Summary: d-link ncs plug-in
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ed(a)galeria-wl.eu
Distribution: ---
msiexec /i installer.msiInstallCamCliCtrl.msi
fixme:winediag:start_process Wine Staging 2.2 is a testing version containing
experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
--
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=47283
Bug ID: 47283
Summary: Mass Effect crashes at launch
Product: Wine-staging
Version: 4.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 64586
--> https://bugs.winehq.org/attachment.cgi?id=64586
Mass Effect 3 backtrace
Hello,
When i try to launch Mass Effect 3 with wined3d + Wine-Staging 4.8 / 4.9, it
crashes at launch. I have not the complete log because there are not real
information about the crash, just have the backtrace create during the crash.
Cheers,
Maxime
--
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=45313
Bug ID: 45313
Summary: AeroAdmin closes instantly
Product: Wine
Version: 3.9
Hardware: x86
URL: http://www.aeroadmin.com/en/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The program doesn't open its windows as expected, it doesn't seem to do
anything when executed.
--
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=46687
Bug ID: 46687
Summary: Since 4.0, Screen resolution 1366x768 is unavailable
in games
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cmercer32768(a)gmail.com
Distribution: ---
Since Wine 4.0, The screen resolution 1366x768 is unavailable in
"NieR:Automata" (DXVK 0.96).
I checked the other games I have, which this also affected, "Tales of Berseria"
(WineD3D), "Star Wars: The Old Republic" (WineD3D), Final Fantasy 14 (DXVK
0.96)
This last worked in Wine 3.21
This effects windowed and fullscreen options.
Here's a link to my system specs
https://gist.github.com/Niroc/ab1f133f7e79e9e0d7932670b5f6cdc5
let me know if you need anything else.
--
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=48482
Bug ID: 48482
Summary: Star Wars Knights of the Old Republic randomly crashes
after failed malloc
Product: Wine
Version: 5.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: info(a)fdossena.com
Distribution: ArchLinux
Created attachment 66272
--> https://bugs.winehq.org/attachment.cgi?id=66272
winedbg output of the crash
I'm trying to play Star Wars Knights of the Old Republic (KOTOR, for short) and
the game randomly crashes on loading screens when played in Wine.
The crash is a null pointer exception (see attached kotorcrash.txt). Nothing
special appears in the terminal, the crash was captured using winedbg.
The issue can be easily replicated by saving in front of a loading door and
going back and forth a few times. It usually happens after 5-10 loads, so
during normal gameplay the game crashes every 30 minutes or so, depending on
the area.
My reverse engineering skills are minimal, but I know how to use IDA a bit, so
I took a peek at the offending code with it (see attached isassembled.png). The
instruction can be reached from 2 paths, one of which contains a malloc that I
think is failing and returning 0. Why it fails I cannot tell. I tried placing a
breakpoint but it gets called too often to be able to play the game (I need
some way to break only if it returns 0, but I don't know how to do it).
I think malloc is part of winelib, so I chose that as the component for this
bug report, if it's wrong please move it to the correct section.
I am willing to help you debug the issue further if you can tell me exactly
what do to. I can also provide game files or saved games to replicate the issue
if you contact me via email.
Software:
* Manjaro Linux 18.1.5 KDE x86-64 (also tested on Ubuntu 19.10)
* KOTOR version 1.0.3 from GOG (also tested with Steam and disc versions)
* Wine version 5.0-rc6 built from source (also tested with 4.0.3 stable,
5.0-rc2 and 5.0-rc2 staging from package manager)
Hardware 1:
* AMD Athlon 300G
* 8GB DDR4
* AMD RX Vega 3 graphics (using open source amdgpu driver)
Hardware 2:
* Intel Core i9 9900k
* 64GGB DDR4
* nVidia GTX 1080 (using both the open source nouveau driver and the
proprietary one)
I've also tried playing in software rendering using Mesa Gallium on LLVMPipe,
the issue was still present.
Note: the game currently doesn't work on Intel graphics due to driver issues.
--
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=16400
Summary: Australian etax help feature does not work
Product: Wine
Version: unspecified
Platform: All
URL: http://ato.gov.au/content/downloads/etax2008/etax2008_1.
exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Pursuant to bug 14560.
The help feature of the Australian etax program no longer segfaults, but merely
present a blank 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.
http://bugs.winehq.org/show_bug.cgi?id=19279
Summary: Roller Coaster Tycoon 2 will not run without
Window/Desktop emulation mode
Product: Wine
Version: 1.1.25
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dave1g(a)satx.rr.com
+++ This bug was initially created as a clone of Bug #19278 +++
after installing the NO-CD patch from gameburnworld.com
$ wine rct2.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f808,0x00000000), stub!
(only a white box artifact was seen in the top left corner of the screen)
running winecfg and turning on desktop emulation mode allows the program to
run just fine though various warnings are printed to the console, nothing was
noticably wrong in the game.
(run winecfg and do your business)
$ winecfg
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0
method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0
method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0
method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0
method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0
method=0)
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
(now run the game)
$ wine rct2.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f808,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
fixme:wave:wodDsCreate DirectSound not implemented
fixme:wave:wodDsCreate The (slower) DirectSound HEL mode will be used instead.
fixme:wave:wodDsCreate DirectSound not implemented
fixme:wave:wodDsCreate The (slower) DirectSound HEL mode will be used instead.
--
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=28177
Summary: Return to Mysterious Island 2 crashes after starting
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.fileplanet.com/201531/200000/fileinfo/Retur
n-to-Mysterious-Island-2---Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=36098)
--> (http://bugs.winehq.org/attachment.cgi?id=36098)
terminal output
The game crashes shortly after starting, without displaying anything.
After changing orm to backbuffer, the game doesn't crash but it hangs and the
terminal output ends with:
fixme:d3d:IWineD3DBaseSwapChainImpl_GetRasterStatus iface 0x15d740,
raster_status 0x32e4e4 stub!
I also noticed that at least the first intro video (company logo) was playing
correctly in Wine-1.2.3 but the game hung afterwards (only with orm=backbuffer;
with orm=fbo the game always produced the same crash as it does in the current
git version). Since Wine-1.3.0 the game hangs (without showing anything) when
orm=backbuffer.
The problem can be reproduced in the demo, too.
Fedora 15 x86
Nvidia gfx card / driver 280.13
--
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=36406
Bug ID: 36406
Summary: Wildstar installer is unusable, all white.
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adys.wh(a)gmail.com
Created attachment 48450
--> https://bugs.winehq.org/attachment.cgi?id=48450
Console output
Output and screenshot 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.
https://bugs.winehq.org/show_bug.cgi?id=38845
Bug ID: 38845
Summary: Regression with 1.7.46, Battle.net launcher no longer
displays
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lt73(a)cs.drexel.edu
Distribution: ---
After upgrading from 1.7.45 to 1.7.46 the Battle.net launcher is just one big
white rectangle, nothing is clickable or visible.. wine is flooding the
terminal with the following
fixme:hlsl_parser:declare_vars Complex initializers are not supported yet.
fixme:hlsl_parser:hlsl_parse Array.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
fixme:hlsl_parser:hlsl_parse Array.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
err:d3dcompiler:compile_shader HLSL shader parsing failed.
fixme:wbemprox:enum_class_object_Next timeout not supported
Downgrading to 1.7.45 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.
https://bugs.winehq.org/show_bug.cgi?id=44288
Bug ID: 44288
Summary: Aldi Steuer 2017 - Video doesn't play back
Product: Wine
Version: 3.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 60121
--> https://bugs.winehq.org/attachment.cgi?id=60121
Console output wine 3.0rc3 (non-staging)
Hello everyone,
I recently got accepted as a Super-Maintainer for a German taxation program
called "Steuer" (which is the German word for tax).
I can startup the application okay but unfortunately video playback for the
tutorial doesn't work and results in an empty white screen.
Console output 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.
https://bugs.winehq.org/show_bug.cgi?id=40766
Bug ID: 40766
Summary: Mac driver doesn't play Independence War (GOG version)
intro video
Product: Wine
Version: 1.9.11
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winemac.drv
Assignee: wine-bugs(a)winehq.org
Reporter: david.dljunk(a)gmail.com
This is for Independence War Deluxe (GOG version) which contains both
Independence War and Independence War: Defiance. I can hear sound but no
visuals (black screen) when playing the intro video for Independence War
through the Mac driver. Interestingly the video *does* play through the X11
driver. However, the game itself seems broken through X11 (mouse and keyboard
don't work - separate issue I'm sure). The game otherwise seems to work through
the Mac driver. Also interesting is that the intro video for Independence War:
Defiance plays fine on both the X11 and Mac driver. No error/fixme messages are
reported in logs when playing the intro movie in the mac driver. There is an
error in X11 (but the movie plays fine anyway):
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
640x480x24 @403688! (XRandR 1.2). The video is inside a .exe and I believe is
an old Bink formatted video. The GOG version appears to contain the SMK codec
for playing movies. The cutscenes within the game itself seem to work.
--
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=44858
Bug ID: 44858
Summary: Disputed Space has blank screen on startup.
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 60913
--> https://bugs.winehq.org/attachment.cgi?id=60913
+d3d,d3dx,d3d9,d3d10,d3d11,dxgi,loaddll,tid,seh,msgbox
When starting on, the screen is completely white.
Some interesting thing appear in the log, maybe unrelated.
00b8:fixme:d3d11:debug_dxgi_format Unrecognized DXGI_FORMAT 0xffffffff.
00b8:fixme:d3d11:wined3dformat_from_dxgi_format Unhandled DXGI_FORMAT
0xffffffff.
--
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=46312
Bug ID: 46312
Summary: White Screen on Mario Forever 6 and 7
Product: Wine-staging
Version: 3.20
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: coolo1mc(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Wine Staging causes a white screen on Mario Forever 6 and 7 where wine
non-staging works.`
Also spams
002a:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glDrawElementsBaseVertex @ ../../../wine/dlls/wined3d/context.c / 4411.
Seems related to the new shaders added in these versions as the old pre-shaders
versions work well
--
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=43739
Bug ID: 43739
Summary: regression - Dark Souls 3 crashes on loading the game
world
Product: Wine
Version: 2.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Created attachment 59225
--> https://bugs.winehq.org/attachment.cgi?id=59225
launching steam + game and then going in the game world - crash
As of 2.15 Wine-staging, the game went in-game but only had black screen and a
HUD.
As of 2.16, the game crashes on trying to go in-game.
Am using proprietary nvidia drivers.
--
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=39352
Bug ID: 39352
Summary: Soulbringer launcher doesn't paint buttons initially
Product: Wine-staging
Version: unspecified
Hardware: x86
URL: http://www.gog.com/game/soulbringer
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Created attachment 52445
--> https://bugs.winehq.org/attachment.cgi?id=52445
screenshot (comparison)
Originally reported in https://bugs.wine-staging.com/show_bug.cgi?id=96
When I start the game launcher, the 4 buttons in it (play,video,advanced,quit)
are not drawn either in fullscreen or in virtual desktop mode.
If I grab the launcher window and move it towards the edge of the screen, the
buttons appear when that part of the window which holds the buttons moves
beyond the screen.
The launcher needs mfc42.dll.
There is no demo version available.
In the terminal:
fixme:win:EnumDisplayDevicesW ((null),0,0x33d9f8,0x00000000), stub!
fixme:ddraw:ddraw7_Initialize Ignoring guid
{aeb2cdd4-6e41-43ea-941c-8361cc760781}.
fixme:win:EnumDisplayDevicesW ((null),0,0x33d9f8,0x00000000), stub!
fixme:ddraw:ddraw7_Initialize Ignoring guid
{aeb2cdd4-6e41-43ea-941c-8361cc760781}.
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000006 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x33ddd8,0x00000000), stub!
The patch from staging to blame:
https://github.com/wine-compholio/wine-staging/blob/master/patches/user32-D…
The patch fixes bug #35652.
wine-1.7.51-225-g3966aff
Fedora 22
XFCE 4.12
XOrg 1.17.2
--
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=45870
Bug ID: 45870
Summary: Star Wars Pit Droids fails to install
Product: Wine
Version: 3.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zzarko(a)gmail.com
Distribution: ---
Created attachment 62369
--> https://bugs.winehq.org/attachment.cgi?id=62369
Screenshot of error
I have tried to install an old Win95 game, Star Wars Pit Droids, but it always
crashes during the install (actual error is in screenshot). I have created
32-bit wine environment and selected W95 as OS version.
The game can be found at:
https://www.myabandonware.com/game/star-wars-pit-droids-403
I have tried this with Wine 2.4, same error. I'll add WINEDEBUG=warn+all
outputs for both 3.16 and 2.4 versions.
--
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=41614
Bug ID: 41614
Summary: Star Wars Galactic Battlegrounds crashes and wine
gives me an "unhandled page fault on write access"
error
Product: Wine
Version: 1.9.21
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ipenguin(a)gmail.com
Created attachment 55964
--> https://bugs.winehq.org/attachment.cgi?id=55964
Terminal output at time of crash
Tried to play multiplayer SWGB 1.1 through Voobly. My friend has the same Wine
version and game version installed as I do, and his version works fine. When we
play multiplayer, my game crashes every time, usually within 3-5 mins. I get an
error popup: "The program battlegrounds_x1.exe has encoutnered a serious
problem and needs to close. We are sorry for the inconvenience."
The wine error readout from the terminal from approximately the time the game
starts is attached. My friend whose game did not freeze got most of the same
errors in Wine, but the error I got that he didn't is:
wine: Unhandled page fault on write access to 0x8b11762d at address 0x401c3e
(thread 008b), starting debugger...
Any ideas what could be causing this?
--
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=41028
Bug ID: 41028
Summary: Не запускается приложение пишет.
blacksokol@blacksokol-SATELLITE-L755D:~/.local/share/w
ineprefixes/EAWX32/drive_c/Program
Files/LucasArts/Star Wars Empire at War Forces of
Corruption$ ./SGTPCLauncher.exe The entry point method
could not be loaded
Product: Wine
Version: 1.9.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 79625490833(a)yandex.ru
Distribution: ---
Здравствуйте. Не запускается приложение пишет The entry point method could not
be loaded. Само приложение загружено с сайта.
http://stargate-eaw.de/index.php/de/2014-04-23-12-33-8/downloads/file/1-lau…
вот ссылка на приложение. Bugtrace нет.
--
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=38034
Bug ID: 38034
Summary: Guild Wars: Game starts sometimes minimized
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
Created attachment 50670
--> https://bugs.winehq.org/attachment.cgi?id=50670
Terminal output
On starting the game it starts sometimes minimized and the terminal does then
contain the line "err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching
mode found 1680x1050x32 @60! (XF86VidMode)" which does otherwise not appear.
--
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=33874
Bug #: 33874
Summary: CodeGear Delphi 2009: Object Inspector is all black
Product: Wine
Version: 1.6-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fael_mc(a)msn.com
Classification: Unclassified
Created attachment 44937
--> http://bugs.winehq.org/attachment.cgi?id=44937
Picture
For success with delphi: you need:
winetricks mdac28 dotnet20 msxml3 ie7
And then Install Delphi, Delphi only (not for C + + Builder and Delphi for the
Microsoft. NET Framework).
Open Delphi, Delphi will open normally, but the Object Inspector is all black
as pictured
--
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=29599
Bug #: 29599
Summary: eRacer demo: screen too dark
Product: Wine
Version: 1.3.37
Platform: x86
URL: http://www.fileplanet.com/60483/60000/fileinfo/eRacer-
Online-Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 38348
--> http://bugs.winehq.org/attachment.cgi?id=38348
+xvidmode log
The screen is so much dark in eRacer that you can hardly see anything.
This bug affects Eurofighter Typhoon too (from the same developer: Rage
Software).
The screen stays dark after exiting the game and I have to restore the original
gamma of the screen by 'xgamma -gamma 1.0'.
I tried to take screenshots of the problem, but interestingly, the brightness
of the screenshots is correct, and every detail on the screenshots is visible.
Steps to reproduce the problem with the demo:
1. Install the demo as usual.
2. Remove/rename intro.avi from eRacer/Gui/Avi. Start the game by eracer.exe.
3. Text is missing from the game (bug #29598). In the menu press the down arrow
once, so the 2nd option is selected and press <Enter>, then press <Enter> again
on the next screen. The race should be started. In mid-game you can notice that
most of the textures (the environment) are so dark that you can barely see
anything.
Fedora 16
Nvidia 250 / driver 290.10
X.Org X Server 1.11.3
--
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=19969
Summary: 2weistein + ElDorado: y and z switched with German
keyboard/locale
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: hoehle(a)users.sourceforge.net
I'm using the German version of both apps below, with LANG=de_DE.UTF-8 typical
of a German locale and a German keyboard with Ubuntu Intrepid. One
particularity of the German keyboard is that Y and Z are switched.
2weistein is entirely driven by mouse except in the savegame dialog. There, z
and y are switched (as if I were using a US keyboard) when entering the file
name.
El Dorado (German localised version) uses the y key to run. I must press the z
key (between t and u) instead (in both the configuration menu and during game
play).
The bug about 2weistein also occurs with MacOS X.5.7, XQuartz 2.3.3.2 and
Apple's German keyboard.
Many other apps work fine.
I thought Wine had code to sort-of revert the locale-dependent keyboard mapping
(like dosbox). 2weistein is surprising, since one would not expect it to use
low-level scancodes or similar in basically a file requester -- and it
originates from Germany, so it undoubtfully works well in a German MS-Windows.
Maybe the default code page selection does not work correctly? I also own a
very old French title ("Kiyeko et les voleurs de nuit"; it says "win3.1
minimum") that supports 5 European languages and starts in English even with
LANG=fr_... (the French locale files are installed on the Ubuntu system). I
wrote no bug report so far because I couldn't test yet how it starts in
MS-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.
https://bugs.winehq.org/show_bug.cgi?id=48438
Bug ID: 48438
Summary: mfplat support regression
Product: Wine
Version: 5.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: edpil02(a)orange.fr
Distribution: ---
I was able to play ride 3 bikes game with native mfplat.dll :
built-in mfplat.dll -> black screen (because cant play mp4 movies)
native mfplat -> the game run (can play the intro movies).
But latest versions of wine (4.16 ?) seems to crash now with native mfplat.
Get this error :
00b7:fixme:mfplat:mfsession_Shutdown 0000000025CC1140.
00b7:fixme:mfplat:mfsession_Shutdown 0000000025CC1320.
The game does not crash but cant start because it cant play the intro movie.
Seems that wine have been patch for mfplat support in may 2019 , but not sure.
Sorry for my english.
--
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=39869
Bug ID: 39869
Summary: QQmusic 2015 can not login
Product: Wine
Version: 1.9.0
Hardware: x86
URL: http://dldir1.qq.com/music/clntupate/QQMusicV12.24.332
3.1216YQQ.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Distribution: SUSE
Created attachment 53229
--> https://bugs.winehq.org/attachment.cgi?id=53229
QQMusic.log
1.Download from http://dldir1.qq.com/qqfile/QQIntl/QQi_PC/QQIntl2.11.exe
2.winetrick riched20 to fix bug 5162
3. login with the folloing testing account:
account: 1469264807
Password: winedebug
Useing winetricks to install gdiplus_winxp could fix this bug.
--
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=30755
Bug #: 30755
Summary: gdiplus tests fail if stix fonts present
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
On Centos 6, "make test" causes (among others) the failures
runtest -q -P wine -M gdiplus.dll -T ../../.. -p gdiplus_test.exe.so
~/wine-git/dlls/gdiplus/tests/font.c && touch font.ok
...
font.c:396: Test failed: Expected 0, got 3
font.c:397: Test failed: got NULL font collection
make[1]: *** [font.ok] Error 2
/home/dank/wine-git/tools/runtest -q -P wine -M gdiplus.dll -T ../../.. -p
gdiplus_test.exe.so /home/dank/wine-git/dlls/gdiplus/tests/graphics.c && touch
graphics.ok
...
graphics.c:1978: Test failed: Expected 00000000, got 00000010
Unhandled exception: page fault on read access to 0x00000048 in 32-bit code
(0x6834d776).
Backtrace:
=>0 0x6834d776 get_log_fontW+0x16() in gdiplus (0x0032f8c8)
1 0x68358d57 get_font_hfont+0xf6() in gdiplus (0x0032f9f8)
2 0x6835d1cd GdipDrawString+0x26c() in gdiplus (0x0032fb78)
3 0x71cb8763 test_GdipDrawString+0x232() in gdiplus_test (0x0032fc38)
4 0x71cc5c45 func_graphics+0xb84() in gdiplus_test (0x0032fd18)
...
Looks like
GdipNewInstalledFontCollection() which calls
EnumFontFamiliesExW() which calls
add_font_proc() which calls
GdipCreateFontFamilyFromName()
and is failing because the latter function somehow chokes on the stix fonts
(http://stixfonts.org) bundled with centos 6.
Doing
sudo chmod 000 /usr/share/fonts/stix
works around the problem.
--
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=39880
Bug ID: 39880
Summary: gdiplus tests fail if locale is not en_US
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
$ make test
../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p
gdiplus_test.exe.so brush && touch brush.ok
fixme:gdiplus:GdipGetLineTransform not implemented
fixme:gdiplus:GdipGetPathGradientPath not implemented
../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p
gdiplus_test.exe.so customlinecap && touch customlinecap.ok
../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p
gdiplus_test.exe.so font && touch font.ok
font.c:757: Test failed: wrong face name ˼Դ���� CN Bold
font.c:762: Test failed: Expected 0, got 14
font.c:768: Test failed: wrong face name ?2�J��?2
fixme:gdiplus:GdipGetLineSpacing ignoring style
font.c:307: Tests skipped: Times New Roman not installed
Makefile:255: recipe for target 'font.ok' failed
make: *** [font.ok] Error 3
After setting the locale from zh_CN.utf8 to en_US by
$ export LC_ALL=en_US
Then run the test, it works fine.
Is this bug related to bug 30755?
--
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=48819
Bug ID: 48819
Summary: user32:win "unexpected 0x0282" message" Japanese
Windows 10 failures
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: major
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The TestBot's w1064v1809-zh_CN configuration runs the tests on Windows 10 1809
in a Chinese locale. This test configuration gets unique and systematic
failures in user32:win:
win.c:3852: Test failed: hwnd 01E40500 message 0282
win.c:3858: Test failed: message 0282 available
win.c:3931: Test failed: hwnd 01E40500/00390448 message 0282
win.c:3934: Test failed: hwnd 01E40500/00390448 message 0282
Message 0x0282 is WM_IME_NOTIFY so this looks like a legitimate message given
the locale, one that was just not foreseen by the user32:win test.
See: https://test.winehq.org/data/tests/user32:win.html
However note that quite often WineTest fails to submit its results to
test.winehq.org, typically because it times out. So you can more easily find
the latest failure by looking for the "32 bit WineTest: base VMs" jobs on the
TestBot.
Finally, three of these messages include the window handles which means they
are "always new". Because of this the TestBot will mistakenly attribute the
failure to any user32 patch submitted to wine-devel, which should cause them to
be rejected. So I bumped the priority on this bug.
--
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=40666
Bug ID: 40666
Summary: Cossacks - European Wars: Fails to launch after intro
video
Product: Wine
Version: 1.9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.orion.uberspace.de
Distribution: Other
Created attachment 54536
--> https://bugs.winehq.org/attachment.cgi?id=54536
Console output
When I attempt to launch the GOG version of Cossacks - European Wars with Wine
1.9.10 the intro videos begin to play (with issues, but I will open another
ticket for that bug). Upon pressing escape the player should be brought to the
main menu, but nothing actually happens (except that the videos stop playing).
This appears to be a regression since this step works on Wine 1.6.2. However I
do not have the time to do a full regression test to find the exact commit in
which the regression was introduced.
I am attaching the console output (there isn't much there though).
--
Some additional info about my system (just in case):
Distro: Linux Mint 17.3 (64 bit)
Kernel: 4.4.0-21-generic
Graphics: Proprietary NVIDIA 364.19
--
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=47937
Bug ID: 47937
Summary: ddraw tests crash with in real windows XP
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
ddraw/tests/ddraw4.c and ddraw/tests/ddraw7.c tests crash in Windows XP
ddraw4.c:16394: Test failed: Got unexpected caps 0x104a72fc.
ddraw4.c:16396: Test failed: Got unexpected caps 0x104a72fc.
ddraw4.c:16427: Test failed: Got unexpected caps 0x104a72fc.
ddraw4.c:16429: Test failed: Got unexpected caps 0x104a72fc.
ddraw4.c:16431: Test failed: Got unexpected caps 0x421350.
ddraw4.c:16437: Test failed: Got unexpected hr 0x80004005.
ddraw4.c:16437: this is the last test seen before the exception
0d4c:ddraw4: unhandled exception c0000005 at 004A6699
C:\Documents and Settings\Administrateur\Mes documents\Téléchargements>
ddraw7.c:16371: Test failed: Got unexpected caps 0x104a72fc.
ddraw7.c:16373: Test failed: Got unexpected caps 0x104a72fc.
ddraw7.c:16401: Test failed: Got unexpected caps 0x104a72fc.
ddraw7.c:16403: Test failed: Got unexpected caps 0x104a72fc.
ddraw7.c:16405: Test failed: Got unexpected caps 0x421350.
ddraw7.c:16411: Test failed: Got unexpected hr 0x80004005.
ddraw7.c:16411: this is the last test seen before the exception
0c3c:ddraw7: unhandled exception c0000005 at 004F509F
--
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=44990
Bug ID: 44990
Summary: No HTTPS
Product: Wine
Version: 3.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: jon.tech.uk(a)gmail.com
Distribution: ---
Connection to HTTPS fails when setting wininet to native:
003e:err:secur32:schan_AcquireClientCredentials Could not find matching
protocol
Test run with wininet=native exhibiting the error:
$ WINEPREFIX=~/.wine32 WINEARCH=win32 winetricks wininet=native winihttp=native
Using winetricks 20180217-next - sha256sum:
e5c949bb20dbc6ed1257b7807dc475b8ce5f456d0d8c8c58b8b54492dd9f058b with wine-3.0
(Debian 3.0-1~mx17+1) and WINEARCH=win32
Using native override for following DLLs: wininet
Executing wine regedit C:\windows\Temp\_native\override-dll.reg
Using native override for following DLLs: winihttp
Executing wine regedit C:\windows\Temp\_native\override-dll.reg
$ WINEPREFIX=~/.wine32 WINEARCH=win32 wine iexplore google.com
0012:err:module:import_dll Library mscoree.dll (which is needed by
L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe") not found
0012:err:module:attach_dlls Importing dlls for
L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe" failed,
status c0000135
000f:err:service:process_send_command service protocol error - failed to write
pipe!
003e:err:secur32:schan_AcquireClientCredentials Could not find matching
protocol
0009:err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with
error 0x8001011d
Test run with wininet=builtin executing correctly error free:
$ WINEPREFIX=~/.wine32 WINEARCH=win32 winetricks wininet=builtin
winihttp=native
Using winetricks 20180217-next - sha256sum:
e5c949bb20dbc6ed1257b7807dc475b8ce5f456d0d8c8c58b8b54492dd9f058b with wine-3.0
(Debian 3.0-1~mx17+1) and WINEARCH=win32
Using builtin override for following DLLs: wininet
Executing wine regedit C:\windows\Temp\_builtin\override-dll.reg
Using native override for following DLLs: winihttp
Executing wine regedit C:\windows\Temp\_native\override-dll.reg
$ WINEPREFIX=~/.wine32 WINEARCH=win32 wine iexplore google.com
0012:err:module:import_dll Library mscoree.dll (which is needed by
L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe") not found
0012:err:module:attach_dlls Importing dlls for
L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe" failed,
status c0000135
000f:err:service:process_send_command service protocol error - failed to write
pipe!
9[2f51808]: TSF: 0x5e45260 TSFStaticSink::Init() FAILED to install
ITfInputProcessorProfileActivationSink (0x80004001)
9[2f51808]: TSF: TSFTextStore::Initialize() FAILED to initialize
TSFStaticSink instance
Tested with multiple versions of wine, last two checked with are:
$ WINEPREFIX=~/.wine32 WINEARCH=win32 wine --version
wine-3.0 (Debian 3.0-1~mx17+1)
$ WINEPREFIX=~/.wine32 WINEARCH=win32 /opt/wine-staging/bin/wine --version
wine-3.5 (Staging)
Originally submitted with winetricks issue tracker, see
https://github.com/Winetricks/winetricks/issues/966 for further details.
--
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=44803
Bug ID: 44803
Summary: Age of Empires II Forgotten Empires crashes "Unhandled
privileged instruction"
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: raphael.nestler(a)gmail.com
Distribution: ---
Created attachment 60841
--> https://bugs.winehq.org/attachment.cgi?id=60841
Log from the console
Since a day Age of Empires II Forgotten Empires crashes on startup with the
message "wine: Unhandled privileged instruction at address 0x7e2c5895 (thread
00ce), starting debugger...". See the attached log for more details.
--
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=44732
Bug ID: 44732
Summary: Enterprise Architecture keeps crashing, happening more
often in recent times
Product: Wine
Version: 1.8.3
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dane(a)dotmodus.com
Created attachment 60740
--> https://bugs.winehq.org/attachment.cgi?id=60740
Application keeps crashing, happening more often in recent times
Application keeps crashing, happening more often in recent times
--
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=43977
Bug ID: 43977
Summary: It crashed while working on Sparx System EA product.
Opened an existing diagram, went kaput!
Product: Wine
Version: 2.0.3
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: saikrish(a)akamai.com
Created attachment 59632
--> https://bugs.winehq.org/attachment.cgi?id=59632
core dump
Unhandled exception: page fault on read action
Installed EA software per:
http://www.sparxsystems.com/support/faq/enterprise-architect-WINE.html. (with
some modifications - I had to use brew)
I had some font issues as well, that the product kept popping up a dialog modal
window for GetNewFont2() error and CreateFontError() etc.
Thanks
SK
--
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=42130
Bug ID: 42130
Summary: League of Legends
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emanmc(a)gmail.com
Distribution: ---
Created attachment 56674
--> https://bugs.winehq.org/attachment.cgi?id=56674
League of Legends
League of Legends crash
--
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=39343
Bug ID: 39343
Summary: Thunder crashes without native winhttp
Product: Wine
Version: 1.7.51
Hardware: x86
URL: http://down.sandai.net/thunder7/Thunder_dl_7.9.40.5006
.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Regression SHA1: 73ab5034efb418251c17a0e49bbf1dc4190e5bfe
Distribution: ---
Created attachment 52432
--> https://bugs.winehq.org/attachment.cgi?id=52432
trace-winhttp-thunder
1.Dowmload form http://down.sandai.net/thunder7/Thunder_dl_7.9.40.5006.exe
2.Run “wine Thunder_dl_7.9.40.5006.exe" to install
3.Using "winetricks riched20" to fix another crash bug.
4.wine C:\\Program\ Files\\Thunder\ Network\\Thunder\\Program\\Thunder.exe
-StartType:DesktopIcon
--
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=36565
Bug ID: 36565
Summary: Mouse movement extremly smoothed in some games,
impossible to control.
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: roboman2444(a)gmail.com
In some games, such as RAGE and Stalker:SOC, the mouse acts as if it has a very
huge smoothing filter applied to it. However, the in game cursor will only move
at times you move your mouse. This used to not be a problem, but i can not
remember the version in which it started.
This makes it impossible to play the games, as not only the menus extremely
hard to interact with (unless you use arrow keys and enter), but most of the
time will be spent looking at the ground/sky and spinning.
Setting the games to windowed mode, or changing wine's virtual desktop option
does not help. Nor does Wine's mouse grab option or mousewarpoverride registry
setting.
--
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=34931
Bug #: 34931
Summary: Unhandled exception while installing Quicken 2014
Product: Wine
Version: 1.7.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alen.siljak(a)gmail.com
Classification: Unclassified
Created attachment 46550
--> http://bugs.winehq.org/attachment.cgi?id=46550
Log
At the beginning of the MSI installation of Quicken 2014 Wine crashes. Log
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=34293
Bug #: 34293
Summary: Hauptwerk 4.0.0 64-bit will in stall but not run.
32-bit version runs.
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mark.a.farthing(a)gmail.com
Classification: Unclassified
Created attachment 45652
--> http://bugs.winehq.org/attachment.cgi?id=45652
Debug output from Wine and Playonlinux
Hauptwerk 4.0.0 Free Edition 64-bit will load but not run. Almost as soon as
one starts the program, one gets an error popup (C++ run time error - "This
application has requested the runtime to terminate it in an unusual way"). I
then ran it through playonlinux and got the debug output in the attachment
(this debug output is the result of several attempts, so will contain a lot of
duplication).
--
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=30957
Bug #: 30957
Summary: Unhandled exception: page fault on read access to
0xffffffff in segmented 32-bit code
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chiszp(a)hotmail.com
Classification: Unclassified
Created attachment 40618
--> http://bugs.winehq.org/attachment.cgi?id=40618
backtrace, log
I'm attempting to install Protel Advanced Schematic v3.0 (old software, viewing
setup.exe in a hex editor see references to a Borland installer).
Running 'wine setup.exe' crashes after clicking 'Full Install'. Log included in
attachment as requested.
Disassembling at the crash location 0x1027:0x0508, the instruction appears to
be:
testl 0xffffffff,%fs:0x200
but the crash suggests wine is attempting to read from address 0xffffffff,
rather than treating it as a literal value (a signed -1).
--
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=27800
Summary: NFS U1: Incorrect name of the game controller (wheel)
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
I was asked by Lucas Fialho Zawacki to make some comparison of my wheel between
WinXP and Wine. I took Need for Speed Underground 1 for the tests:
Options -> Controller -> Controller Setup -> "2nd column":
WinXP says: "Wheel"
Wine says: "Joypad"
Tested with:
* wheel "Logitech Wingman Formula Force GP"
* wine-1.3.24-174-g4b4dd30.
--
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=24079
Summary: VSphere Client 4.1: Unable to connect to server
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://vsphereclient.vmware.com/vsphereclient/2/5/8/9/
0/2/VMware-viclient-all-4.1.0-258902.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vince(a)marsters.co.uk
Created an attachment (id=30288)
--> (http://bugs.winehq.org/attachment.cgi?id=30288)
output log when run from a command line
Once installed and dotnet30 installed using winetricks the application runs but
when you enter the server IP, username and password of the ESXi server and
click login there is a connecting message which eventually changes 'Connection
Failed' along with a popup "vSphere Client could not connect to 'server ip' The
server took too long to respond (The operation has timed out)"
--
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=12664
Summary: Game Craft after selecting Pilot
Product: Wine
Version: 0.9.59.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=11224
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kur1g3n(a)hotmail.com
Created an attachment (id=12321)
--> (http://bugs.winehq.org/attachment.cgi?id=12321)
Log of what says wine all the way from launcher to game crash
Once in game, we can choose the pilot we want to play, after selecting it, the
game begins loading, and it crashes during loading (or at end ?)
--
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=46490
Bug ID: 46490
Summary: ddraw_crosstest fails badly in a real windows 10 box
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Created attachment 63328
--> https://bugs.winehq.org/attachment.cgi?id=63328
error with ddraw_crosstest
In my real windows 10, ddraw_crosstest fails very early for ddraw1-7. It is
quite annoying since I can not test my own conformance test in my real windows
10 box.
--
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=22726
Summary: CodeGear RAD Studio 2007/2009 installation errors:
column 3/4 out of range, missing column in table
L"Property"
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.codegear.com/products/radstudio
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-bug(a)gigawatt.nl
CC: dank(a)kegel.com, liquitsnake(a)gmx.net
+++ This bug was initially created as a clone of Bug #13042 +++
The installer of CodeGear RAD Studio 2007 and 2009 fails as reported in #13042.
That bug contains a patch which fixes this problem, and allows the installation
to continue. However, later on, it still fails:
err:msidb:get_tablecolumns column 3 out of range
err:msidb:get_tablecolumns column 4 out of range
err:msidb:get_tablecolumns missing column in table L"Property"
I have reported this as a new bug because at first sight this looks completely
unrelated, but if that was wrong, this can be closed as a duplicate.
The steps I have taken to see this problem:
- Start with a clean config
- Set mode to Windows 2000
- Install MDAC 2.8 SP1
- Set mode back to Windows XP
- Make the RAD Studio (2007 or 2009) installation disc available as D:\
- Run D:\Install\Setup.exe
- Click "Retry" once during the automatic .NET Framework installation
- Choose your selection, same problem with everything except for the first
option (CodeGear RAD Studio) deselected, as with everything selected
- Proceed with the installation
It finishes unpacking, and I find the unpacked files as, for example,
.wine/drive_c/users/Public/Application
Data/{B278BA8C-C407-4742-B58E-CE34D8C8A15B}/corey/B1A48A5A/39948DF1/bds.exe
and those files look correct, or at least the text files that I could check do.
However, then it hangs. The installer says "Windows Installer", on the console
I see error messages (look up), and the only action I can take is to click
"Cancel", which also doesn't actually work.
I am using Wine 1.1.44, as reported by wine --version. I do not know what more
information you need, but I will be happy to answer any questions.
--
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=38199
Bug ID: 38199
Summary: Won't start.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tombenko(a)gmail.com
Distribution: ---
The installer works good (after some raping), but the game won't start, just
drops a message saying something serious happened. The debugger still runs...
When it is over or I get bored of it, will attach log.
--
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=41412
Bug ID: 41412
Summary: Star Wars - The Old Republic (SWTOR 4.7.1) Takes 17
Minutes After Clicking "Play" For Splash Screen &
Character Selection Screen to Appear
Product: Wine
Version: 1.9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: jeremy.of.many2(a)gmail.com
Distribution: ---
Created attachment 55773
--> https://bugs.winehq.org/attachment.cgi?id=55773
DEBUG LOG of SWTOR_FIX.EXE and then LAUNCHER.EXE
Gigabyte Z87X-UD3H-CF Motherboard
Ethernet Connection I217-V (Onboard NIC)
Seasonic PLATINUM-520FLII ATX 12V 24PIN 520W Active PFC 80PLUS Modular Fanless
PSU
2 x F3-12800CL9-4GBXL (DIMM DDR3 Synchronous 1600 MHz (0.6 ns))
Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
NVIDIA GeForce GTX 660 GPU (Driver Version 361.42-0ubuntu2)
NVIDIA HDMI Audio to TV (1360x768)
Auzentech X-Fi Forte 7.1 (EMU20k2 [X-Fi Titanium Series])(For Microphone and
Headphones only)
KINGSTON SH103S3 120GB SSD (Divided into 2 partitions - Linux & Windows 7
Linux Mint 18 Sarah 16.04 LTS (XFCE Edition) x64
I am using Wine-staging 1.9.19 and winetricks (d3dx9, vcrun2008)
I have winecfg set to Windows 10 Compatibility and Virtual Desktop of 1360x768.
I have a 32-bit WINEPREFIX on 64-bit Mint Linux (.bashrc):
export WINEARCH=win32
export WINEPREFIX=~/SWTOR
http://i.imgur.com/LAxbG3q.png
I installed swtor_setup.exe, the launcher updated twice, I entered my username
and password, got the error:
http://i.imgur.com/5giFqyN.png
I closed WINE and disabled BitRaider:
http://i.imgur.com/G67q9fk.png
I downloaded all the game data:
http://i.imgur.com/ZZV5Dcz.png
I launched swtor_fix.exe and launcher.exe again:
http://i.imgur.com/aln6sKO.png (showing debug command, normally just "wine
swtor_fix.exe")
http://i.imgur.com/v3exoWr.png (showing debug command, normally just "wine
launcher.exe")
Task Manager:
http://i.imgur.com/gJxnrzj.png?1
Login screen, entered username and password:
http://i.imgur.com/uV55kYw.png?1
Clicked "Play" Button:
http://i.imgur.com/w5Q5r1c.png?2
Wait 17 minutes to arrive at splash screen then character select screen:
http://i.imgur.com/IR0lF8F.jpg?1
See attached debug information.
I note I originally had 3 debug logs (swtor_fix, the launcher BEFORE the 17
minute wait and AFTER the wait). For the purposes of submitting this bug report
I have appended all 3 of them together and added text to separate them. Please
do a find for "17 minute wait" to be taken to that line in the text.
Side note - I started using Linux in late August and have been trying to get
SWTOR running (without the 17-minute wait) since then so that should give you
an indication of how determined I am to find a fix and contribute to the
community.
Please feel free to e-mail me at jeremy.of.many(a)gmail.com if you have any
questions, suggestions for things I can try or additional debug info.
I have tried to be as thorough as possible in my findings and this initial bug
report.
Thank you for your time.
Cheers,
Jeremy
--
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=42273
Bug ID: 42273
Summary: Biet-O-Matic icons in icon bar loaded in wrong size
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: rebe(a)gmx.net
Distribution: ---
Created attachment 56978
--> https://bugs.winehq.org/attachment.cgi?id=56978
Biet-O-Matic Wine 2.0RC5
Using Biet-O-Matic (BOM) 2.14.14, an ebay sniper app written in VB and with
source code licensed under the gpl, the top bar icons are displayed wrongly,
scaled, so that only the top left quarter of the icon is shown.
I assume this relates to the olepicture implementation.
--
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=29030
Bug #: 29030
Summary: Lego Universe installer looks terrible
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
See attachments (inc)
--
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=47930
Bug ID: 47930
Summary: LEGOLand crashes when going into gameplay
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: trymeout(a)tutanota.com
Distribution: ---
Created attachment 65429
--> https://bugs.winehq.org/attachment.cgi?id=65429
crash logs
When I launch Legoland, the menu works but when I click on "Start LegoLand
Game" and skip the instructions the game crashes.
--
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=49338
Bug ID: 49338
Summary: Black screen when playing videos in Lylian demo
Product: Wine
Version: 5.10
Hardware: x86
URL: http://www.fileplanet.com/217922/210000/fileinfo/Lylia
n-Demo
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: Ubuntu
Testing bug 39206, I encountered this bug: when playing video, the screen is
black. One can hear music but no picture.
wine LylianDemo.exe
00c8:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
00c8:fixme:heap:RtlCompactHeap (0xad0000, 0x0) stub
00c8:fixme:win:LockWindowUpdate (0x20070), partial stub!
00c8:fixme:win:LockWindowUpdate ((nil)), partial stub!
00c8:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi
sound output probably won't work.
00f8:fixme:gstreamer:amt_from_gst_video_info Unhandled type RGB.
00fc:fixme:gstreamer:amt_from_gst_video_info Unhandled type RGB.
00fc:fixme:gstreamer:amt_from_gst_video_info Unhandled type RGB.
00f8:fixme:gstreamer:amt_from_gst_video_info Unhandled type RGB.
0100:fixme:gstreamer:amt_from_gst_video_info Unhandled type RGB.
00fc:fixme:gstreamer:amt_from_gst_video_info Unhandled type RGB.
00f8:fixme:gstreamer:amt_from_gst_video_info Unhandled type RGB.
00fc:err:gstreamer:watch_bus avidemux0: Internal data stream error.
00fc:err:gstreamer:watch_bus gstavidemux.c(5780): gst_avi_demux_loop ():
/GstBin:bin0/GstDecodeBin:decodebin0/GstAviDemux:avidemux0:
streaming stopped, reason not-negotiated (-4)
(wine:9574): GStreamer-CRITICAL **: 09:45:46.041: gst_util_set_object_arg:
assertion 'G_IS_OBJECT (object)' failed
00c8:fixme:qedit:SampleGrabber_IMemInputPin_GetAllocatorRequirements
(007A2580)->(0031F264): semi-stub
00f8:fixme:gstreamer:amt_to_gst_caps_video Unknown video format (subtype
{64697663-0000-0010-8000-00aa00389b71}, compression 0x64697663).
00c8:fixme:win:LockWindowUpdate (0x20070), partial stub!
00c8:fixme:win:LockWindowUpdate ((nil)), partial stub!
00c8:fixme:win:LockWindowUpdate (0x20070), partial stub!
00c8:fixme:win:LockWindowUpdate ((nil)), partial stub!
0130:fixme:gstreamer:amt_from_gst_video_info Unhandled type RGB.
012c:fixme:gstreamer:amt_from_gst_video_info Unhandled type RGB.
0134:fixme:gstreamer:amt_from_gst_video_info Unhandled type RGB.
012c:fixme:gstreamer:amt_from_gst_video_info Unhandled type RGB.
0128:fixme:gstreamer:amt_from_gst_video_info Unhandled type RGB.
0134:fixme:gstreamer:amt_from_gst_video_info Unhandled type RGB.
0128:fixme:gstreamer:amt_from_gst_video_info Unhandled type RGB.
0130:err:gstreamer:watch_bus avidemux2: Internal data stream error.
0130:err:gstreamer:watch_bus gstavidemux.c(5780): gst_avi_demux_loop ():
/GstBin:bin2/GstDecodeBin:decodebin1/GstAviDemux:avidemux2:
streaming stopped, reason not-negotiated (-4)
(wine:9574): GStreamer-CRITICAL **: 09:46:42.454: gst_util_set_object_arg:
assertion 'G_IS_OBJECT (object)' failed
00c8:fixme:qedit:SampleGrabber_IMemInputPin_GetAllocatorRequirements
(007A2958)->(0031F264): semi-stub
00c8:fixme:win:LockWindowUpdate (0x20070), partial stub!
00c8:fixme:win:LockWindowUpdate ((nil)), partial stub!
00c8:fixme:win:LockWindowUpdate (0x20070), partial stub!
00c8:fixme:win:LockWindowUpdate ((nil)), partial stub!
--
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=50159
Bug ID: 50159
Summary: Lylian demo plays: we can hear sounds but no video.
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
Created attachment 68676
--> https://bugs.winehq.org/attachment.cgi?id=68676
console output with quartz debug channel enabled
All is said in the tile.
Demo starts, one can hear sound, but no video is played.
--
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=49397
Bug ID: 49397
Summary: DX11 Sample "Texturing and Lighting" fails with error
"Failed to load texture"
Product: Wine
Version: 5.10
Hardware: x86-64
URL: https://drive.google.com/uc?export=download&id=0B0ND0J
8HHfaXenFyNC12ZlJlS1U
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ArchLinux
Created attachment 67467
--> https://bugs.winehq.org/attachment.cgi?id=67467
+d3d11,+d3d,+dxgi
I'm running Arch Linux with a GTX 750Ti (driver version 440.82).
Attached is a +d3d11,+d3d,+dxgi log.
--
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=47875
Bug ID: 47875
Summary: kernel32:file: FindFirstFile("foo\nul\bar") succeeds
on AMD graphics!
Product: Wine
Version: 4.17
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
On some machines kernel32:file systematically gets the following two failures:
file.c:2709: Test failed: FindFirstFile on C:\foo\bar\nul should fail
file.c:2710: Test failed: Bad Error number -559038801
-559038801 is 0xdeadbeaf which is the value LastError is set to before the
test:
SetLastError( 0xdeadbeaf );
strcpy(buffer2, buffer);
strcat(buffer2, "foo\\bar\\nul");
handle = FindFirstFileA(buffer2, &data);
ok ( handle == INVALID_HANDLE_VALUE, "FindFirstFile on %s should fail\n",
buffer2 );
ok ( err == ERROR_PATH_NOT_FOUND, "Bad Error number %d\n", err );
This suggests that FindFirstFile() succeeds in finding "foo\bar\nul".
Furthermore this only happens on two Windows 8.1 machines, cw-rx460 and
dr-RS740, both in the 32 and 64 bit tests.
They share the same build number (9600) but so does cw2-gtx560 which does not
have these failures. The other common point is that they both have an AMD
graphics card and, presumably, the corresponding driver. But why would a
graphics driver change the behavior of FindFirstFile()?
--
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=48032
Bug ID: 48032
Summary: Errors when installing games in Origin (regression)
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
During game installations, Origin will almost always print "An unexpected error
has occurred. Please try again in a few moments. Error: 327682:11" and not flag
the game as successfully installed.
Through bisect I've found that this is a regression which was caused by commit
e4ca5dbec056c977bffce31bd7901aaec884f199 (server: Add new pipe servers to the
end of the servers list). Reverting that commit against wine-4.3 also fixed the
issue (can't revert it against 4.19 as git revert doesn't let me).
I've made a log with +server debug channel. It was too big for bugzilla so I
had to upload it to my Google Drive:
https://drive.google.com/open?id=1doEVWo1qW1ppP_VemoCu8xhFkWXEsn0z
(oh, and ignore errors about wine not finding some .exes - i disabled them
myself for certain reasons).
Let me know if anything else is needed.
--
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=48776
Bug ID: 48776
Summary: GoToMeeting Opener crashes
Product: Wine
Version: 5.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Tried to get a goto meeting running just with an older Firefox and Wine.
Unfortunately the "GoToMeeting Opener.exe" crashes short after start,
when showing around 10% progress.
I could follow the crash to an allocation of 0x100000 bytes,
to which some data get asynchronously downloaded, written to a file,
and then freed.
But after that, below a INTERNET_WorkerThreadFunc,
a memcpy tries to access the previously freed memory.
Further looking might lead to a SetEvent that get triggered by
the INTERNET_STATUS_RECEIVING_RESPONSE callback,
but I am not sure if this is related or supposed the way it runs now.
A windows Firefox offers for following link a download:
https://global.gotomeeting.com/join/100000000
(meeting id changed - the download is the same
except 176 bytes, but shows the same 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=42795
Bug ID: 42795
Summary: LEGO City Undercover crashes on startup (Steam, DX11)
Product: Wine
Version: 2.5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Created attachment 57820
--> https://bugs.winehq.org/attachment.cgi?id=57820
Console log + Backtrace from wine-2.5-151-g61a1a266fa
LEGO City Undercover crashes on startup under wine-2.5-151-g61a1a266fa.
winetricks alldlls=builtin
export WINEDEBUG=+tid,+seh
wine ./Steam.exe -no-cef-sandbox steam://run/578330 >>log.txt 2>&1
--
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=35304
Bug ID: 35304
Summary: `wine start appwiz.cpl` doesn't work
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Classification: Unclassified
$ wine start appwiz.cpl
err:wineboot:ProcessRunKeys Error running cmd
L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)
fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: File not found.
$ wine appwiz.cpl
err:wineboot:ProcessRunKeys Error running cmd
L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)
Segmentation fault
It starts fine from `wine control` though.
I remember I could start appwiz.cpl previously so it looks like a regression.
--
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.