http://bugs.winehq.org/show_bug.cgi?id=16076
Summary: Combat Arms is not Installable
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergio_andvar(a)yahoo.com
Only you can "Agree" the game, but the game can't install in the PC.
Blessings
--
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=16280
Summary: IDirect3DDevice9::reset() is flawed.
Product: Wine
Version: 1.1.9
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jerome.gardou(a)laposte.net
I found this bug when tracking down a crash in Supreme commander. This game
calls device->reset(), and crashes.
Reading the code there (taken from the line 316 of d3d9/device.c) :
if(pool == WINED3DPOOL_DEFAULT) {
IWineD3DResource_GetParent(resource, &parent);
if(IUnknown_Release(parent) == 0) {
TRACE("Parent %p is an implicit resource with ref 0\n", parent);
} else {
WARN("Resource %p(wineD3D %p) with pool D3DPOOL_DEFAULT blocks the
Reset call\n", parent, resource);
ret = S_FALSE;
*resources_ok = FALSE;
}
}
the assumption is made that the ref of parent is 0, which seems correct, but
calling getparent calls IUnknown_AddRef, on an already freed object => crash !
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16287
Summary: InternetCreateUrl does not encode
URL_COMPONENTS.lpszExtraInfo
Product: Wine
Version: 1.1.9
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
[Copied from bug 16269, whose original poster left in a huff when
I asked which app this was, and kept closing the bug.]
InternetCreateUrl does not encode URL_COMPONENTS.lpszExtraInfo it just ignore
this value.
How to reproduce (I tried to write a C++ code, but since I code C++ very rarely
please excuse small syntax problems):
URL_COMPONENTS URLComponents;
char[128] URL;
DWORD Size;
ZeroMemory(&URLComponents, SizeOf(URLComponents));
URLComponents.lpszScheme = 'http';
URLComponents.dwSchemeLength = strlen(URLComponents.lpszExtraInfo);
URLComponents.lpszHostName = 'localhost';
URLComponents.dwHostNameLength = strlen(URLComponents.lpszExtraInfo);
URLComponents.nPort = 80;
URLComponents.lpszUrlPath = '/';
URLComponents.dwUrlPathLength = strlen(URLComponents.lpszUrlPath);
URLComponents.lpszExtraInfo = '?test=123';
URLComponents.dwExtraInfoLength = strlen(URLComponents.lpszExtraInfo);
Size = 128;
InternetCreateUrl(URLComponents, ICU_ESCAPE, URL, Size);
URL has the value 'http://localhost/' instead of 'http://localhost/?test=123'
under Microsoft 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.
http://bugs.winehq.org/show_bug.cgi?id=16269
Summary: InternetCreateUrl does not encode
URL_COMPONENTS.lpszExtraInfo
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.5.tahtu(a)spamgourmet.com
InternetCreateUrl does not encode URL_COMPONENTS.lpszExtraInfo it just ignore
this value.
How to reproduce (I tried to write a C++ code, but since I code C++ very rarely
please excuse small syntax problems):
URL_COMPONENTS URLComponents;
char[128] URL;
DWORD Size;
ZeroMemory(&URLComponents, SizeOf(URLComponents));
URLComponents.lpszScheme = 'http';
URLComponents.dwSchemeLength = strlen(URLComponents.lpszExtraInfo);
URLComponents.lpszHostName = 'localhost';
URLComponents.dwHostNameLength = strlen(URLComponents.lpszExtraInfo);
URLComponents.nPort = 80;
URLComponents.lpszUrlPath = '/';
URLComponents.dwUrlPathLength = strlen(URLComponents.lpszUrlPath);
URLComponents.lpszExtraInfo = '?test=123';
URLComponents.dwExtraInfoLength = strlen(URLComponents.lpszExtraInfo);
Size = 128;
InternetCreateUrl(URLComponents, ICU_ESCAPE, URL, Size);
URL has the value 'http://localhost/' instead of 'http://localhost/?test=123'
under Microsoft 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.
http://bugs.winehq.org/show_bug.cgi?id=16266
Summary: Avatar legends of the arena cannot access it's database
Product: Wine
Version: 1.1.9
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ryansagun(a)gmail.com
CC: Ryansagun(a)gmail.com
seconds after pressing the spacebar avatar legends of the arena says it cannot
access the database
--
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=16247
Summary: Safari crashes on launch
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://apple.com/safari
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=17513)
--> (http://bugs.winehq.org/attachment.cgi?id=17513)
+relay,+seh,+tid
wine: Unhandled page fault on read access to 0x00000000 at address 0x7efc7edd
(thread 0009), starting debugger...
...
Backtrace:
=>1 0x7efc7edd RtlDeleteTimer+0x1d(TimerQueue=0x0, Timer=0x0,
CompletionEvent=0x0) [/home/austin/wine-git/dlls/ntdll/threadpool.c:1007] in
ntdll (0x0032e988)
2 0x7ee5c0bf DeleteTimerQueueTimer+0x1f(TimerQueue=0x0, Timer=0x0,
CompletionEvent=0x0) [/home/austin/wine-git/dlls/kernel32/sync.c:1139] in
kernel32 (0x0032e9a8)
I didn't install bonjour or allow automatic updates.
--
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=16213
Summary: Excel 2003 hangs on formulas - Regression from 1.1.8
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
CC: julliard(a)winehq.org
Excel 2003 with native dcom98 (in order to be able to use VBA), editing
formulas inside dells often (almost every times...) hangs the application.
A regression test shows this patch as culprit :
f4eaa15aecdef19160a5f57fc7e21e62f5b7b69b is first bad commit
commit f4eaa15aecdef19160a5f57fc7e21e62f5b7b69b
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Nov 18 20:11:49 2008 +0100
kernel32: Moved allocation of the DOS memory area to ntdll.
:040000 040000 2d9c3df3de7a9250d5c8f29531ed0d64fce43c61
03ab55bd21306825d5ab88ab04f2f6ad631fab1a M dlls
Reverting this commit (and the following one, for successful compilation) in
1.1.9 the bug disappears.
I can make more tests if needed.
Ciao
Max
--
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=16207
Summary: After running for an indeterminate amount of time, the
system tray icon disappears.
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lloydseverence(a)gmail.com
CC: lloydseverence(a)gmail.com
After running for an indeterminate amount of time, the system tray icon
disappears. This behavior was not present under Wine 1.0.1 or 1.1.8, however
since updating to 1.1.9 this behavior has begun to exhibit itself randomly. The
icon never comes back until I terminate and re-execute the program.
--
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=16180
Summary: Delphi 1 app won't start, dos support unavailable
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://www.arcelectronicsinc.com/testinfo/kpnl1tester.zi
p
OS/Version: Linux
Status: NEW
Keywords: download, regression, source
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 5259
Testing for bug 5259, fails to start:
err:dosmem:load_winedos Could not load winedos.dll, DOS subsystem unavailable
winevdm: unable to exec 'Z:\home\austin\blah\tester.exe': DOS support
unavailable
--
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=16157
Summary: Rhino 4.0 fails to install, MSI version not found
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://download.mcneel.com/s3/mcneel/rhino/4.0/eval/rh40
eval_en_20080827.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
User asked about it on wine forums, so gave the demo a try. After selecting a
language, bombs out saying it needs windows installer 3.1, but our version is 0
:-/.
--
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.