http://bugs.winehq.org/show_bug.cgi?id=28333
Summary: F-22 Lightning 3 crashes in the options menu (audio
related)
Product: Wine
Version: 1.3.25
Platform: x86
URL: http://www.fileplanet.com/82771/80000/fileinfo/F-22-Li
ghtning-3-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Regression SHA1: ccd2a241399c011b2afb183c4ffffec20a68cab4
Created an attachment (id=36308)
--> (http://bugs.winehq.org/attachment.cgi?id=36308)
terminal output
Steps to reproduce the problem in the demo:
Install...launch. Go to Options in the menu. Click on Accept (or press <Esc> in
the options menu). The same crash occurs when I'm trying to change the audio
volume level inside Options>Audio.
When Alsa is set to full hw. acceleration the game usually crashes. When
'emulation' is used, it hangs.
Still present in Wine-1.3.28.
The problem is due to the following commit:
ccd2a241399c011b2afb183c4ffffec20a68cab4 is the first bad commit
commit ccd2a241399c011b2afb183c4ffffec20a68cab4
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Wed Jul 13 14:20:37 2011 -0500
winmm: Remove driver implementation of mixer*.
:040000 040000 a31b52263e09d8c1f941de02daaa8c32d5372d2c
3d0e5786be14ebaa13b08f4cd4234ddcbf112eb1 M dlls
Disabling audio works around the problem.
Fedora 15 x86
Kernel 2.6.40.4-5.fc15.i686.PAE
Alsa 1.0.24
Pulseaudio is not running
Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
--
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=25583
Summary: Starcraft II fails to start
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spectre-nvnews(a)yopmail.com
CC: marcus(a)jet.franken.de
Created an attachment (id=32571)
--> (http://bugs.winehq.org/attachment.cgi?id=32571)
Terminal Output
After upgrading from wine-1.3.7 to wine-1.3.8 Starcraft II does no longer
start.
Git bisecting says:
da8c179d61f0ccc679b68b1ecca9f10b4334ae99 is the first bad commit
ntdll: Fixed file view mapping in regards to no-exec.
Terminal output is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25580
Summary: [regression] pcad2002 (pcb.exe) fail to start
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jopka(a)kvidex.ru
Hi! I probably found regression:
After this patch and up to bleeding edge, pcad2002's pcb.exe fail to start:
2f877b0a79c5bd7a1b26d7de519f344630ad5e2b is the first bad commit
commit 2f877b0a79c5bd7a1b26d7de519f344630ad5e2b
Author: Damjan Jovanovic <damjan.jov(a)gmail.com>
Date: Thu Jul 22 21:36:33 2010 +0200
ntdll: Convert even Unix paths outside Wine's drive mappings to DOS paths.
:040000 040000 e543f71d23039254a15be138a7b4fca5a84739f3
c667330d1b7ed38813f866d591402480611921f3 M dlls
To ensure it, i remove this patch manually in bleeding edge tree, it's helpful.
(tested on wine-1.3.9-210-g8bcc61f)
But instead of fully reverting patch, i can remove only one line in
dlls/ntdll/path.c to turn wine to work again:
1074: // ntdll_umbstowcs( 0, path, lenA, nt->Buffer +
sizeof(unix_prefixW)/sizeof(WCHAR), lenW );
(It's simple blind try-and-error test; i don't know what does entire patch or
this particularly line, sorry)
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=25567
Summary: Civilization V requires d3dx9_36
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
CC: wine-bugs(a)winehq.org
The game fails on this call :
wine: Call from 0x7ed860d2 to unimplemented function
d3dx9_36.dll.D3DXFloat16To32Array, aborting
wine: Unimplemented function d3dx9_36.dll.D3DXFloat16To32Array called at
address 0x7ed860d2 (thread 0009), starting debugger...
winetricks d3dx9_36 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=25545
Summary: 64-bit wine loader broken (in win64 mode)
Product: Wine
Version: 1.3.9
Platform: x86-64
URL: http://source.winehq.org/git/wine.git/?a=commitdiff;h=
5af634fd3b7ff7e4d6f8af34f6139315fdbbc8c4
OS/Version: Linux
Status: NEW
Keywords: download, regression, source
Severity: blocker
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: julliard(a)winehq.org
Not sure about wow64 mode, but with a pure 64-bit build, running anything
fails:
austin@midna:~/64-wine-git$ ./wine notepad
no program header
This is a regression, caused by 5af634fd3b7ff7e4d6f8af34f6139315fdbbc8c4.
--
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=25544
Summary: Mafia 2: Fails to start
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32531)
--> (http://bugs.winehq.org/attachment.cgi?id=32531)
Terminal output on wine-1.3.7-161-g4f65180
Steps to reproduce:
1) remove ~/.wine
2) install Mafia 2 and physx
3) wine mafia2.exe
Behaviour:
Game doesn't start.
Expected behaviour:
Game should start.
Regression test did give:
4f651808fcae9c378af58585a28d265578b27899 is the first bad commit
commit 4f651808fcae9c378af58585a28d265578b27899
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Nov 18 12:21:39 2010 +0100
wined3d: Disallow empty surfaces.
:040000 040000 81e2ef2f407629db43a1484048f34311b92766c7
02f7b4a45ddc530550988a8ed3e2cc8c774ef6c0 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=25541
Summary: Family Historian displays the message a serious error
has occurred (due to missing msvcrt.dll._strnicoll)
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nlaw(a)naad.fsnet.co.uk
When trying to edit the field where you enter the place the person was born, or
the place where the person died, or the persons occupation, an error message is
displayed "A serious error has occured and Family Historian will need to shut
down". The reason for these text entry problems is due to an unimplemented
function msvcrt.dll._strnicoll used by Family Historian. Using the Microsoft
version of msvcrt.dll works.
--
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=25533
Summary: Machinarium window does not show any contents and
hangs desktop
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: leighmanthegreat(a)hotmail.com
Created an attachment (id=32510)
--> (http://bugs.winehq.org/attachment.cgi?id=32510)
wine 1.3.9 machinarium terminal log
Machinarium seems to install fine.
When running it a window appears but is just black and the rest of the desktop
becomes inactive. Alt+tab or similar is required to move to another window and
restore clickability.
It's a flash game so I thought winetricks flash might work but no joy.
Terminal log 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=25518
Summary: gamestop downloader crashes in
is_preserving_whitespace in xmlParseCharData
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I tried downloading a game purchased from gamestop's web site,
without much luck. The download manager failed with
err:msxml:doparse XML declaration allowed only at the start of the document
wine: Unhandled page fault on read access to 0x00000020 at address 0x7db96fc6
(thread 003e), starting debugger...
Backtrace:
=>0 is_preserving_whitespace+0x16(node=(nil)) [dlls/msxml3/domdoc.c:189]
1 0x7db97044 sax_characters+0x33(ctx=0x7c745940, ch="
<files>
<file execute="yes" stamp="no">
...
/NeedForSpeedHotPursuit.Data.004?", len=0x0003) [msxml3/domdoc.c:390]
2 xmlParseCharData+0x2ba() in libxml2.so.2 (0x0066e954)
3 0x00405b09 in needforspeedhotpursuit-dm (+0x5b08) (0x0066e988)
This is on gentoo, with libxml2-2.7.3-r2. (There's a 2.7.6 available.)
I would have tried native msxml3, but bug 25517 interfered...
--
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=25512
Summary: The program crashes after splash screen
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: newilkman(a)yahoo.com
This is a new version of WTLibrary and a main change i of MS Visual C++ 2008 to
MS Visual C++ 2009. The program starts an te Splask screen is shown and then a
second screen is displayed which says that the program can't continue due to a
program error.
--
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=25365
Summary: Sacred 2 Fallen Angel requires msvcr80.dll
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
mscodescan results. The game will not load without an override.
msvcr80:?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z
msvcr80:_resetstkoflw
msvcr80:_findfirst32
msvcr80:_findnext32
msvcr80:_fstat32
--
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=25366
Summary: Sacred 2 Fallen Angel requires d3dx9_36
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
CC: wine-bugs(a)winehq.org
mscodescan results. The game will not load without an override.
d3dx9_36:D3DXCreateCubeTextureFromFileInMemoryEx
d3dx9_36:D3DXCreateVolumeTextureFromFileInMemoryEx
d3dx9_36:D3DXDisassembleShader
d3dx9_36:D3DXFloat32To16Array
d3dx9_36:D3DXSaveSurfaceToFileA
d3dx9_36:D3DXSaveTextureToFileA
--
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=25368
Summary: Age of Empires 3: mp3's don't play in gstreamer if a
native codec is installed
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
This is a bit weird, but the game installs its own codec, l3codecx.ax. If you
install the trial in wine-1.3.8-89-gfa12dd9, then apply the patch from bug
8978, mp3's (background music, narrator's voice work fine. Using the same
technique in the full version, however, fails.
If you do:
$ wine regsvr32 /u l3codecx.ax
$ wine age3.exe
the game will complain that it can't find its codec, but then mp3's play fine.
It seems the trial doesn't install that codec, only the full version does. For
giggles, I tried doing `winetricks -q l3codecx` with the trial installed, but
mp3s still work for 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=25374
Summary: Lightworks : Unhandled page fault on read access
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cellstorm(a)operamail.com
Created an attachment (id=32276)
--> (http://bugs.winehq.org/attachment.cgi?id=32276)
Lightworks.exe crash log and ntcardvt.exe crash log
Lightworks video editng program dows not start up.
this app can be started via Lightworks.exe and ntcardvt.exe
both crash with the same Unhandled page fault.
I did not test on real hardware and with amd64 only.
--
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=25378
Summary: Age of Empires 3: initial playback of mp3 stutters
Product: Wine
Version: 1.3.8
Platform: x86
URL: http://www.agecommunity.com/all_downloads.aspx
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Now that bug 8978 is fixed, sound works in wine-1.3.8-113-g9d9ce29 for the
trial out of the box, if gstreamer support is enabled and codecs are installed.
Groovy.
The menu background mp3 sounds fine, since the stutter only occurs once and is
hard to notice. Instead, choose 'Learn to Play', then 'Try a Game' (or master
the basics). A narrator will offer advice, and the first word of each mp3
stutters.
Terminal output attached.
Note that if you're using the full version, you'll hit bug 25368, so you'll
need to unregister the native codec first.
--
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=25389
Summary: EA Create demo: fails without native msvcp90
Product: Wine
Version: 1.3.8
Platform: x86
URL: http://www.fileplanet.com/217451/210000/fileinfo/Creat
e-Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
wine: Call from 0x7b8370d3 to unimplemented function
msvcp90.dll.??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@ABV01@@Z,
aborting
mscodescan results:
./Create.exe imports following stub symbols:
msvcp90:??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@0@Z
msvcp90:??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@PBD@Z
msvcp90:??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBDABV10@@Z
msvcp90:??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@ABV01@@Z
./Create.exe imports following stub symbols:
msvcr90:_findfirst32
msvcr90:_findnext32
--
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=25443
Summary: Unimplemented function msvcr90.dll._ftime64_s
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A closed beta that I'm in won't run without 'winetricks vcrun2008'.
mscodescan.pl says the app imports
msvcr90:?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z
msvcr90:?_name_internal_method@type_info@@QEBAPEBDPEAU__type_info_node@@@Z
msvcr90:?_type_info_dtor_internal_method@type_info@@QEAAXXZ
msvcr90:_CRT_RTC_INITW
msvcr90:_byteswap_ulong
msvcr90:_byteswap_ushort
msvcr90:_ftime64_s
msvcr90:_resetstkoflw
msvcr90:_wassert
plus about 300 functions from msvcp90. If you give it just an msvcp90,
it fails with
wine: Unimplemented function msvcr90.dll._ftime64_s called
Since I can't give any more info about the beta, let's just make this bug
about _ftime64_s.
--
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=25463
Summary: Regression: ZEMAX cannot display help pages
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
ZEMAX can no-longer display help pages, reports the following errors:
---
fixme:shdocvw:BindStatusCallback_OnProgress status code 11
fixme:shdocvw:bind_to_object BindToObject failed: 80004005
---
and a bisect reveals:
---
6c1f2e4f3f96c71a90fcabc000a8d0ce4883bd29 is the first bad commit
commit 6c1f2e4f3f96c71a90fcabc000a8d0ce4883bd29
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Wed Nov 10 13:23:34 2010 +0100
urlmon: Added IInternetProtocolEx support to BindProtocol.
:040000 040000 ac72ba621255c192e74732a60a49dd0f3603663e
7df787a144cfd951057cc0e61a690152948928c8 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=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.