http://bugs.winehq.org/show_bug.cgi?id=16281
Summary: Wine lacks support for fully animated cursors
Product: Wine
Version: 1.1.9
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
As per the title, currently only the first frame of the animated cursor is
shown, the cursor itself doesn't "play".
--
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=15776
Summary: MyspaceIM fails to connect to server
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: heavensblade23(a)gmail.com
MyspaceIM installs correctly but when you try to connect to the server it
cycles through a list of ports, then reports there was a problem connecting to
the server.
--
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=16245
Summary: No action when clicking a menu entry, but the menu
appears again with a shift
Product: Wine
Version: 1.1.9
Platform: All
URL: http://www.esnips.com/nsdoc/3ad3b4a2-ddc7-4bea-98a9-
8e76969420fb/?action=forceDL
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Created an attachment (id=17510)
--> (http://bugs.winehq.org/attachment.cgi?id=17510)
Video showing the bug
In the R3x program, if you click on a context menu entry, no action performed,
but the menu appears again with a shift. After you ckick the same entry second
time, the action performed as usual.
See the video.
--
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=14089
Summary: GVox Encore: note entry
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mnmus(a)thirdworldcounty.us
Note entry via MIDI keyboard non-functional
--
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=16290
Summary: Microsoft's logging version of wininet.dll doesn't work
with Wine
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
=57ad7099-de71-4b1c-8147-725545454146
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
OK, this might be a bit unreasonable, but:
Microsoft has a logging implementation of wininet that they give out
to users to help in troubleshooting; see
http://support.microsoft.com/kb/884931
and
http://www.microsoft.com/downloads/details.aspx?FamilyID=57ad7099-de71-4b1c…
It might come in handy to have their version running on
Wine and generating nice log files, so I gave it a shot.
That comes with several versions of wininet.dll. I tried the WinXP SP2
one by doing
cabextract IE-KB884931-v2-x86-enu.exe
cp wininet.x86.6.0.2900.2180.dll ~/.wine/drive_c/windows/system32/wininet.dll
and then setting native override on wininet in winecfg, then tried
running a wininet test case,
cd dlls/wininet/tests
~/wine-git/wine wininet_test.exe.so ftp.c
This crashed because a crazy length was passed to a string compare function:
Unhandled exception: page fault on read access to 0x772c6d0a in 32-bit code
(0xb7e60174).
Backtrace:
=>1 wine_compare_string+0x24(flags=268435457, str1=0x77063d2c, len1=1251312,
str2=0x770f0968, len2=1251312) [libs/wine/sortkey.c:329] in libwine.so.1
2 CompareStringW+0x104(lcid=1031, style=268435457, str1=0x77063d2c,
len1=1251312, str2=0x770f0968, len2=1251312) [dlls/kernel32/locale.c:2678] in
kernel32
3 StrIsIntlEqualW+0xcf(bCase=0, lpszStr=0x77063d2c, lpszComp=0x770f0968,
iLen=1251312) [dlls/shlwapi/string.c:2063] in shlwapi
4 0x770c7a3d in wininet (+0x77a3d) (0x0032fb7c)
...
I also tried the Win2003 SP2 version:
cp wininet.x86.6.0.3790.1830.dll ~/.wine/drive_c/windows/system32/wininet.dll
This crashed with
Unhandled exception: page fault on read access to 0x00000007 in 32-bit code
(0x7ee3fddf).
Backtrace:
=>1 CreateMutexExW+0x30(sa=0xffffffff, name=0x32f92c, flags=0, access=2031617)
[dlls/kernel32/sync.c:742] in kernel32
2 CreateMutexExA+0xc4(sa=0xffffffff, name="_!MSFTHISTORY!_", flags=0,
access=2031617) [dlls/kernel32/sync.c:725] in kernel32
3 CreateMutexA+0x3a(sa=0xffffffff, owner=0, name="_!MSFTHISTORY!_")
[dlls/kernel32/sync.c:698] in kernel32
4 0x75ba879e in wininet (+0x7879e)
...
742 attr.Attributes = OBJ_OPENIF | ((sa &&
sa->bInheritHandle) ? OBJ_INHERIT : 0);
Not sure how much effort it's worth to track these down, but filing a bug just
in case.
--
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=10392
Summary: Sunny Data control SW does not recognise USB device
Product: Wine
Version: 0.9.4.
Platform: PC
URL: http://www2.sma.de/en/solar-
technology/products/communication/communication-
products-software/software/sunny-data-
control/overview/index.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mbbs(a)telenet.be
Installation & program startup pose no problems.
When I try to connect to the sunny beam data logger, the connection menu only
shows com ports. In windows, I can also select the usb port.
With my newly delivered Photovoltaic solar panels comes a little device
called sunny beam to track the power production of the panels, and load the
data to a PC.
I setup the SW with wine with no problems.
When I want to access the device via USB, the application only shows com
ports, and not the USB port.
When I do the same in Xp, It shows the com ports and a menu entry for USB
connection.
It looks like the USB interface is not recognised in linux.
it does not show in lsusb
marc@L1:/media/cdrom0$ lsusb
Bus 005 Device 003: ID 04f2:0200 Chicony Electronics Co., Ltd
Bus 005 Device 002: ID 0b0e:444b GN Netcom
Bus 005 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 002: ID 1587:002d
Bus 002 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 0db0:4011 Micro Star International Medion Flash XL
V2.0 Card Reader
Bus 003 Device 001: ID 0000:0000
When looking in Kinfocenter, the device is recognised, so I guess
wine does not recognise the usb interface
Sunny Beam
Manufacturer: SMA Technologie AG
Serial #: 00014365
Class 0
Subclass 0
Protocol 0
USB Version 1.01
Vendor ID 0x1587
Product ID 0x2d
Revision 0.00
Speed 12 Mbit/s
Channels 0
Max. Packet Size 8
Any ideas on how to get this working ?
The website of the manufacturer can be found at
http://www2.sma.de/en/solar-technology/products/communication/communication…
--
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=14743
Summary: DNS 9.5 install fails to extract cabinet: L"ENUGen~1.cab
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.nuance.com
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Created an attachment (id=15238)
--> (http://bugs.winehq.org/attachment.cgi?id=15238)
terminal output on installation
DNS 9.5 does not install completely. The terminal output includes this:
err:msi:msi_cabextract FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"ENUGen~1.cab
The ENUGen~1 file being referred to is large -- about 95MB. I believe the file
includes the English language (sound) models, with the US regional accent.
I also believe that it loads in conjunction with the grammar model file, which
is ENGGen~1.
(See attached screenshot with a list of the program's largest files.)
The other similarly-named files are regional accent options. (SouthEast Asian,
Australian, Indian and UK.)
---------------------------
FWIW: Below is the total output when I try to run program.
---------------------------
fixme:reg:RegSetKeySecurity :(0x64,4,0x379fd8): stub
fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set
fixme:dbghelp:fetch_thread_info Couldn't open thread 142 (87)
--
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=16226
Summary: Office XP keeps reinstalling at program startup
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexis.deruelle(a)laposte.net
Microsoft Office XP installs with no error, although each time I run
WINWORD.EXE an installer window pops up and seems to (successfully)
reinstall/re-register some components before displaying the main program
window.
--
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=13436
Summary: Checkbox at finish screen is invisible unless checkbox
is given focus
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://www.trendyflash.com/builder-trial/TrendyFlash-
site-Builder-Trial.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
After installing the TrendyFlash program, the wizard should show a checkbox at
the finish screen, but the checkbox is shown invisibly unless focus is given.
No relevant output was seen at the terminal.
--
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=16580
Summary: S.T.A.L.K.E.R: sky not redrawn correctly with dynamic
lighting
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: default_357-line(a)yahoo.de
Created an attachment (id=18097)
--> (http://bugs.winehq.org/attachment.cgi?id=18097)
S.T.A.L.K.E.R. SoC Sky bug
When dynamic lighting is enabled on my GeForce Go 7900GS, the sky texture in
STALKER SoC is not redrawn (all quality settings on minimum). No console output
beside the usual "err:d3d:state_colorwrite
(WINED3DRS_COLORWRITEENABLE1/2/3,0,0,0) not yet implemented. Missing of cap
D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?".
Screenshot attached.
--
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=10469
Summary: Radmin viewer 3.1: Mass selection of users does not work
in the text chat mode
Product: Wine
Version: 0.9.48.
Platform: PC
URL: http://www.famatech.com/download/rview31.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs.radmin(a)gmail.com
We got an error:
1. Installed Radmin server 3.1 (http://www.famatech.com/download/rserv31.exe)
on a windows computer.
2. Installed Radmin viewer 3.1 on a linux computer with wine installed.
3. Started Radmin viewer and connected to Radmin server in the "Text Chat"
mode.
Mass selection of users in user list with mouse cursor does not work.
The error was tested on Fedora Core 7 installation with the last wine package
from fedora update site (fedora_mirror/fedora/linux/updates/7/i386/).
--
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=13868
Summary: Starlancer crashes with force feedback enabled
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcarthew(a)mbarron.net
I enabled force feedback in StarLancer and launched the game with wine
Lancer.exe. When the game loads/runs it's fine until you get into a mission.
The 3d scene loads fine and the audio plays but as soon as you begin to launch
which normally causes a force feedback rumble effect the game crashes out to
the command line. If you disable force feedback with the same joystick and
rerun the game you can get into the mission fine and play it normally. The
joystick is a Microsoft Sidewinder Force Feedback 2 and the force feedback
drivers are enabled in the kernel as per the instructions on force feedback 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=9256
Summary: S.T.A.L.K.E.R. - Major slowdown near anomalies or in
high RAD areas
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iAppId=4794
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
S.T.A.L.K.E.R. slows down to 1-2 fps near the anomalies or in high radiation
areas - places with "white noise" special effect.
Game is set to static lighting, medium quality.
This is with GLSL=enabled and OffscreenRenderingMode=fbo. Using
'WINEDEBUG=-all wine XR_3DA.exe -dsound -nointro -nodistort' command line to
start the game.
Without "fbo" I'm getting bug 7979.
--
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=14053
Summary: Winamp 5.53 fails to start due to a loader crash
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.winamp.com/player
OS/Version: other
Status: NEW
Keywords: download
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.lankhorst(a)gmail.com
Created an attachment (id=14265)
--> (http://bugs.winehq.org/attachment.cgi?id=14265)
+loaddll,+module crash
The latest version of winamp fails to get loaded into memory due to a crash in
LdrProcessRelocationBlock. I used the dutch version, not sure if it makes any
difference.
Backtrace is attached, with +loaddll and +module.
--
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=10028
Summary: rappelz updater is slow because of
dlls/mshtml/htmlnode.c:get_node(...)
Product: Wine
Version: CVS/GIT
Platform: All
URL: http://rappelz.gpotato.com/download/index.php
OS/Version: All
Status: NEW
Severity: minor
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan.wine(a)zerebecki.de
CC: jacek(a)codeweavers.com
The update for the game rappelz changes the embedded html regularly to update
the progress bar and seems to spend most of it's cpu time on that which seems
to slow the downloading. By using oprofile I found it is spending most of it's
cpu on "if(iter->nsnode == nsnode)" in get_node(...) from
dlls/mshtml/htmlnode.c . The comment above the function already suggests: "We
should use a better data structure or (better) find a way to store
HTMLDOMelement poiner in nsIDOMNode."
--
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=16274
Summary: Mortyr 2093-1944: Shots leave black squares
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
Created an attachment (id=17551)
--> (http://bugs.winehq.org/attachment.cgi?id=17551)
Mortyr game log
Mortyr 2093-1944 is an old WW2/futuristic FPS (I could not find any official
page or demo) with a couple of sequels.
Anytime a bullet hits the floor or a wall, a big black square appears
surrounding the hit point. Log is attached.
--
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=16151
Summary: Dragon 10 crashes with 'err:region:CombineRgn Invalid
rgn=(nil)'
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sunfish7(a)gmail.com
Start Dragon 10
I've set it to start in trayicon mode
Click icon once to turn mic on
and leave to bake
...
after a few minutes, it will crash!
Each time, this is the first error:
err:region:CombineRgn Invalid rgn=(nil)
(spud) ~ ---> wine /home/spud/.wine/drive_c/Program\
Files/Nuance/NaturallySpeaking10/Program/natspeak.exe 2>&1 | uniq -c
:
(blah)
:
2519 fixme:gdiplus:GdipCreateHBITMAPFromBitmap stub
1 err:region:CombineRgn Invalid rgn=(nil)
1 fixme:gdiplus:GdipCreateHBITMAPFromBitmap stub
1 err:ole:OleLoadPicture IPersistStream_Load failed
1 fixme:gdiplus:GdipGetImageGraphicsContext not implemented for image
type 1114288
1 fixme:gdiplus:GdipCreateHBITMAPFromBitmap stub
1 fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set
tails from 3 logs + one complete log attached
Searching 'CombineRgn' finds 2 bugs related to Dragon. This appears to be
non-overlapping of these.
Sam|Ohmu
--
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=16408
Summary: NPC have a graphical glitch (stretching)
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joe_miller1079(a)hotmail.com
Created an attachment (id=17738)
--> (http://bugs.winehq.org/attachment.cgi?id=17738)
Stretching
When in game NPC's and ragdolls stretch when within a certain distance. Their
heads seem to have no problem at all. I have a few screenshots of this
problem. I am using Ubuntu 8.10 64 bit. My hardware is an AMD single core
athlon 64 +3800 @ 2.4 Ghz, an ATI HD 2400 Pro with 256 mb of ram and 2 gb ddr
ram. I am using the ati drivers provided by ubuntu and I am using the latest
version of wine from git. I am sorry that I can't provide any more
information.
--
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=16200
Summary: Miranda IM can't connect on MSN and Gmail protocol
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: kai.blin(a)gmail.com
ReportedBy: lleoliveirabr(a)gmail.com
Miranda IM can't connect on MSN and Gmail protocol.
Message on terminal log: fixme:secur32:schan_InitializeSecurityContextW Using
hardcoded "NORMAL" priority
To reproduce:
1 - download last Miranda IM version:
http://files.miranda-im.org/builds/miranda-v080a24w.zip
2 - Extract files on a folder.
3 - Create a MSN account and try to connect.
--
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=15485
Summary: EVE Online hangs on focus loss/restore after applying
Empryan Age 1.1.1 patch
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phoenix(a)mail.ru
Repro steps:
1. Get latest wine (i've used latest snapshot from git) and windows premium
client (it's very likely that classic client is affected too, but i din't test
it) from http://www.eve-online.com/download/windows.asp, install them
2. Launch EVE (premium or classic graphic mode - doesn't matter, i've tested
both)
3. Switch focus from game and return it back (i've tried both windowed and
fullscreen, it doesn't matter)
4. Repeat step 3 if game wasn't affected
Game crashes (20%) or hangs (80% - sound doesn't stop when game hangs) when i
restore focus back to it (_not_ on focus loss) with the following messages in
console (3 different instances):
---
wine: Unhandled page fault on read access to 0x0000006c at address 0x10045e45
(thread 0021), starting debugger...
---
wine: Unhandled page fault on read access to 0x0000006c at address 0x10045e45
(thread 0019), starting debugger...
---
wine: Unhandled page fault on read access to 0x0000006c at address 0x10045e45
(thread 001a), starting debugger...
---
I don't know how to use wine debugger, will try to put my hands on it next
weekend.
Following links describes patch notes:
http://myeve.eve-online.com/updates/patchnotes.asp
It doesn't include any info on Stackless IO though:
http://myeve.eve-online.com/devblog.asp?a=blog&bid=584
Information on Stackless IO deployment dates (server-side - 16th sep,
client-side - 30th sep with EA 1.1.1 patch):
http://myeve.eve-online.com/ingameboard.asp?a=topic&threadID=883386&page=4#…
I don't see any serious technological changes in EA 1.1.1 patch except for
stackless IO, so this one should be blamed first in my opinion (or CCP again
changed something w/o informing us).
My EVE-specific wine settings:
[Software\\Wine\\AppDefaults\\ExeFile.exe\\Direct3D] 1214073207
"DirectDrawRenderer"="opengl"
"OffScreenRenderingMode"="fbo"
"VideoMemorySize"="512"
Global wine settings:
WM is able to both control and decorate windows
Applications are not allowed to prohibit mouse leaving window
My rig:
Acer Aspire 5920G (C2D 2x2400, 2GB RAM, GF8600GTM)
Debian Lenny current (nearly vanilla with nearly no changes), NVIDIA 177.76
drivers.
I don't know to which wine module assign this one, so set unknown for mow.
--
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=14476
Summary: Display window placed in wrong location
Product: Wine
Version: 1.1.1
Platform: PC
URL: http://www.grlevelx.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ando140(a)hotmail.com
CC: ando140(a)hotmail.com
Created an attachment (id=14800)
--> (http://bugs.winehq.org/attachment.cgi?id=14800)
GRLevel2 Screenshots
The radar image is only drawn when the window is maximized. When maximized,
the window that displays the radar images is offset up and to the left and
draws over toolbars, menus and other windows when it redraws. The point where
the mouse pointer is and where the click is effective is offset up and to the
left of the actual mouse position. The mouse offset appears to match the
screen offset.
Screenshots are attached, descriptions from top to bottom:
1. Non-maximized window, a radar image should be displayed, but is not. You
can see the toolbar that is normally covered by the offset image.
2. Normal view with radar image offset and toolbar covered
3. Shows active window being overwritten by radar image
4. Shows zoombox, you can't see the mouse pointer, but it is down and to the
right of the box.
5. Image did not automatically redraw when a window from another application
was closed.
A 21 day free trial of this program may be downloaded from
http:www.grlevelx.com
To get the radar sites, click File > Configure Polling, then click Add and
paste in http://mesonet.agron.iastate.edu/data/nexrd2/raw/
When you return to the program's main screen, click Sites and a list of
available radar sites should be displayed. After a site is selected, click
File > Start Polling or click the second icon from the left in the top toolbar.
--
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=11793
Summary: Hulk demo crashes in DSOUND
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://www.jeuxvideo.com/downloads/0000/00008022_demo.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=11055)
--> (http://bugs.winehq.org/attachment.cgi?id=11055)
console output
The Hulk demo crashes with a dsound error (see the attached console output
below).
Disabling the sound in winecfg makes the demo working.
Joaopa
--
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=12240
Summary: Scar fails to launch
Product: Wine
Version: 0.9.58.
Platform: PC-x86-64
URL: http://www.download.com/SCAR-Squadra-Corse-Alpha-Romeo-
demo/3000-7523_4-10391218.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
Created an attachment (id=11672)
--> (http://bugs.winehq.org/attachment.cgi?id=11672)
+relay
Installation works fine, but game doesn't start.
A messagebox pops up saying that "...a file is damaged or missing".
I think its:
0009:Call KERNEL32.GetLastError() ret=00644510
0009:Ret KERNEL32.GetLastError() retval=00000715 ret=00644510
(ERROR_RESOURCE_TYPE_NOT_FOUND)
--
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=14391
Summary: MagicISO interface flickers
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.magiciso.com/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Hello,
MagicISO (application to manage disc images) is a quite complex app with nice
interface. It works properly on Windows, but on Wine the interface redrawing is
very slow.
I can see every icon popping up on the screen, and every menu entry drawn one
by one (btw menu is draw twice).
Wine shows no errors at all, application works perfectly (which is IMHO -
MAGIC).
--
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=14796
Summary: Stack overflow opening HTML emails in Lotus Notes 8.0.1
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)nextgen.net
Opening a HTML email (multipart message with Content-Type: text/html) in Lotus
Notes 8.0.1 causes the following:
err:seh:setup_exception_record stack overflow 1256 bytes in thread 001f eip
601b119e esp 00240e48 stack 0x240000-0x241000-0x340000
err:ntdll:RtlpWaitForCriticalSection section 0x110048 "heap.c: main process
heap section" wait timed out in thread 0032, blocked by 001f, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x110048 "heap.c: main process
heap section" wait timed out in thread 0026, blocked by 001f, retrying (60 sec)
Application hangs, eventually needing to be killed manually.
--
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.