http://bugs.winehq.org/show_bug.cgi?id=26908
Summary: HaoZip: Files view inherits background from operating
system
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=34313)
--> (http://bugs.winehq.org/attachment.cgi?id=34313)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko gdiplus
3) install HaoZip (default installation)
4) wine HaoZip.exe
Behaviour:
See attachment.
Expected behaviour:
File view should have white background.
Terminal output:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f058,0x00000000), stub!
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (2000):
STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 3
fixme:shell:SHAutoComplete stub
err:listview:LISTVIEW_WindowProc unknown msg 108c wp=00000000 lp=00000000
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
--
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=22614
Summary: Unigine Heaven 2 d3d9 benchmark runs out of video
memory
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://unigine.com/products/heaven/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The unigine heaven 2 3d39 benchmark aborts after about 193 seconds with
...
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0x1a2440: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0x1a25c8: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DVolumeImpl_LockBox (0x9da1a88) : pBox=(nil) stub
fixme:d3d_surface:IWineD3DVolumeImpl_LockBox (0x9da1a88) : pBox=(nil) stub
fixme:d3d_surface:IWineD3DVolumeImpl_LockBox (0x1a6080) : pBox=(nil) stub
err:d3d:resource_init Out of adapter memory
wine: Unhandled page fault on read access to 0x00006e6f at address
0x6e6f (thread 0019), starting debugger...
To reproduce:
sh wisotool unigineheaven
sh winetricks videomemorysize=512
cd ~/.wine/drive_c/Program Files/Unigine/Heaven
wine cmd /c Heaven_d3d9.bat
This is with an nvidia 8500 or GT 220 card. It seems quite reproducible.
The authors assure me the benchmark runs fine on Windows with only 512MB
of video RAM. Do we have a leak?
--
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=22063
Summary: cmd tests need todo_wine
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Now that
http://source.winehq.org/git/wine.git/?a=commitdiff;h=e486a02157f145ccd5853…
is in, cmd's tests have something similar to the broken() macro, but it still
lacks a todo_wine.
There's a lot of stuff that wine's cmd doesn't support, but needs to
eventually, and having testcases in for them would be nice.
--
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=19939
Summary: SRCDS - Console only
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laurikoivunen(a)hotmail.com
While using SRCDS (valve's Source Dedicated Server) over wine you are required
to use X even if one issues -console in the program parameters (will launch a
wine console). This is extremely frustrating because then you also need to use
X to even see something on the console window.
I found a workaround.
Hack kernel32's AllocConsole to just return true and make something like this
with GetNumberOfConsoleInputEvents:
================
BOOL WINAPI GetNumberOfConsoleInputEvents( HANDLE handle, LPDWORD nrofevents )
{
if (nrofevents) *nrofevents = 0;
return TRUE;
}
================
.. and issue export DISPLAY=''
This will allow running the server in console only mode but this naturally
disables text input. My C skills are nonexistent so I am asking here if a wine
developer could make this work.
--
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=27517
Summary: Lord of the Rings Online wants
d3dx9_36.dll.D3DXGetShaderSamplers (purist)
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://www.lotro.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
Only happens if you force d3dx9_36 to builtin.
--
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=27074
Summary: avicap32 won't build correctly on recent kernel
headers
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: galtgendo(a)o2.pl
Created an attachment (id=34506)
--> (http://bugs.winehq.org/attachment.cgi?id=34506)
patch for correct build with linux/videodev2.h
With the removal of v4l1 API from kernel, avicap32 won't build correctly.
I'm attaching a (most likely working) patch, that I've sent to wine-devel.
The patch doesn't actually introduce any real code changes, only restructures
the existing code.
As the response was: "rewrite to use libv4l1",...
PS.: qcap might need similar, though more complex change.
--
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=11737
Summary: DVD Rebuilder fails to run
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florin(a)andrei.myip.org
Created an attachment (id=10986)
--> (http://bugs.winehq.org/attachment.cgi?id=10986)
stdout from the application
OS is Linux Ubuntu 7.04. I'm using the WINE packages from winehq.org
I'm trying to run DVD Rebuilder, the free edition, the full installer:
http://dvd-rb.dvd2go.org/modules.php?name=Downloads&d_op=viewdownload&cid=14
I was able to install the software without problems. Some components of the
full installer (AviSynth, HC Encoder) work fine standalone (not from DVD-Rb).
I can launch DVD-Rb, I can select a Source Path (it's a DVD dumped to the
hard-drive). I can configure the various settings in the application.
However, when I click "Backup DVD" I get a pop-up:
Run-time error '5':
Invalid procedure call or argument
I attached the messages printed by DVD-Rb on the console.
I can run more tests if need be.
--
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=18672
Summary: Free application WinBUGS crashes right away when
executed within a Linux OS using any Wine version >
1.1.12.
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.conti(a)gmx.co.uk
WinBUGS, a freely downloadable (URL: http://www.mrc-bsu.cam.ac.uk/bugs/)
statistical software available under Windows only, can be successfully run on
Linux by means of Wine.
However the application would produce an outright crash if used with any Wine
version later than (and including) 1.1.13; utilisation of Wine versions up to
1.1.12 would give no problem.
Following is the full outcome of my regression testing attempt:
==
11c1d7a0e7ff8d4713c8177dce4ba54781e69ead is first bad commit
commit 11c1d7a0e7ff8d4713c8177dce4ba54781e69ead
Author: Nikolay Sivov <bunglehead(a)gmail.com>
Date: Wed Jan 7 11:58:29 2009 +0300
ole32: Fix return value for DefaultHandler_GetMiscStatus.
:040000 040000 c714b9a367c8894e61a1c528a1e014e66e3a35c9
5e1fd0df7307b205054fdc2316e17b3b56dda223 M dlls
==
Very many thanks in advance for taking your time and attention.
--
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=27555
Summary: Text is not displayed on Wine 1.3.22+git in
Civilization IV
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ariel.bys(a)gmail.com
Since commit 410a8e86f5cfbae84ea8f011d769d4e63fa67b78, text isn't displayed on
Civilization IV Beyond The Sword 3.19's menus. Attached image.
Commit Description:
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Tue, 14 Jun 2011 18:28:09 +0000 (20:28 +0200)
Committer: Alexandre Julliard <julliard(a)winehq.org>
Wed, 15 Jun 2011 10:51:50 +0000 (12:51 +0200)
Commit 410a8e86f5cfbae84ea8f011d769d4e63fa67b78
Tree 18bf0e2d90c96eb5c5011015e1d37869272c8524
Parent b9133d7de059035220ba95cf2fb96b6f4146dd6e
wined3d: Check for a valid source rectangle and destination in
wined3d_device_update_surface().
http://source.winehq.org/git/wine.git/commit/410a8e86f5cfbae84ea8f011d769d4…
--
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=26809
Summary: iexplore crashes when clicking on Home while it is
already loading a URL
Product: Wine
Version: 1.3.17
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=34161)
--> (http://bugs.winehq.org/attachment.cgi?id=34161)
Wine 1.3.17 console output
I tested this on a SLOW connection so that I have time to interrupt iexplore
while it is trying to load a page (I was actually testing Bug 26651).
$wine iexplore https://my.if.com
And while it's doing that, click on the Home button.
Backtrace:
=>0 0x7ed43119 set_doc_state+0x9(This=(nil), doc_state=READYSTATE_LOADING)
[/build/buildd/wine1.3-1.3.17/dlls/shdocvw/dochost.c:165] in shdocvw
(0x0032deb8)
1 0x7ed5070d navigate_url+0x9c(This=(nil), url="http://www.winehq.org",
Flags=(nil), TargetFrameName=(nil), PostData=(nil), Headers=(nil))
[/build/buildd/wine1.3-1.3.17/dlls/shdocvw/navigate.c:853] in shdocvw
(0x0032ef58)
2 0x7ed50b54 go_home+0x113(This=(nil))
[/build/buildd/wine1.3-1.3.17/dlls/shdocvw/navigate.c:963] in shdocvw
(0x0032f1c8)
3 0x7ed4745c InternetExplorer_GoHome+0x5b(iface=0x12f298)
[/build/buildd/wine1.3-1.3.17/dlls/shdocvw/ie.c:153] in shdocvw (0x0032f1f8)
Apparently iexplore doesn't like being interrupted while it is busy loading a
page. I could only get it to do this on this particular URL though. I'm sure
there must be others.
--
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.