http://bugs.winehq.org/show_bug.cgi?id=9715
Summary: winecfg should allow display resolution beyond 200dpi
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjk3(a)msstate.edu
My screen is 133dpi, but winecfg only allows me to set it up to 120dpi. This
should be changed.
--
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=9714
Summary: MapViewOfFile with write permissions should not succeed
on a read-only file mapping
Product: Wine
Version: 0.9.38.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silverblade_uk(a)hotmail.com
I had duplicated some code in one of my programs and accidentally forgot to
change the "desired access" for the MapViewOfFile call, despite having changed
this in the OpenFileMapping call.
The code below *incorrectly* succeeds on WINE but fails on Windows XP.
=== EXAMPLE ===
HANDLE h;
void* m;
h = OpenFileMapping(FILE_MAP_READ, FALSE, "Global\Foo");
m = MapViewOfFile(h, FILE_MAP_WRITE, 0, 0, 0);
=== END EXAMPLE ===
Basically I was opening the mapped file READ-ONLY, but was then trying to
create a writable mapping to it.
--
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=9577
Summary: Serious Sam II demo installer creates blank window
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://file-fly.net/fly.php?term=serious_sam_ii_pc_demo_2.exe&Submit
=Fly+Search
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neftune(a)gmail.com
Created an attachment (id=7952)
--> (http://bugs.winehq.org/attachment.cgi?id=7952)
WINEDEBUG="+file" log
The Serious Sam II demo installer creates a blank window with wine-0.9.44. I
think this could be because the installer is trying to load graphics from the
wrong path. Almost all paths are prefixed with the string "<forbidden>", which
is a string from the installer .exe.
--
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=9460
Summary: Sid Meiers Pirates does not load after caps changes
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the3dfxdude(a)gmail.com
CC: stefandoesinger(a)gmx.at
Created an attachment (id=7796)
--> (http://bugs.winehq.org/attachment.cgi?id=7796)
backtrace of loading problem
Sid Meiers Pirates does not load after caps changes. Backtrace attached. Using
DRI/r200.
Regression test:
01c6c982bb8f2f8c8d5ab786272419d9f6a04684 is first bad commit
commit 01c6c982bb8f2f8c8d5ab786272419d9f6a04684
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Aug 21 12:13:42 2007 +0200
d3d9: Some caps fixes.
:040000 040000 7d7e55a0e937f77e68bfe48575d2dd6a6b78520a
8186b172ea0112a91188393f871c96d003700a4b M dlls
:040000 040000 85652824116b1ef17f65148f20b0b4ee584d488a
86ea9d380eae65bbdf87eb47b931804034416c0a M include
--
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=10568
Summary: World of Warcraft does not patch to 2.3.0
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: realszopen(a)gmail.com
Created an attachment (id=9336)
--> (http://bugs.winehq.org/attachment.cgi?id=9336)
Output from console when patch is exeuted manually
When Blizzard introducednew patch, my WoW stopped working, I tried installing
it from scratch, it didn't help, copying installed version from windows
partition did not help. I attach output from console when I try to execute
patch manually.
--
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=10371
Summary: Doesn't run the U3 uninstaller properly
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pabs3(a)bonedaddy.net
Created an attachment (id=9042)
--> (http://bugs.winehq.org/attachment.cgi?id=9042)
U3Eraser screenshot
I'm using the WineHQ Debian packages on debian unstable.
U3 "smart" USB disks have a fake CDROM on them with some windows software for
managing portable apps. I wanted to run the program (U3 Uninstaller) that turns
that feature off. To download the uninstaller:
1. Visit http://www.u3.com/uninstall/default.aspx
2. Click "Remove Launchpad"
3. Click "Submit and Continue"
4. Click "Download the Uninstall App"
5. Save the file.
Running the executable from there gave me a window with almost nothing on it
(screenshot attached) and the below fixme/error log. The box in the upper left
closes the window.
$ wine u3\ uninstall.exe
fixme:shell:SHAutoComplete SHAutoComplete stub
fixme:exec:SHELL_execute flags ignored: 0x00000580
ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL default:0
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
fixme:msxml:domdoc_get_parseError (0x147d28)->(0x34fbf4): creating a dummy
parseError
fixme:msxml:parseError_get_line
fixme:msxml:parseError_get_linepos
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 408
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 408
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 408
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 30
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 8
err:dbghelp_msc:pe_load_debug_directory Got a page fault while loading symbols
fixme:process:IsWow64Process (0xffffffff 0x34ac9c) stub!
fixme:win:RegisterDeviceNotificationW (hwnd=0x20036,
filter=0x78b38590,flags=0x00000000), STUB!
fixme:win:RegisterDeviceNotificationW (hwnd=0x20036,
filter=0x78b38590,flags=0x00000000), STUB!
fixme:win:RegisterDeviceNotificationW (hwnd=0x20036,
filter=0x78b38590,flags=0x00000000), STUB!
fixme:msxml:domdoc_get_parseError (0x147d28)->(0x34f218): creating a dummy
parseError
fixme:msxml:parseError_get_line
fixme:msxml:parseError_get_linepos
--
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=9818
Summary: Programs that use WMI objects don't work
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehqbugs(a)bugmenot.com
In Windows, programs can use wmi object to gain information to certain statics
about the processor, and so on. Information from "/proc/cpuinfo" (in Linux) and
so on need to be used to mimic wmi object output that Windows uses. At the very
least, wine should give an output of 0's when wmi objects are retrieved, so
that the program doesn't crash.
Using Wine 0.9.43
--
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=9375
Summary: STALKER Patches goes
Product: Wine
Version: 0.9.43.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tlittle(a)mail.ru
I've normaly install and play S.T.A.L.K.E.R., but at once tried to setting up
official version patch. Unfortuntly no one hasn't work. Last I've tried -
stk-sfk-r-patch-any-1.0003.exe - has an error "Access violation" after run it.
And this error pop up with any patches.
--
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=10617
Summary: No search function in winhelp.exe
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ankomonster(a)gmail.com
For my proffession i use often a winhelp document.
To work whith that document i often use the search function.
In my version of wine 0.9.46 (in Ubuntu 7.10) the search function does not
work.
Other users of the same version had the same problem.
Is the searchfunction going to work in the newer versions of Wine or is it not
going to be solved?
Greetings from Anko Monster
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.