http://bugs.winehq.org/show_bug.cgi?id=25478
Summary: MS Office Pro 2010 Trial: activation over the internet
fails
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Depends on: 25476
Created an attachment (id=32436)
--> (http://bugs.winehq.org/attachment.cgi?id=32436)
Office Pro 2010 Trial activation failure
To reproduce, download the Trial and install it without Outlook (to work around
bug 25476), then start Excel. Excel will open, and a dialog saying Office needs
to be activated will appear. Click "Next" and you are presented with three
choices for activation: over the internet, by phone (though this one is grayed
out), or convert to the full version. Select "over the internet" and click
Next. Activation will start, but soon terminate with a popup message saying "An
unspecified error has occurred. Your request cannot be processed at this time.
Please try again later (0x8004FC13)."
The same thing happens with Word and Powerpoint, but both those apps need
overrides to start up, whereas Excel doesn't.
--
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=34069
Bug #: 34069
Summary: "wine winemenubuilder" chokes on safari shortcut.
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joshua.songy(a)gmail.com
Classification: Unclassified
Created attachment 45291
--> http://bugs.winehq.org/attachment.cgi?id=45291
The shortcut winemenubuilder is failing on.
"wine winemenubuilder" fails to build a menu entry for the shortcut
$HOME/.local/share/wineprefixes/safari/drive_c/users/$USER/Start
Menu/Programs/Safari.lnk. It will still build a correct menu entry for
$HOME/.local/share/wineprefixes/safari/drive_c/users/$USER/Start
Menu/Programs/Apple Software Update.lnk
instead of producing its usual output, it prints:
err:menubuilder:InvokeShellLinker failed wait for semaphore
err:menubuilder:InvokeShellLinker failed to build the menu
and the relevant menu entries are not created.
Safari was installed via winetricks 20130629, and functions normally.
"wine start $HOME/.local/share/wineprefixes/safari/drive_c/users/$USER/Start
Menu/Programs/Safari.lnk" will start Safari correctly, so the shortcut does
appear to be valid.
--
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=14933
Summary: FileTransfer for HP200LX not properly show size main
window
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Windows 3.1
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arti0(a)op.pl
Created an attachment (id=15517)
--> (http://bugs.winehq.org/attachment.cgi?id=15517)
gif with compare Windows and Wine.
File Transfer for old palmtop HP 100/200LX
ftp://ftp.hp.com/pub/handheld_computers/software/tf103.exe
Show main window not properly.
In attachment gif with compare Windows and 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=15241
Summary: Microsoft Office 2007: Cannot updated IME dictionary
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: juan_lang(a)yahoo.com
Depends on: 15215
Created an attachment (id=16019)
--> (http://bugs.winehq.org/attachment.cgi?id=16019)
+imm
First, get past bug 15215 (second patch fixes it, hopefully in git soon).
Fire up Word 2007.
Click 'Review' tab.
Click 'Update IME dictionary'.
'The current IME does not support editing the user dictionary.'
+imm 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=32642
Bug #: 32642
Summary: Autodetect drives on the first configuration
Product: Wine
Version: 1.5.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
If a new profile of Wine is created it doesn't setup all drives which the
Autodetect button of winecfg would find. For example on my system with a new
profile winecfg shows me C: as ../drive_c and Z: as /. After clicking on
Autodetect it adds D: as /media/sr0 and H: as /home/sworddragon.
--
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=32428
Bug #: 32428
Summary: Support loading/appending optional registry files
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Classification: Unclassified
It would be useful for me to have a wineprefix be a system-level read only
folder and be updated by system package installation.
In order for this to work with user data, however, a copy-on-write filesystem
needs to be introduced (eg unionfs-fuse) that creates a union between the
read-only packaged prefix and a user-level folder; newer versions of files will
end up in ~/.appname or similar.
This breaks down, however, with Wine's implementation of the registry as a few
flat files. Consider:
Version 1.0 of package has x in user.reg
User runs the app and appends "foo" to registry.
Package is updated to version 2.0 which has "bar" added to user.reg.
Because user.reg already exists in ~/.appname, this user will forever have
"foo" but not "bar" unless he deletes ~/.appname (or at least user.reg
therein).
One solution would be an environment variable to have Wine write/load new
registry entries to a different filename, eg ADDITIONAL_WINE_REGISTRY=local.reg
-- then Wine would load its registry files as normal, but supercede them with
any newer entries found in local.reg. This way local.reg could be in
~/.appname but not the packaged read-only prefix, and "the right thing" would
happen with any application updates.
--
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=32277
Bug #: 32277
Summary: No sound in Star Wars: Knights of the Old Republic
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: betaguy(a)gmail.com
Classification: Unclassified
After upgrading to 1.5.18 (I've also tried a new prefix), there is no sound in
Star Wars: Knights of the Old Republic (Steam version); sound worked in 1.5.17
and 1.5.16.
Additionally, the following line only appears in the console on 1.5.18:
fixme:dsound:DSOUND_WaveFormat Limiting channels to 2 due to lack of
multichannel support
--
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=18900
Summary: Wineserver crashes starting Team Fortress 2
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
Created an attachment (id=21742)
--> (http://bugs.winehq.org/attachment.cgi?id=21742)
Backtrace and additional info
With current git & Steam updates wineserver crashes when starting Team Fortress
2:
Program terminated with signal 11, Segmentation fault.
#0 0x08072893 in wake_thread (thread=0xf8) at
../../wine.git/server/thread.c:604
604 for (count = 0; thread->wait; count++)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37293
Bug ID: 37293
Summary: Cant focus Full-Screen Apps in Gnome Shell
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aneesiqbalbhatti(a)gmail.com
After using wine for a few minutes or sometimes an hour. It's applications
minimize automatically. They still show fine in the Gnome Shell apps overview
but clicking them does nothing.
Using virtual desktop seems to work. But I want to make them work with
full-screen.
It has happened to me while playing games like Call of Duty (MW1+MW2+MW3) and
Prepros and other programs too.
Once one app acts like that NO OTHER WINE APP can be opened afterwards.
--
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=26041
Summary: Two Worlds 2 requires xact
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
When running the game in git and with no overrides, it complains about the
following :
err:module:import_dll Library X3DAudio1_7.dll (which is needed by
L"C:\\jeu\\XAudio2SoundEngine.dll") not found
err:module:import_dll Library XAudio2SoundEngine.dll (which is needed by
L"C:\\jeu\\TwoWorlds2.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\jeu\\TwoWorlds2.exe" failed, status c0000135
mscodescan reveals nothing. winetricks xact is a workaround.
--
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=34358
Bug #: 34358
Summary: Splinter Cell: Blacklist no sound without DirectX
Jun2010
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Manually putting of xapofx*.dll, x3daudio*.dll, xaudio*.dll doesn't help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27531
Summary: Magic - DotP 2012 crash in gameoverlayrenderer
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: per(a)morth.org
CC: aeikum(a)codeweavers.com
Created an attachment (id=35194)
--> (http://bugs.winehq.org/attachment.cgi?id=35194)
Crash log
Magic the Gathering - Duels of the Planeswalkers 2012 from steam used to work,
but now crashes in gameoverlayrenderer at startup. This is regardless if "Steam
in game" is enabled or not.
I bisected it down to this commit:
commit bc10fd3ce68f3d51a4e5fbb6395758e9c957f5a5
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Jun 13 15:23:09 2011 -0500
mmdevapi: Sessions should be unique per-device.
:040000 040000 28b02aa728e984ac2b281d9dd163f427ceb2aa2d
54e2ee2b70d3d3af88dd6b2f1df1c6225f7a7ae5 M dlls
Applying the patch from bug 27511 does not fix the problem, but reverting the
commit does.
--
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=16942
Summary: unsupported subformat KSDATAFORMAT_SUBTYPE_IEEE_FLOAT
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
fixme:dsound:DirectSoundDevice_CreateSoundBuffer SubFormat
{00000003-0000-0010-8000-00aa00389b71} not supported right now.
Call of Duty 5 has no sound because the subformat
KSDATAFORMAT_SUBTYPE_IEEE_FLOAT is not implemented.
--
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=12622
Summary: SSF: program ends prematurely
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www7a.biglobe.ne.jp/%7Ephantasy/ssf/files/SSF_009
_beta.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james.jrp015(a)gmail.com
Created an attachment (id=12251)
--> (http://bugs.winehq.org/attachment.cgi?id=12251)
WINEDEBUG=+win,+msg,+relay wine SSF //wine0.9.59
SFF closes unexpectedly.
I suspect this is because in 0.9.59 we see
001e:Ret imm32.ImmGetDefaultIMEWnd() retval=00020040 ret=00404549 was returned
but in the latest git
001b:Ret imm32.ImmGetDefaultIMEWnd() retval=00000000 ret=00404549
--
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=36029
Bug ID: 36029
Summary: Banished 1.0.0 : No sound
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ignas2526(a)gmail.com
Game runs perfectly fine, apart from having no sound.
Even using winetricks to install full DirectX doesn't help, only manual
installation of DirectX June 2010 helps.
>From the console, following is most likely related to audio issue:
err:ole:CoGetClassObject class {5a508685-a254-4fba-9b82-9a24b00306af} not
registered
err:ole:CoGetClassObject no class object {5a508685-a254-4fba-9b82-9a24b00306af}
could be created for context 0x1
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
>From my understandning, game needs xAct, which is included with that DirectX,
but is not included in wine.
--
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=14522
Summary: Spellforce has bad quality ground textures
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
Like the title says.
This is likely due some LOD malfunction.
The ground which is farther from the players view looks more detailed and high
res, this leads me to the conclusion that the LOD of the game operates the
exact opposite what it should. Also this explains the slowness of the game.
With ground I mean the grass and hills which are basically just one big
surface. However the textures of the buildings and trees, which are complex 3d
models, are looking great.
In the console there are some of these messages:
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadTexture (0x175d58d8) Operation not
supported for scratch textures
--
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=25420
Summary: XIII Century-Death or Glory: text is unreadable
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=32352)
--> (http://bugs.winehq.org/attachment.cgi?id=32352)
screenshot showing the good text
The text becomes unreadable in the game after you start a mission, tutorial
etc.
The text is fully readable right after starting the game, both in the menu and
in the tutorial screen.
The fonts become unreadable on the loading screen, as soon as you start a
mission. From then on, even if you go back to the main menu, no text is
displayed correctly (until you restart the game).
I'm experiencing the same issue with the fonts in Wine-0.9.46, 1.0.1 and so on.
The game has a 'fonts' directory, containing such pairs of files as:
font.arial.10.bmp
font.arial.10.dds
...
font.tahoma.7.bmp
font.tahoma.7.dds
Fedora 14
Nvidia 7600 GT / driver 260.19.21
--
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=36368
Bug ID: 36368
Summary: MicrosoftFixit50588 tool raises a vbscript parsing
error
Product: Wine
Version: 1.7.18
Hardware: x86
URL: http://download.microsoft.com/download/5/C/9/5C94F2F4-
9F1E-490A-894E-049A626C3D1F/MicrosoftFixit50588.msi
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: Stefan.Leichter(a)camLine.com
Created attachment 48419
--> http://bugs.winehq.org/attachment.cgi?id=48419
+vbscript log
While trying to get the Network Level Authentication going with remote desktop
client an parsing error occured:
trace:vbscript:VBScriptParse_ParseScriptText (0x18b630)->(L"On Error Resume
Next\r\n\r\n'**********************************************************************************************\r\n'
Global
Var\r\n'**********************************************************************************************\r\nDim
slog:Set slog=New Logger ' log file obj\r\nDim Wi"... (null) (nil) (null)
0 0 0 (nil) (nil))
comand line: wine msiexec /i MicrosoftFixit50588.msi
Native credssp.dll (WinXP) was placed in the system32 folder
--
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=26202
Summary: SoulSeek
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julian.luna-rox(a)hotmail.com
Try to run it, download it from www.slsknet.org and try pressing "Search File"
double I mean, open two search bars and it prompts an error... which wasn't
happening on windows thanks will I recieve an answer?
--
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=28951
Bug #: 28951
Summary: Nitro PDF Reader crashes in Preferences->Commenting
menu
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://install.nitropdf.com/reader/en/nitro_pdf_reader
.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 37217
--> http://bugs.winehq.org/attachment.cgi?id=37217
plain terminal output
The application crashes when clicking on the Commenting option in the
Preferences menu.
Other options in the Preferences menu don't trigger the crash.
Steps to reproduce the problem:
Before launching the application you might need to set a virtual desktop to
avoid bug #26605 .
When the application is fully loaded, click on the File tab and select
Preferences. Click on the Commenting option >>first comes an error reporting
dialog then kicks in the Wine crash dialog. I couldn't get a meaningful
backtrace even with Wine's crash dialog disabled.
Native msvc* dlls don't help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24861
Summary: Evil Genius (GOG version): Crashes randomly on
autosave
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sofox(a)foxplace.tk
Created an attachment (id=31458)
--> (http://bugs.winehq.org/attachment.cgi?id=31458)
Log file I used. NOTE: The last two lines of the file come AFTER I forcibly
close the Wine error dialog using the xkill command.
Evil Genius autosaves about every 10 minuites. When it does, the entire program
sometimes crashes (rendering the save file it was making corrupt).
This seems to most likely hapen when there are several enemies in the base and
a fight has broken out (ie. some agents dead, others battling minions, etc.)
When it crashes, sometimes all you get is the last image from the game and
while you can move your mouse cursor about and have it change its cursor, you
can't see what it's interacting with.
However, a dialog does pop up (even if you can't always see it) which says:
Program Error
The program EvilGeniusExeStup-RElease.exe has encountered a serious problem and
needs to close. We are sorry for the inconvenience.(then 2 paragraphs about
checking appdb.winehq.org or submitting a bug to bugs.winehq.org)
There is a close button in the dialog, but whenever I move the cursor over the
button, the cursor becomes invisible and I can't seem to click.
Attached is the log I obtained by using "wine EvilGeniusExeStub-Release.exe &>
~/eg.log"
I'll be playing this game more over the next while so if anyone has any
questions or things they want me to try, please let me know.
--
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=31181
Bug #: 31181
Summary: Unity3D first run internet registration fails
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
The installer from http://unity3d.com/unity/download/ seems to work,
but when you run Unity.exe for the first time, it fails after you click
'Register online' on the initial dialog. A +chain,+crypt,+wininet log shows:
...
trace:chain:CRYPT_BuildSimpleChain Couldn't find issuer, halting chain creation
t
...
trace:chain:CertGetCertificateChain error status: 00010000
trace:crypt:CertGetCertificateChain returning 1
warn:wininet:netconn_verify_cert ERROR_INTERNET_SEC_CERT_REV_FAILED
...
err:wininet:NETCON_secure_connect SSL_connect failed: 12057
Tested with
52fa106840fc747b7d8dbcd902b587de17a1f8b7 UnitySetup-3.5.3.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36009
Bug ID: 36009
Summary: secur32/schannel test fails with WINEDEBUG=warn+heap
Product: Wine
Version: 1.7.16
Hardware: x86
URL: https://test.winehq.org/data/7e874aed75765f3c017673178
cfd64301b7ba3ed/linux_ae-fedora64-heap/secur32:schanne
l.html
OS: Linux
Status: NEW
Keywords: download, testcase
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48140
--> https://bugs.winehq.org/attachment.cgi?id=48140
WINEDEBUG=warn+heap,secur32
schannel.c:707: Test failed: Expected SEC_E_INVALID_TOKEN, got 80090318
--
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=33976
Bug #: 33976
Summary: Spin Tires needs native quartz for launching
Product: Wine
Version: 1.6-rc4
Platform: x86
URL: http://www.oovee.co.uk/spintire-download-mirrors/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45134
--> http://bugs.winehq.org/attachment.cgi?id=45134
logout
Demo crashes without native quartz.
--
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=35244
Bug ID: 35244
Summary: Blood Bowl: Legendary Edition crashes in full-screen
mode when shaders enabled
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 47003
--> http://bugs.winehq.org/attachment.cgi?id=47003
terminal output
To overcome bug #35243 I enabled full screen mode in
~/BloodBowlLegendary/Config.xml, so the relevant part of the configuration file
looks like this:
<Config.xml>
<Options>
<Video>
<Resolution>(1440,900)</Resolution>
<Depth>32</Depth>
<Frequency>75</Frequency>
<Adapter>0</Adapter>
<Fullscreen>1</Fullscreen>
<Shaders>2</Shaders>
</Video>
...
<Shadows>
<Quality>2</Quality>
</Shadows>
....
With these settings the game crashes on start as can be seen in the attached
log file. Disabling gameoverlayrenderer or native d3dx9 libraries don't solve
the problem.
To work around the crash I have to either disable shaders completely
(shaders=0) or reduce shadows quality to 0 or 1.
To sum up, the following configuration results in a crash:
Fullscreen=1
Shaders=1 or 2
Shadows=2
Fedora 19 x86
Nvidia GeForce 250 (512 MB VRAM) / binary drivers 325.15
X.Org X Server 1.14.4
--
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=32205
Bug #: 32205
Summary: YoukuDesktop error in initializing
Product: Wine
Version: 1.5.17
Platform: x86
URL: http://desktop.youku.com/youkuclient/youkuclient_setup
.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Created attachment 42480
--> http://bugs.winehq.org/attachment.cgi?id=42480
Log: start youkudesktop
YoukuDesktop is a download manager and player for www.youku.com's video.
Steps to reproduce:
1. install Youku Client:
$ wine youkuclient_setup.exe
The installer will ask you to install flash, click "yes"/"确定"
2. start youku desktop:
$ cd ~/.wine/drive_c/Program\ Files/YouKu/YoukuClient
$ wine YoukuDesktop.exe
Expect result:
Start youku client
Actual result:
An error window pupup with message "初始化错误, 是否重试?", means "error in
initializing, would you like to retry?" in English.
--
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=32166
Bug #: 32166
Summary: RebelBetting: "Serious error" when selecting a listing
Product: Wine
Version: 1.5.16
Platform: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS/Version: Linux
Status: NEW
Keywords: dotnet, download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 42435
--> http://bugs.winehq.org/attachment.cgi?id=42435
wine-1.5.16-262-gb036ee6 console output
When selecting a listing in RebelBetting (log-in required), a dialog pops up
reporting a "Serious error" but is not more specific than that.
To get this far:
1. Revert commit af08a2f6ba2fb0d65f1a1d3b7720216860fc9456 (Bug 32156)
2. Patch winetricks with patch from
http://code.google.com/p/winetricks/issues/detail?id=286
3. winetricks -q msxml6 dotnet35sp1 (order is important) (Bug 32164)
I would *guess* that these have something to do with it:
fixme:shell:URL_ParseUrl failed to parse
Tried msxml3 and msxml4 but they made no difference.
--
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=32125
Bug #: 32125
Summary: RebelBetting exits silently
Product: Wine
Version: 1.5.16
Platform: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 42375
--> http://bugs.winehq.org/attachment.cgi?id=42375
Wine 1.5.16 install log
Following a successful installation, RebelBetting exits silently. Nothing in
the console.
"winetricks dotnet35" doesn't work yet.
--
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=24967
Summary: Oxygen AVCHD player crashes when failling opening a
.mov & .mts source
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pacosanta(a)gmail.com
Created an attachment (id=31621)
--> (http://bugs.winehq.org/attachment.cgi?id=31621)
This is the .MTS file as example
An error happens when trying to open any .MOV file source with Oxygen AVCHD
playere installed through wine (installation results sucessful but it always
happens this error).
It also happens when trying to open de .MTS file attached, but it first
indicates that the program cannot create the overlay surface, but probably that
ins a different problem related to the file itself which I am not sure to have
extracted from the camera the right way,
--
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=33776
Bug #: 33776
Summary: UPlay games does not work into 64Bits prefix and Wine
set to Vista/Win7
Product: Wine
Version: 1.6-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berillions(a)gmail.com
Classification: Unclassified
Hi,
There is a problem with Wine 1.6-rc1. It's impossible to launch games from
UPlay if wine is set to Vista/7 ... Explaination :
---- 32 Bits Wineprefix ----
UPlay does not work without the workaround in the bug #33742. Even with it, all
Ubisoft games in UPlay works without problem if i set "crypt32=native" only for
UPlay.exe.
The Windows version in the 32bits prefix is set to Win7 to workaround the bug
#32500 for FarCry 3.
---- 64 Bits Wineprefix ----
UPlay works with the same workaround (bug #33742). But my Uplay games don't
work, they start and stop immediatly. I tried with no-Uplay games too and i
have these results :
If Wine is set to XP : UPlay games and no-Uplay games runs correctly.
FarCry 3 still does not work (bug #32500)
If Wine is set to Vista/Seven : All UPlay games that i have don't work. Only
no-UPlay games runs.
----------------------------
UPlay games for my tests : Assassin's Creed : Brotherhood/Revelations and
FarCry3
No-UPlay games : Anno 1404, Freedom Fighters
--
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=33494
Bug #: 33494
Summary: It's not possible to use tempfile module in python
Product: Wine
Version: 1.5.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deveee(a)gmail.com
Classification: Unclassified
Created attachment 44338
--> http://bugs.winehq.org/attachment.cgi?id=44338
backtrace
Not tested in real python. I used cx_freeze tool (also py2exe tested) and run
compiled program under wine.
Just two simple lines:
#!/usr/bin/env python
import tempfile
print tempfile.gettempdir()
And I get crash.
In attachments log from wine and compiled program.
Wine 1.5.24 and 1.4.1
--
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=21767
Summary: JLC's Internet TV crashes on startup
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://download.cnet.com/JLC-s-Internet-TV/3000-2139_4
-10630045.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=26315)
--> (http://bugs.winehq.org/attachment.cgi?id=26315)
JLC's Internet TV backtrace
With wine-1.1.39, after installing JLC's Internet TV, the application crashes
with:
Backtrace:
=>0 0x6f3af97c ServiceProviderVtbl() in shdocvw (0x0032f4d0)
1 0x6851a569 call_window_proc+0xc8(hwnd=0x10074, msg=0x0030, wp=0x0088,
lp=0x0001, result=0x32f550, arg=0x6f3af97c)
[/home/arethusa/wine32/dlls/user32/../../../wine.git/dlls/user32/winproc.c:242]
in user32 (0x0032f520)
2 0x6851c98f CallWindowProcW+0x64(func=0x6f3af97c, hwnd=0x10074, msg=0x0030,
wParam=0x0088, lParam=0x0001)
[/home/arethusa/wine32/dlls/user32/../../../wine.git/dlls/user32/winproc.c:980]
in user32 (0x0032f560)
3 0x2ce13281 IOCS_OnWndProc+0xb8(This=0x166b78, hWnd=0x10074, uMsg=0x0030,
wParam=0x0088, lParam=0x0001)
[/home/arethusa/wine32/dlls/atl/../../../wine.git/dlls/atl/atl_ax.c:850] in atl
(0x0032f5b0)
4 0x2ce132cc AtlHost_wndproc+0x46(hWnd=0x10074, wMsg=0x0030, wParam=0x0088,
lParam=0x0001)
[/home/arethusa/wine32/dlls/atl/../../../wine.git/dlls/atl/atl_ax.c:857] in atl
(0x0032f5f0)
...
Using native atl.dll allows the application to start 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=19723
Summary: Trouble continuing the installation of NordicBet
Poker-client
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: khisbra(a)hotmail.com
CC: khisbra(a)hotmail.com
I have never had any problems earlier installing the client & using
wine-1.1.27-1mdv2009.1 makes it impossible to move forward to the next page
when executing the exe-file from the desktop when running wine
/home/kristoffer/Skrivbord/NordicBet.exe.
The result is that I just see a white window 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=36767
Bug ID: 36767
Summary: iexplore http://whatsmyuseragent.com crashes in
jscript
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: jscript
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Created attachment 48827
--> http://bugs.winehq.org/attachment.cgi?id=48827
Crash..
wine iexplore http://whatsmyuseragent.com
Workaround native jscript.dll
--
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=35270
Bug ID: 35270
Summary: Slingplayer 1.5 installer fails in a WOW64 prefix
Product: Wine
Version: 1.7.9
Hardware: x86-64
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS: Linux
Status: NEW
Keywords: download, Installer, win64
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47041
--> http://bugs.winehq.org/attachment.cgi?id=47041
wine-1.7.9-68-gb8e9bbd +msi +msiexec [1.8 MB]
The installer for SlingPlayer 1.5 fails in a WOW64 prefix, but works fine in a
32-bit prefix with error:
1608: Unable to created InstallDriver instance,
Return code: -2147221164
Googling around suggests it can be caused my registry corruption on 64-bit
Windows. Tried installing Windows Installer 4.5 but that failed too.
http://support.microsoft.com/kb/942288
Console log:
fixme:shell:SHAutoComplete stub
fixme:exec:SHELL_execute flags ignored: 0x00000180
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
err:ole:create_server class {d5641912-e47a-429c-879e-cfe13eac7a13} not
registered
err:ole:CoGetClassObject no class object {d5641912-e47a-429c-879e-cfe13eac7a13}
could be created for context 0x4
Workaround:
WINEARCH=win32
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37017
Bug ID: 37017
Summary: KEY_WOW64_32KEY doesn't work properly after opening
HKLM\Software key.
Product: Wine
Version: 1.7.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Created attachment 49185
--> https://bugs.winehq.org/attachment.cgi?id=49185
proof of concept
I noticed that following scenario doesn't work properly on 64-bit executable.
Step 1. Open or create HKEY_LOCAL_MACHINE\\Software with KEY_WOW64_32KEY.
e.g. RegOpenKeyEx( HKEY_LOCAL_MACHINE, "Software", 0,
KEY_WOW64_32KEY | KEY_ALL_ACCESS, &key).
Step 2. Open or create a subkey of the above key with KEY_WOW64_32KEY.
e.g. RegOpenKeyEx( key, "Wine\\Winetest", 0, KEY_WOW64_32KEY |
KEY_ALL_ACCESS, &subkey)
Step 3. Get the value of the key.
Expected behavior is obtaining 32-bit view value in step 3.
But, currently wine returns 64-bit view value then.
Opening directly, i.e. RegOpenKeyEx(HKLM, "Software\Wine\Winetest", 0,
KEY_WOW64_32KEY...), works as expected.
I wrote proof of concepts for 1.7.23. See the attachment for details.
I'm working on this issue.
--
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=20490
Summary: Tower crashes when rendering 3d-objects
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.scenery.org/atc_sims.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
Created an attachment (id=24391)
--> (http://bugs.winehq.org/attachment.cgi?id=24391)
try with binary version of winedbg
Tower, an ATC simulator for windows 3.1 systems or newer (NT not supported),
crashes when objects to render change. (e.g. an airplane has to be loaded and
rendered in tower view on landing or takeoff)
It can be downloaded here: http://www.scenery.org/atc_sims.htm [8MB]
(simply get all 6 zip-files from the dropdown menu and extract to one single
directory; installation will pause about one minute before proceeding after
files are copied)
--
wine: Unhandled page fault on write access to 0x0000093c at address 0x7ef93924
(thread 0009), starting debugger...
--
I'm using wine 1.1.32 from ubuntu and debian sources as well as a self-compiled
one. Trying to use winedbg with my version fails, the output using the ubuntu
one gives me this.
This is the only default output from the application. I have no hint what to
look for, so I attached an +relay log, too.
--
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=16526
Summary: Angels Online Doesn't Update
Product: Wine
Version: 1.1.10
Platform: All
URL: http://ao.igg.com/
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cmaiku(a)gmail.com
It connects fine to the update server, but then it displays the message:
"Update file missing, online update failed, please download the latest update
pack from the official website (http://ao.igg.com) and update 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.
https://bugs.winehq.org/show_bug.cgi?id=37185
Bug ID: 37185
Summary: DirectPlayCreate fails to create instance in the game
"Swing"
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dplay
Assignee: wine-bugs(a)winehq.org
Reporter: olivier.verriest(a)remoteloop.net
Created attachment 49422
--> https://bugs.winehq.org/attachment.cgi?id=49422
relay trace
The DirectPlay IPX/Modem/Serial multiplayer mode doesn't work in the
Software2000 game `Swing' and `Swing Plus'.
In the German release of the game, the game just throws two error boxes:
...
0009:Call dplayx.DirectPlayCreate(0032f74c,0044d958,00000000) ret=0041322f
^^^^^^^^ ^^^^^^^^
|lpGUIDSP |ref to IDirectPlay interface
...
err:dplay:DirectPlayCreate Failed to get Enum for SP: DP_OK
0009:Ret dplayx.DirectPlayCreate() retval=887700fa ret=0041322f
^^^^^^^^
!!! DPERR_UNAVAILABLE !!!
0009:Call user32.MessageBoxA(0001005c,0032f728 "Fehler beim Starten von
DirectPlay. (Error 3)",00434168 "Attention",00000000) ret=00411c89
...
0009:Call user32.MessageBoxA(0001005c,0032f738 "Fehler beim Starten von
DirectPlay. (Error 1)",00434168 "Attention",00000000) ret=00411c89
The complete trace can be found in the attachment.
This error can be reproduced, either by starting the game without cdrom (in
which case it starts in network-mode), or by starti
nt the game normally, and then trying to launch a new network game.
Unfortunately there are no demo or free versions of this game to include here
(Software 2000 doesn't exist anymore, but distributing abandonware is probably
not legal in all countries).
This error might be related to Bug 4066, but the dplay error is different in
this case.
Installing the native DirectPlay stack with winetricks (sh winetricks
directplay) does not help.
--
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=37023
Bug ID: 37023
Summary: winhttp: HEAD-requests are not handled correctly
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: anduchs(a)gmail.com
Created attachment 49194
--> http://bugs.winehq.org/attachment.cgi?id=49194
Test case for this issue
When opening a HEAD-request, winhttp tries to read response-contents even
though there is none coming. #29715 mentioned the same problem as fixed, but it
does still happen / happen again. Regression or new case ?
Attached are a testcase and a patch.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37113
Bug ID: 37113
Summary: Cannot move (drag n drop) objects in Illustrator CS6
using the selection tool (V)
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: info(a)translucide.ca
The selection tool in Illustrator CS6 Tryout version allows one to move objects
by drag n dropping those.
Expected behavior : Dragging and dropping an object should make that object
retain its position when "dropped".
Actual behavior : Dropping the object results in the object returning to its
original position before dragging it. Drag n drop does not work with selection
tool (V, black arrow icon) but does work with the Free Transform Tool (E).
This is a regression : in Wine 1.5.27 that was working. In wine 1.7.22 it is
not working anymore.
--
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=35527
Bug ID: 35527
Summary: RebelBetting: maximised window is not fully drawn
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47435
--> http://bugs.winehq.org/attachment.cgi?id=47435
Screenshot
When the RebelBetting (currently version 14) main window is maximised, the
right-hand side is not drawn correctly. It's hard to tell if this is a
show-stopper for the application or not as Bug 32166 very quickly rears its
ugly head.
Log-in required.
HOWTO:
----------------------------------
There are some show-stopping bugs in Winetricks for the dotnet packages so a
fully-automated install is not possible. If any step fails (which most do) then
repeat the installation until it completes.
export WINEARCH=win32
winetricks -q dotnet30
wine NetFx20SP1_x86.exe /q
wine NetFx20SP2_x86.exe /q
wine msiexec /i XPSEP\ XP\ and\ Server\ 2003\ 32\ bit.msi /q
wine dotnetfx35sp1.exe /q
wine RebelBettingSetup.exe
----------------------------------
Tried native gdiplus but it still occurs (though it's black instead of white).
--
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=23208
Summary: MS Money 2000: shows wrong/huge total amounts in
accounts section of main page
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrea.vai(a)unipv.it
Created an attachment (id=28885)
--> (http://bugs.winehq.org/attachment.cgi?id=28885)
Screenshot of main Money2k page with odd totals
In the main page, the total amounts displayed next to each account name are
incorrect, odd and huge: some of them are around 557.117.561.448.000€, some
others are around -557.117.561.448€.
If I click on an account, though, the full list of operation related to the
account are displayed correctly, and the total showed is also correct.
If I create a new account, it is not affected by the problem, i.e., the bug
seems to apply only to existing accounts.
The mny files affected by the problem used to work fine with wine 1.1.15
--
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=30520
Bug #: 30520
Summary: Zona crash when play video files with mplayer
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kruvalig(a)gmail.com
Classification: Unclassified
I use program zona (http://zona.ru/). This is a good torrent client.
when i press "play" film, it fail. As i understand it use mplayer for play
downloaded files. But zona crash when it start play.
In windows this programm work 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=30017
Bug #: 30017
Summary: iWin Games Manager can't display html pages (without
native ie)
Product: Wine
Version: 1.4-rc5
Platform: x86
URL: http://www.iwin.com/games/game-3d-mahjong-deluxe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 39085
--> http://bugs.winehq.org/attachment.cgi?id=39085
terminal output
The launcher for iWin Games Manager doesn't display html pages when only
Gecko-1.4 installed.
After 'winetricks ie7' those pages appear correctly in the launcher.
Steps to reproduce the problem:
1. Download and install the trial version of any game available on iWin. The
installer hits bug #30016, but it shouldn't be a problem with a recent Wine, as
the installer resumes after the crash.
2. After a successful installation, the Game Manager starts automatically and
begins to download the game. You can observe that most of the window is empty,
showing 'Please wait while your page loads...'.
Some functions of the launcher work, even without native ie: downloading and
starting the games is possible from inside the launcher.
Not sure about the component: either ieframe or mshtml.
--
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=37055
Bug ID: 37055
Summary: Tesla Effect: A Tex Murphy Adventure: green screen
during video playback
Product: Wine
Version: 1.7.23
Hardware: x86
URL: http://store.steampowered.com/app/261510/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 49245
--> http://bugs.winehq.org/attachment.cgi?id=49245
terminal output
You can hear audio from in-game FMVs, but the screen is green during video
playback. This kills gameplay as the game relies heavily on FMVs.
The game was built with Unity engine and it uses the newer Bink2 codecs to play
videos.
The same problem with the open source nouveau driver.
According to the test results on Appdb the problem is reproducible with AMD and
Intel video cards as well.
wine-1.7.23-82-g0703567
Fedora 20
Nvidia binary drivers 340.24
--
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=34520
Bug #: 34520
Summary: Spin Tires needs native d3dx9_36
Product: Wine
Version: 1.7.2
Platform: x86
URL: http://www.oovee.co.uk/spintire-download-mirrors/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 45958
--> http://bugs.winehq.org/attachment.cgi?id=45958
+d3dx
Without native d3dx9_36 has an issue with rendering.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36181
Bug ID: 36181
Summary: valgrind shows several potential leaks in
atl/tests/module.c
Product: Wine
Version: 1.3.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: atl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13406== 32 bytes in 1 blocks are possibly lost in loss record 67 of 264
==13406== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==13406== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==13406== by 0x7BC39A6B: RtlInitializeCriticalSectionEx (critsection.c:326)
==13406== by 0x7B876AE5: InitializeCriticalSectionEx (sync.c:356)
==13406== by 0x7B876A64: InitializeCriticalSection (sync.c:313)
==13406== by 0x4E0546E: AtlModuleInit (atl30.c:69)
==13406== by 0x4CB1610: test_winmodule (module.c:71)
==13406== by 0x4CB1F77: func_module (module.c:158)
==13406== by 0x4CB36A7: run_test (test.h:584)
==13406== by 0x4CB3A96: main (test.h:654)
==13406==
--
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=33369
Bug #: 33369
Summary: eLicense Control Center eLCC.exe
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: azeone123(a)aol.com
Classification: Unclassified
Created attachment 44154
--> http://bugs.winehq.org/attachment.cgi?id=44154
terminal output during installation
Hi,
Im trying to get the elicenser software from steinberg running on my system.
Here is the link: http://www.elicenser.net/en/
eLicenser Control Center need dotnet20 to start up fine, i installed it with
winetricks.
Generally there are two ways to store your licenses. You are able to choose to
store them on the USB-Dongle or on the Soft-eLicenser. For the Soft-eLicenser a
file named "SeLicenser.sel" on the hard disk is created and is used as a
container to store licenses instead of using the USB device. This container
file has a serialnumber just like a normal USB-eLicenser (2 x 10 digits).
This file the SeLicenser.sel is created during the installation of the
eLicenser Control Center and should be showed up on the control center.
But it seems that in wine there is no Soft-eLicenser installed during the
installation.
If i do a quick search on the PREFIX for SeLicenser.sel it doesnt show up.
I would try to copy and paste my SeLicenser.sel from windows to my winepath but
im not sure where to put it. Normally its stored in
C:\ProgramData\eLicenser\SeLicenser.sel (which is hidden by default in windows)
Can someone try to install the control center to see if the software
SeLicenser.sel installation failes also on another system?
I also tried to use my USB-eLicenser but that fails due to the not working
USB-Dongles 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=31566
Bug #: 31566
Summary: Fallout 3: regression causes block at critical section
when radio is enabled
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
CC: aric(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 54eafc73e51666c3edf9fa78a0534ea7b1fa23c9
I recently decided to go back and finish Fallout 3 and I discovered a
regression when the radio is enabled:
err:ntdll:RtlpWaitForCriticalSection section 0x1e0f60 "renderer.c:
BaseRenderer.csRenderLock" wait timed out in thread 0009, blocked by 0025,
retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1e0e10 "dsoundrender.c:
DSoundRenderImpl.csFilter" wait timed out in thread 0025, blocked by 0009,
retrying (60 sec)
It's worth noting that this was rather hard to track down, as the problem does
not occur immediately, so attempting to reproduce this requires some patience.
Anyway, regression testing results are:
54eafc73e51666c3edf9fa78a0534ea7b1fa23c9 is the first bad commit
commit 54eafc73e51666c3edf9fa78a0534ea7b1fa23c9
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Mon Apr 2 07:52:08 2012 -0500
strmbase: Implement renderer quality control into the base renderer.
:040000 040000 6f88eb37386f4c2aed6e0ba842cca351f91b55ce
019588c74722acabbe36f65f3844aeb9f59639b5 M dlls
:040000 040000 93eb4271ec29bde5578982a4d5def889cc9494c2
66d9dcda84911b46c7504052be195d7cf5448e1c M include
--
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=26228
Summary: WINE doesnt build when dev-libs/libxml2 is build with
+icu useflag
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berg.sascha(a)web.de
Wine can't compile when dev-libs/libxml2 is installed with useflag [+icu].
The compile breaks without an error message.
When i install dev-libs/libxml2 without the [-icu] useflag, then compiles wine
fine.
I have test wine-1.3.9 up to 1.3.14 and the git reposority. No one can compile
with the icu useflag.
Here is an Pastebin from wine-1.3.9
http://pastebin.com/sNWcGMR0
and wine-1.3.14
http://pastebin.com/cMcSs1NW
and another user with the problem
http://forums.gentoo.org/viewtopic-t-864657.html?sid=b7cec6ade64bc848c63ff1…
--
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=26201
Summary: wineboot fails to install gecko automatically
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: major
Priority: P2
Component: crypt32
AssignedTo: julliard(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Easy to see, just do:
$ rm -rf ~/.wine ; wineboot
(make sure you have gecko installed in /usr/share/wine/gecko or another
appropriate location)
This used to automatically install gecko during wineboot. After
austin@midna:~/wine-git$ git bisect bad
3dc669ffb5a2005f5cb47a1ddac66227ae63f678 is the first bad commit
commit 3dc669ffb5a2005f5cb47a1ddac66227ae63f678
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Feb 19 12:50:09 2011 +0100
cabinet: Fix the remaining todo_wine tests in fdi.c.
:040000 040000 b86953a4dd8683a898c32198209a7a2388604ddb
fe13cba0ef9846b23bb874ee683f2f9b20fdb5b2 M dlls
it fails with:
wine: created the configuration directory '/home/austin/.wine'
err:appwizcpl:install_cab Could not extract package: 80070002
err:appwizcpl:install_cab Could not extract package: 80070002
--
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=26133
Summary: d3dx9_36: surface and texture tests shows an invalid
read under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
surface test:
Invalid read of size 4
at point_filter_simple_data (surface.c:737)
by D3DXLoadSurfaceFromMemory (surface.c:842)
by D3DXLoadSurfaceFromFileInMemory (surface.c:402)
by D3DXLoadSurfaceFromResourceA (surface.c:513)
by test_D3DXLoadSurface (surface.c:272)
by func_surface (surface.c:540)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f0228f0 is 0 bytes inside a block of size 16 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by BITMAP_CopyBitmap (bitmap.c:548)
by CreateBrushIndirect (brush.c:117)
by CreatePatternBrush (brush.c:221)
by SYSPARAMS_Init (sysparams.c:956)
by process_attach (user_main.c:276)
by DllMain (user_main.c:332)
by __wine_spec_dll_entry (dll_entry.c:40)
by ??? (loader.c:139)
by MODULE_InitDLL (loader.c:978)
by process_attach (loader.c:1067)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by attach_process_dlls (loader.c:2535)
by ??? (port.c:60)
texture test:
Invalid read of size 4
at point_filter_simple_data (surface.c:737)
by D3DXLoadSurfaceFromMemory (surface.c:842)
by D3DXLoadSurfaceFromFileInMemory (surface.c:402)
by D3DXCreateTextureFromFileInMemoryEx (texture.c:605)
by D3DXCreateTextureFromResourceExA (texture.c:810)
by D3DXCreateTextureFromResourceA (texture.c:759)
by test_D3DXCreateTexture (texture.c:576)
by func_texture (texture.c:1106)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f0171b8 is 32 bytes inside a block of size 56 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by update_reg_entries (freetype.c:2027)
by WineEngInit (freetype.c:2877)
by DllMain (gdiobj.c:582)
by __wine_spec_dll_entry (dll_entry.c:40)
by ??? (loader.c:139)
by MODULE_InitDLL (loader.c:978)
by process_attach (loader.c:1067)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by attach_process_dlls (loader.c:2535)
by ??? (port.c:60)
--
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=26091
Summary: Finale 2010 - lines that are supposed to be dashed are
solid
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.santos(a)pobox.com
To reproduce:
1. Start Finale 2010 and create a new document or open an existing one.
2. Click on the menu option Tool --> Smart Shape --> Dashed Line.
3. Draw the dashed line on your score.
There are a variety of methods to reproduce this, this is only an example.
Both on windows & Mac, this produces a dashed line, but on-screen and when
printing. From Wine, it produces a solid line in both of these circumstances
(I've printed to both a real CUPs printer and the CUPS-PDF printer, producing
the same result each time).
While I haven't done a trace, I'm guessing it has to do with the brush. I hope
this isn't a dupe, I've searched some, but couldn't find anything similar. If
it is a dupe and Finale isn't mentioned, please be sure and add Finale to the
affected apps (probably should be added to appdb 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=26114
Summary: gdi32/mapping tests shows a couple memory leaks in
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
12 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by WineEngCreateFontInstance (freetype.c:3546)
by FONT_SelectObject (font.c:542)
by SelectObject (gdiobj.c:1114)
by DC_UpdateXforms (dc.c:331)
by SetMapMode (mapping.c:189)
by test_world_transform (mapping.c:190)
by func_mapping (mapping.c:724)
by run_test (test.h:556)
by main (test.h:624)
...
12 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by WineEngCreateFontInstance (freetype.c:3546)
by FONT_SelectObject (font.c:542)
by SelectObject (gdiobj.c:1114)
by DC_UpdateXforms (dc.c:331)
by SetWorldTransform (dc.c:1257)
by test_gettransform (mapping.c:671)
by func_mapping (mapping.c:728)
by run_test (test.h:556)
by main (test.h:624)
--
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=26123
Summary: mshtml/protocol shows several leaks under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
30 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc (mshtml_private.h:873)
by AboutProtocol_Start (protocol.c:252)
by protocol_start (protocol.c:262)
by do_test_about_protocol (protocol.c:601)
by test_about_protocol (protocol.c:798)
by func_protocol (protocol.c:908)
by run_test (test.h:556)
by main (test.h:624)
...
30 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc (mshtml_private.h:873)
by AboutProtocol_Start (protocol.c:252)
by protocol_start (protocol.c:262)
by do_test_about_protocol (protocol.c:601)
by test_about_protocol (protocol.c:799)
by func_protocol (protocol.c:908)
by run_test (test.h:556)
by main (test.h:624)
...
38 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc (mshtml_private.h:873)
by AboutProtocol_Start (protocol.c:252)
by protocol_start (protocol.c:262)
by do_test_about_protocol (protocol.c:611)
by test_about_protocol (protocol.c:798)
by func_protocol (protocol.c:908)
by run_test (test.h:556)
by main (test.h:624)
...
38 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc (mshtml_private.h:873)
by AboutProtocol_Start (protocol.c:252)
by protocol_start (protocol.c:262)
by do_test_about_protocol (protocol.c:611)
by test_about_protocol (protocol.c:799)
by func_protocol (protocol.c:908)
by run_test (test.h:556)
by main (test.h:624)
--
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=26127
Summary: msvcrt/locale tests show a few uninitialized variables
under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Conditional jump or move depends on uninitialised value(s)
at MSVCRT__create_locale (locale.c:802)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:123)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by MSVCRT_malloc (heap.c:298)
by MSVCRT__create_locale (locale.c:730)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:123)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
...
Conditional jump or move depends on uninitialised value(s)
at MSVCRT__create_locale (locale.c:802)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:135)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by MSVCRT_malloc (heap.c:298)
by MSVCRT__create_locale (locale.c:730)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:135)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
...
Conditional jump or move depends on uninitialised value(s)
at MSVCRT__create_locale (locale.c:802)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:412)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by MSVCRT_malloc (heap.c:298)
by MSVCRT__create_locale (locale.c:730)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:412)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
...
Conditional jump or move depends on uninitialised value(s)
at MSVCRT__create_locale (locale.c:802)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:417)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by MSVCRT_malloc (heap.c:298)
by MSVCRT__create_locale (locale.c:730)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:417)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
...
Conditional jump or move depends on uninitialised value(s)
at MSVCRT__create_locale (locale.c:805)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:417)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by MSVCRT_malloc (heap.c:298)
by MSVCRT__create_locale (locale.c:731)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:417)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
--
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=26126
Summary: msvcrt/printf test shows an invalid/read write under
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Invalid write of size 1
at vsnprintf (in /lib/libc-2.11.2.so)
by snprintf (in /lib/libc-2.11.2.so)
by _ecvt_s (math.c:1319)
by test_xcvt (printf.c:816)
by func_printf (printf.c:1024)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f00e82f is 0 bytes after a block of size 7 alloc'd
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by MSVCRT_malloc (heap.c:298)
by _ecvt_s (math.c:1309)
by test_xcvt (printf.c:816)
by func_printf (printf.c:1024)
by run_test (test.h:556)
by main (test.h:624)
...
Invalid read of size 1
at memmove (mc_replace_strmem.c:765)
by _ecvt_s (math.c:1322)
by test_xcvt (printf.c:816)
by func_printf (printf.c:1024)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f00e82f is 0 bytes after a block of size 7 alloc'd
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by MSVCRT_malloc (heap.c:298)
by _ecvt_s (math.c:1309)
by test_xcvt (printf.c:816)
by func_printf (printf.c:1024)
by run_test (test.h:556)
by main (test.h:624)
--
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=26125
Summary: msvcrt/cpp tests show a few memory leaks under
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
5 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by MSVCRT_malloc (heap.c:298)
by EXCEPTION_ctor (cpp.c:142)
by MSVCRT_exception_ctor (cpp.c:160)
by do_call_func2 (cpp.c:170)
by test_rtti (cpp.c:816)
by func_cpp (cpp.c:1078)
by run_test (test.h:556)
by main (test.h:624)
...
5 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by MSVCRT_malloc (heap.c:298)
by EXCEPTION_ctor (cpp.c:142)
by MSVCRT_bad_typeid_ctor (cpp.c:301)
by do_call_func2 (cpp.c:170)
by test_rtti (cpp.c:817)
by func_cpp (cpp.c:1078)
by run_test (test.h:556)
by main (test.h:624)
...
330 bytes in 6 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by MSVCRT_malloc (heap.c:298)
by __unDNameEx (undname.c:1474)
by __unDName (undname.c:1491)
by test_demangle_datatype (cpp.c:862)
by func_cpp (cpp.c:1079)
by run_test (test.h:556)
by main (test.h:624)
--
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=36976
Bug ID: 36976
Summary: Unity3D: Autodesk's "Beast" lightmapping engine
freezes/crashes Unity Editor when baking lightmaps
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Pendrokar(a)gmail.com
Created attachment 49099
--> http://bugs.winehq.org/attachment.cgi?id=49099
Wine log for opening an almost empty project and baking maps
Unity Editor uses Autodesk's Beast(formely Illuminated Labs's Beast)
lightmapping engine to generate lightmaps for objects within the scene. But it
either crashes or freezes when baking maps.
Steps to reproduce:
1. Add a light and a cube to the empty scene
2. Open Window -> Lightmapping
3. Bake -> Mode (Single Lightmaps)
4. Bake Selected -> Bake Scene
--
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=33553
Bug #: 33553
Summary: dragon age 2 : keyboard disabled when losing focus
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scrimekiler(a)yahoo.fr
Classification: Unclassified
The same bug exist with dragon age 2 with keyboard when losing focus (alt + tab
or change desktop), the keyboard is disabled.
I think this not a duplicate of bug 21564 because this one concerns Dragon age
2 (even if it looks like a similar 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=30597
Bug #: 30597
Summary: Google Chrome does not maximize
Product: Wine
Version: 1.1.6
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
There was a bug filed for this (bug 15673), but it was under compiz, so marked
invalid. I'm seeing the same with Chrome 11.0.696.68, plain gnome2.
Install chrome, run. Maximize it, minimize it, then restore. Chrome still shows
a maximized icon, but it's shrunk down to a smaller size. Clicking that icon
restores the proper icon, and clicking it again maximizes it, until minimized.
--
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=30595
Bug #: 30595
Summary: Google Chrome: can't reach update server
Product: Wine
Version: 1.5.3
Platform: x86
URL: https://www.google.com/chrome/thankyou.html?platform=w
in&hl=en
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 40032
--> http://bugs.winehq.org/attachment.cgi?id=40032
terminal output
Install chrome (use offline installer). Run with --no-sandbox, then go to
tools, 'About Google Chrome'. It will say that the update server is not
available.
Terminal output attached.
Native winhttp does not help.
Google's help on the subject:
http://support.google.com/chrome/bin/answer.py?hl=en&answer=111996
--
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=30596
Bug #: 30596
Summary: Google chrome: status bar shows over native windows
which have focus
Product: Wine
Version: 1.5.3
Platform: x86
URL: https://www.google.com/chrome/thankyou.html?platform=w
in&hl=en
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Install chrome, run it. Open a random url. Then switch to a native app. The
status bar in the bottom left overlaps the native app. Minimizing chrome works
around it.
Chrome version I have is 11.0.696.68, fwiw.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37318
Bug ID: 37318
Summary: installing LogiLink Wireless N 150Mbps USB Adapter
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advpack
Assignee: wine-bugs(a)winehq.org
Reporter: colette.sauzede(a)laposte.net
Created attachment 49630
--> https://bugs.winehq.org/attachment.cgi?id=49630
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00403dc5)
bug when installing LogiLink Wireless N 150Mbps USB Adapter
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37652
Bug ID: 37652
Summary: valgrind shows several invalid reads in
comctl32/tests/imagelist.c
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==17729== Invalid read of size 4
==17729== at 0x4B7DE47: is_valid (imagelist.c:3756)
==17729== by 0x4B80547: ImageList_Destroy (imagelist.c:888)
==17729== by 0x49BCFCF: func_imagelist (imagelist.c:1992)
==17729== by 0x49A5837: main (test.h:584)
==17729== Address 0xdeadbeef is on thread 1's stack
==17729==
==17729== Invalid read of size 4
==17729== at 0x4B7DE47: is_valid (imagelist.c:3756)
==17729== by 0x4B839DD: ImageList_ReplaceIcon (imagelist.c:2577)
==17729== by 0x49BD6CB: test_add_remove (imagelist.c:418)
==17729== by 0x49BD6CB: func_imagelist (???:0)
==17729== by 0x49A5837: main (test.h:584)
==17729== Address 0xdeadbeef is on thread 1's stack
==17729==
==17729== Invalid read of size 4
==17729== at 0x4B7DE47: is_valid (imagelist.c:3756)
==17729== by 0x4B82647: ImageList_GetImageCount (imagelist.c:1860)
==17729== by 0x49BD78E: test_imagecount (imagelist.c:429)
==17729== by 0x49BD78E: func_imagelist (???:0)
==17729== by 0x49A5837: main (test.h:584)
==17729== Address 0xdeadbeef is on thread 1's stack
==17729==
==17729== Invalid read of size 4
==17729== at 0x4B7DE47: is_valid (imagelist.c:3756)
==17729== by 0x4B80B3A: ImageList_DrawIndirect (imagelist.c:1378)
==17729== by 0x49BDC3F: func_imagelist (imagelist.c:502)
==17729== by 0x49A5837: main (test.h:584)
==17729== Address 0xdeadbeef is on thread 1's stack
==17729==
==17249== Invalid read of size 4
==17249== at 0x4DA1E47: is_valid (imagelist.c:3756)
==17249== by 0x4DA6594: ImageList_GetIconSize (imagelist.c:1832)
==17249== by 0x4BBE85C: test_iconsize (imagelist.c:1967)
==17249== by 0x4BBE85C: func_imagelist (???:0)
==17249== by 0x4BA5837: main (test.h:584)
==17249== Address 0xdeadbeef is on thread 1's stack
==17249==
--
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=31432
Bug #: 31432
Summary: Keyboard not working in Sonic R
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: franciscogm32(a)gmail.com
Classification: Unclassified
Created attachment 41318
--> http://bugs.winehq.org/attachment.cgi?id=41318
Terminal's output while running SonicR.exe
So, I've bought a Sonic R CD some days ago, and I wanted to run it in my iMac
with Ubuntu. After installing it in another PC and copying it thru LAN (as
InstallShield didn't work), the SEGA logo and the main menu appears, but I
can't do anything with my two keyboards (USB and Bluetooth). What should I do?
Also, it worked fine with OS X Lion, so it's not the game.
Details:
Sonic R 2004 Edition (PC)
Compatible with Windows 95/98/Me/XP
Runs with DirectX 8 fine
iMac 21'5'' Late 2009
Intel Core 2 Duo 3.06 GHz
Ubuntu 12.04 64 bits
--
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=31112
Bug #: 31112
Summary: WORD 2010 crasches while selecting printer
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lviggiani(a)gmail.com
Classification: Unclassified
Steps to reproduce:
1) Open word 2010
2) type something in the new document created
3) Select file -> print
4) In most cases here it crashes. If so, select "recover document and re open
word", create new document and type somethig, then repeat from point 3
5) Once you get to the printing form, click on the drop down menu to select a
printer
6) Here it crashes again. Repeat from point 4
7) the third/fourth time you try to print, you can finally select a printer and
print out.
If you then close word, next time you re-open it and try to print, you've to
start all over again and try three / four times before you can actually print.
I've noticed that every time word restarts after a crash, the zoom level of the
recovered or new document is set to 10%.
Also, the same story happen when you try to open a saved document: first time
it crashes, then you reopen / recovery word, and finally you can open the saved
document successfully.
Please notice that I had created a clean wine prefix and re-installed office
2010 professional plus after installing wine 1.5.7
--
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=26859
Summary: Segmentation Fault when attempting to run Cronos.exe
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: client902(a)mail.ru
Attempting to run Cronos.exe (Russian DBMS, http://www.cronos.ru) causes
Segmentation Fault.
I discovered that the mentioned error occurs during windows libraries loading
(according their dependencies).
More precisely description (See file dlls/ntdlls/loader.c; function
find_forwarded_export()):
Finding the final function pointer for a forwarded function
OleCreateFontIndirect() in oleaut32.dll leads to loading this library in memory
followed by its initialization through calling attach_process(). But this
happens during a recursive call of fixup_imports(), i.e. before switching to an
alternative stack (in the functions call_on_stack() and switch_to_stack()).
Thus, we have a case when the DllMain() function executed on improper stack,
causing its overflow.
PS
If it happens that the unswitched stack size is large enough for normal
operation of process_attach(), then the program looks like working correctly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36229
Bug ID: 36229
Summary: With some french keymap, when hitting the numeric
pad's key ". Del", both the "." and the "Del" events
are performed
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: b.bellec(a)gmail.com
Description of problem:
If I use the numeric pad's key ". Del" in a notepad for instance, then both the
events "." and "Del" are performed.
This is the case when the numeric pad "Num Lock" is enabled. If not enabled,
then only the "Del" event is performed, as expected.
Other keys, for instance "0 Ins" or "1 End" works well. Onyl ". Del" as this
problem.
Version-Release number of selected component (if applicable):
wine 1.7.16-2.fc20.i686
Steps to Reproduce:
1. Open a notepad (tested with the embedded wine notepad and also notepad++)
2. Type 'abc'
3. Place now your cursor between the 'a' and 'b', like this => "a|bc"
4. Check the "Num Lock" is enabled
5. Hit the key ". Del"
Actual results:
a.c
Expected results:
a.bc
Additional info:
I'm using a french keyboard, azerty. The setting is enabled in Gnome 3. Only
some french keymap have the issue.
--
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=35458
Bug ID: 35458
Summary: iTunes 11.1.4 64-bit fails to start
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: http://www.apple.com/itunes/download/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Classification: Unclassified
I had to set the version to Windows Vista to get iTunes to install in a 64-bit
prefix.
When starting iTunes, I get a message box saying:
"Apple Application Support was not found.
Apple Application Support is required to run iTunes. Please uninstall iTunes,
then install iTunes again."
Shortly before the error is a failed registry read, so I suspect the installer:
0024:Call advapi32.RegOpenKeyExW(80000002,00407a70 L"Software\\Apple
Inc.\\Apple Application Support",00000000,00000001,0033f954) ret=00401042
0024:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=00401042
I can't test in a 32-bit prefix because the download page seems to only want to
give me the 64-bit version.
--
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=33260
Bug #: 33260
Summary: Dracula 3: The Path of the Dragon shows a black screen
after launch
Product: Wine
Version: 1.5.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 43991
--> http://bugs.winehq.org/attachment.cgi?id=43991
logout
After launch and intro have a black screen and version of the game in the left
bottom corner.
--
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=21510
Summary: Ogre3D based game doesn't get any (mouse/keyboard)
user input
Product: Wine
Version: 0.9.11.
Platform: x86
URL: http://193.219.43.130/~winetester/bin/win32/SpaceBandi
ts/space_bandits_game.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saulius2(a)gmail.com
Pseudo-game called "Space Bandits" start's up and then I can only Ctrl-C it via
the console terminal. The game outputs own debug data to stderr, so I've added
+tid channel to make difference. Then wine prints only 2 lines, so there are
they:
0009:err:reg:SCSI_getprocentry SCSI type line scan count error (fscanf
returns 1, expected 2)
0009:fixme:ddraw:DirectDrawEnumerateExA no non-display devices supported.
This is regression (or revealed bug) from quite old times [1]:
commit e66e34ef7b5ad61bda09067e6ea8f8990017b5de
Author: Vitaliy Margolen <wine-patch(a)kievinfo.com>
Date: Sat Mar 18 11:26:37 2006 -0700
dinput: Create single thread for mouse and keyboard hook.
Put keyboard & mouse hook callbacks into separate thread.
Move few global variables into object. Delete no longer used crit
section.
For hooks to work properly hook callback have to be in a thread
with message loop. Some games create separate threads just to handle
mouse and/or keyboard events that do not have message loop.
I know about bug 8854 where *both* keyboard and mouse input doesn't work. But
in it we have different offending patch.
This game has it's cpp-source in zip, but the main loop comes probably from
Ogre3D lib which version used to build the game was quite old.
[1] http://source.winehq.org/git/wine.git/?a=commit;h=e66e34ef7b5ad61b
--
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=31523
Bug #: 31523
Summary: WinZip 16.5 fails to install
Product: Wine
Version: 1.5.11
Platform: x86
URL: http://www.winzip.com/win/en/downwz.htm
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 41458
--> http://bugs.winehq.org/attachment.cgi?id=41458
terminal output
A user in #winehq asked for it. The installer starts, then hangs on
initializing. The terminal output indicated mshtml and friends, so I tried
installing native ie7. After that, it quickly initializes then gets a fatal
error, so I'm not sure if it's related to ie or not.
The last fixme is from jscript, but winetricks wsh57 doesn't help, still hangs.
austin@debian:~$ sha1sum WinZip165.exe
3427282da505b8c158d0f8b7275f6bc30cd09826 WinZip165.exe
austin@debian:~$ du -h WinZip165.exe
348K WinZip165.exe
--
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=16411
Summary: Origin 8 - Some dialogs crash when activated
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://www.originlab.com/index.aspx?s=12&lm=+62
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 3538
Install Origin 8.
Launch.
File, Import, Multiple ASCII
CRASH!
wine: Unhandled page fault on read access to 0x69736f70 at address 0x7d91bf96
(thread 0009), starting debugger...
Backtrace:
=>1 0x7d91bf96 priv_from_xmlDocPtr+0x6(doc=0x69736f70)
[/home/austin/wine-git/dlls/msxml3/domdoc.c:119] in msxml3 (0x0066ea70)
2 0x7d91bfb8 xmldoc_release+0x1e(doc=0x69736f70)
[/home/austin/wine-git/dlls/msxml3/domdoc.c:159] in msxml3 (0x0066eac0)
3 0x7d92a5ee Internal_Release+0x55(iface=0x181a8d54)
[/home/austin/wine-git/dlls/msxml3/node.c:1560] in msxml3 (0x0066eaf0)
4 0x7d92399b Internal_Release+0x50(iface=0x1816bffc)
[/home/austin/wine-git/dlls/msxml3/element.c:762] in msxml3 (0x0066eb20)
5 0x7d921fcc domelem_Release+0x2a(iface=0x1816bff8)
[/home/austin/wine-git/dlls/msxml3/element.c:88] in msxml3 (0x0066eb40)
0x7d91bf96 priv_from_xmlDocPtr+0x6
[/home/austin/wine-git/dlls/msxml3/domdoc.c:119] in msxml3: movl
0x0(%eax),%eax
119 return doc->_private;
+msxml 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=34917
Bug #: 34917
Summary: Error launching Defiance
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wessnyder(a)comcast.net
Classification: Unclassified
New install, cannot get Defiance to launch. Error is Failed to parse
configuration file. Other error is the big message box with back trace. I will
attach this error message along with two debugs. I am not sure where the error
is at this moment. The game worked a long time ago before an update on Trion's
side.
--
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=18795
Summary: YAMB (Yet another mp4box ui) memory error in some
circumstances
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://yamb.unite-video.com/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saverio.pub(a)inbox.com
I was able to repeat this bug all the times I tried the operations descripted;
it doesn't happen on Windows environments.
I tested YAMB for extracting tracks from an MP4 file, containing an audio and a
video track.
Operations:
Editing => Click to extract streams => Select the file => Click on one of the
two streams => Tick "Extract all streams to raw format" => Click "Next".
The demuxing now went fine.
Click on "Back" => Choose another file and repeat the same operation => BUG!
Access violation occurs.
I don't see anything relevant in the terminal log.
Application download address: http://yamb.unite-video.com/download.html
O/S: Ubuntu Karmic Alpha 1
HW: Dell XPS 1530
--
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=10777
Summary: Le Grand Robert v2 demo crashes on "copy"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://lerobert.customers.artful.net/editions-
electroniques/catalogue/gr/grand_robert_demo.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The demo installs and starts nicely.
All the italics are illegible unless you install corefonts' times,
but that's not what this report is about.
Selecting "copy" (either by ^C, File / Copy, or the Copy button
in the toolbar on the right) crashes the app. The stack is
simplest if you press ^C, but all seem to be a null
pointer reference in the same function.
Native msvcrt doesn't help.
The log doesn't seem too illuminating, but warn+heap
has the spectacular effect of changing the stack
completely to lots of 5555's.
--
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=26400
Summary: Wings over Europe freezes during campaign generation
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33620)
--> (http://bugs.winehq.org/attachment.cgi?id=33620)
plain terminal output
The game (Wings over Europe: Cold War gone Hot) hangs while generating a
campaign mission. Instant action and single missions have no such problem.
After selecting Campaign from the main menu you can create a campaign. Pressing
on the <Accept> button will pop up a window: 'Please enter campaign savename:'.
However the game seems to be frozen at that point, neither mouse nor keyboard
respond any more.
The same problem occurs with Wine-0.9.33, 1.0.1, 1.2.2 and so on.
Tested in a clean Wine prefix, only native d3dx9_36.dll was placed into the
game directory.
No demo available.
Fedora 14
Nvidia GeForce 250 / driver 260.19.36
--
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=23976
Summary: The Scourge Project: freezes when changing screen
resolution
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://demos.gamersgate.com/17041
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30110)
--> (http://bugs.winehq.org/attachment.cgi?id=30110)
console log
The Scourge Project freezes when I change the screen resolution in the game.
The issue happens both in virtual desktop mode and in fullscreen, w/o audio
enabled. A similar (if not the same) freezing occurs when you exit the game.
The game uses the Unreal Engine v3.0.
How to reproduce the issue in the demo:
1. Install the demo; the following components are required to start the game:
vcrun2005, vcrun2008, physx, xact, DX 9/10 libraries. ALSA needs to be set to
'Emulation' to play sounds.
2. Start the demo by ../Binaries/Win32/ScourgeGame.exe. In the main menu click
on 'Play offline' > Options > change the resolution to a different one, click
on 'Apply' then 'Apply resolution' >> the game will freeze.
The following line in the log seems to be suspicious:
'fixme:d3d:IWineD3DEventQueryImpl_GetData (0x1791e8) Wrong thread, reporting
GPU idle.'
It has been reported in bug #19748.
Fedora 13
Wine-1.3.0
Nvidia 7600 GT / driver 195.36.31
Link to the demo added to URL (download size is 1.5 GB)
--
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=34554
Bug #: 34554
Summary: i can't install microsoft office 2003 in whine 1.6
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ismailkimiawan22(a)gmail.com
Classification: Unclassified
Created attachment 46003
--> http://bugs.winehq.org/attachment.cgi?id=46003
bug
when i want to install microsoft office 2013 i can't do it
--
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=28614
Bug #: 28614
Summary: Love Story: Letters from the Past reports corrupted
profile on first run
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josh+wine(a)iswifter.net
Classification: Unclassified
The game reports "Your profile data has become corrupted and unusable. A new
game must be started." the first time it's run. Clicking OK allows the player
to proceed to the name entry dialog, and subsequent runs work as expected.
--
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=19229
Summary: Chrome: Most of the buttons have the wrong sizes
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Paul.Vriens.Wine(a)gmail.com
While doing some translation work for Wine I tested Chrome (2.0 stable). Most
of the buttons have the wrong size (width). This is most obvious when checking
out the Options page. The text on some of the buttons is partly visible but on
Windows the buttons are larger and contain the full text.
--
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=17266
Summary: Intro video plays extremely slow in Safecracker
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thezood(a)gmail.com
Created an attachment (id=19256)
--> (http://bugs.winehq.org/attachment.cgi?id=19256)
Terminal output
Trying to run the game Safecracker but the intro video plays extremely slow and
then just blinks between black screen and a video frame every other second.
Same issue appears in Wine version 1.0.1.
--
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=34765
Bug #: 34765
Summary: SlingPlayer 2.0: crashes when starting remote viewing
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: k3park(a)gmail.com
Classification: Unclassified
Wine crashes when I start remote view in Slingplayer 2.0
9294948a0e7ed269c3a9bad0e6d89a0f652b7387 SlingPlayer_2.0.4522_Setup-Global.exe
--
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=34272
Bug #: 34272
Summary: Cannot run EA Origin (Trouble with MSVCP100.dll and
MSVCR100.dll?)
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yajodj(a)msn.com
Classification: Unclassified
Created attachment 45629
--> http://bugs.winehq.org/attachment.cgi?id=45629
Error log of installing and executing Origin.
Here I am on Fedora 19 with fully updated wine-1.6-1.fc19.x86_64.
This seems to be the important part of the error log:
Aug 15 23:43:07 localhost gnome-session[1343]: err:module:import_dll Loading
library MSVCP100.dll (which is needed by L"C:\\Program Files
(x86)\\Origin\\Origin.exe") failed (error c000007b).
Aug 15 23:43:07 localhost gnome-session[1343]: err:module:import_dll Loading
library MSVCR100.dll (which is needed by L"C:\\Program Files
(x86)\\Origin\\Origin.exe") failed (error c000007b).
Aug 15 23:43:07 localhost gnome-session[1343]: err:module:LdrInitializeThunk
Main exe initialization for L"C:\\Program Files (x86)\\Origin\\Origin.exe"
failed, status c0000135
However, see the attachment for full logs.
Any help?
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=30068
Bug #: 30068
Summary: Terrapin Logo (programming language): Sliders on
windows Frozen or Erratic.
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin_eby(a)hotmail.com
Classification: Unclassified
The sliders on the sides of the windows and at the bottom of the app don't
move, or act erratic. Also the slider from the largest window hides the
sliders from the two smaller windows. Also, the cursor in the "Listener"
window does not move properly...ends up leading ahead of the typed text. Also,
the fonts look god awful...but at least it runs and I can use it, for which I
am thankful :-)
Oh, I almost forgot, the sound doesn't work either. You can test the sound by
typing
play [c d e]
into the Listener window. Terrapin Logo can be reached through there website
at www.terrapinlogo.com
Thanks again,
Benjamin
--
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=23088
Summary: Simcoaster: crashes with internal error
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: travismcgeehan(a)gmail.com
Created an attachment (id=28674)
--> (http://bugs.winehq.org/attachment.cgi?id=28674)
debug log from crash
Simcoaster and at least one other very old game I have are crashing during or
shortly after startup with the message: Internal errors: invalid parameters
received. 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=36819
Bug ID: 36819
Summary: Needs to reinstall vcrun2010 before to launch the
application at each time
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Hi,
Sorry for two things :
- I don't know if the problem msvcrt is the real component for this bug.
- The title, i don't know which summary is very explicit for this bug.
The application is "Valiant Hearts: The Great War". Unfortunatly, there is no
demo for this game. After to install it on Uplay and launch it, the game
install Directx9 and vcrun2010 and the game crash.
Actually, the only solution that i found is this way :
- Launch wine uninstaller and uninstall Visual C++ 2010
- Reinstall vcrun2010 with/without winetricks before to launch Uplay
After to reinstall vcrun2010, launch Uplay and the game, i can play it, it
works. But, if i close UPlay and relaunch it + the game, i have the crash and i
must to do the solution ...
With winetricks vcrun2010 does not resolv the bug. The game works the first
time but still crash after to close/relaunch Uplay.
--
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=36622
Bug ID: 36622
Summary: activation.dll loading failed in origin
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paulthetall(a)gmail.com
I used the two patches (Qt5Network + the EA Origin needs job objects one) so
download speed is fine and no proxy hang stuff. However I still can't launch
any game. I get a Activation dll loading failed message on every attempt to
play a game. I am so close....please help.
OSX 10.8.5 (Macbook) + OSX 10.9.3 (iMac with Nvidia 640M + Macbook Nvidia
9400M + iMac AMD Radeon 6770M)
Test debug says this:
fixme:msg:ChangeWindowMessageFilterEx 0x30074 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x30074 112 1 0x0
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:msg:ChangeWindowMessageFilterEx 0x10096 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x10096 112 1 0x0
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:msg:ChangeWindowMessageFilterEx 0x100a6 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100a6 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100b0 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100b0 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100ba 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100ba 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100c4 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100c4 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100ce 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100ce 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100d8 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100d8 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x2009c 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x2009c 112 1 0x0
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0xf8fd99c 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0xf8fd73c 1 C) semi-stub
fixme:netprofm:list_manager_GetConnectivity 0x1e6888, 0x32d658
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:msg:ChangeWindowMessageFilterEx 0x100f2 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100f2 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100f8 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100f8 112 1 0x0
err:ole:CoCreateInstance apartment not initialised
fixme:shell:IShellLinkW_fnGetPath (0x21d8c0): WIN32_FIND_DATA is not yet
filled.
fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:system:SetProcessDPIAware stub!
fixme:ntdll:server_ioctl_file Unsupported ioctl 110004 (device=11 access=0
func=1 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 110004 (device=11 access=0
func=1 method=0)
fixme:netprofm:list_manager_GetConnectivity 0x1e6888, 0x32d658
err:ole:CoCreateInstance apartment not initialised
fixme:shell:IShellLinkW_fnGetPath (0x3acf1a0): WIN32_FIND_DATA is not yet
filled.
When more info is needed let me know. Many thanks!
--
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=36738
Bug ID: 36738
Summary: VectorMagic crashes when launched
Product: Wine
Version: 1.7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wollac11(a)gmail.com
Created attachment 48788
--> http://bugs.winehq.org/attachment.cgi?id=48788
Backtrace error log produced by Wine as given by the crash alert.
VectorMagic (v1.15) installs but the shortcut in the dash does nothing.
Locating the shortcut or executable manually and running it results in the
program crashing straight away. This did not happen with old versions of Wine
according to previous appdb reports where it was given a gold rating.
Tested running on Ubuntu 14.04 64-bit with Wine installed from repositories
(1.7.18).
--
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=31740
Bug #: 31740
Summary: Multi-threaded Windows App Crashes Upon Threads Being
Launched
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bam__margera67(a)hotmail.com
Classification: Unclassified
Created attachment 41734
--> http://bugs.winehq.org/attachment.cgi?id=41734
Backtrace with 1.4
The application crashes after it attempts to launch 5 additional threads.
--
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=24418
Summary: wine-1.3.2-225-g5815b63 has no ip access
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joachim.backes(a)rhrk.uni-kl.de
Created an attachment (id=30783)
--> (http://bugs.winehq.org/attachment.cgi?id=30783)
Error msg of WisoSparbuch
For some reasons, I had to install wine by using the git version from September
15, 2010:
git clone git://source.winehq.org/git/wine.git <target>
Installation (version 1.3.2-225-g5815b63) has performed, but it seems
that this wine has no access to the internet.
An installed WisoSparbuch (german tax program) fails if I try an update via
internet (Error message: see attachment).Or using a ping inside cmd.exe (from
WinXP) lets the ping hang.
My platform: Fedora 14, all updates applied
--
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=18656
Summary: Scrolling Map In Civilization:Call To Power crashes
game
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eridenour(a)gmail.com
A lot of map scrolling is done in Civilization:Call To Power. The map starts
scrolling when the mouse nears the edge of the game window.
The problem is that once the game starts scrolling it immediately locks up and
just continues to scroll around the map until you close the game. It does not
respond to any more input past the time it goes into a scrolling freeze.
As for wine settings, I have tried every combination of Window settings:
(un)emulated windows, (dis)allowing directx to stop the mouse from leaving the
window, and so on. In the past I have tried many different dlls from a windows
installation without any luck but i would not be able to tell you which ones as
it was several months ago and i forget.
--
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=32999
Bug #: 32999
Summary: Star Trek Online hotkey problem
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ziktofel(a)gmail.com
Classification: Unclassified
Occurence:
In Star Trek Online there is a problem with hotkeys in wine versions 1.5.6
onwards (the last non-affected version is 1.5.5, it doesn't happen in 1.4
series too). It affects the last version (1.5.24 now)
Problem description:
While I press hotkey "1", everything is ok, "2"-"5" aren't working (hotkey
system doesn't recognize them at all), "6"-"8" are remapped as "F13"-"F15"
(when I press key "6" on my keyboard, it is displaying as "F13" in hotkey
system), "9" is remapped as "pov1_Up", "0" as "pov1_Down" (same effects as
"6"-"8"). All to this, whenewer I press key "5" it activates an ability #3
regardless are both #3 and #5 abilities hotkeys are set to. It affects both
ground and space regions
--
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=29076
Bug #: 29076
Summary: Critical section deadlock occurs when windows
application receives SIGINT during reading from stdin
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Chaos.A.D88(a)gmail.com
Classification: Unclassified
Critical section deadlock occurs when windows application receives SIGINT
during reading from stdin.
It is very strange, but the more complex my tests are - the easier to reproduce
the hangup.
Example 1 hangs in ~10% of cases when I press Ctrl+C in terminal:
#include <iostream>
int main() { char c; std::cin >> c; }
Example 2 hangs more often, but also only when i press Ctrl+C:
#include <string>
#include <iostream>
int main() { std::string s; std::getline(std::cin, s); }
Example 3 hangs almost always when pressing Ctrl+C, and in ~50% of cases when I
simply pass SIGINT to the application
#include <string>
#include <iostream>
int main() { std::string s; std::getline(std::cin, s); std::cout << s <<
std::endl; }
All examples compiled by Visual Studio 2010.
Running just with `wine test.exe`
--
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=31936
Bug #: 31936
Summary: FIFA Online 2 (Launcher): Unclickable Play Button
Product: Wine
Version: 1.5.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderstormpolska(a)o2.pl
Classification: Unclassified
Created attachment 42065
--> http://bugs.winehq.org/attachment.cgi?id=42065
Wine Console
Hello!
When I try to run Fifa Online 2 - I run Launcher
http://gmclan.org/uploader/6184/Przechwycenie_obrazu_ekranu___10.png
I Accept licence (where is it? :P) And try to press Play.
I didn't Play Fifa Online 2, so maybe I should click somewhere else.
Fervi
--
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=30971
Bug #: 30971
Summary: Powerpoint 2010 - Slideshow won't show slides
containing equations
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)mschiegg.de
Classification: Unclassified
When creating a new MS Powerpoint 2010 document and inserting an equation
(Insert->Equation) and then running presentation mode, the slideshow won't show
this slide.
Instead, the console outputs:
[quote]
fixme:hlink:IHlinkBC_Register (0x1a43a8)->(0 0x6348b20 0x152d78 0x6348b34)
fixme:ole:ItemMonikerImpl_Construct lpszDelim is NULL. Using empty string which
is possibly wrong.
fixme:hlink:IHlink_fnNavigate Semi-Stub:(0x18b730)->(0 (nil) 0x6315fb0
0x1a43a8)
fixme:hlink:IHlinkBC_OnNavigateHlink (0x1a43a8)->(0 0x1ec5e8 L"257,2,Slide 2"
L"Slide 2" (nil))
fixme:hlink:IHlinkBC_Revoke (0x1a43a8)->(5)
[/quote]
--
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=29111
Bug #: 29111
Summary: Problem Pegasus.exe close msn .. Help me!
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hugo-eletronica2(a)hotmail.com
Classification: Unclassified
I'm having trouble every time I close the msn Pegasus.exe (business management
software, with online chat between computers on the network) everything works
fine, just give close the msn problem, and its use is essential because there
180 staff to communicate with each other .. Of course I appreciate the help!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27870
Summary: Blip & Blop hangs when accessing main menu
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: funtimeschaos(a)rocketmail.com
When trying to run Blip & Blop, the game loads, terminal output complains of
color depth issues, and the intro is shown. If uninterrupted, the intro will
finish and high scores will display, but after that the game hangs. An attempt
to skip the intro will freeze the game at whatever frame the intro was at at
the moment. The music will keep playing after the game hangs.
Bug remains persistent across multiple systems, both on intel and nvidia
graphic cards, and WINE 1.3.24 (marked version also tested, obviously).
Setting color depth to 16 causes the game to not complain about depth but does
not remove the bug.
Pastebin of terminal output:
http://pastebin.com/7sFEmkRE
Sometimes there's also a steady stream of the following line:
"fixme:d3d_surface:surface_cpu_blt Filter WINED3DTEXF_LINEAR not supported in
software blit."
--
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=32429
Bug #: 32429
Summary: Bad Piggies: hangs on splash screen
Product: Wine
Version: 1.5.19
Platform: x86-64
URL: http://shop.angrybirds.com/us/games/pc-games/bad-piggi
es-pc-version.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hans(a)meelstraat.net
Classification: Unclassified
A user asked about it in #winehq. While looking at it, I noticed it never
actually got past the splash screen (using the demo). Trying it in 1.2, it
does. Regression test shows:
austin@aw25 ~/wine-rt $ git bisect good
dd1a47093e7577a705d64355ac01136edd90f255 is the first bad commit
commit dd1a47093e7577a705d64355ac01136edd90f255
Author: Louis Lenders <xerox_xerox2000(a)yahoo.co.uk>
Date: Thu Sep 2 13:10:44 2010 +0200
shell32: Add stubbed SHGetKnownFolderPath.
:040000 040000 e3900b30739f44fa2a26fa259f939bf03f3656bd
8d1b340cc28cefdd680cd7b10f837cb368702b53 M dlls
:040000 040000 0327d47095a5324869292ff5f64a1e408e657674
da06093d3a4294da9606a848440f275ff8009872 M include
The stub has since been implemented, but it still fails in the same way
(infinite loop on the splash screen with the pig and rocket). I've attached a
+shell,+tid trace.
CC'ing Hans, since he implemented the function, perhaps he's got an idea..
--
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=32690
Bug #: 32690
Summary: capella7.1 crashes when saving or opening file .capx
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: buc_m2(a)ymail.com
Classification: Unclassified
Created attachment 43133
--> http://bugs.winehq.org/attachment.cgi?id=43133
capella7.1 crash
capella7.1 crash when save or open .capx - file
--
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=30952
Bug #: 30952
Summary: winemsibuilder page fault on importing tables
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas.bierfert(a)lowlatency.de
Classification: Unclassified
Created attachment 40610
--> http://bugs.winehq.org/attachment.cgi?id=40610
backtrace of "winedbg winemsibuilder -i wine-mono-0.0.4.msi msi-tables/*.idt"
On building wine-mono (0.0.4) winemsibuilder (1.5.6 32bit) page faults on
importing the tables on the following call in build-winemono.sh
"$WINE" winemsibuilder -i "${MSIFILENAME}" msi-tables/*.idt
with the attached backtrace.
wine-mono: http://wiki.winehq.org/Mono
msi-table files: http://fedora.lowlatency.de/review/wine-mono-pagefault.tar.bz2
--
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=24296
Summary: Myst 1.3 crashes with "Exception frame is not in stack
limits"
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.white(a)austin.rr.com
Created an attachment (id=30613)
--> (http://bugs.winehq.org/attachment.cgi?id=30613)
Log output from WINEDEBUG=+seh,+resources wine myst.exe
Myst 1.3 installs and runs fine until you go to the library and click on the
painting that swirls, which causes the bookcase to turn into stairs. When you
do this, Myst crashes with the following line:
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
I've collected and attached a log based what I've seen requested in similar
failures with the following:
WINEDEBUG=+seh,+resources wine myst.exe
--
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=24284
Summary: The Google Earth Plugin (5.1.7938.4346) crashes when
interacting with javascript API
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aerilius(a)googlemail.com
Created an attachment (id=30590)
--> (http://bugs.winehq.org/attachment.cgi?id=30590)
debug log from running plugin in firefox +heap+relay
I ran it in the windows version of Firefox 3.0.4.
The Google Earth plugin has a javascriptAPI that loads the plugin and allows to
manipulate certain features or display models. Simply loading the plugin works
[see registry key in Bug 24083] with this example site:
http://earth-api-samples.googlecode.com/svn/trunk/demos/helloearth/index.ht…
When using a more complex example site, it crashes.
http://sketchup.google.com/3dwarehouse/details?mid=3c00e40f9bc77cc358eed258…
(click on map, then earth, loads 3d collada model)
command for debug log:
WINEDEBUG=+heap+relay wine "C:\Programme\Mozilla Firefox/firefox.exe" &>
~/Desktop/winedebug_ff_geplugin_heap+relay.txt
--
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=23287
Summary: Silent Hunter 4 1.5: rendering of crew members is
broken
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raskarcapac(a)yahoo.fr
Created an attachment (id=29023)
--> (http://bugs.winehq.org/attachment.cgi?id=29023)
Error log (truncated.)
In campaign, career, mission, patrol and school the body parts of the
characters are floating in the air and in some cases have weird textures and
colors.
It seems this is caused by shader errors:
...
1074840 err:d3d_shader:set_glsl_shader_program >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from Find glsl program uniform locations @
glsl_shader.c / 4537
1074841 err:d3d_shader:set_glsl_shader_program >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glUseProgramObjectARB(programId) @
glsl_shader.c / 4551
1074842 err:d3d_shader:hardcode_local_constants >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from Hardcoding local constants @ glsl_shader.c /
4055
1074843 err:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glUseProgramObjectARB @ glsl_shader.c / 4724
...
(Last error repeats in the rest of the log.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35679
Bug ID: 35679
Summary: Defiance patcher doesn't work
Product: Wine
Version: 1.7.13
Hardware: x86
URL: http://www.defiance.com/en/my-ego/profile/pc-free-tria
l/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Depends on: 35678
Blocks: 34917
austin@aw25 ~ $ sha1sum DefianceSetup.exe
28bcd7e0f59022f3d575ef9fb7ea8e676c9f4b3a DefianceSetup.exe
austin@aw25 ~ $ du -h DefianceSetup.exe
11M DefianceSetup.exe
austin@aw25 ~ $ wine --version
wine-1.7.13-53-g37e0a1a
installed Defiance, then tried to run it:
$ cd "$HOME/.wine/drive_c/users/$LOGNAME/Local Settings/Application
Data/Defiance"
$ wine Patcher.exe
fixme:thread:GetThreadPreferredUILanguages 52, 0x33f9c8, 0x33fc44 0x33f9d0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:thread:GetThreadPreferredUILanguages 52, 0x33bf9c, 0x33c218 0x33bfa4
fixme:thread:NtQueryInformationThread Cannot get kerneltime or usertime of
other threads
fixme:wincodecs:PngDecoder_Block_GetCount stub
The patcher launches, but doesn't do anything, just shows a blank window.
--
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=25165
Summary: Wrong wine* icons loaded in kmenu (winefile, winecfg,
...)
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quentin.denis(a)gmail.com
Created an attachment (id=31921)
--> (http://bugs.winehq.org/attachment.cgi?id=31921)
screenshot illustrating the issue
Instead of the icon specified in the .desktop-file (ex: Icon=wine-winecfg), the
wrong icon is loaded for each of these wine* apps. Instead we get the default
wine icon (the simple glass of wine). My screenshot will illustrate this issue.
--
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=24279
Summary: starting a wine application spins up external hard
drive
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
When my external hard drive is sleeping, starting a wine app causes it to spin
up.
It should only spin up when I select that partition via the file selector not
when starting the app.
I don't think this used to happen in previous releases so will run a regression
test.
--
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=34592
Bug #: 34592
Summary: Round option indicator stays "pressed" in Chessmaster
10
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46074
--> http://bugs.winehq.org/attachment.cgi?id=46074
Chessmaster 10 Log
When in Chessmaster 10 I click on an empty round circle to choose another
option (from the two or more listed), the color-filled round circle indicating
the previous option's "on" state, does not disappear. In the result, there can
be two or more active indicators at once.
Can be reproduced in the demo (check out the link).
Tested with:
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 310)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34203
Bug #: 34203
Summary: Call of Duty 4: screen turns into white
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hardy.schumacher(a)gmx.de
Classification: Unclassified
Screen turns into white when enabling sights within Call of Duty 4.
This behavior appears always when sight view is activated.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37586
Bug ID: 37586
Summary: Photoshop CS4 hangs on load
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seann.giffin(a)gmail.com
Distribution: ---
Photoshop was working fine for me back in late September, early October, but
now it hangs on load, and after the usual start-up, I just get the splash
screen and see this in the terminal:
"err:ntdll:RtlpWaitForCriticalSection section 0x7bcd1f00 "loader.c:
loader_section" wait timed out in thread 0052, blocked by 0009, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bcd1f00 "loader.c:
loader_section" wait timed out in thread 005a, blocked by 0009, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bcd1f00 "loader.c:
loader_section" wait timed out in thread 0052, blocked by 0009, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bcd1f00 "loader.c:
loader_section" wait timed out in thread 005a, blocked by 0009, retrying (60
sec)"
And it just keep scrolling that in my terminal for as long as I let it run.
There's no actual crash, but I do have to Force Quit it, so it doesn't generate
a crash debug window. I've tried running WINE as every version of Windows PS4
will run on and it's always the same end result: splash screen hangs, "wait
times out, blocked" scrolls in the terminal window.
I don't have much experience with debugging and what not, so if there's
anything you'd like me to attach, let me know. I'm running Wine 1.7.31 from the
official Ubuntu channels, running Ubuntu 14.04 with Cinnamon instead of Unity
and x86_64 kernel 3.17.1-031701-generic #201410150735.
--
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=29436
Bug #: 29436
Summary: Carbonite: does not install
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jthomas97411(a)yahoo.com
Classification: Unclassified
Simply try to install Carbonite with Wine 1.3.35 and you will encounter this
bug. The bug is that it doesn't install, in fact, the installer fails very
early. Nothing visible happens except for terminal output, which it spews out
seemingly endlessly.
Carbonite not installing is not a new thing to Wine. I have never witnessed any
Wine version successfully install Carbonite. I'm just now writing the bug
report.
Anyone can go to carbonite.com and download a free trial installer, though you
do have to create an account (it's free to make an account) to download it, and
they send you one e-mail. They have not harassed me in any way for giving them
my e-mail address.
lahmbi5678 said:
This seems like a bug/missing functionality in wine:
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib
L"Z:\\home\\shjake\\Desktop\\CarboniteSetup-en.exe" failed with error 0
Carbonite is an online backup solution. It backs up files on your computer to a
secure offsite place.
Things potentially relevant to the Wine development team:
* Carbonite's installer is an exe, and this exe file is an archive. Many of the
files in the archive are java files (plain text). You can open the exe with an
archive program and view its contents.
* Carbonite integrates with Windows Explorer (yes, the file browser, not IE).
It puts an icon in the Start Bar that is yellow when getting the backup caught
up with what's actually on the computer and green when the backup is in sync
with what is actually on the computer.
Furthermore, files that are backed up have a green dot by them in Windows
Explorer and files that aren't yet backed up have a yellow dot by them.
Also, Windows Explorer's right-click menu and file properties dialogue are
augmented with Carbonite stuff.
* Carbonite tries to only let you backup what it considers "internal hard
drives." I'm pretty sure it just goes by the controller type the hard drive is
connected to. I'm not spilling any beans by saying that an external hard drive
connected by SATA, just like an internal, is seen by Carbonite as an "internal
hard drive". So, I am speculating, Carbonite must be able to communicate with
hardware to see the connection type of a hard drive (USB, IDE, SATA, whatever).
--
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=30226
Bug #: 30226
Summary: PC-LINK.exe datalogger for DVM1200 multimeter can't
select com port to work with
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silvio.caggia(a)tiscali.it
Classification: Unclassified
DVM1200 multimeter is sold with a windows software for datalogging on PC
througt a usb port.
software is freely downloable from here:
http://www.rise.com.hk/ebayproducts/software/VA40B.zip
it works on all windows till windows7
installing instructions and wine results are these:
a. install software (run setup.exe) -> success
b. install USB driver (run USB_DriverInstaller_v110.exe) -> success but I don't
know if you need really to do this step in linux because usb-com ports are
natively accessible...
c. restart Windows on PC -> I restarted Linux... :-)
d. PLUG the USB cable to the PC USB port. -> success (not necessary to do a
test)
e. PC detected the COM (find com port number assigned from Windows Device
Manager) -> I did this: ln -s /dev/usb/ttyUSB0 ~/.wine/dosdevices/comX (with
X=1,2 and 3)
f. run the PC-LINK.exe software. -> success, it opens.
g. set the right COM number in the software (menu > Set > System Set; List item
"Serial Port Select" shows only the default value COM1 and you cannot change
it, the software doesn't see the com ports! -> FAIL TO GO ON!
Other suggestion read on installation manual that I am not able to use in WINE:
1. Login with administrators right in PC system. -> ???
2. If in the vista / window 7, must be disable UAC (User Account Control). ->
???
3. It might be required to reduce the security level for WINDOW 7 when using
this software -> ???
can anyone help me to use this software?
regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30916
Bug #: 30916
Summary: WriteFileGather with IoCompletionPort bug
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liumaliang.cs(a)gmail.com
Classification: Unclassified
This api name WriteFileGather implement by wine has bug, when working with
IoCompletionPort, will not get notify after this io complete.
--
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=12514
Summary: Adobe Acrobat Pro 6 -- cannot Create PDF from file(s)
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Selecting File --> Create PDF prompts you for a file. After selecting an MS
Word document, a msgbox appears:
Need to Install additional files to create PDF from this file.
Do you want to run Acrobat Installer in repair mode?
Click yes: box disappears: nothing happens.
The same thing happens when attempting to Create PDF --> From Multiple Files
A note on file type: selecting OpenOffice .odt files gives you a "file type not
known" error, but selecting .doc's gives you the msgbox above, so it's
reasonable to conclude Acrobat Pro knows how to convert .doc's to pdf.
--
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=27483
Summary: Game freezes computer for 2-3 minutes when adding to
an exhibit.
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: magnum1997(a)gmail.com
While playing Zoo Tycoon 2 with the Marina Mania expansion pack installed, the
game locks up the computer for ~2 minutes when added decorations or animals to
an exhibit. If one is given to patience one can get a terminal to kill the
game; the first time this happened I powered off because none of the other
expansions had issues like this.
As a point of interest the install went flawlessly (Using retail CD not
download).
--
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=35810
Bug ID: 35810
Summary: Wine crashes when I try to download WoWpLaunch
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: broccoliman2000(a)gmail.com
Created attachment 47807
--> http://bugs.winehq.org/attachment.cgi?id=47807
the attachment file is the program error details
I don't really now what you want me to do here but the attachment file below is
the details on the program errors. More on the bug wine crashes when I try to
launch WoWp and down load it.
--
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=33224
Bug #: 33224
Summary: Photoshop CS5.1 error in "merge to HDR pro"
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.kijas(a)gmail.com
Classification: Unclassified
Every time I try to merge two PNG (or JPEG, tif etc.) files to HDR Pro,
Photoshop crashes.
Debug says that...:
wine: Unhandled exception 0xc06d007e in thread d at address 0x7b83d939 (thread
000d), starting debugger...
Similar bug is #18579, but bug #18579 has been resolved, this bug is not, + bug
#18579 was bug in CS4, not in CS5.1.
--
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=27033
Summary: crash while installing usb-over-network-client.msi
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
A free demo can be downloaded from http://www.usb-over-network.com/
$ wget http://www.usb-over-network.com/usb-over-network-client.msi
Install:
$ msiexec /i usb-over-network-client.msi
Then crash.
fixme:storage:create_storagefile Storage share mode not implemented.
fracting@desk:~/Wine/usb/usbip$ fixme:storage:create_storagefile Storage share
mode not implemented.
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
fixme:msi:ACTION_CustomAction Deferring rollback only action
fixme:msi:ACTION_CustomAction Deferring rollback only action
err:setupapi:detect_compression_type cannot open file L"C:\\windows\\Driver
Cache\\i386\\driver.cab"
err:setupapi:get_file_size cannot open file L"C:\\windows\\Driver
Cache\\i386\\driver.cab"
expand.exe: can't open input file C:\windows\Driver Cache\i386\driver.cab
wine: Unhandled page fault on read access to 0x00000007 at address 0x686ccf98
(thread 0033), starting debugger...
There is no other output after "starting debugger..."
--
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=19316
Summary: winecfg.exe: cannot access the 'Audio' Tab
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jason.bogstie(a)gmail.com
Created an attachment (id=22365)
--> (http://bugs.winehq.org/attachment.cgi?id=22365)
Console information about the crash
When I attempt to access the Audio tab in Winecfg, I recieve the following
error:
"The Program winecfg.exe has encounteres a serious problem and needs to close.
We are sorry for the inconvenience."
I then click on the close button and the window continues to pop back up
causing my system to become unstable.
The console then produces errors, those are attached to this report.
I am running Fedora 11 x86_64 and wine-1.1.25
--
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=27571
Summary: Call to unimplemented function
KERNEL32.dll.GetNumaHighestNodeNumber
Product: Wine
Version: 1.3.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: airat.halimov(a)gmail.com
Created an attachment (id=35249)
--> (http://bugs.winehq.org/attachment.cgi?id=35249)
output of wine run and input file moderate-smt1.smt
OS: Ubuntu 10.10
Wine: 1.3.22
Program under run:
Z3:
http://research.microsoft.com/en-us/downloads/0a7db466-c2d7-4c51-8246-07e25…
Installed successfully, this case appears when run with the following params:
wine /home/art_haali/.wine/drive_c/Program\ Files/Microsoft\
Research/Z3-2.19/bin_mt/z3.exe PAR_NUM_THREADS=4 PAR_SHARING=2
PAR_SHARING_LIMIT_NEAR=8 moderate-smt1.smt
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=22896
Summary: Java JRE 6 doesn't install with simulation Windows
Vista
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: studioragcortelli(a)tiscali.it
Hallo, I tried install JAVA JRE current version (6u20) under Ubuntu 9.10 and
Wine 1.2 with configuration = Windows Vista, but I receive this message:
Installer: Wrapper.CreateFile failed with error 3: Path not found
Java JRE can be downloaded here:
http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_…
If I set winecfg = Windows XP all works.
Regards,
Stefano
--
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=32514
Bug #: 32514
Summary: Crash when executing Digit.Exe from Digit Magazine
(India)
Product: Wine
Version: 1.5.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vikigoyal(a)gmail.com
Classification: Unclassified
Created attachment 42892
--> http://bugs.winehq.org/attachment.cgi?id=42892
Screen shot of list of files & folders on the Digit DVD
I run KDE in Fedora 17.
The Wine Packages & version installed at the moment on the system:
wine-wow-1.5.17-1.fc17.x86_64
mingw32-wine-gecko-1.8-1.fc17.noarch
wine-capi-1.5.17-1.fc17.x86_64
wine-fonts-1.5.17-1.fc17.noarch
wine-pulseaudio-1.5.17-1.fc17.i686
q4wine-0.121-3.fc17.x86_64
wine-filesystem-1.5.17-1.fc17.noarch
wine-ldap-1.5.17-1.fc17.i686
wine-alsa-1.5.17-1.fc17.x86_64
wine-mono-0.0.8-1.fc17.noarch
wine-twain-1.5.17-1.fc17.i686
wine-system-fonts-1.5.17-1.fc17.noarch
wine-systemd-1.5.17-1.fc17.noarch
wine-core-1.5.17-1.fc17.x86_64
wine-cms-1.5.17-1.fc17.x86_64
wine-core-1.5.17-1.fc17.i686
wine-1.5.17-1.fc17.x86_64
wine-debuginfo-1.5.17-1.fc17.x86_64
wine-tahoma-fonts-1.5.17-1.fc17.noarch
wine-ldap-1.5.17-1.fc17.x86_64
wine-desktop-1.5.17-1.fc17.noarch
wine-symbol-fonts-1.5.17-1.fc17.noarch
wine-pulseaudio-1.5.17-1.fc17.x86_64
wine-cms-1.5.17-1.fc17.i686
wine-small-fonts-1.5.17-1.fc17.noarch
wine-openal-1.5.17-1.fc17.i686
wine-docs-1.4-1.fc17.noarch
wine-common-1.5.17-1.fc17.noarch
wine-marlett-fonts-1.5.17-1.fc17.noarch
wine-capi-1.5.17-1.fc17.i686
wine-ms-sans-serif-fonts-1.5.17-1.fc17.noarch
wine-tahoma-fonts-system-1.5.17-1.fc17.noarch
wine-twain-1.5.17-1.fc17.x86_64
wine-courier-fonts-1.5.17-1.fc17.noarch
wine-openal-1.5.17-1.fc17.x86_64
mingw64-wine-gecko-1.8-1.fc17.noarch
I want to use a DVD supplied by a computer magazine called Digit in India
on my system just as it can be used on Windows.
For that I right clicked Digit.exe & selected 'Open With Wine' in Dolphin.
There was a crash. I want to supply the crash dump. I hope that dump proves
useful & changes be brought in Wine so that the DVD can run on Linux in Wine.
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=32168
Bug #: 32168
Summary: RebelBetting will not talk to proxy
Product: Wine
Version: 1.5.16
Platform: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 42437
--> http://bugs.winehq.org/attachment.cgi?id=42437
wine-1.5.16-232-g4255772 console output
Entering proxy details into RebelBetting and pressing Test always fails.
Wireshark shows that no outgoing connection attempt is made. An IPv6 address
causes an error but is probably another problem.
To get this far:
1. Revert commit af08a2f6ba2fb0d65f1a1d3b7720216860fc9456 (Bug 32156)
2. Patch winetricks with patch from
http://code.google.com/p/winetricks/issues/detail?id=286
3. winetricks -q msxml6 dotnet35sp1 (order is important) (Bug 32164)
Log-in required.
--
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=32167
Bug #: 32167
Summary: RebelBetting remains in memory when closed
Product: Wine
Version: 1.5.16
Platform: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 42436
--> http://bugs.winehq.org/attachment.cgi?id=42436
wine-1.5.16-232-g4255772 console output
RebelBetting remains in memory when closed and has to be killed.
To get this far:
1. Revert commit af08a2f6ba2fb0d65f1a1d3b7720216860fc9456 (Bug 32156)
2. Patch winetricks with patch from
http://code.google.com/p/winetricks/issues/detail?id=286
3. winetricks -q msxml6 dotnet35sp1 (order is important) (Bug 32164)
Run the installer, open the application, close it.
Console fills with
err:ntdll:RtlpWaitForCriticalSection section 0x10e70040 "?" wait timed out in
thread 0009, blocked by 0024, retrying (60 sec)
fixme:thread:NtQueryInformationThread info class 16 not supported yet
ad infinitum.
This is a dotnet app but I don't think this is a dotnet 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=32164
Bug #: 32164
Summary: RebelBetting + dotnet35sp1 crashes
Product: Wine
Version: 1.5.16
Platform: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 42434
--> http://bugs.winehq.org/attachment.cgi?id=42434
wine-1.5.16-232-g4255772 console output
Using "winetricks dotnet35sp1" to work around Bug 32125, RebelBetting crashes
when loading under wine-1.5.16-232-g4255772.
This fails:
1. Revert commit af08a2f6ba2fb0d65f1a1d3b7720216860fc9456 (Bug 32156)
2. Patch winetricks with patch from
http://code.google.com/p/winetricks/issues/detail?id=286
3. winetricks -q dotnet35sp1
4. Install
5. Run
This works:
1. Revert commit af08a2f6ba2fb0d65f1a1d3b7720216860fc9456
2. Patch winetricks with patch
3. winetricks -q msxml6 dotnet35sp1 (order is important)
4. Install
5. Run
So, workaround is native msxml6.
Note: dotnet35sp1 runs through some dialogs about being unable to uninstall
service packs - just click ok and continue.
--
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=27163
Summary: Cossacks II: Battle for Europe hangs during video
playback (when ddr=gdi)
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34702)
--> (http://bugs.winehq.org/attachment.cgi?id=34702)
plain terminal output
After the initial loading stage, two intro videos should be played. I'm getting
only a black screen and the first fragment of the audio is looping (forever).
The game becomes unresponsive.
Workaround: ddr=opengl.
This prevents the game from freezing, although videos are not playing correctly
(only audio is playing), at least I can skip the black screen and get to the
main menu.
The videos are encoded in Theora format. They are in separate audio (.oga) and
video (.ogv) files.
I can watch the videos in Totem.
This bugreport is about the freezing issue, the inability to play the videos
must be a different issue.
No demo available.
Fedora 14 32-bit
Gstreamer 0.10.31
Nvidia GeForce 250 / driver 270.41.06
--
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=33261
Bug #: 33261
Summary: Sims 3 pause key (`) doesn't work with Spanish
keyboard
Product: Wine
Version: 1.5.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cymerio(a)gmail.com
Classification: Unclassified
Created attachment 43992
--> http://bugs.winehq.org/attachment.cgi?id=43992
Output log of "The Sims 3" with "WINEDEBUG=+key,+keyboard"
In the game "The Sims 3" the pause command is assigned to 3 keys: 0, P and `
(the key to the left of "1", which in a Spanish keyboards outputs "º").
In Wine 1.5.6 and 1.5.26 (openSUSE 12.2) pressing that key with a Spanish
keyboard causes no effect (i.e. doesn't pause the game). It used to work before
IIRC.
The keyboard is a standard Spanish keyboard (QWERTY 105 keys + Sleep button).
Additionally, the key "ç" now pauses the game too (it shouldn't).
The "ç" key (ccedilla) is the 3rd key to the right of the L, and left to the
Enter key.
Pressing these keys in "xev" outputs:
º => keycode 49 (keysym 0xba, masculine)
ç => keycode 51 (keysym 0xe7, ccedilla)
Editing in Notepad works fine.
There is a log attached which shows the output of runing The Sims 3 with
"WINEDEBUG=+key,+keyboard".
Some interesting lines:
trace:keyboard:X11DRV_KEYBOARD_DetectLayout Attempting to match against
"Spanish keyboard layout"
trace:key:X11DRV_KEYBOARD_DetectLayout mismatch for keycode 126, got ??
trace:key:X11DRV_KEYBOARD_DetectLayout mismatch for keycode 187, got ((
trace:key:X11DRV_KEYBOARD_DetectLayout mismatch for keycode 188, got ))
trace:keyboard:X11DRV_KEYBOARD_DetectLayout matches=48, mismatches=3, seq=47,
score=84
[...]
warn:keyboard:X11DRV_KEYBOARD_DetectLayout Using closest match (Spanish
keyboard layout) for scan/virtual codes mapping.
trace:keyboard:X11DRV_KEYBOARD_DetectLayout detected layout is "Spanish
keyboard layout"
[...]
trace:keyboard:X11DRV_InitKeyboard keycode 49 => vkey 0000
trace:keyboard:X11DRV_InitKeyboard keycode 50 => vkey 00A0
trace:keyboard:X11DRV_InitKeyboard keycode 51 => vkey 0000
[...]
trace:keyboard:X11DRV_InitKeyboard spare virtual key 00C0 assigned to keycode
51:
trace:keyboard:X11DRV_InitKeyboard (e7 (ccedilla) c7 (Ccedilla) 0 (NoSymbol) 0
(NoSymbol) fe55 (dead_breve) 0 (NoSymbol) 0 (NoSymbol) )
trace:keyboard:X11DRV_InitKeyboard keycode 51 => vkey 00C0
[...]
trace:key:X11DRV_InitKeyboard assigning scancode 62 to unidentified keycode 49
(masculine)
trace:key:X11DRV_InitKeyboard assigning scancode 63 to unidentified keycode 51
(ccedilla)
[...]
trace:keyboard:X11DRV_KEYBOARD_DetectLayout XKB could not translate keysym 00ba
trace:keyboard:X11DRV_KEYBOARD_DetectLayout XKB could not translate keysym 00aa
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ffe1
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ffe1
trace:keyboard:X11DRV_KEYBOARD_DetectLayout XKB could not translate keysym 00e7
--
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=31652
Bug #: 31652
Summary: .NET Framework Setup Verification Tool stooped working
with dotnet20sp1
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Steps to reproduce:
1) remove ~/.wine
2) winetricks -q dotnet20sp1
3) wine netfx_setupverifier.exe
Behaviour:
Failure to detect any version of .NET Framework
Expected behaviour:
Application should detect the correct version.
Regression test:
f180de40dd7820753479f823b6cb08a34b479c66 is the first bad commit
commit f180de40dd7820753479f823b6cb08a34b479c66
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Jul 31 12:25:42 2012 +0200
msi: Implement the RemoveExistingProducts standard action.
:040000 040000 170d2554f730c5305047588f05db78e35ad70ac6
a76eb5d752f67023b55023d9bc59bd0e9f2c2922 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=33593
Bug #: 33593
Summary: joystick.c change causes lotro to crash
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aardvark(a)krl.com
Classification: Unclassified
dinput problem (not available as a component).
Before the first screen is displayed, lotro (Lord of the Rings Online) crashes
(process becomes <defunct>). This is due to the joystick code thinking that
a Wacom Cintiq 12WX is a joystick.
Git bisect shows the change that causes the crash is in:
37169522f62f85048900cf3329fb54800cbb8f3e
dinput: Update existing joystick values after setting the range property.
Last entries from a dinput trace:
trace:dinput:JoystickWGenericImpl_SetProperty (0x15fd00,<guid-0x0004>,0x32f794)
trace:dinput:_dump_DIPROPHEADER - dwObj = 0x00000000
trace:dinput:_dump_DIPROPHEADER - dwHow = DIPH_DEVICE
trace:dinput:JoystickWGenericImpl_SetProperty proprange(-64,64) all
A workaround is to create the key: HKCU/Software/Wine/DirectInput/Joysticks
and enter a new string value for "Wacom Cintiq 12WX (event)" of "disabled".
In any event, the program shouldn't crash.
--
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=34754
Bug #: 34754
Summary: Heidisql & Beyond Compare: crashes when trying to copy
and paste inside the program
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: swdevelop1981(a)gmail.com
Classification: Unclassified
Created attachment 46339
--> http://bugs.winehq.org/attachment.cgi?id=46339
Error Message printed to the console
When I copy and paste inside the program, it crashes.
It happens also when pasting from outside the program but I'm not sure on the
scenario - it's not consistent.
The same exact happens with Beyond Compare.
This happens to me since version 1.7.2
Download link:
http://www.heidisql.com/installers/HeidiSQL_8.1.0.4545_Setup.exe
$ shasum HeidiSQL_8.1.0.4545_Setup.exe
816c55b75c1faa6190a6405684fa42dffbff34fb HeidiSQL_8.1.0.4545_Setup.exe
--
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=12701
Summary: listview: works slow and wrong
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tarasov.igor(a)gmail.com
Created an attachment (id=12353)
--> (http://bugs.winehq.org/attachment.cgi?id=12353)
7zipped log of warn+all,+listview on wine 0.9.60
Here is a deal: There is a list view containing 300K+ items. Looks like this:
http://polosatus.ru/wine/listview.png It's a full list of all words indexed in
some database.
When using native comctl32.dll, you just type the text in and the list
*immediately* jumps to the item that starts from the letters you've entered.
Works pretty simple and swift and no CPU load.
But when you use builtin comctl32.dll there are 3 problems:
1. It hangs on each keypress. In log (77Mb) you may see a lot of iterations
like this:
trace:listview:ranges_cmp range1=[22765, 22766], range2=[25271, 25272], cmp=-1
trace:listview:ranges_contain (nItem=22766)
trace:listview:ranges_assert *** Checking ranges_contain:2691:before contain
***
trace:listview:ranges_dump [25271, 25272]
trace:listview:ranges_assert --- Done checking---
And each keypress results in new rescan, as it hangs pretty well even if the
highlighted item matches new typed letter. And the further first match is, the
longer it hangs on each keypress.
2. It searches not items STARTING with enterred text, but items CONTAINING it.
Both of these bugs make usage of this box a nonsense. When you try to find, for
instance an item "most" and you type "most" it would stop at the point "almost"
and so, you have to search it manually by scrolling.
3. When I close this box, it just hangs again for a few secs (and generates
another 50M+ to log).
When generating log, I've typed only three letters: "alt" and it was enough to
generate 20M+ log. Another 55M+ where generated when I clicked close button.
--
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=11838
Summary: Y axis inverted in tablet with OpenCanvas 1.1?
Product: Wine
Version: 0.9.55.
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://winehq.org/pipermail/wine-users/2008-March/029502.html
says:
"I'm having some oddness with Wine running OpenCanvas 1.1, the old free version
with networking. My system is running Ubuntu 7.10
Under Wine 0.9.46, the version in the ubuntu repositories, openCanvas seems to
work fine, albeit pressure sensitivity is missing. Unfortunately the program
isn't much without the pressure sensitivity.
Under Wine 0.9.55 from this site, pressure sensitivity works... however the
tablet behaves very oddly when drawing on the canvas. The Y axis seems
inverted, so if I draw in the top left, ink appears in the bottom left. There
are also minor oddities such as sudden vertical lines of ink suddenly
appearing. Finally the program frequently hangs with divide by zero exceptions.
The tablet works perfectly fine under applications such as Inkscape and Gimp."
FWIW, I think you can download OpenCanvas 1.1 from
http://wistinga.online.fr/opencanvas/
but I don't know what the authoritative site is anymore, if there is one.
--
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=12907
Summary: Text not totally visible in the Display tab (winecfg)
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kwixbit(a)gmail.com
In the Display tab there's a little bug when using some languages.
The text next to the third checkbox isn't totally visible. (Allow the window
manager to manage the windows)
I'm not sure about the translation of the item, because my installation is in
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=13476
Summary: SQLyog community edition : Cannot connect to a remote DB
through gSTM tunnel
Product: Wine
Version: 0.9.61.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefanpsz(a)gmail.com
Created an attachment (id=13396)
--> (http://bugs.winehq.org/attachment.cgi?id=13396)
Results of WINEDEBUG=+winsock wine SQLyog.exe > SQLyog-debug.txt 2>&1
Hi
Since wine 0.9.61 (previous versions worked just fine) I am having problems
connecting to a VPN remote database through ssh tunnel forwarding using gSTM.
My localhost is set to "stefan" and the gSTM port 33061 is forwarded to port
3306 on the remote machine.
Connections to a local database on my machine works OK, and all other internet
connections work OK as well.
SQLyog does not crash, it only displays a standard error message complaining no
connectivity to the DB.
Every time I downgrade to 0.9.60 it starts to work again.
regards
Stefan Pszczolkowski
--
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=19411
Summary: 'wine uninstaller' crashes on launch (appinstall)
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, regression, source
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: owen(a)owenrudge.net
$ wine uninstaller
Backtrace:
=>0 0x7e5a4ad3 Control_RunDLLW+0x3c3(hWnd=0x10020, hInst=(nil), cmd=<is not
available>, nCmdShow=5) [/home/austin/wine-git/dlls/shell32/control.c:786] in
shell32 (0x0032fe68)
1 0x7e5a4e7d Control_RunDLLA+0xfd(hWnd=0x10020, hInst=(nil),
cmd="appwiz.cpl", nCmdShow=5)
[/home/austin/wine-git/dlls/shell32/control.c:857] in shell32 (0x0032fe98)
2 0x7ec3e5f7 wmain+0x307(argc=1, argv=0x110378)
[/home/austin/wine-git/programs/uninstaller/main.c:157] in uninstaller
(0x0032fee8)
3 0x7ec3e962 __wine_spec_exe_wentry+0x82(peb=0x7ffdf000)
[/home/austin/wine-git/dlls/winecrt0/exe_wentry.c:36] in uninstaller
(0x0032ff08)
4 0x7ede5cc0 start_process+0x130(arg=(nil))
[/home/austin/wine-git/dlls/kernel32/process.c:955] in kernel32 (0x0032ffe8)
5 0xf7defe5d wine_call_on_stack+0x1d() in libwine.so.1 (0x00000000)
0x7e5a4ad3 Control_RunDLLW+0x3c3
[/home/austin/wine-git/dlls/shell32/control.c:786] in shell32: cmpw
$64,0x0(%edx)
786 if ((*extraPmts == '@') && (sp == -1)) {
austin@midna:~/wine-git$ git bisect good
bd926bde3830e13398e761e588ec3be0544f52a9 is first bad commit
commit bd926bde3830e13398e761e588ec3be0544f52a9
Author: Owen Rudge <owen(a)owenrudge.net>
Date: Mon Jul 20 17:03:47 2009 -0300
shell32: Check if a numerical value has been passed inside quotes in
Control_DoLaunch.
:040000 040000 7903859b851ee2653935bccbdbda6794c8c442c8
d089d451106e5cf9b30d2caee8a301571f7720c7 M dlls
Found by appinstall :-)
(http://austinenglish.com/logs/appinstall-2009-07-21/builtin-gui-result.txt)
--
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=21497
Summary: ElsterFormular 11.1.1: program window disappears, app
keeps running in the background
Product: Wine
Version: 1.1.37
Platform: x86
URL: https://www.elster.de/elfo_down1.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas(a)braml.org
The latest release of ElsterFormular doesn't work on Wine anymore. It is the
official app to submit tax statements to the german administration and can be
downloaded here: https://www.elster.de/elfo_down1.php (topmost entry)
The behaviour is as follows:
The installer runs fine (it also installs Virtual C++ Redistributable 2008)
It doesn't install vcrun6, although it claims to need it (could be fixed with
winetricks, but doesn't change anything about the bug here)
When I start the app with 'wine elfostarter.exe', the main window appears. When
I select a new tax statement, it loads the forms, but when it is done and
should show the input form, the window disappears. That is, the window where
the form would usually be shown appears for a short time, with the form area
empty, then it disappears. The app keeps running in the background, though.
So, when I subsequently run 'wineboot -e', a popup window from ElsterFormular
appears, asking me to save the tax statement data. I can then save it.
When I try to open the saved statement instead of creating a new one, the
behaviour is the same as with a new statement.
btw. ElsterFormular uses Qt4 for the GUI
How to debug this? Which logs would be helpful? There's no crash, so there's no
backtrace :(
--
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=24484
Summary: Hegemony: Philip of Macedon installer complains
"Couldn't create instance of IKnownFolderManager"
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The installer pauses near the end with a model messagebox
that says
"Couldn't create instance of IKnownFolderManager";
the log says
err:ole:CoGetClassObject no class object {4df0c730-df9d-4ae3-9153-aa6b82e9795a}
could be created for context 0x17
Clicking OK lets the install proceed.
Found with wisotool.
Game downloadable from
http://www.longbowgames.com/downloads/Hegemony%20Philip%20of%20Macedon%20In…
--
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=26650
Summary: MS Office 2007 won't install in 1.3.17
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bozkar(a)gmail.com
Created an attachment (id=33926)
--> (http://bugs.winehq.org/attachment.cgi?id=33926)
nodebug console output from MSO Installer at the very end of the process.
Microsoft Office 2007 is uninstallable in 1.3.17.
Version: Home & Student 2007
no msp patches in updates\
box version
product key not given - installed as trial.
default setup options
In 1.3.16 there was a bug http://bugs.winehq.org/show_bug.cgi?id=26494 - it has
been fixed.
Currently, MS Office Installer fails to install correctly due to other reasons
- Installer shows an "unable to install correctly" error, (sorry, polish
version here). After clicking "install now", progress bar appears, and
terminates soon. However, some files are installed - see here:
http://lekarski.katowice.pl/wine/1.3.17/setup-1.3.17-ls.log
The end of default console output is in the attachment or here:
http://lekarski.katowice.pl/wine/1.3.17/setup-1.3.17-nodebug.log
The verbose log is available:
http://lekarski.katowice.pl/wine/1.3.17/setup-1.3.17.log.gz -
+msi,+msidb,+msxml.
It might be associated with err:rpc:RpcAssoc_BindConnection rejected bind for
reason 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=36092
Bug ID: 36092
Summary: unimplemented function CreateSortedAddressPairs
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: matyapiro31(a)gmail.com
This function call is used in MS Office web installer(2013),and this cause
crush.
--
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=30583
Bug #: 30583
Summary: keyboard input does not work after focus-out and
focus-in
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)gmail.com
Classification: Unclassified
Since upgrade to wine 1.4-rc6 keyboard input does not work after focus is lost
and restored.
0) switch to focus-follows-mouse
1) run notepad
2) enter some text
3) point to another window and back to notepad
4) type
no text appears.
--
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=34682
Bug #: 34682
Summary: Prime World launcher crashes when applying update
Product: Wine
Version: 1.7.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maia(a)lucidfox.org
Classification: Unclassified
Currently, bug #34681 makes updating Prime World extremely annoying: you have
to constantly restart the launcher and hope that it won't show the dreaded
"Update failed" message.
However, even after the download finishes, updating is still a no-go. The
launcher crashes when attempting to apply the patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37289
Bug ID: 37289
Summary: DVDFab 9.1.x/QT5 : corrupted display
Product: Wine
Version: 1.7.26
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: rui1965(a)voila.fr
Created attachment 49591
--> https://bugs.winehq.org/attachment.cgi?id=49591
Screenshot showing text corruption
Download link: http://us.dvdfab.cn/mlink/download.php?g=DVDFAB9
sha1sum DVDFab9168.exe
150f70afdc2781f5f99d5fcf8b884e3d9d8b6723 DVDFab9168.exe
HD Decrypter is a free product. The download file contains other product
options, HD Decrypter is one of them.
Wine APDB:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=2377
The text within the tabs is corrupted: displayed diagonally as shown in the
uploaded screenshot.
The execution log (log.txt) is uploaded in this bug as well.
DVDFab is installed in a new 32bit prefix without any DLL override.
The previous version 8.x, based on QT4, worked well.
The difference between 8.x and 9.1.x seems to be calls to d3d functions.
It still happens with wine-1.7.26-97-g2398124 compiled today from GIT.
For reproducing :
. Install DVDFab HD Decrypter 9.1.6.6 in a new prefix:
WINEPREFIX=/home/test/.winedvdbug ./wine ~/download/dvdfab/DVDFab9168.exe
. Run: WINEPREFIX=/home/test/.winedvdbug ./wine
~/.winedvdbug/drive_c/Program\ Files/DVDFab\ 9/DVDFab.exe > /tmp/log.txt 2>&1
. A window provides the list of all the products; click on "Try"
. Second window is about beeing part of user experiences program: No
. Main windows is displayed: corrupted text on each tab, please check
uploaded screenshot.
. Click the "X" on the top right to exit: the new window shown is also
corrupted.
In Bug 36954 - DVDFab 9.x fails to convert video files, it is mentionned
"switch to the Converter tab, if you see garbage in the main window switch to
another tab then switch back to Converter".
It does not for me. Switching to another tab and back to the converted does not
show a correct display.
A "grep -i d3d log.txt" shows some d3d related messages:
fixme:d3d:swapchain_init The application requested more than one back
buffer, this is not properly supported.
fixme:d3d:swapchain_init The application requested more than one back
buffer, this is not properly supported.
fixme:d3d9:D3DPERF_GetStatus (void) : stub
fixme:d3d9:D3DPERF_GetStatus (void) : stub
fixme:d3d9:d3d9_device_CreateTexture Resource sharing not implemented,
*shared_handle (nil).
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:d3d:state_lastpixel Last Pixel Drawing Disabled, not handled yet
This issue might be related to bug Bug 35913 - Meo Music only shows a white
screen.
Same d3d function is present:
fixme:d3d9:d3d9_device_CreateTexture Resource sharing not implemented,
*shared_handle (nil).
My configuration:
Up-to-date Linux Manjaro 64bit
Intel Corporation 3rd Gen Core processor Graphics Controller (i915 driver)
OpenGL ES 3.0 Mesa 10.2.7
X AccelMethod SNA
--
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=34216
Bug #: 34216
Summary: Windows Live installer cannot proceed without IE
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Classification: Unclassified
Windows Live installer fails when 'Accept' button is pressed, claiming there's
no Internet connection. Works fine with IE 7.
--
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=33956
Bug #: 33956
Summary: CCD Calculator: Run-time error '458'
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bammzilla(a)astronomy.com.ph
Classification: Unclassified
Created attachment 45107
--> http://bugs.winehq.org/attachment.cgi?id=45107
CCD Calculator screenshot
In CCD Calculator (an astronomy software), the program starts up correctly but
when I attempt to change the dropdown menu for selecting either a telescope or
CCD camera, I get this error:
Run-time error '458'.
Variable uses an automation type not supported in Visual Basic
In the terminal I get this message:
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4f92-6699-11cf-b70c-00aa0060d393}
CCD Calculator is a free program very useful to astronomers. It can be
downloaded here (3.4 MB).
https://dl.dropboxusercontent.com/u/75904861/ccdcalcfull.exe
--
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=23022
Summary: Problem with serial port communication
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: servicii(a)gmail.com
Hello!
Due to some error (fixme:comm:set_queue_size insize 4096 outsize 4096
unimplemented stub)that i encountered under Wine with an aplication that uses
serial connection to connect to an external panel which has a flash memory, I
tried to test the serial communication from the computer running Linux with
Wine and my computer, running Windows XP. This way i tried to remove the
probability of a problem with that external panel and its application.
So i installed under Wine (and on my computer too) two serial file transfer
programs for Windows XP : FileSendComm and Anzio Lite.
Anzio Lite worked ok, the file was transferred correctly both ways (from my
computer to Wine computer, and reverse), and it gave me no error.
FileSendComm managed to send the file from my computer to the Wine machine, but
gave me this error when i tried to transfer the file from the Wine machine to
my computer :
fixme:comm:set_queue_size insize 4096 outsize 4096 unimplemented stub
So, because the problem with the application metioned in the beginning was that
i could not transfer files to the external panel, i think there is a bug in the
way that Wine handles serial communication from the machine it is running to
outside .
What can be done about this?
Thank you very much.
I use Wine version : wine-1.0.1-174-gc4039bd , running under Debian Lenny, with
kernel 2.6.30
I also tried with latest Wine 1.2-rc2, and the error is still there.
--
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=23524
Summary: Imperivm III: sound doesn't work
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josemdark(a)gmail.com
Created an attachment (id=29365)
--> (http://bugs.winehq.org/attachment.cgi?id=29365)
Console log
When you open Imperivm III simply the sound doesn't work. It works in other
wine applications in my computer. I wasn't able to select more than one
component when reporting the bug, but note that directsound is involed too (not
appears in the log because I only opened a game, but in-game the sound doesn't
work too).
This error is very old, but I searched Imperivm in the bugtracker and nothing
appeared, when I first used wine (a version around 0.9.x) the bug existed, and
It has never been fixed, I have player Imperivm in several wine versions (along
the time) and in several computers ( I played on i386 too ). The sound has
never worked.
When you open the game a crash message appears too, but you click close and the
game continues working.
Audio hardware:
01:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev
a1)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High
Definition Audio (rev 05)
I guess that the nVidia one is for the HDMI and I'm not using HDMI at the
moment.
I ran Imperivm III on a clean wineprefix.
--
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=35233
Bug ID: 35233
Summary: Pegasus mail cannot be run. It runs, but windows are
empty
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fojtik(a)penguin.cz
Classification: Unclassified
In the version 1.7.9 there has been introduced a new problem that hides this
issue. I hope that this is different problem than 31399. It do not occur in
1.5.28.
=======================================================================
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 67 of
CGID_ShellDocView
......
......
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 67 of
CGID_ShellDocView
err:seh:setup_exception_record stack overflow 1232 bytes in thread 0009 eip
7ea1e007 esp 00230e60 stack 0x230000-0x231000-0x330000
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37616
Bug ID: 37616
Summary: Heretic Kingdoms Inquisition locks up during
introdution after clicking the first dialog hyperlink
'click to continue'
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: i30817(a)gmail.com
Distribution: ---
Game needs winetricks mfc42 to start.
You can bypass the freeze by clicking space instead of using the mouse to click
on the link
Demo is here:
http://download.fileplanet.com/ftp1/102004/Kult_Heretic_Kingdoms_Demo_Engli…
The demo shows the bug, just click new game, start, wait for the animation to
end and the dialog box to display, click the hyperlink with the mouse.
No error was presented on the console
(besides 'fixme:d3d:state_zenable W buffer is not well handled' which is
constant)
, although the game background is frozen. Mouse still moves.
I have no idea what to log so i'm not presenting a log, if you require it
please tell me the correct channels to log.
--
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=25955
Summary: Dreamweaver CS5 install fails
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marius.andreiana(a)gmail.com
Created an attachment (id=33088)
--> (http://bugs.winehq.org/attachment.cgi?id=33088)
wine output
Attaching output
--
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=31477
Bug #: 31477
Summary: Yahoo messenger with Fedora 17 fails
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ferraneloi(a)gmail.com
Classification: Unclassified
Created attachment 41377
--> http://bugs.winehq.org/attachment.cgi?id=41377
backtracter of yahoo messenger
This is my yahoo messenger backtrace after it hangs just after the initial run.
Running with Fedora 17 Kernel 3.5.1-1.fc17.x86_64 GNU/Linux
I hope this backtrace helps.
--
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=34681
Bug #: 34681
Summary: Prime World launcher usually stops downloading (Update
failed)
Product: Wine
Version: 1.7.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sikon(a)ubuntu.com
Classification: Unclassified
Created attachment 46229
--> http://bugs.winehq.org/attachment.cgi?id=46229
Console output (stderr)
This error is random, but most of the time (in about 80% of all launches), the
Prime World launcher will refuse to update the game, or interrupt a pending
update. The launcher window simply says "Update failed".
Meanwhile, stderr reports a C++ exception caused, apparently, by the
application failing to download a file by HTTP from playpw.com. (Search for
"exception" in the attached log.)
This problem does not occur under Windows.
--
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=27809
Summary: Celtic Kings doesn't play audio
Product: Wine
Version: 1.3.24
Platform: x86
URL: http://www.fileplanet.com/111590/110000/fileinfo/Celti
c-Kings-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=35569)
--> (http://bugs.winehq.org/attachment.cgi?id=35569)
terminal output (only built-in dlls)
Celtic Kings: Rage of War doesn't emit any audio during gameplay, the game runs
silently.
The game starts with a crash (reported in bug #27808). While 'winetricks
directmusic' works around the crash, still no audio in the game with native
dmusic dlls.
I also tried the followings but none of them helped:
- Alsa with 'emulation'
- winetricks dsoundbug9612
- the resampler patchset in bug #14717
Fedora 15
Alsa 1.0.24
--
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=23269
Summary: Eudora 7.1.0.9: Cannot view email body, when browsing
the "In" or "Out" folders
Product: Wine
Version: 1.2-rc3
Platform: x86-64
URL: http://www.eudora.com/download/eudora/windows/7.1/Eudo
ra_7.1.0.9.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=28989)
--> (http://bugs.winehq.org/attachment.cgi?id=28989)
Screenshot-Eudora-dead space should display email
- Open Eudora 7.1.0.9
- Ctrl+N to create a new email
- Write "x" in the To: field
- Write "x" in the email body
- Ctrl+S to save the email
- Ctrl+W to close the email
- Ctrl+0 to open the Out mailbox, notice the body of the email is not visible.
If you double-click it, it still shows "x" in the body.
Some more info: When moving the "Out" window partially outside the Eudora main
window, then bring it back, the region which should display the email retains
parts of the screen, for example the main window border.
--
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=31421
Bug #: 31421
Summary: Vampire - Bloodlines Second answer can not be chosen
during dialog
Product: Wine
Version: 1.5.9
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yannick.baro(a)gmail.com
Classification: Unclassified
In versions 1.5.9 and 1.5.10, when in a dialog, key 2 doesn't do anything when
it should activate the second answer. Answers 1 and 3 work and the game acts as
expected with wine version 1.5.5.
--
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=34278
Bug #: 34278
Summary: Fontfix doesn't run
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael_martijn(a)hotmail.com
Classification: Unclassified
I tried running Fontfix on Wine 1.6 using Ubuntu 12.04. It didn't do anything
but winetricks immediately returned to the prefix menu. I tried multiple things
to solve the issue:
deleting the current prefix and trying again
Updating to Wine 1.7.0
Installing all Wine Dependencies
Deleting some foreign fonts I never use using Synaptic Package Manager
Which all didn't help. If I can offer more information, please let me know!
--
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=22435
Summary: Wine un-highlights selected text when right button is
clicked
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.boilsoft.com/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Using Resource Hunter 1.32 available from http://www.boilsoft.com/download.html
shows up a problem related to text selection.
If you select text in a text field, then right-click in order to e.g. choose
Copy from the pop-up menu, Wine incorrectly removes the highlighting. (The text
is copied to the clipboard correctly however.)
To demonstrate, install and run Resource Hunter. Load an executable into
Resource Hunter (you can use the program executable). In the Resource pane in
the upper right of the window, click String Table[English (United States)]. The
pane in the lower right shows a list of ID numbers and strings. Click on one of
the lines so the ID: and Caption: string fields above are filled. Click and
drag the mouse pointer to highlight text in the Caption: field. Right-click.
Notice how Wine removes the highlight; it should not do that. Or more
specifically... in Windows, I noticed that on right-clicking the highlight is
removed then immediately redrawn. Wine is not redrawing the highlight.
--
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=22460
Summary: msvcr90 insufficient to run Deluge
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://download.deluge-torrent.org/windows/deluge-1.2.
3-win32-setup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Deluge installs nicely, but fails to run.
Here it is after clean installation:
$ wine cmd /c deluge
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC90.CRT" (9.0.21022.8)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC90.CRT" (9.0.21022.8)
dank@aw2 ~/.wine/drive_c/Program Files/Deluge $ err:module:attach_process_dlls
"MSVCR90.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Deluge\\Deluge-Python\\deluge.exe" failed, status c0000142
After removing its bundled copy of msvcr90,
it dies instead with
wine: Call from 0x7ee0a013 to unimplemented function msvcr90.dll._fstat64i32,
aborting
--
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=22685
Summary: unimplemented function msvcr90.dll._wmakepath_s
(affects Spiceworks)
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://spiceworks.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(This seems to be the next problem after bug 12838.)
To repeat:
rm -rf ~/.wine
wget http://download.spiceworks.com/Spiceworks.exe
mkdir tmp
cd tmp
7z x ../Spiceworks.exe
wine spiceworks_package.exe
This outputs:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC90.CRT" (9.0.21022.8)
fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub
wine: Call from 0x6833a812 to unimplemented function msvcr90.dll._wmakepath_s,
aborting
wine: Unimplemented function msvcr90.dll._wmakepath_s called at address
0x6833a812 (thread 0009), starting debugger...
--
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=22914
Summary: TheWord: cursor does not display/function correctly
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: heartsongsmusicmin(a)juno.com
Issue appeared in 1.1.43, still present in 1.1.44 and 1.2-rc1. TheWord
functions correctly in 1.1.42 and prior versions of Wine.
In a docked Bible View you can only select complete lines with the mouse for
copying text. In a floating view, if you select any part of a verse with the
mouse, nothing is highlighted; if you do Ctrl-C, it works the same as
right-click, Copy (reference). Apparently whatever is different about a
floating view affects how the cursor is displayed and highlighting works.
In a docked Book View (commentary, for example), when the active verse has no
entry the standard "page" displays giving the option to add comments or the
alternate choices. On a line with plain text and a hyperlink, you can position
the cursor anywhere within the text but it won't go beyond the second character
of the hyperlink. Behavior within a hyperlink is the same whether the link
occupies part or all of the line.
In a User module Book View, the behavior is hard to figure out. On lines that
have been indented the cursor behaves properly, hyperlinks included. On lines
that are not indented, the cursor doesn't move past the second character unless
text attributes like Bold have been applied. Then it will move farther along
the line, but still not to the correct position. If the line is retyped, the
line, the cursor positioning works as expected for that session. In Book Views,
keyboard navigation works for cursor position and actions like copy and paste;
however, the displayed cursor doesn't move and the text doesn't highlight, so
you can't see what is going on.
In the F3 search box, it doesn't matter where I click on the line, the cursor
won't go past the second column. If I click to the right of the text in the box
and use the backspace key, it deletes the text from the right as you would
expect even though the cursor appears in the second column.
Another issue is the lookup of words in the dictionary when the mouse hovers
over them. It doesn't matter which word the mouse is over, it looks up the word
at the end of the line. It is consistent whether in a single version Bible view
or Compare view.
Aside from these issues, mouse/cursor behavior is as expected. Hyperlink popups
work fine, tooltips are ok, navigation works properly. I did try emulating a
desktop in Wine but that didn't change how TW behaves. The program doesn't
crash but it is essentially unusable as intended because of these interface
issues.
--
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=23021
Summary: Spider black suits fail to display
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: makitso(a)gmail.com
Sorry, but my wife really likes MS Spider. So, I have been using it for
several years under Wine. Now, with the latest Ubuntu release (10.04) and the
latest Wine from the repository, the black suite's spade, clubs, do not
display. I am running the proprietary nvidia driver. Also, over the last two
years, the general performance has slowed down. When you select a new block of
cards to be put into the stacks, it just grinds until all the cards are moved
around.
--
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=23214
Summary: WM Desktop Alert crashes immediately after being run
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: killzenator(a)gmail.com
Right after being run the WM Desktop Alert crashes before it can fetch the
latest deal from the site or display any kind of notification
--
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=23241
Summary: Icons are blacked out/blank in some Altium Designer
2009 GUI elements
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnvoltz(a)gmail.com
Some of the icons in the Altium Designer GUIs are blanked out, black squares.
Regression testing reveals the cause as:
93437fc963378e2b56632aac12fc05f90645619b is the first bad commit
commit 93437fc963378e2b56632aac12fc05f90645619b
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Wed Apr 7 18:27:52 2010 +0900
comctl32: Do not use width of the passed to ImageList_Add bitmap as an icon
width.
:040000 040000 ddd03ea559490af9b50e5e57de31141e8d4c6f3e
6c63b6238463e6a1841ba1b050d2f34c0567d9a2 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=23355
Summary: Ring-Protech CD/DVD Protection fails
Product: Wine
Version: 1.1.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: galberte(a)neo.rr.com
Past 1.1.20 commit f7e6777e6e19ca3be4b84f98baf22ef53ab19f96
Autor: Guy Albertelli <galberte(a)neo.rr.com> 2009-04-29 03:08:22
kernel32: Fix GetVolumeInformation[AW] to require trailing \.
causes KERNEL32.GetVolumeInformationA() to return an error, which apparently
causes the copy protection to proceed to test the next drive. As a result, the
protected app will either exit silently or ask for its CD-ROM.
A trace in broken wine-1.1.21, 1.1.31 and 1.2rc4 reads:
Call KERNEL32.GetVolumeInformationA(0033f4e8 "D:",00556798,6,0,0,0,0,0)
ret=1000118f
Ret KERNEL32.GetVolumeInformationA() retval=00000000 ret=1000118f
Call KERNEL32.GetDriveTypeA(0033f4e8 "E:") ret=10001176 [next drive]
A trace in working wine-1.0, 1.1.16 and .18 yields:
trace:volume:GetVolumeInformationW L"\\\\.\\D:": found fs type 4
Ret KERNEL32.GetVolumeInformationA() retval=00000001 ret=1000c1ff
Call user32.CharUpperA(0032f37e "D:\\SYSTEM\\Iofile.x64") ret=1000c210
The files iofile.x64 and mov_io.x64 have read errors on the CD-ROM and are
symptoms of that protection. Note that Gnome mounts both an audio and a data
CD on the desktop: 2 icons appear (after seeking around for half a minute
because of the voluntary errors -- what a nuisance).
Perhaps the tests in kernel32/tests/volume.c are not discriminating enough?
Judging by the traces, the CurrentDir seems to the the app's one on HD, i.e.
not a root.
I own 4 titles with the visible ring CD-ROM protection. I verified that the
first 3 are affected by this regression. Revert the commit and they work in
1.2rc4.
"Ronja Räubertochter" (no AppDB yet, deserves platinum or gold)
"Fritz und Fertig" Schach / chess (no AppDB, gold)
"Rund um die Welt mit Felix / abenteuerliche Reise" (no AppDB, platinum)
"die Pfefferkörner - Cem unter Verdacht" (no AppDB, garbage)
I'm angry that AppDB refuses entries about old Wine versions.
--
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=23372
Summary: AOE III: Crash at Ensemble Studios video
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml4
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=29127)
--> (http://bugs.winehq.org/attachment.cgi?id=29127)
Window at after crash
Steps to reproduce:
1) remove ~/.wine
2) winetricks mfc42
3) install Polish AOE III
4) wine aoe3-113-polish.exe
5) start the game
Behaviour:
Splash screen->crash at "ensemble studios" video with an window showed in
attachment
Expected behaviour:
no crash should occur
The problem can be fixed by setting msxml4 to native,built-in. Bug isn't
reproducible every 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=23704
Summary: winhelp failed to load any help file
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
The winehelp wrapper starts winhlp32.exe, but the winhelp commandline
is appended to winhlp32.exe without a separator:
wine winevdm winhelp CONTROL.HLP
trace:winhelp:WinMain16 starting
"C:\\windows\\system32\\winhlp32.exeCONTROL.HLP"
I send already a patch. ( http://source.winehq.org/patches/data/63628 )
The bug is here to be nominated for Wine 1.2.1
--
By by ... Detlef
--
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=23737
Summary: Modelsim XE III 6.4b/6.5c startup crashes on wine 1.2,
but works ok on wine 1.1.42.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vicsuarez(a)alumnos.uvigo.es
Created an attachment (id=29731)
--> (http://bugs.winehq.org/attachment.cgi?id=29731)
Right: 6.4b error | Left: 6.5c error
6.4b tested on:
- openSUSE 10.3 / wine 1.1.?? (I don't remember) from
http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_10.3/ -> OK
- openSUSE 11.3 / wine 1.2-rc6 from official repositories -> FAIL
- Ubuntu 10.04 / wine 1.1.42 from official repositories -> OK
- Ubuntu 10.04 / wine 1.2 from https://launchpad.net/~ubuntu-wine/+archive/ppa
-> FAIL
(openSUSE and Ubuntu on different computers)
The REGRESSION TEST revealed this for both modelsim versions:
f76eef74018852253b03d305432b4864c724bed3 is the first bad commit
commit f76eef74018852253b03d305432b4864c724bed3
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Mon Apr 26 12:33:28 2010 +0200
msvcrt: Change strtod_l implementation.
:040000 040000 3497b07093d0c642b5d57b43452245c58b62f4b2
4163e9139b36a04d7f8200141703d93aa10e11c3 M dlls
Steps to reproduce:
- Download Modelsim XE 6.5c from
http://www.xilinx.com/support/download/index.htm (registering is mandatory, but
free). Look for Modelsim XE, not ISE.
- Uncompress and run wine setup.exe. Select the free version. Select VHDL
Custom. Deselect all libraries. At the end say NO when asked for the USB key,
and then try to complete the licensing process through the webpage. I HAVEN'T
TRIED TO REQUEST THE LICENSE SINCE I HAVE MINE. In case it isn't possible to
get the web way to work, complete the lic_request.txt form and send it by mail.
Then wait a few days to receive your license.dat. (I would attach my
license.dat here, but I'm not sure if that's legal).
- Make sure you've an external MFC42.DLL (I would upload mine, but don't know
if that's legal. In place I'll put its MD5: 7e4d1b552ee1dfa859ba9033b3670590)
- Find the Licensing Wizard link, run it (wine start Licensing\ Wizard.lnk)
and follow instructions.
- If variable LM_LICENSE_FILE fails to be set automatically, set it manually
with regedit (It's value is the path to the license.dat file).
- After the second Licensing Wizard run, make sure that all checks completed
successfully. If LM_LICENSE_FILE isn't ok, this won't suceed.
- Now Modelsim should work, try to run wine start Modelsim.lnk.
Notes:
- Almost everything I've tried in this software worked fine with wine, so it's
a fully supported product (once this bug gets solved, of course)
- Modelsim windows are extremelly slow, don't think that to be a wine problem.
- Known fails (but not problematic nor related to this bug):
- On project navigator, contextual menu sometimes fail when used with mouse,
but works ok with arrow keys.
- Startup splash window is white! I don't consider that to be a 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=23772
Summary: The bug in NtQueryInformationProcess with
ProcessInformationClass = ProcessDebugObjectHandle
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)vmpsoft.com
The file http://source.winehq.org/source/dlls/ntdll/process.c has a bug in
NtQueryInformationProcess with ProcessInformationClass =
ProcessDebugObjectHandle
112 NTSTATUS ret = STATUS_SUCCESS;
113 ULONG len = 0;
...
319 case ProcessDebugObjectHandle:
320 /* "These are not the debuggers you are looking for." *
321 * set it to 0 aka "no debugger" to satisfy copy protections */
322 len = sizeof(HANDLE);
323 if (ProcessInformationLength == len)
324 {
325 if (!ProcessInformation)
326 ret = STATUS_ACCESS_VIOLATION;
327 else if (!ProcessHandle)
328 ret = STATUS_INVALID_HANDLE;
329 else
330 memset(ProcessInformation, 0, ProcessInformationLength);
331 }
332 else
333 ret = STATUS_INFO_LENGTH_MISMATCH;
334 break;
In the real Windows system without active debugger the result (the variable
"res") of that API is C0000353 but in WINE the result is 00000000.
--
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=23810
Summary: 16-bit setup program can't find its files
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29869)
--> (http://bugs.winehq.org/attachment.cgi?id=29869)
Crossword Construction Kit 2.0
This bug applies to the installer for Crossword Construction Kit 2.0, as
included on the "At Home With Your PC" CD-ROM #44.
Unpack the attached archive and run SETUP.EXE. Two text fields are shown in the
window: Source points to the location you ran SETUP.EXE from (where the
installation files are). Destination is C:\CWKIT by default. Click Start
Installation. There is a dialog box saying "Program files not found at
specified source."
I will attach (the hopefully relevant part of) a WINEDEBUG=+relay log when
running SETUP.EXE. For that log, I ran SETUP.EXE from the original CD, however
the same error appears regardless of where you run it from.
--
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=23902
Summary: EVE Online crashes during audio initialization
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reboot(a)gmx.ch
EVE Online crashes when the game initializes it's audio service:
Replacing service 'audio' with 'eveAudio'
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x8100ce 0x00000000
osplash: simple.c:173: snd_mixer_selem_get_name: Assertion `elem' failed.
wine: Assertion failed at address 0xb7d42906 (thread 0084), starting
debugger...
6120d7cc14522983fbc38026ab4fcb6e4a68cdf0 is the first bad commit
commit 6120d7cc14522983fbc38026ab4fcb6e4a68cdf0
Author: Jeff Cook <jeff(a)deserettechnology.com>
Date: Mon Aug 2 17:48:52 2010 -0600
winealsa.drv: Init mixer on cards with a single Mic control, like
snd_usb_audio mics.
:040000 040000 0edca612f774126778453257b9149cf893d32f24
0a9b8d3df5d78d176a69bc52d4ceea22ba2d80cf 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=25690
Summary: Silverfall fails to start (possible Securom issue)
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: damian.dixon(a)gmail.com
Created an attachment (id=32724)
--> (http://bugs.winehq.org/attachment.cgi?id=32724)
terminal output
Silverfall and its standalone expansion SF:Earth Awakening quit silently,
shortly after starting (without a crash dialogue).
The commit causing the issue was introduced in yesterday's git:
a9bbd7dc86aff14308e0a5491e0f660fe3c49a2e is the first bad commit
commit a9bbd7dc86aff14308e0a5491e0f660fe3c49a2e
Author: Damian Dixon <damian.dixon(a)gmail.com>
Date: Sat Jan 1 20:19:55 2011 +0000
advapi32: Implement SetEntriesInAclA by calling SetEntriesInAclW.
Reverting the patch fixed the issue.
It seems the issue is somehow related to Securom (the games contain serial
check/online activation) which worked before the regression. Some other titles
are also affected: e.g. the Sam & Max series from Telltale's. It also has
Securom online activation and now they fail to start in the current git.
Please, let me know if you need a log with specific debug channels enabled.
wine-1.3.10-304-gf859535
--
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=24441
Summary: Fix the detection of the number of CPUs for OpenBSD.
Product: Wine
Version: 1.3.2
Platform: All
OS/Version: OpenBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brad(a)comstyle.com
Created an attachment (id=30831)
--> (http://bugs.winehq.org/attachment.cgi?id=30831)
ntdll/nt.c diff
There is a mistake with the initially added code for the detection of the
number of CPUs with OpenBSD since it'll try to retrieve the value from the
sysctl MIB as well as store the return value from sysctl into the same variable
(num).
--
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=24394
Summary: cmd.exe locks up
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tahoar(a)gmail.com
I had a working installation of Wine 1.3 on Ubuntu 10.04. I recently upgraded
to the newest linux kerne Wine's cmd.exe stopped working. uname --all reports:
Linux samsung-netbook 2.6.32-24-generic #43~ppa1~loms~lucid-Ubuntu SMP Tue Aug
31 17:13:22 UTC 2010 i686 GNU/Linux
Cmd.exe works with internal commands, such as dir, date, etc. However, when it
looks for external commands, it freezes. I have to close by clicking the x.
It doesn't matter what external command. I tried notepad.exe, regedit.exe, etc.
All lock up. I first discovered the problem when trying to run python and perl
scripts. I am using Python 2.6.6 (from Python.org) and Strawberry perl.
It doesn't matter if the command includes the full path or if it must search
the %path% environment. Cmd.exe just freezes.
Other Windows apps work fine from a shortcut link. The Python Idle gui works
fine. Ctrl-C does not break the cmd.exe session.
I tried to uninstall/purge all Wine components and start from a new Linux user
(i.e. fresh ~/.wine). Didn't work. Still freezes.
Tom
--
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=23885
Summary: Build fails in dlls/d3dx9_36/tests
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
CC: wine-bugs(a)winehq.org
Today's git won't build on my system:
mesh.o mesh.c
mesh.c: In function ‘new_mesh’:
mesh.c:91: error: ‘NAN’ undeclared (first use in this function)
mesh.c:91: error: (Each undeclared identifier is reported only once
mesh.c:91: error: for each function it appears in.)
make[1]: *** [mesh.o] Error 1
make[1]: Leaving directory `/home/dimesio/wine-git/dlls/d3dx9_36/tests'
make: *** [dlls/d3dx9_36/tests] Error 2
Tested with a fresh git clone. Reverting commit
cc1738ad3cf20f1744626ae122942c2728b03939 fixes it.
--
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=24483
Summary: cmd hangs if run in background
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This worked two weeks ago:
wine cmd /c echo %windir% &
But now it hangs after printing until you bring it to the foreground.
This makes it hard to use winetricks et al in the background. Noticed
when running wisotooltest.
--
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=24536
Summary: environ is NULL under Wine but not on real Windows
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simon(a)josefsson.org
Running the program below prints NULL under Wine but non-NULL under real
Windows.
Thanks,
Simon
jas@mocca:~$ cat environ-wine.c
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
int main (void)
{
if (environ == NULL)
puts("NULL");
else
puts("non-NULL");
return 0;
}
jas@mocca:~$ i686-w64-mingw32-gcc -o environ-wine.exe environ-wine.c
jas@mocca:~$ wine ./environ-wine.exe
NULL
jas@mocca:~$ wine --version
wine-1.2
jas@mocca:~$
--
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=24589
Summary: Make NTDLL_mergesort() stable.
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan(a)obssys.com
Created an attachment (id=31055)
--> (http://bugs.winehq.org/attachment.cgi?id=31055)
Patch to make NTDLL_mergesort() stable.
Make NTDLL_mergesort() stable.
A mergesort is stable per definition.
qsort() is the only function calling NTDLL_mergesort().
qsort() is not stable - so there is no problem pending.
But if we use double memory and name the function ...mergesort()
we can take the benefit without performance issues getting a stable
result.
--
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=25354
Summary: King's Quest Collection Series (1997): setup.exe
crashes
Product: Wine
Version: 1.3.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tristan_schmelcher(a)alumni.uwaterloo.ca
When attempting to install the game King's Quest Collection Series (the 1997
edition), setup.exe crashes partway through the installation. It happens every
time and always at the same place.
After debugging, I have determined that the problem is caused by incorrect
stack cleanup code in the 16-bit DDEML DLL. A number of functions in the .spec
file specify HSZ argument values as occupying one word on the stack, but in
fact they are a double word. As a result the stack cleanup code does not
increment the stack pointer by enough, so upon return the calling code's stack
pointer is not restored to the correct value.
I have attached a patch that changes the type of all HSZ arguments in the spec
to "long", which fixes the bug. (I will submit it to wine-patches too.)
--
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=25401
Summary: The Wine implementation of Winsock API
(WSAStringToAddress) has a bug.
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alfaar_alhazin(a)hotmail.com
According to MSDN description:
INT WSAStringToAddress(
__in LPTSTR AddressString,
__in INT AddressFamily,
__in LPWSAPROTOCOL_INFO lpProtocolInfo,
__out LPSOCKADDR lpAddress,
__in_out LPINT lpAddressLength
);
lpAddressLength
Length of the Address buffer, in bytes. Returns the size of the resultant
sockaddr structure. If the specified buffer is not large enough, the function
fails with a specific error of WSAEFAULT and this parameter is updated with the
required size in bytes.
when function call returns successfully, the parameter lpAddressLength should
have already been updated to the correct size of the address (for example: 16
for IPv4 address, 28 for IPv6 address). During our tests, the Wine
implementation doesn't update the parameter before its return. The parameter
remains unchanged (the input value of the parameter is usually larger than 16,
usually 128).
As reported at: http://www.bitspirit.cc/en/index.php?q=node/153 By BitSpirit
Team
--
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=25404
Summary: Super Meat Boy: game is running at insane framerate
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knight666+wine(a)gmail.com
Running Super Meat Boy (Steam version) works just fine. Everything about the
game works.
Except that it works at what appears to be 600 fps.
On the same machine, on Windows 7, it runs at a normal framerate. So it's only
in Wine that the framerate goes wonkers.
There are a few stubs, but no errors in the log.
I don't know what other information to attach, but ask and you shall receive.
:)
--
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=25491
Summary: BearShare: Fails to install
Product: Wine
Version: 1.3.9
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
Steps to reproduce:
1) remove ~/.wine
2) install BearShareV9pl.exe
Behaviour:
Unhandled exception.
Expected behaviour:
No unhandled exception.
Terminal output:
wine: Unhandled exception 0xc0000417 at address 0x100e613 (thread 0030),
starting debugger...
Process of pid=0024 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
00000008
00000009 0
0000000e services.exe
00000019 0
00000017 0
00000015 0
00000014 0
00000010 0
0000000f 0
00000011 winedevice.exe
00000018 0
00000016 0
00000013 0
00000012 0
0000001a explorer.exe
0000001b 0
You must be attached to a process to run this command.
No process loaded, cannot execute 'detach'
--
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=25616
Summary: Comet Busters: Error displays indicating Wine cannot
continue
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: craig.schulstad(a)infor.com
Created an attachment (id=32616)
--> (http://bugs.winehq.org/attachment.cgi?id=32616)
Debug trace of running Comet Busters
When launching the Comet Busters executable program (comet.exe), the program
error dialog box is displayed that winedvm.exe has encountered an error. When
the "close" button is clicked, a short backtrace display is shown (screen print
attached). When I ran the program using the WINEDEBUG command, the point in
the program where it appears to fail is in using the midimap.dll library.
Again, I have attached the output from the WINEDEBUG 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=25678
Summary: 'Wine reg add' with longer hive name error
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silverkornxtrem(a)hotmail.com
when using reg.exe, by exemple,
wine reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v "FontSmoothing" /t
"REG_SZ" /d "2"
there's an error "Erreur : nom de clé non valable" (French) or probably "Error
: unavailable key name" (English)
if written with the shorter hive name, it works (HKCU instead of
HKEY_CURRENT_USER).
The error seems also happening with HKEY_LOCAL_MACHINE (HKLM) and HKEY_USERS
(HKU).
--
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=25720
Summary: Invisible input text in wineconsole
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
Using ./wine wineconsole cmd
typing in to the wineconsole moves the cursor but no text shows
9febdf3f582a3bf443391633bf14297c09d4e088 is the first bad commit
commit 9febdf3f582a3bf443391633bf14297c09d4e088
Author: Andrew Nguyen <anguyen(a)codeweavers.com>
Date: Mon Jan 3 21:25:21 2011 -0600
kernel32: Improve parameter validation for WriteConsoleInputA.
--
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=26014
Summary: Printing produces garbled output, characters rotated
and sliced.
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmriches(a)ieee.org
This is a regression in a downloadable application.
PAF5 printing worked fine with Wine 1.3.9. In 1.3.13, it looks like each
character is rotated 180 degrees in its bounding box. Also, on most lines of
text, only a narrow horizontal strip is printed. The latter effect looks
similar to what you see with an inkjet printer that has severely clogged jets.
(I'm using a laser printer, and printing with Wine 1.2.rc4 worked perfectly.)
In print preview, it looked okay.
I'm using Mandriva Linux 2010.0, 32-bit. While there have been some issues
with recent CUPS updates on that OS release, I printed with Wine 1.2.rc4 today
on the same OS release with perfect results.
To get some data to allow the application to print, just enter something for
Fred Flintstone or ...
--
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=26381
Summary: mcmap.exe help text is wrong
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Download http://www.spieleplanet.eu/get/mcmap-win32.zip
unzip it and run wine mcmap
First few lines on wine:
adys@azura:~/downloads$ wine mcmap
ê( [-from X Z -to X Z] [-night] [-cave] [-noise VAL] [...] WORLDPATH
-from X Z sets the coordinate of the chunk to start rendering at
On windows:
C:\Users\adys\downloads>mcmap
mcmap by Zahl - an isometric minecraft map rendering tool. Version 2.0c
Usage: mcmap [-from X Z -to X Z] [-night] [-cave] [-noise VAL] [...] WORLDPATH
-from X Z sets the coordinate of the chunk to start rendering at
--
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=26418
Summary: Guitar Hero World Tour: Playstation 3 (ps3) hardware
detection in game
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mistere2002(a)zonnet.nl
Guitar Hero World Tour has two modes:
* Keyboard usage to play the instruments
* Using the PS3 guitar and drum kit
The game does work in "keyboard" mode. But it does not detect the hardware. In
fact, the hardware works (the drum and guitar are detected as joysticks in
Linux). I can use the devices if i use joy2key to map the buttons to
keystrokes. But then i use the game in "keyboard" mode. The disadvantage of
this is that orange (the ride) is not available and two player mode is
impossible.
In Windows the game finds the hardware at startup. So i guess that a component
is looking for this particular device in Windows. I hope this is DInput?
--
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=26881
Summary: Portal 2 main menu fonts are too big, entries get
truncated
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zorael(a)gmail.com
Created an attachment (id=34274)
--> (http://bugs.winehq.org/attachment.cgi?id=34274)
Truncated main menu entry text
Kubuntu 11.04 x86_64 beta, running Wine 1.3.18 from Wine ppa (plus winepulse
patches). Portal 2 was downloaded via Steam and then patched with the updated
SKIDROW crack to get past the splash screen.
The menu fonts are too large so the entries get truncated. Notably 'Cooperative
Game' becomes 'Cooperative G', and the 'Wait For Vertical Sync' option text
bleeds into the text of the choice you pick for it (eg 'Enabled (Triple
Buffered)').
I've tried replacing ~/.wine/drive_c/windows/Fonts with a symlink to my Windows
7 fonts directory, just in case it's not finding the font it wants (as seems to
be the case with the dev console and lucon.ttf), but that didn't help. Perhaps
that just means I'm missing the font there too. corefonts were installed via
winetricks when installing Steam. My ~/.fonts.conf file (if Wine listens to
fontconfig settings) is essentially empty.
See attached picture.
--
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=27116
Summary: Darkspore: Water effects display with a green outline
and dark stripes
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fjuni5(a)msn.com
Created an attachment (id=34579)
--> (http://bugs.winehq.org/attachment.cgi?id=34579)
Green outline and dark banding running in wine
During gameplay, water effects are displayed with a green outline and dark
stripes. There appears to be no used data in the output logs. Windows
counterpart does not suffer from this issue.
Water effects can be found on 1-4 towards the end of the level. Although the
water effect is probably used throughout the game, this is the first encounter
of it.
--
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=27486
Summary: Quicken 98 Basic stopped working
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dandevoe(a)rcn.com
I have been using WINE for several years, under SuSE. I predominantly use it
for Quicken '98 Basic.
I haven't been in it for around 3 weeks, and have done WINE updates whenever
they are available.
Quicken will no longer launch. I deleted the application config in winecfg &
re-added, based on specs in the apps database for Quick 98 Basic (Gold rating).
Same error.
"The program QW.EXE has encountered a serious problem and needs to close. We
are sorry for the inconvenience"
Thank you
--
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=27554
Summary: World of Tanks hangs in an infinite loop when
selecting text.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincas.miliunas(a)gmail.com
CC: nerv(a)dawncrow.de
Created an attachment (id=35223)
--> (http://bugs.winehq.org/attachment.cgi?id=35223)
WINEDEBUG=+imm
The regression was brought by this commit:
commit d08fa61a568c618278132cd6abb6a093a5c7799a
Author: André Hentschel
Date: Wed Jun 15 20:55:06 2011 +0200
imm32: Use the same code for ImmIsUIMessageW as in the ascii function.
Reverting this patch removes the issue.
The issue can be reproduced by typing some text in the email field of the login
screen and double-clicking to select it. The game will hang afterwards.
The game is free to download and play - http://game.worldoftanks.eu/update
--
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=30445
Bug #: 30445
Summary: Powerpoint 2003 & 2007: embedded video won't stop
playing, program unresponsive to mouse or keyboard
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
CC: aric(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 821ead201d38ebca8f3e92e71bf7b6c8641b5ace
Setting component and Wine version based on regression test results.
When playing embedded video in a slideshow, clicking on the video should pause
it, and hitting ESC or the spacebar should stop the video and end the
slideshow, and this used to work perfectly. None of these now work; the program
is completely unresponsive to mouse and keyboard once a video is started, and
the mouse pointer stays "busy." If you let the video run to the end, it will
restart. The only way to get out of it is to killall wineserver services.exe
plugplay.exe winedevice.exe explorer.exe POWERPNT.EXE.
Regression test results:
821ead201d38ebca8f3e92e71bf7b6c8641b5ace is the first bad commit
commit 821ead201d38ebca8f3e92e71bf7b6c8641b5ace
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Fri Mar 30 20:08:16 2012 -0500
quartz: Convert DsoundRenderer to use strmbase BaseRenderer.
:040000 040000 524973287718a419d1eae86c166a40a9031283bd
8cfdbb66bee61fb7aef8609eab2c0a540b8267a0 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=36785
Bug ID: 36785
Summary: Hero Lab 5.x fails to retrieve updates
Product: Wine
Version: 1.5.7
Hardware: x86
URL: http://www.wolflair.com/index.php?context=hero_lab
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: e2a9511b30e5b68eb328c08ffecf56dcc91bce0b
Created attachment 48857
--> http://bugs.winehq.org/attachment.cgi?id=48857
+wininet,+secur32,+crypt debug log (uncompressed 23 MB)
Discussed in this forum thread:
http://forum.winehq.org/viewtopic.php?f=8&t=22746
Hero Lab can't receive updates since Wine 1.5.7:
e2a9511b30e5b68eb328c08ffecf56dcc91bce0b is the first bad commit
commit e2a9511b30e5b68eb328c08ffecf56dcc91bce0b
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Jun 18 17:42:18 2012 +0200
wininet: Added support for more certificate error types.
:040000 040000 48ab18ef259d09e8f981e49eaa53862bb30dbaf8
d724e30e52a69f5e656e72273fbb856cd366972e M dlls
'winetricks wininet' is a workaround.
Fedora 20 x86
wine-1.7.20-102-g889cce4
--
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=12295
Summary: Star Trek Klingon Academy 1.02: Ship textures are partly
invisible
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joulusaatana(a)yahoo.com
Created an attachment (id=11741)
--> (http://bugs.winehq.org/attachment.cgi?id=11741)
a snippet of Wine output to console while the game is running
The game Star Trek Klingon Academy 1.02 installs and the simulator runs without
crashes, but the 3d ship models textures flicker from visible invisible,
Usually the edges of the models can be seen but the center cannot etc.
--
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=27616
Summary: wine "eats" mouse in some games
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
Hello!
I can't found this bug in bugzilla, so i post it.
I very often play in WarCraft 3. And from some version of wine i can't see
mouse cursor even i minimize game. If i try to move mouse - i see that it moves
in game, but i can't use it with any program while not close the 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.