http://bugs.winehq.org/show_bug.cgi?id=11344
Summary: XTrap does not work with wine
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
XTrap is a library that is used by numerous MMO* games (not sure all are
MMORPG). It is supposed to fight bots (probably meaning programs that interact
with the game instead of players).
I could not find the vendor of this module, web search only revealed some games
using it.
Games using the module include:
Hero Online (in appdb), http://hero.netgame.com
Scions of Fate (not in appdb), http://fate.netgame.com
Japanese version of Nostale (only English in appdb)
http://download.jalecoonline.jp/nostale/client/nostalesetup_003.exe
Knights Online (not in appdb) http://knihgtonlineworld.com
Hero online catches its exceptions, and using winedbg is not very helpful
either (it stops on one of the earlier exceptions, and the program would
terminate afterwards).
However, both Scions and Nostale do not catch the unexpected exception, and it
happens in the xtrapva 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=18427
Summary: Forte Agent MDI window is not maximized at startup.
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g9xhh5p02(a)sneakemail.com
The Forte Agent mail and news reader uses an MDI window model, where the main
window can contain one or more child windows which can each be resized or
maximized. When running under real MS Windows, closing Agent with a single
child window (my inbox browser) maximized means that the same window will
appear maximized next time I run the program.
This doesn't work correctly under Wine: instead of the correct behavior, the
child window appears with its own title bar visible as if it were not
maximized, and with minimize/restore buttons visible as if it were maximized.
I can then manually coax the child window into properly maximizing by clicking
its restore button followed by its maximize button, or by clicking the parent
window's scroll button (which then disappears because it's not needed when a
child is maximized). The effect looks like the child window thinks itself
maximized while the parent window thinks the child is not maximized.
I'm using Forte Agent 3.3/32.846.
This bug has existed since before wine 1.0, possibly forever but I'm not sure.
--
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=18371
Summary: Lord of the Rings Online: mouse cursor corrupted on
focus change
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.santos(a)pobox.com
When playing Lord of the Rings Online in windowed mode and changing the focus
away from and back to the game, the mouse cursor becomes corrupted. The
corrupted image may be blank or it may be a large area of animated gibberish.
Once you are able to position the cursor over an object in the game that
normally changes the cursor it is restored, so there is a work around, although
it can be difficult to do, especially when the cursor image is completely
blank. It is usually necessary to move the mouse outside of the game window
and position it so that you are on either the x or y axis of the object in the
game window you want to mouse over and then move slowly along the other axis
until it changes.
This bug has existed since Book 11 and exists up to the current version (Mines
of Moria) and for the last year (so around wine 0.9.something).
Other notes: LOTRO can have very large mouse cursors (perhaps up to 100x300
pixels), so I'm not certain which API they are using.
--
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=17442
Summary: Anarchy Online: No sound after being unexpectedly sent
to login and reconnecting
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://cdn.funcom.com/ao/client/AnarchyOnline_17.9.1-
Small.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: letsclimbhigher(a)gmail.com
Anarchy Online exits and sends the player to its login window at times when it
either crashes or there is too much packet loss. If the player then simply logs
types in their name and password and logs back in again they will have no audio
(alsa is what i use).
If on the other hand they close the login window, exiting the whole game
program and then restart Anarchy Online fresh, they will have sound.
--
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=16463
Summary: ALSA has to be "jump started" by another app when using
a Terratec Dmx 6fire card (ice1712 driver)
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.broglia(a)gmail.com
When using this multi-channel sound card on wine, it doesn't work unless
another app has already opened it and made dmix active (or dsnoop for input).
I'm using ALSA 1.0.18 with the default out-of-box configuration on Gentoo (no
.asoundrc file).
The problem lies in wine's ALSA_TestDeviceForWine function because it tries to
open the card using hw:[card],[device] and eventually fails on
snd_pcm_hw_params_set_channels(pcm, hwparams, 2) because the card can't be set
to only 2 channels when using the hardware device directly. When the card has
already been opened by another program via "plughw" or "default", opening the
card using "hw" seems to redirect to "plughw" automatically and wine succeeds
in setting 2 channels.
I tried changing ALSA_TestDeviceForWine to use plughw:[card],[device] and all
playback/recording worked perfectly without needing another app to previously
open dmix/dsnoop. Is there some reason this isn't the default behaviour or
there isn't a registry option for it? I would assume other cards that can't be
set to 2 channels in hardware are affected as well.
--
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=14802
Summary: Wizards & Warriors: Crashes when starting the game at
the game menu
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ralacs(a)gmail.com
Created an attachment (id=15350)
--> (http://bugs.winehq.org/attachment.cgi?id=15350)
Bugreport
The game seems to have some trouble with avi-playback (avifil32)
--
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=14233
Summary: fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented:
heap list snapshot
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christian(a)zschoche.de
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
on debian etch with wine1.1.0
--
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=19178
Summary: Epson Print CD doesn't find printer installed in cups
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: impnew(a)gmail.com
I've installed the Epson Print CD software, but when i try to print, it gives
me an error, similar this: "The print driver of Epson that is incharged to
print the CD is not installed".
But someone can print, there are some users' experience here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=3700
--
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=17284
Summary: Civilization IV crashes
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter_dunning(a)dsl.pipex.com
Created an attachment (id=19286)
--> (http://bugs.winehq.org/attachment.cgi?id=19286)
crash log
Civilization IV 1.74 crashes to desktop when I start a game between the loading
screen showing finished and the world apperaring. I have an intel GMA 3100 on
Arch Linux. The crash log is attatched.
--
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=18216
Summary: replay media catcher crashes in wine update 1.1.20
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robertwintle(a)hotmail.co.uk
replay media catcher demo worked 100% in Wine 1.1.19 i386 but crashes in Wine
1.1.20 i386
link to demo:
http://applian.com/replay-media-catcher/demo.php
--
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=15747
Summary: Firefox 3 unusably slow, triggered by flash ads?
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
If I go to news.com, pick any story (e.g. today's Google Mail for Mobile),
and just sit there hitting reload, eventually the browser will
slow to a crawl and become unusable.
This also happens when just normally browsing around.
I imagine it's caused by particular flash ads
(a Microsoft one seemed to trigger the latest problem).
This is with Wine from Oct 18th.
I use Firefox3 every day or two for a little dogfood testing,
and today is the first time I noticed it, so it's likely
to be a new ad rather than a new wine problem. But who knows.
--
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=12334
Summary: Skype 3.8: Crash at login
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.skype.com/go/getskype-beta
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)konsoletek.com
Created an attachment (id=11811)
--> (http://bugs.winehq.org/attachment.cgi?id=11811)
Skype 3.8 Crash on Win98 w/o dcom98
Skype 3.8 (beta) will launch, but crashes either during the login screen or
directly after it. I tried with a clear .wine directory, under Windows 98, XP
and 2008. Under 98 I tried with dcom98 and w/o, with no noticeable changes in
results.
--
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=15030
Summary: Crimson skies installer unresponsive
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://cdn.gamezone.com/pub/gamezone/13/9/21/CrimsonTria
l.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
After clicking 'install' the installer is unresponsive. result of the git
bisect:
3995627de204284de96d50d3a42291f02e42c344 is first bad commit
commit 3995627de204284de96d50d3a42291f02e42c344
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Mon Aug 18 20:37:14 2008 +0200
winealsa.drv: Fix compiler warnings and remove deprecated calls.
Fixes wine build on lsb compliant systems and some warnings.
:040000 040000 7b6247092bea75f9c4d8a6abd30e568d5ea33408
fc472606cbaa6c78c40c9024ffa1208c4e4a5928 M dlls
--
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=10002
Summary: Adobe Illustrator CS aborts on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: ftp://ftp.adobe.com/pub/adobe/illustrator/win/cs/ilst_cs
_tryout_de.zip
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Starting up Illustrator CS fails with the fatal dialog
Der Vorgang kann nicht vollst\00e4ndig ausgef\00fchrt werden, weil ein
unbekannter Fehler aufgetreten ist. [PARM]
--
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=15322
Summary: Add smartcard functionality
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pau.carre(a)gmail.com
When executing Internet Explorer CryptoAPI should recognize Linux installed
smart cards and add its certificated to the IE certificate list.
A mapping between CryptoAPI and opensc (http://www.opensc-project.org/)
operations should be added.
--
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=11483
Summary: MSTSC (remote desktop) crashes on Local Resources tab
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elicoten(a)live.co.uk
Created an attachment (id=10626)
--> (http://bugs.winehq.org/attachment.cgi?id=10626)
Console output/back trace
When using the builtin winscard.dll, clicking the Local Resources tab crashes
MSTSC. Changing winscard.dll to native solves the problem.
--
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=17042
Summary: Microsoft OneNote 2007 trial crashes because richedit
doesn't implement ITextDocument
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://office.microsoft.com/en-us/onenote
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Starting up OneNote crashes. The log contains
fixme:richedit:fnTextSrv_QueryInterface Unknown interface:
{8cc497c0-a1df-11ce-8098-00aa0047be5d}
That UUID is ITextDocument.
Doing 'sh winetricks riched20' makes the crash go away.
--
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=17796
Summary: Citavi: No network access
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
URL: http://www.citavi.org/de/materialien/CitaviSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)sase.de
An essential feature of Citavi is to search in network based databases
(severty=normal).
If you click on "Recherchieren..." an error occcours after some seconds (see
screenshot).
There is only this errormessage in the console:
fixme:ole:Context_QueryInterface interface not implemented
{51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:dciman:DCICreatePrimary 0x340 0x543129c
fixme:dciman:DCICreatePrimary 0x35c 0x5431cb4
fixme:ole:Context_CC_ContextCallback (0x1f92e7b8/0x1f92e7bc)->(0x79f277a5,
0x2a9e488, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
--
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=13593
Summary: Microsoft Office 95 installer fails during setup
procedure
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: unxed(a)mail.ru
Created an attachment (id=13557)
--> (http://bugs.winehq.org/attachment.cgi?id=13557)
wine log
Microsoft Office 95 installer fails during setup procedure with a message:
"ODBC's SQLRemoveDriver failed for driver Microsoft Access Driver (*.mdb)"
--
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=18567
Summary: Universe at War - Reports installation failed but seem
to install just fine
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghost_zero5(a)gmx.at
Hi,
I haven't tried this with v1.0.1 but in v1.1.21 the installation reports to
have failed at the end but it even created the entries in the Deinstallation
manager of wine. It still didn't work though but I guess that is because of a
different problem.
I also want to mention that with the Sacred 2 installer I also get an error
message at the end (aborted by the user) which I also reported in bug #18565
BUT there it REALLY failed because it never asked for the second disk and the
error is about the second disk anyway, so this one is a different bug -
therefore own bug posted. Furthermore, this game consists only of one
installation DVD.
--
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=17639
Summary: FEAR 1.08: Geometry errors / zbuffer precision problems
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: jb.faq(a)gmx.de
Encountering various graphical artifacts with FEAR 1.08.
Something that looks like random (garbage) polygons, which sometime pop in in
the scene.
Then artifacts that affect the floor and look like zbuffer precision issues.
Going to post some screenshots later.
--
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=15745
Summary: Dark horizon complains that the font Verdana is missing
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://www.jeuxvideopc.com/demo/42045-dark-horizon.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
As described in the summary, Dark horizon complains about the lack of Verdana
font. As a workaround, putting Verdana.ttf in the Fonts directory fixes the
problem.
I use a git version of wine and fontforge is well installed.
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=17425
Summary: NanoEgineer-1: application not responding after startup
Product: Wine
Version: 1.1.14
Platform: Other
URL: http://www.nanoengineer-1.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dendron2000(a)mail.ru
Created an attachment (id=19498)
--> (http://bugs.winehq.org/attachment.cgi?id=19498)
NanoEngineer application log
Free open-source nano structures scientific tools are not working under wine.
The program installs without problems, but when I try to run it - it hangs
after drawing the interface.
This is unexpected, as the project uses cross-platform python language and QT4
library. It also may affect other applications which make use of these tools,
so I mark this bug as 'major'.
--
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=13718
Summary: rubber banding at start of motion (not lag) in City of
Heroes
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff.mitchell+WINE(a)gmail.com
In City of Heroes / City of Villains, it is frequently possible to get rubber
banding when attempting to move from a static location (unlike lag which is
inconsistent or an intermittent slow down, this is only being able to move a
couple steps and then being bounced back for the entire time the app is
running).
Using the same system with the same set of steps right afterwards or before
doesn't produce this affect in Cedega (which is likely irrelevant but thought
I'd note it anyways). From the comments on the appdb page I'm led to believe
that this could be environment specific (me: Ubuntu 8.04 / Dell m1530 laptop
running game over wireless / nvidia graphics / all desktop effects disabled) to
a few people but I can replicate it.
Steps to reproduce:
1. Start City of Heroes/Villains via wine
2. Login to account, choose character
3. When loaded, attempt to move the character in any direction and you will be
bounced back to approximately where you started. If you're able to super jump
out of the "rubber banding field" where you start, motion is normal and fluid
until you land / stop and a new rubber banding field is born.
Any insight as to what debug flags to try to help isolate would be appreciated.
Thanks for your time.
--
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=17595
Summary: urlmon/protocol crashes if run with +heap under
OpenSolaris
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://test.winehq.org/data/88d9210dd763bcb9db203daa89f2
4efc7d5872d0/wine_ae-opensolaris-
heap/urlmon:protocol.html
OS/Version: SunOS
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=19758)
--> (http://bugs.winehq.org/attachment.cgi?id=19758)
+relay,+seh,+tid,+urlmon,warn+heap
ol.okn@opensolaris:~/wine-git/dlls/urlmon/tests$ WINEDEBUG=warn+heap make
protoco
../../../tools/runtest -q -P wine -M urlmon.dll -T ../../.. -p
urlmon_test.exe.so protocol.c && touch protocol.ok
fixme:wininet:InternetLockRequestFile STUB
fixme:wininet:InternetLockRequestFile STUB
warn:heap:HEAP_Decommit Could not decommit 003e0000 bytes at fe7d0000 for heap
fe7b0000
fixme:wininet:InternetLockRequestFile STUB
fixme:wininet:InternetLockRequestFile STUB
err:wininet:NETCON_init failed to load symbol i2d_X509
wine: Unhandled page fault on read access to 0xaaaaaaaa at address 7f6bf1c2
(thread 0027), starting debugger...
Can't attach process 0026: error 6
The wininet error is a red herring...see bug 15707.
+relay,+seh,+tid,+urlmon,warn+heap 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.