http://bugs.winehq.org/show_bug.cgi?id=17609
Summary: VirtuagirlHd various problems.
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://www.virtuagirlhd.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arieliha(a)gmail.com
CC: arieliha(a)gmail.com
when pressed tabs it losses their titles (main window)
no photos in calendar /my collection options
must press desactivate/activate button when it does automatically (continuesly)
playing animations.
animations with glitches
animations with black background, it does not render transparency
--
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=18796
Summary: Boardmaker unhandled page fault 0x42ac6d
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)ibgp3.com
Tried with 2 different installs of ubuntu. Same error both times.
2 dll's must be added to get to this point.
Software is demo version, free download from this site:
http://www.mayer-johnson.com/download-bsf.html
--
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=9731
Summary: GdiConvertToDevmodeW trying to copy -32 bytes on memcpy
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: myxfce(a)gmail.com
Created an attachment (id=8168)
--> (http://bugs.winehq.org/attachment.cgi?id=8168)
Crash report
I'm having problems running an old Win 3.11 game named Mortuum. Wine crashes
before the game start. After some debugging, I noticed the crash happens in
file gdi32/driver.c on function DEVMODEW * WINAPI GdiConvertToDevmodeW(const
DEVMODEA *dmA).
This function tries to memcpy bytes from the structer dmA to the structure dmW
(that was allocated by a HeapAlloc()). Unfortunately, it tries to copy -32
bytes because dmA->dmSize is 0 bytes and CCHDEVICENAME is 32 bytes. I've
attached a small piece of code that shows where the memcpy is done around line
425 on that file.
...
dmW = HeapAlloc(GetProcessHeap(), 0, dmW_size + dmA->dmDriverExtra);
if (!dmW) return NULL;
MultiByteToWideChar(CP_ACP, 0, (const char*) dmA->dmDeviceName,
CCHDEVICENAME,dmW->dmDeviceName, CCHDEVICENAME);
//===============================CRASH=========================
/* copy slightly more, to avoid long computations */
memcpy(&dmW->dmSpecVersion, &dmA->dmSpecVersion, dmA->dmSize -
CCHDEVICENAME);
//===============================CRASH=========================
if (dmA->dmSize >= (const char *)dmA->dmFormName - (const char *)dmA +
CCHFORMNAME)
{
MultiByteToWideChar(CP_ACP, 0, (const char*) dmA->dmFormName,
CCHFORMNAME,
dmW->dmFormName, CCHFORMNAME);
if (dmA->dmSize > (const char *)&dmA->dmLogPixels - (const char *)dmA)
memcpy(&dmW->dmLogPixels, &dmA->dmLogPixels, dmA->dmSize - ((const
char *)&dmA->dmLogPixels - (const char *)dmA));
}
...
I tried to debug more to look for the root of the problem (why dmA->dmSize is
0) but there were too many calls and I couldn't figure out where the dmA
structure was allocated and popullated.
I've attached the crash report and if you need the game to test, just ask, it's
freeware. Tested on 0.9.44 and 0.9.45.
--
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=10115
Summary: Wine should restore the initial graphics mode if an
application exits abnormally
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Sometimes DirectX applications crash and leave your desktop with a changed
resolution e.g. 640x480. This shouldn't happen - wine should restore the
initial graphics mode if an application exited abnormally.
Right now you have to `xrandr -s 0` or use any other utility.
--
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=17586
Summary: Wine can't access internet in Ubuntu guest (virtualbox)
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tyc99(a)hotmail.com
I am running VirtualBox on Vista, created Ubuntu 8.10 guest.
Internet works well in Ubuntu 8.10.
Wine 1.1.16 works ok with games.
Problem arise when I try to run games that require internet.
It seems that Wine in Ubuntu guest can't access the internet.
I have tried the method of changing /etc/hosts without success.
Please advise.
--
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=17016
Summary: Modo: Hangs at program start
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://www.luxology.com/trymodo/
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joro(a)digital-mind.biz
Created an attachment (id=18812)
--> (http://bugs.winehq.org/attachment.cgi?id=18812)
console output when running command: wine modo.exe
Starting the program opens a window that freezes. You must kill the proccess to
get out of there.
If you are able to listen to the fan of the video card - its speed increases
when you start the program and stays like this untill you kill the process.
--
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=21374
Summary: Occasional sound corruption in Lord of the Rings
Online
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eric.ladner(a)gmail.com
Sound corruption in Lord of the Rings Online. Occasionally, instead of a
monster sound or horse sound, the sound will just be digital garbage layered in
with the other sounds. It's not always the same sound, and not always for that
sound, just occasionally.
I know that's pretty vague.. I'll try to get some trace output, but wine
crashes occasionally (for other reasons - has on LotRO for a while) and I
wanted to get something entered to remind me before the machine tanked again.
--
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=20218
Summary: wine fails to read iso's and cdroms 90% of the time
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xenoterracide(a)gmail.com
at least I think that's what's happening... whenever I try to run diablo 2 lod
a good 90% of the time wine crashes. when it crashes
env WINEPREFIX="/home/xenoterracide/.wine" wine "C:\Program Files\Diablo
II\Diablo II.exe"
fixme:advapi:SetSecurityInfo stub
X Error of failed request: GLXBadDrawable
Major opcode of failed request: 153 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 25701
Current serial number in output stream: 25701
that is the output. I'm not sure that I'm not seeing multiple bugs... reason
that I think it's related to the cdrom was before I started using the iso
(which didn't help) I could reduce the problem to maybe 10% of the time by
umounting and mounting the cd just before attempting to play so it was spun up.
--
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=19965
Summary: Wine freezes on audio test (in winecfg)
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roland(a)astrofoto.org
This is the very similar to closed bug #13170. I am running a laptop freshly
updated to Fedora 11 x86. I tried uninstalling wine, the reinstalling it,
deleting my enitire ~/.wine tree then running winecfg. When I select the Audio
tab, I get a message to the effect that wine has automatically selected a sound
for me and that I need to click Apply to make this permanent. If I hit the
"Test Sound" button, I get the following messages on the terminal from which I
launched winecfg
270 roland> winecfg
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
err:wave:wodPlayer_WriteMaxFrags Error in writing wavehdr. Reason: Resource
temporarily unavailable
err:wave:wodPlayer_WriteMaxFrags Error in writing wavehdr. Reason: Resource
temporarily unavailable
....
with the last message repeated until winecfg hangs completely (no more
messages, but no response at all).
Killing and relaunching winecfg results in the same sequence.
However, if instead of clicking on "Test Sound" I click on "Apply", then
winecfg will still hang as above, but the *next* time I launch winecfg this
does not happen. I get only the following to lines
271 roland> winecfg
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
and the sound plays fine.
--
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=21649
Summary: NesterJ - Sounds are choppy when playing a game and
does not go to full screen
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgoku75x(a)aol.com
I posted another report awhile ago about NesterJ causing Ubuntu to log me out
and I thought I'd report it to Launchpad but first get the Output of the
program. I recreated the event to find that it did not happen. (Yay!) I tried
on both a virtual desktop and not on a virtual desktop with Wine and they are
both fine. Now, I get choppy sound and the program won't even produce a Full
Screen. It will do "Double Size" though. I attached the output.
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=20021
Summary: No Sound in left 4 dead
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benny.gaechter(a)bluewin.ch
I can start left 4 dead normal. The intro video got sound. But ingame
(Survival, Versus, Online and offline campaign) the sound doesn't 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=20386
Summary: sound echo problem during game briefing
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
URL: http://www.supremecommander.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mischenko.mm(a)gmail.com
During game briefing i can hear sound echo. Sound of it is lower, but still
you can recognize what character is saying.
Ubuntu 9.04 amd64
wine 1.1.31_amd64
kernel 2.6.31-020631-generic
--
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=19292
Summary: Nancy drew game crashes on load
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eyecreate(a)gmail.com
It's funny it's currently only happening on this one out of all 5-6 tried
before that work with Gold status in Wine, but #13, The Last Train seems to
start up and then stop with just a quick screen flash. It was hard to get any
information out of it, on one computer, it would make gnome-terminal disappear
and die when the game crashed. I tested this on another computer using
PlayonLinux to test it on all wine version(that I considered major) from 0.9.7
to current. The problem existed on all of them. Wine only spit out a few lines
of info when running it in a different terminal:
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0001: stub!
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex
samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) >
combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x325054,0x00000000), stub!
I plan on posting this, if the fix isn't quick, at codeweavers, since I have a
subscription with them and more heads are better on hard to solve problems.
--
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=21826
Summary: GL_COMBINE_EXT is not supported in the r128 driver
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxxus(a)gmail.com
Created an attachment (id=26421)
--> (http://bugs.winehq.org/attachment.cgi?id=26421)
Log showing a GL_INVALID_ENUM when using GL_COMBINE_EXT with the r128 driver.
Wine tries to use the GL_COMBINE_EXT extension which only works if your driver
supports the GL_ARB/EXT_texture_env_combine extension, which the r128 driver
does not. The attached log is from running StarCraft with OpenGL. Here is the
snippet from the attached log showing the OpenGL error.
fixme:d3d:context_create >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from
glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_COMBINE_EXT); @ context.c /
1438
--
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=17451
Summary: Some backgrounds render very slowly in PowerPoint 2003
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Some backgrounds render very slowly in PowerPoint 2003 when in edition mode.
The attached slideshow contains four such backgrounds.
What is strange is that the same slides display fast during the actual
slideshow.
Also, the same slides show no speed issue in PowerPoint 2000. So it must be the
way PowerPoint 2003 renders them that's causing trouble.
--
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=17350
Summary: AutoCAD Mechanical 2008: installation of Service Pack 1
fails
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=19387)
--> (http://bugs.winehq.org/attachment.cgi?id=19387)
Log after running acm2008_swl_sp1_x32.exe
I'm using Fedora 10 i386 and i've got problems installing first ServicePack for
AutoCAD Mechanical 2008
1) Install AutoCAD Mechanical 2008
2) Download "acm2008_swl_sp1_x32.exe" from "www.autodesk.com"
3) run acm2008_swl_sp1_x32.exe and nothing happens AutoCAD still shows no SP is
installed
--
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=9886
Summary: GeoInfo hangs if trying to select a street for the
second time
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
Created an attachment (id=8378)
--> (http://bugs.winehq.org/attachment.cgi?id=8378)
patch
This is because our DDEML doesn't call the callback after receiving an ACK when
the hMem parameter doesn't match the current transaction hMem. However it
doesn't remove transaction from the queue so only after the first transaction
the callback will be called. This patch removes the transaction from the queue
however it is not fully correct - there may be asynchronous transactions so the
ACK doesn't need to come in the same order as the request were sent. A correct
code should check the whole list of transactions.
--
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=13937
Summary: visual foxpro 9 installation fails
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freeman3(a)centrum.cz
can't install foxpro. i click setup main setup window appears. there an option
install prereqisites. i click it and nothing happens.
--
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=9991
Summary: Can not enable more then two input languages
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel1r(a)gmail.com
When I run windows applications with Wine, I'm only able to write in English.
When I try to write in other language (I tried Russian and Hebrew), input is
either ignored or I see blocks instead of letters, depending on application.
If I set LANG to ru_RU.UTF-8 or he_IL.UTF-8 before starting application, I'm
able to write in two languages (either English and Russian, or English and
Hebrew). There is no way to enable all three languages to work simultaneously.
I'm using Fedora 7 and Gnome desktop. I added both Russian and Hebrew keyboard
layouts in keyboard preferences and I'm able to write in all three languages in
Linux native applications.
--
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=19190
Summary: Oddworld: Abe's Exoddus sound effect continues looping
forever
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zidsoft(a)gmail.com
Moving in a mine cart in abe's exoddus causes the movement sound to play,
repeatedly, until Exoddus.exe is killed.
No useful output is given on the command line.
--
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=19134
Summary: Wine GetSystemMenu returns nil window handle at
inappropriate times
Product: Wine
Version: 1.0.1
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brent(a)mbari.org
Created an attachment (id=22098)
--> (http://bugs.winehq.org/attachment.cgi?id=22098)
Patch against Wine version 1.0.1 to fix this bug
GetSystemMenu() is always supposed to return a valid HMENU handle,
but the logic in Wine's version would return nil in some cases where
windows would return a valid HMENU. Specifically, when the relevant
windows dwStyle mask did not include WS_SYSMENU, wine would
return nil, but windows would still return a valid HMENU.
I've been trying to run this app in Wine for many years:
http://www.quadravox.com/AQ430.htm
The version I use is 2.0.6.9, but I strongly suspect the problem will
show up in their current versions as well.
You may download a 30-day trial version to verify the bug.
However, I think the logic bug in GetSystemMenu is pretty obvious.
After a few hours of poking
around with assembly code in the Wine debugger, it became clear that
the Quadravox app was getting a nil HMENU from GetSystemMenu even though
its bRevert parameter was false. Windows on-line docs state that
GetSystemMenu() should return a nil HMENU only when reverting
to the standard system menu. Real Windows apparently does not check
whether the current window's dwStyle bits are set appropriately, where
the wine version requires this. That's the easiest explanation
for the behavior I observed...
To replicate:
create a project in the Quadravox IDE
try to build it.
Aborts with invalid read from address 0x4 after GetSystemMenu()
returns the bogus nil handle.
The attached patch fixes the problem for me.
Others should confirm this...
--
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=13180
Summary: Saitek X45 POV does not work
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keith_kw_muir(a)blueyonder.co.uk
Saitek X45 POV does not work in Lock On Modern Air Combat nor does one of the
rotational controls on the partner joystick it appears as an axis in the game
but does not function.
--
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=18481
Summary: Eagle 3.55 - Crashes when switching between schematic
and board layout windows.
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ed-h(a)mail.com
Created an attachment (id=21108)
--> (http://bugs.winehq.org/attachment.cgi?id=21108)
Eagle crash debug listing
Cadsoft's Eagle 3.55 schematic entry and PC board layout program crashes when
switching between schematic entry and board layout screens. Sometimes also
when maximizing those windows. Ideally the application should swap between the
two windows whenever the "switch views" icon is clicked. An early version of
Wine (0.9 era) failed to do that, but at least it didn't crash, and a work
around was to bring up the desired window from the task bar. Newer Wine
releases just crash the application no matter how the windows are swapped. The
reported error is:
The instruction at 0052283f referenced memory at 00000008
The memory could not be read from
Though there are newer versions of Eagle, 3.55 was very popular and somewhat
easier to use than later versions. The copy I have is a licensed version that
does larger circuit boards, though the problem seems to exist with the freeware
version too.
Thank you for any help you can offer.
--
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=19227
Summary: Installation fails due to write access problem
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: junk(a)merheb.com
Created an attachment (id=22232)
--> (http://bugs.winehq.org/attachment.cgi?id=22232)
Terminal console output
Program fails during installation with the following error:
Error: No write access to directory C:\Program Files.
Check permissions and ownership.
--
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=19358
Summary: Publisher 97 does not save to disk on normal Wine
install
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eljo.morpurgo(a)gmail.com
I installed Publisher 97 completely standard with Wine in Kubuntu 9.4 all
updates installed until 18/07/09 and it runs ok. The problem is that it will
not save created documents to disk. I tried my hard-disk internal, USB external
even USB stick but no luck. There is an error about a created temp-file by
Publisher it cant find.
Error:
I:\pub7cca.temp can't be read. Click try again to try again, or quit to close
Publisher. All changes will be lost
This error will come up on all disks or usb sticks
http://appdb.winehq.org/objectManager.php?sClass=version&iId=17237
Note:
I'm not a Linux guy so maybe with a correct or other install it will work but
...
--
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.