http://bugs.winehq.org/show_bug.cgi?id=21738
Summary: Garmin Training Center map is rendered incorrectly
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://www8.garmin.com/support/download_details.jsp?id
=835
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With wine-1.1.38-219-g438ad93, after installing vcrun2005 and corefonts with
winetricks to allow the installer to run, launching the Garmin Training Center
application yields a map that is rendered totally black. Native gdiplus
somewhat alleviates the situation, although the continents still appears to be
black.
--
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=20664
Summary: spurious interaction between audio units or wave
devices
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Somehow, trying and accessing a wave device sometimes manages to stop another
playing sample. Yet the second call is normally returned with
265=MCIERR_DEVICE_OPEN (mapped from 4=MMSYSERR_ALLOCATED).
To reproduce, you need audible sound.
Using my interactive MCI shell from bug #20232 comment #10, try the following
1. open long-playing-sample.wav alias a
2. open sample.wav alias b
3. play a from 0
4. play b from 0 wait
Repeat 4) playing b until a is interrupted (=you hear no more sound). If a ends
normally repeat from step 3. Within less than 30 trials, a's sound will be
interrupted on my single core Linux box, wither either ALSA or OSS, with or
without PulseAudio in Ubuntu Intrepid.
When this happens, try
5. status a mode => "playing"
6. stop a => hangs
7. ^C
It seems more likely to happen after a has finished playing once. Or whatever
Voodoo is needed.
--
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=19337
Summary: MSI SQL string comparison operators incorrect...
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toonces282002(a)yahoo.com
In MSI, one can run SQL commands like this:
"SELECT
`Dialog`,`Attributes`,`Control_First`,`Control_Default`,`Control_Cancel` FROM
`Dialog` WHERE `Dialog`< 'bar' OR `Dialog` > 'foo'"
Note however that the two conditions that we have placed on the name of the
dialog are technically incorrect. According to Microsoft:
http://msdn.microsoft.com/en-us/library/aa372021(VS.85).aspx
"For string values, only the = or <> operations are possible. Object value
comparisons are limited to IS NULL and IS NOT NULL."
Accordingly, Microsoft treats the above expression as 'false', whereas msi on
ReactOS is actually using a strcmp to try and evaluate whether a string is
greater or less than another:
*val = ( cond->u.expr.op == OP_EQ && ( sr == 0 ) ) ||
( cond->u.expr.op == OP_NE && ( sr != 0 ) ) ||
( cond->u.expr.op == OP_LT && ( sr < 0 ) ) ||
( cond->u.expr.op == OP_GT && ( sr > 0 ) );
My guess is that this conditional in where.c needs to be adjusted to match the
behavior on Windows.
Doing testing on ReactOS..
--
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=19426
Summary: Radio Manager fails to install some times and some
others times not
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://download.radionomy.com/rm1319en.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yurienu.amenysta(a)gmail.com
Hi,
I've installed Radio Manager application with Wine 1.1.26 yesterday and the
application stop at the end saying it doesn't work. Some files were installed
successfully but others not.
I let these files and today, I tried again to install it to copy and paste the
exact message given by the installer but today it works o_O
And when I tried to launch the installer a third time, the installer showed me
"Repair" and "Uninstall" (the second time, the installer didn't show me this).
I uninstalled it and the installer said me to launch the installer again
because it fails. I launched it again and it works !
I don't understand why it works sometimes and some others times not o_O
Thanks in advance,
(Sorry, if I do mistakes, I'm french ^^)
--
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=23651
Summary: Spiceworks Crashes during Installation
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://download.spiceworks.com/Spiceworks.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hytek3000(a)yahoo.com
Created an attachment (id=29599)
--> (http://bugs.winehq.org/attachment.cgi?id=29599)
Trace of the crash for spiceworks during installation
Wine Version: wine-1.2-rc7-10-g509e35d
GCC Version: 4.2.4
Kernel: 2.6.31
I believe this to be another regression similar to what happened two months ago
here with the same app: http://bugs.winehq.org/show_bug.cgi?id=22694
Attached is the trace file.
Immediately after the files are unpacked, the installer crashes. I've never had
the installer fail except for the regression in the bug linked above.
--
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=22224
Summary: CDBurnerXP's drive icon lacks transparency
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27124)
--> (http://bugs.winehq.org/attachment.cgi?id=27124)
Terminal output
A single icon in this program is lacking transparency: the drive icon next to
the dropdown menu for choosing an optical drive. It appears on a solid white
background. This doesn't happen when using native gdiplus.
1. Run winetricks dotnet20
2. Install and run CDBurnerXP
3. Choose a language, then choose "data disc" mode
(Unchanged in current git.)
--
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=17611
Summary: Increasing DPI makes displayed text smaller
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=19784)
--> (http://bugs.winehq.org/attachment.cgi?id=19784)
Three Properties Winodws
I'm using Wine 1.1.16 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
With default dpi (96) it is difficult (because it's to small) to read text in
"Properties Window" which exists as a toolbar in "AutoCAD 2008" and "AutoCAD
Mechanical 2008". If I try to increase dpi through winecfg, text in "Properties
Window" is even harder to read, it gets smaller but fonts in other parts of the
application are bigger.
I attached image how "Properties Window" should looks like on AutoCAD 2007
example running on Windows and how it looks in Wine with AutoCAD 2008. All
screenshots were made in 1024x768.
--
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=19133
Summary: Ground Control: mouse moves extremely strange
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samlabc(a)yahoo.de
When I move the mouse the mouse pointer moves, but in a totally different
direction.
I think this because somehow the mouse movements are stacked:
By slowly moving the mouse I managed to get it in the middle of the screen.
Then I move the mouse pointer a bit to the right, then up and then left. First
the mouse pointer moves somewhere else, but after some time(when I continue
moving the mouse left), the cursor moves right, up and then left.
I'm using a simple USB-mouse. I don't think this is because of my hardware
because everybody has this problem with this game.
--
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=23507
Summary: AutoCAD 2008: Font size is smaller in properties
window
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=29347)
--> (http://bugs.winehq.org/attachment.cgi?id=29347)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) install AutoCAD 2008
3) wine acad.exe
4) draw e.g. line
5) RMB on line and choose properties
6) do step 4) and 5) on MS Windows
Behaviour:
Font size in properties window isn't the same although the same screen
resolution and the same dpi. Fields (e.g. Color) are also smaller in Wine.
Expected behaviour:
Sizes of font and fields shouldn't be different on Wine.
Additional info:
Sizes of font and fields doesn't change when size of properties window changes.
--
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=23163
Summary: World of Warcraft Crashes in Dalaran with "mmap()
failed: Cannot allocate memory"
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wintrust
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremydyoung(a)sbcglobal.net
Created an attachment (id=28809)
--> (http://bugs.winehq.org/attachment.cgi?id=28809)
Stack trace from crash.
This has been happening on OpenSuSE 11.2 with 2GB RAM or 4GB RAM. It's almost
always a crash in Dalaran, though sometimes it crashes in raids or flying to
other zones.
Stack information in 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=19882
Summary: ZWCAD 2009 Professional HUN
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ll222(a)citromail.hu
Program name: ZWCAD 2009 Professional HUN
Downloadable:
http://www.kolibrydesign.com/down/getfile.php?file=ZWCAD2009HunBeta.exe
The program has been successfully installed on, and then a well-off. A drawing,
if drawn, and then save, then give the file a name, then click on the Save
button, and then pass the file to error. To run the program due Atl71.dll and
mfc42.dll files copied to the Windows \ System32 folder.
--
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=14627
Summary: regedit broken due to locale settings
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: galtgendo(a)o2.pl
I'm not sure I can describe this correctly.
I've got a few registry keys that contain Japanese signs (in values).
Regedit can't export those keys correctly, when I run
in my own locale (pl_PL.UTF-8). They also fail to be displayed then.
(The key names are ASCII, the values are not).
But when I run as LANG=ja_JP.UTF-8, something strange happens,
while regkey can be exported (as CP932, which sucks a bit, IMHO),
it can't be viewed. The treeview of the key shows a plus beside it,
but the key values are not shown and clicking that plus doesn't expand
the subkey (in my standard locale, at least subkey got expanded).
(I'll just ignore for now the fact, that in my locale, if keyname
is Japanese, it's shown as question signs.)
--
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=16551
Summary: install fails - msi_cabextract FDICopy fails
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: john.solomon(a)indysoft.com
First, forgive me, I am a noooooob in every sense of the word.I have not used
any linux or distro before. I have just started using Ubuntu 8.04 in an
experiment to run two apps. that I use often. One is an Firebird db for asset
management (work) and the other is a Cad/Cam program (play). It took a while
but I got the Firebird to run in wine (1.1.10). I am having issues with the cad
program called eCabinets. The mfg for the program does not support their
software outside of windows 2000 or XP. The install is interupted before it
finishes (when copying files). It sounds like the issue reported for
Office2003, Quickbook, COD and a few others. your case ids 15887, 15642 and
11719
err:msi:msi_cabextract FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"Data1.cab"
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
the full log is attached
The program uses DAO, jet40 for its access databases. I used wine-doors to get
DAO, Jet and a few others that sound like they might be needed like windows
common controls, XP library, runtime libs
I have done so much trying to get this solve short of rollbacks and unistalls,
I am doing circles
If there is anything else I can tell you, please let me know. But please dumb
down your questions for noooobs and dont be suprised if I ask stupid questions.
btw... Ubunto and wine..... rocks..... can you say bye bye Bill Gates?
--
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=18598
Summary: Source Insight: Window Title Bar does not get updated
with the new file when jumping to the definition from
the current file.
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: turanammo(a)rocketmail.com
CC: madewokherd(a)gmail.com, vitaliy(a)kievinfo.com,
austinenglish(a)gmail.com, bsjeon(a)hanmail.net,
tobias(a)schula.org, nerv(a)dawncrow.de, ddrtist(a)gmail.com
Created an attachment (id=21275)
--> (http://bugs.winehq.org/attachment.cgi?id=21275)
1: Title Before jump same as after jump
When jumping to the actual location of a function/macro definition from a file,
the window title bar does not get updated with the new location.
A demo version of Source Insight can be obtained here.
http://www.sourceinsight.com/downeval.html
Wine Version: 1.1.21
OS: FC 10
Platform: x86
--
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=11965
Summary: WSAStartup() is not required to do networking
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mark(a)ookoo.org
On Windows (tested at least on Xp, and this is also according to MSDN doc),
when calling any network function, you absolutely have to call WSAStartup()
before.
If you didn't call WSAStartup(), any ws2_32 function will fail, with error
WSANOTINITIALISED (10093).
I'm writing cross-compilable programs on linux that should also run on Win32,
and I do all my tests on wine.
It took me a while to find out why people trying to use this program on real
windows boxes had troubles accessing network.
The expected behaviour for Winsock2 functions is to fail, unless WSAStartup()
was called. For each time you call WSAStartup(), you have to call WSACleanup()
once.
--
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=18153
Summary: Game will not load
Product: Wine
Version: 1.1.19
Platform: All
URL: http://www.wizad101.com
OS/Version: All
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)walkingriver.com
When I double click on any shortcut or the actual file, it will fail to load.
It will say "Opening Wizard 101." Nothing will happen for a few seconds, then
it will close. It doesn't even open a virtual desktop that I have set 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=21210
Summary: Clicking on URL hyperlinks in PowerPoint 2007 results
in a crash
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=25474)
--> (http://bugs.winehq.org/attachment.cgi?id=25474)
PowerPoint 2007 terminal output
As a follow-up to bug 20144, I noticed that with wine-1.1.35-364-g9dc584d,
clicking on an embedded URL hyperlink in a presentation, such as
http://winehq.org/, results in a crash dialog stating:
"Microsoft Office PowerPoint has encountered a problem and needs to close. We
are sorry for the inconvenience."
The complete output 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=23734
Summary: Office 2007 installer: cannot add or remove programs
after initial install
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=29730)
--> (http://bugs.winehq.org/attachment.cgi?id=29730)
Crash from rerunning the Office 2007 installer
The Office 2007 installer works fine on the initial install, including
customizing, but cannot be used to add or remove programs later. It does not
recognize that Office is already installed when you rerun the installer, and
asks for the product key again instead of showing the Add or Remove Programs
dialog. If you enter the product key, it will allow you to select items to add
or remove, but will crash shortly after the install starts.
--
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=14412
Summary: staruml can't load examples
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.staruml.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the next bug in this app after bug 5565.
To reproduce:
rm -rf .wine
wget
http://internap.dl.sourceforge.net/sourceforge/staruml/staruml-5.0-with-cm.…
wget http://kegel.com/wine/winetricks
sh winetricks vcrun6
wine staruml-5.0-with-cm.exe
Then run the app, and do File / Open and load one of the examples.
You will see an OLE error dialog, and the fixme
fixme:msxml:domdoc_put_onReadyStateChange
When you quit, the app will crash:
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7ee2b974 (thread
0028), starting debugger...
(winetricks msxml4 should rescue it; I haven't checked that since bug 5565.)
--
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=12583
Summary: clipboard monitor is not working in PSPad
Product: Wine
Version: 0.9.59.
Platform: PC
URL: http://www.pspad.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr.dlouhy(a)email.cz
No function of clipboard monitor (tool->clipboard monitor window; alt-m) is
working in PSPad 4.5.3.
--
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=19654
Summary: The "Mudokon Status Indicator" in Abe's Oddysee
doesn't work correctly
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: velociostrich(a)gmail.com
Created an attachment (id=22937)
--> (http://bugs.winehq.org/attachment.cgi?id=22937)
Screenshot
Rescuing the Mudokons in the first hidden area in "Stockyard Escape" results in
the "Mudokon Status Indicator" for that area showing -3 casualties, among other
errors; a screenshot is attached displaying the 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=24203
Summary: Worms Reloaded: No input detected at "Push any key to
start" splash screen (X11DRV_MapVirtualKeyEx,
X11DRV_GetKeyNameText errors)
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: john.stahara+winehq(a)gmail.com
Game starts up fine, sound works. However, the "Press any key to start" screen
seems to ignore all input. Console output is a (ridiculously huge) continuous
stream of which the following is a representative sample:
...
warn:keyboard:X11DRV_GetKeyNameText (00000000,0x34f5f0,256): unsupported key,
vkey=00AD, ansi=0000
warn:keyboard:X11DRV_MapVirtualKeyEx Unknown virtual key 11 !!!
warn:keyboard:X11DRV_MapVirtualKeyEx Unknown virtual key 10 !!!
warn:keyboard:X11DRV_MapVirtualKeyEx Unknown virtual key 10 !!!
warn:keyboard:X11DRV_MapVirtualKeyEx Unknown virtual key 12 !!!
warn:keyboard:X11DRV_GetKeyNameText (003a0000,0x34f5f0,256): unsupported key,
vkey=0000, ansi=0000
warn:keyboard:X11DRV_GetKeyNameText (00540000,0x34f5f0,256): unsupported key,
vkey=0000, ansi=0000
warn:keyboard:X11DRV_GetKeyNameText (00550000,0x34f5f0,256): unsupported key,
vkey=0000, ansi=0000
warn:keyboard:X11DRV_GetKeyNameText (00590000,0x34f5f0,256): unsupported key,
vkey=0000, ansi=0000
...
--
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=19123
Summary: Can't create a new account in wine's forum
Product: WineHQ.org
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mhdbnoimi(a)gmail.com
I tried to register in wine forum but I failed! everytime phpBB says:
Invalid Session. Please resubmit the form.
The confirmation code you entered was incorrect
How I can register?
Important Notes:
1) I didn't spend lot of time during registration process. for that I'm sure
that session time didn't finish.
2) Confirmation code is completely correct.
3) I'm using Dialup connection behind a proxy (this is the rules of our ISPs in
my country)
--
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.