http://bugs.winehq.org/show_bug.cgi?id=36843
Bug ID: 36843
Summary: "Read only"checkbox on Save As dialog
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: tulio150(a)mailinator.com
On Windows, the "Save as" common dialog lacks the "Read Only" check box under
the file type combo box, it is restricted to "Open" dialogs that does not set
the OFN_HIDEREADONLY flag.
On Wine, it is shown on both "Open" and "Save as" dialogs when the flag is not
set
--
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=15350
Summary: [Regression] dinput wrong keyboard layout in Tomb Raider
Anniversary / Legend
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: netfab(a)gmail.com
CC: aric(a)codeweavers.com
Hi,
Today I upgraded wine from 1.1.0 to 1.1.5 on a gentoo system which have a
french keyboard layout (AZERTY).
When I run Tomb Raider Anniversary or Legend, the keyboard auto-magically
switch to an english layout (QWERTY).
But, I have no problem in World of Warcraft for example.
I made some tests, and I discovered that this behaviour is here since 1.1.3.
Then I made some regression tests from 1.1.2 to 1.1.3, and found that the
guilty commit is :
http://source.winehq.org/git/wine.git/?a=commit;h=304ff3c7280a53b7cbadfa83e…
Reversing this patch on the 1.1.5 release fix the problem.
Please let me know if you want more infos or tests.
Thanks.
--
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=30611
Bug #: 30611
Summary: Lazarus browser sample exits, because
ieframe:ViewObject_Draw is unimplemented
Product: Wine
Version: 1.5.3
Platform: x86
URL: http://netikka.net/dev/lazbrowser.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
http://netikka.net/dev/lazbrowser.exe
Quits without showing anything. Terminal has only 2 lines:
fixme:ieframe:ViewObject_Draw (0x3451c8)->(1 0 (nil) (nil) (nil) 0x3c8
0x15bf65c 0x15bf65c (nil) 00000000)
fixme:ieframe:ViewObject_Draw (0x3451c8)->(1 0 (nil) (nil) (nil) 0x61c
0x15bf128 0x15bf128 (nil) 00000000)
I modified that function to return S_OK, and sample works.
--
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=26574
Summary: Homefront: no sound in menu unless Hardware
acceleration = emulation
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Terminal doesn't show much, just:
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x16a1d8,0x16a148): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x16bcd8,0x16bbf8): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x16bd00,0x16bc20): stub
changing driver emulation from full to emulation gives me sound.
Note: the sound works fine in the intro videos, either way.
Gentoo 32-bit, no pulseaudio. Using winealsa driver.
--
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=22080
Summary: Wine removes custom drive mappings
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sub.mesa(a)gmail.com
Wine appears to be forgetting or removing my drive mappings. I have an NFS
filesystem mouned on /nfs, i am the owner of that directory with appropriate
write permissions. I do something like this:
# create new wine directory
mkdir /nfs/winetest
# populate wine directory
WINEPREFIX=/nfs/winetest/ winecfg
# Now i go to Drives tab, make a new D-drive, set it to /nfs, then click Apply
# close winecfg
# when i launch winecfg again, the /nfs D-drive is still there
# so far so good
# now launch some random application on the NFS-mount
cd /nfs/
WINEPREFIX=/nfs/winetest/ wine "D:\\prip\\setup.exe"
# result: wine: module not found; application does not start properly
# now check winecfg again:
WINEPREFIX=/nfs/winetest/ winecfg
# now our D-drive mapping isn't set to anything; its empty.
So it appears wine removes my custom drive mappings whenever an application is
launched or tries to access its DLLs located there. If i did something wrong,
i'm not aware of it. Wine should just accept the D-drive and launch the
application, not removing my drive mapping.
I also tested without using NFS; on my home directory.
mkdir ~/winetest
mkdir ~/driveD
WINEPREFIX=/home/<user>/winetest winecfg
# set drive D to map to /home/<user>/driveD/ type Local Disk
# click apply & close winecfg
cp -p ~/nfs/prip/setup.exe ~/driveD/
WINEPREFIX=/home/<user>/winetest/ wine "D:\\setup.exe"
# result: fails again, drive D gone.
I'm using Ubuntu 9.10 64-bit, wine 1.1.40 per winehq.org PPA; no modifications.
The latest .41 versions is not in your PPA yet, so i can't test. Can anyone
confirm this bug?
--
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=23225
Summary: Cyberboard Player: missing control buttons
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://cyberboard.brainiac.com/cyberboardv310.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=28904)
--> (http://bugs.winehq.org/attachment.cgi?id=28904)
Wine vs WinXP
There are at least 3 missing control buttons in Cyberboard Player. Attachment
shows that better. I tried many wine versions since 0.9.49 till
1.2-rc3, but it probably never worked correctly.
To reproduce: "File" -> "Open" -> "GenericGame.gam"
I left this in UNCONFIRMED, but someones confirmation is welcomed ;)
--
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=31533
Bug #: 31533
Summary: Copy from Onenote 2010 to linux native or even wine
apps fails
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atulkakrana(a)gmail.com
Classification: Unclassified
Hello All,
I am using Wine 1.5 and have installed Microsoft office 2010 X86 version. The
problem is that when I copy something from onenote and try to paste on linux
application i.e gedit, open office or even on Wine apps i.e MS word, ONENOTE
crashes and restarts.
This makes it impossible to copy anything (mainly text) from ONENOTE to any
other app. Same bug has been reported before (Bug 18242) for ONENOTE 2007 but
it is abandoned at this moment.
It is because of this bug smoothly working ONENOTE becomes unusable. Strange
this is but no such problem occurs with other products such as MS word,
presentation 2010.
I hope that this bug is fixed ASAP.
Thanks
Atul
--
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=35898
Bug ID: 35898
Summary: When I search in a pdf document in pdf xchange viewer
the app crashes
Product: Wine
Version: 1.7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: giannismich90(a)gmail.com
Created attachment 47934
--> http://bugs.winehq.org/attachment.cgi?id=47934
backtrace
PDF Xchange viewer 64-bit crashes when searching for a word in a PDF document.
--
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=29586
Bug #: 29586
Summary: Tumblebugs 2 demo: insects render black
Product: Wine
Version: 1.3.36
Platform: x86
URL: http://www.heavygames.com/tumblebugs2/gameinfo.asp
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 38317
--> http://bugs.winehq.org/attachment.cgi?id=38317
terminal output
A user asked about it in #winehq. Trying it myself, I saw the same problem:
OpenGL renderer string: GeForce GTX 295/PCI/SSE2
OpenGL version string: 3.3.0 NVIDIA 285.05.05
d3e47a42ca069a174735adcd4d17b6289d9416e6 tumblebugs2_at_c3tb1.exe
same in 1.2, didn't try any other wine versions. disabling glsl/ddr=gdi did not
make a difference.
Screenshot/terminal output attached.
wine-1.3.36-271-g1444983
--
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=31403
Bug #: 31403
Summary: bad exe format for mingw binary that works fine on
windows.
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pluto(a)agmk.net
Classification: Unclassified
i'm trying to run binaries produced by i686-w64-mingw (gcc-4.7.x)
and getting following error:
$ LANG=C wine debugtoolsTest.exe
wine: Bad EXE format for
Z:\home\users\(...)\build-debug-i686-w64-mingw32\debugtoolsTest.exe.
this is weird becuase win7/x64 runs this 32-bit binary without any errors.
--
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=33364
Bug #: 33364
Summary: AMD HD 6650 is recognized as HD 2900XT1
Product: Wine
Version: 1.5.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petrosha(a)list.ru
Classification: Unclassified
Created attachment 44142
--> http://bugs.winehq.org/attachment.cgi?id=44142
lspci
Hi!
I use Asus K43Ta laptop
(http://www.asus.com/Notebooks_Ultrabooks/K43TA/#specifications)
It has dualgraphics videocard AMD Radeon HD 6720G2
(http://www.amd.com/us/products/technologies/dual-graphics/Pages/dual-graphi…)
which consists of two cards:
Integrated HD 6520G
Discrete HD 6650M
For gaming I use Discrete and Catalyst 13.1
Catalyst says that it is "AMD Radeon 6600M and 6700M Series"
But Eve-Online in wine says it is AMD Radeon 2900 XT1
LOTRO in wine says the same as EveOnline.
It seems to be the same problem as in this closed bug but for another card
http://bugs.winehq.org/show_bug.cgi?id=31590
I am not sure that I can write a patch but will provide any needed info
Thanx
Petr Shatunov
--
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=34686
Bug #: 34686
Summary: Neverwinter Nights 2 fails on startup, claiming:
"Unable to detect a video card with hardware 3D
acceleration."
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Hello folks,
continuation of bug 23839
Message box text now: "Unable to detect a video card with hardware 3D
acceleration. Neverwinter Nights 2 requires a video card that supports then
please make sure that it's enabled."
There are still some property "holes" to be filled until reaching
"bxxAccelerationEnabled" properties.
Add the following ones respecting required datatypes (bool/long/integer).
Hint: you need new helper for long -> VT_I4
--- snip ---
"szDisplayModeLocalized"
"szDisplayModeEnglish"
"szMonitorName"
"szMonitorMaxRes"
"szDriverAttributes"
"szDriverLanguageEnglish"
"szDriverLanguageLocalized"
"szDriverDateEnglish"
"szDriverDateLocalized"
"lDriverSize"
"szMiniVdd"
"szMiniVddDateLocalized"
"szMiniVddDateEnglish"
"lMiniVddSize"
"szVdd"
"bCanRenderWindow"
"bDriverBeta"
"bDriverDebug"
"bDriverSigned"
"bDriverSignedValid"
"szDriverSignDate"
"dwDDIVersion"
"szDDIVersionEnglish"
"szDDIVersionLocalized"
"iAdapter"
"dwWHQLLevel"
"bNoHardware"
"bDDAccelerationEnabled"
"b3DAccelerationExists"
"b3DAccelerationEnabled"
--- snip ---
bNoHardware = false
bDDAccelerationEnabled = true
b3DAccelerationExists = true
b3DAccelerationEnabled = true
This allows Neverwinter Nights 2 to start with Wine builtin dxdiagn and
probably helps various other games that currently require the native version
;-)
You can find countless dumps of those properties in various Internet forums if
you need better default values...
Example: http://forums.civfanatics.com/archive/index.php/t-489255.html
--- snip ---
szDeviceName = \\.\DISPLAY1
szDescription = NVIDIA GeForce GTX 660
szKeyDeviceID = Enum\PCI\VEN_10DE&DEV_11C0&SUBSYS_26603842&REV_A1
szKeyDeviceKey = \Registry\Machine\System\CurrentControlSet\Control
\Video\{8DCBA04D-953B-4323-B093-1BA7542C8C57}\0000
szManufacturer = NVIDIA
szChipType = GeForce GTX 660
szDACType = Integrated RAMDAC
szRevision = Failed to get parameter
szDisplayMemoryLocalized = 4034 MB
szDisplayMemoryEnglish = 4034 MB
szDisplayModeLocalized = 1920 x 1080 (32 bit) (60Hz)
szDisplayModeEnglish = 1920 x 1080 (32 bit) (60Hz)
szOverlayEnglish = Supported
szDXVAHDEnglish = Supported
dwWidth = 1920
dwHeight = 1080
dwBpp = 32
dwRefreshRate = 60
szMonitorName = Generic PnP Monitor
szMonitorMaxRes = Failed to get parameter
szDriverName = nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,n
vwgf2um,nvwgf2um
szDriverAssemblyVersion = 9.18.13.1407
szDriverVersion = 9.18.0013.1407
szDriverAttributes = Final Retail
szDriverLanguageEnglish = English
szDriverLanguageLocalized = English
szDriverDateEnglish = 2/9/2013 21:25:27
szDriverDateLocalized = 2/9/2013 9:25:27 PM
lDriverSize = 17987192
szMiniVdd = n/a
szMiniVddDateLocalized = n/a
szMiniVddDateEnglish = n/a
lMiniVddSize = 0
szVdd = n/a
szDriverModelEnglish = WDDM 1.2
szDriverModelLocalized = WDDM 1.2
szDriverNodeStrongName = oem12.inf:0f066de34ffc3860:Section063:9.18.13.1407
:pci\ven_10de&dev_11c0
szRankOfInstalledDriver = 00E02001
bCanRenderWindow = true
bDriverBeta = false
bDriverDebug = false
bDriverSigned = false
bDriverSignedValid = false
szDeviceIdentifier = {D7B71E3E-5280-11CF-8D5E-6D061CC2C435}
szDriverSignDate = Failed to get parameter
dwDDIVersion = 11
szDDIVersionEnglish = 11
szDDIVersionLocalized = 11
iAdapter = 0
szVendorId = 0x10DE
szDeviceId = 0x11C0
szSubSysId = 0x26603842
szRevisionId = 0x00A1
dwWHQLLevel = 0
bNoHardware = false
bDDAccelerationEnabled = true
b3DAccelerationExists = true
b3DAccelerationEnabled = true
bAGPEnabled = true
bAGPExists = true
bAGPExistenceValid = true
szDXVAModes = ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
szDDStatusLocalized = Enabled
szDDStatusEnglish = Enabled
szD3DStatusLocalized = Enabled
szD3DStatusEnglish = Enabled
szAGPStatusLocalized = Enabled
szAGPStatusEnglish = Enabled
szNotesLocalized = No problems found.
szNotesEnglish = No problems found.
szRegHelpText = Failed to get parameter
szTestResultDDLocalized = Not run
szTestResultDDEnglish = Not run
szTestResultD3D7Localized = Not run
szTestResultD3D7English = Not run
szTestResultD3D8Localized = Not run
szTestResultD3D8English = Not run
szTestResultD3D9Localized = Not run
szTestResultD3D9English = Not run
--- snip ---
It seems "n/a" and "Failed to get parameter" might be candidates for default
values.
$ wine --version
wine-1.7.3-313-gf46137f
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.
https://bugs.winehq.org/show_bug.cgi?id=36789
Bug ID: 36789
Summary: "Could not find a Direct3D device that supports the
XNA Framework HiDef profile" in "One Finger Death
Punch"
Product: Wine
Version: 1.7.20
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: dragonfax(a)gmail.com
Focht fixed a similar issue with another game. But that fix doesn't work for in
my case. I'm not sure if its the game or its my hardware that is the different
variable this time around.
I whipped up a quick patch to fix this, but someone will have to redo it. I
have the skills to find the issue, and make the game work. But I don't have the
skills to do it properly in a redistributable way.
Steps to reproduce.
1. with wine 1.7.20 (latest at the time of writing)
2. create a win32 WINEPREFIX
3. use winetricks to install dotnet20 xna and steam
4. install One Finger Death Punch with steam
5. launch the game.
The game will popup a dialog giving the error message "Could not find a
Direct3D device that supports the XNA Framework HiDef profile"
You can launch the game with Steam or from the command line.
In https://bugs.winehq.org/show_bug.cgi?id=35444 Focht used the "XNA Graphics
Profile checker" to determine what was insufficient in the WINE emulation for a
game to run.
I did similar and found that on my hardware, even with his patch, the Profile
Checker still complained about
"No DestBlendCaps.D3DPBLENDCAPS_SRCALPHASAT"
If I modify directx.c to put D3DPBLENDCAPS_SRCALPHASAT into DestBlendCaps all
the time, instead of just when gl_info->supported[ARB_BLEND_FUNC_EXTENDED],
then the game starts and runs fine. But I can't say whether thats a good idea
or not.
I'm running this on a mid-2013 MacBook Air, with an integrate Intel HD 4000
The game runs great once this fix is applied.
--
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=30103
Bug #: 30103
Summary: Static controls with bitmap do not display correct
background.
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carlo.bramix(a)libero.it
Classification: Unclassified
Created attachment 39234
--> http://bugs.winehq.org/attachment.cgi?id=39234
Screenshot with difference between Windows and WINE
An image static control does not seem painting the background around the image
with the right color.
The default color used for filling the area around the image is not
COLOR_BTNFACE (I guess you selected that one) but instead it seems to be filled
with a solid brush created with the color in the origin of the image, at
coordinates (0,0).
I attached a screenshot that it shows the difference between the expected
result and the current result obtained in WINE.
This is a trick tipically used to reduce the size of the bitmap since the image
control "expands" the color we want without any additional work.
Sometimes you can see this artifact in some "about box" of some software,
however I also attached a demo programme that you can use to reproduce the
defect.
Sincerely,
Carlo Bramini
--
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=10722
Summary: Error message when attempting to install games in Steam
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spokehedz(a)gmail.com
Created an attachment (id=9560)
--> (http://bugs.winehq.org/attachment.cgi?id=9560)
Console output when running Steam
After installing Steam and letting it update, when attempting to install games
an error message appears.
Steam.exe (main exception): Win32 StructuredException at 7A9C8C95 :
Attempt to read from virtual address 0 without appropriate access rights.
And then Steam disappears. A dump of the output to the console is attached.
--
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=35155
Bug ID: 35155
Summary: PDF-Xchange Viewer chrashes when a lot of documents
opened
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: t.yellow.eyes(a)gmail.com
Classification: Unclassified
Created attachment 46899
--> http://bugs.winehq.org/attachment.cgi?id=46899
back trace of crash
PDF-Xchange Viewer works fine until I upon too much PDFs, then it crashes. In
my case this happens when I opened 5 PDFs.
I tried to install PDF-Xchange Viewer with 64 bit and with "export
WINEARCH=win32", but it didn't changed anything to this behavior. I attach the
back trace.
--
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=25756
Summary: Cannot change input keys in Nestopia
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turbolad995(a)hotmail.co.uk
The input in Nestopia cannot be changed when it's run under Wine.
If you click Options > Input... and try changing the keyboard controls, such as
changing "K" and "L" to "Z" and "X" for example, it won't work. If using
Nestopia in Windows, the controls can be remapped.
Nestopia otherwise runs perfectly in 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=35342
Bug ID: 35342
Summary: Office 2013 full offline install setup crash at
startup
Product: Wine
Version: 1.7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: romain(a)chantereau.fr
Classification: Unclassified
Created attachment 47144
--> http://bugs.winehq.org/attachment.cgi?id=47144
wine 64bits backtrace on setup.exe invocation
Just launching setup.exe from the content of
“OfficeProfessionalPlus_x86_fr-fr.img”.
It is certainly related to #34869, but crashing in kernel32.
With the 32 bits version, it is the same behavior.
--
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=37042
Bug ID: 37042
Summary: Rocksmith requires exclusive mode access to the cable.
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: laguest(a)archeia.com
Rocksmith fails to open the microphone device (the cable) because it's trying
to open it in exclusive mode.
--
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=35200
Bug ID: 35200
Summary: Knytt Stories level editor crashes when trying to save
a compressed level
Product: Wine
Version: 1.7.9
Hardware: x86
URL: http://nifflas.ni2.se/content/Knytt%20Stories/Knytt%20
Stories%20121.zip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 46951
--> http://bugs.winehq.org/attachment.cgi?id=46951
terminal output
Steps to reproduce the problem:
1. after unpacking the game start 'Level Editor.exe'
2. click on <Load level> at the left bottom corner.
3. from the menu choose <Level> -> <Compress> and click on the Save button in
the Save as file dialog...the level editor crashes with the following
backtrace:
...
Backtrace:
=>0 0x6666694e (0x0033f9d8)
1 0x7ea31828 GetSaveFileNameA+0x27(ofn=0x33fa08)
[/home/gyebro/sources/wine-1.7.9/dlls/comdlg32/filedlg.c:4159] in comdlg32
(0x0033f9f8)
...
--
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=34594
Bug #: 34594
Summary: Context menus stay on the screen in Chessmaster 10
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46076
--> http://bugs.winehq.org/attachment.cgi?id=46076
Chessmaster log
In Chessmaster 10, if you evoke the game context menu with the right click, it
does not disappear when you click with the left mouse button on the empty
space. The similar problem affects drop-down menus, when choosing options from
the game menu bar.
Can be reproduced in the demo (check out the link).
Tested with:
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 310)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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=24851
Summary: Explorer++ treeview shows plus signs even when a
folder contains no subfolders
Product: Wine
Version: 1.3.5
Platform: x86-64
URL: http://www.explorerplusplus.com/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31446)
--> (http://bugs.winehq.org/attachment.cgi?id=31446)
terminal output
On Windows, the little plus signs for expanding folders in the treeview don't
appear next to folders that contain no subfolders (and thus, nothing to
expand). In Wine, such folders still have the plus sign even though it doesn't
do anything.
Native comctl32 didn't help.
--
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=22764
Summary: Runtime error
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axel.braun(a)gmx.de
Created an attachment (id=28074)
--> (http://bugs.winehq.org/attachment.cgi?id=28074)
Error message
I downloaded
http://www.garmin.com/software/ChartplottersUpdatewithSDcard_20100511.exe
to update the software of a chart plotter. This is done via a SD-card.
While Wine 1.1.9 was not able to find the device (mapped to K:), an upgrade to
1.1.44 terminates even earlier: After unpacking the file it terminates with a
runtime error. See attachment
--
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=9512
Summary: Hint style pop-ups block access to objects beneath
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stuart(a)houseofanime.org
DVD Profiler uses 'hint-style' pop-ups when you hover over a data item that is
not fully displayed using the SetWindowLong API call (e.g. where a name is to
long to fit in the space allocated, a small window showing the full information
appears when your cursor points to the name). Although this is very useful
under Windows, in wine the pop-ups block access to the underlying data
preventing the record from being selected.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.