https://bugs.winehq.org/show_bug.cgi?id=37224
Bug ID: 37224
Summary: winemaker generated wine.dsw fails to load with Visual
Express 2005
Product: Wine
Version: 1.7.25
Hardware: x86
URL: http://download.microsoft.com/download/6/f/5/6f5f7a01-
50bb-422d-8742-c099c8896969/En_vs_2005_vsts_180_Trial.
img
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
$ ./tools/winapi/msvcmaker
$ winetricks -q vc2005express'
$ cd ~/.wine/drive_c/Program Files/Microsoft Visual Studio 8/Common7/IDE
$ wine VCEXpress.exe
Open wine.dsw.
"The selected file is a workspace file, but appears to be corrupted and cannot
be opened."
individual .dsp's will open, then Visual Express will convert them to a newer
format.
I also tried winetricks msxml3 vcrun2005 as suggested in bug 29509, but those
didn't make a difference for this bug.
wine-1.7.25-93-g12aa347
--
Do not reply 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=40705
Bug ID: 40705
Summary: foobar2000 - Equalizer preset buttons
missing/invisible
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jimbo1qaz(a)gmail.com
Distribution: ---
Created attachment 54589
--> https://bugs.winehq.org/attachment.cgi?id=54589
Foobar2000 equalizer under Wine.
I'm using foobar2000 1.3.10. I first encountered this issue on Ubuntu 16.04
Cinnamon and Wine 1.6.2 x64, on a (I think) 32-bit wineprefix.
# Setup
* I also replicated this issue in Wine 1.9.10, 32-bit (PlayOnLinux).
* To (hopefully) avoid foobar2000-specific tweaks, I used [Install dialog] ->
_Install a non-listed program_. Then I created a new app profile and installed
foobar2000.
# Procedure
* Launch foobar2000. Press Ctrl-P to open Options.
* There's a tree at the left. Expand the Playback entry, and click DSP Manager.
* There will be two white boxes. On the right side, locate "Equalizer" and
double-click it.
* On the top of the dialog, click the "Configure selected" button.
# Result
There should be a combo box of presets, as well as a "load" or "save" button.
These are missing under Wine.
I tried using both theming on and off.
----
Is this a font bug?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18117
Summary: Visual Studio 2005 hangs on install, crashes in
RPCRT4_find_interface
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
URL: http://download.microsoft.com/download/3/f/4/3f435aaa-
49ce-44c3-a2cc-d40bca9af941/ENU/vcssetup.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer, patch
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Looking at bug 18114, I tried the download.
First, needs dotnet20. After using winetricks for that, the (mini)installer has
a crash when attempting to download the main installer:
wine: Unhandled page fault on read access to 0x00000004 at address 0x7e578b46
(thread 0112), starting debugger...
Unhandled exception: page fault on read access to 0x00000004 in 32-bit code
(0x7e578b46).
Backtrace:
=>0 0x7e578b46 RPCRT4_find_interface+0xd6(object=(nil), if_id=0x10b0048,
check_object=0) [/home/austin/wine-git/dlls/rpcrt4/rpc_server.c:132] in rpcrt4
(0x00bae948)
1 0x7e57a6e8 RPCRT4_worker_thread+0x318(the_arg=0x132e20)
[/home/austin/wine-git/dlls/rpcrt4/rpc_server.c:183] in rpcrt4 (0x00bae9b8)
2 0x7efc7b0d worker_thread_proc+0xfd(param=(nil))
[/home/austin/wine-git/dlls/ntdll/../../include/wine/port.h:434] in ntdll
(0x00baea18)
3 0x7efc3ace call_thread_entry_point+0xe() in ntdll (0x00baea28)
4 0x7efc5932 call_thread_func+0x42(rtl_func=<register EDI not in topmost
frame>, arg=<register ESI not in topmost frame>)
[/usr/include/bits/string3.h:85] in ntdll (0x00baeac8)
5 0x7efc5b00 start_thread+0x130(info=0x7ffbcfb8)
[/home/austin/wine-git/dlls/ntdll/thread.c:487] in ntdll (0x00baf3b8)
6 0xf7df24ff start_thread+0xbf() in libpthread.so.0 (0x00baf4b8)
0x7e578b46 RPCRT4_find_interface+0xd6
[/home/austin/wine-git/dlls/rpcrt4/rpc_server.c:132] in rpcrt4: repe cmpsb
(%esi),%es:(%edi)
132 if (!memcmp(if_id, &cif->If->InterfaceId,
sizeof(RPC_SYNTAX_IDENTIFIER)) &&
Below hack 'fixes' it:
diff --git a/dlls/rpcrt4/rpc_server.c b/dlls/rpcrt4/rpc_server.c
index 6214965..4ea520b 100644
--- a/dlls/rpcrt4/rpc_server.c
+++ b/dlls/rpcrt4/rpc_server.c
@@ -124,6 +124,7 @@ static RpcServerInterface* RPCRT4_find_interface(UUID*
objec
UUID* MgrType = NULL;
RpcServerInterface* cif;
RPC_STATUS status;
+ object = NULL;
if (check_object)
MgrType = LookupObjType(object);
Still has a non-fatal crash:
wine: Unhandled page fault on read access to 0x00000000 at address 0xf7d7d4f6
(thread 0025), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ef94e0c
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error
0x800706be
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error
0x800706be
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error
0x800706be
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24623
Summary: Windows Live Essentials 2011 installer doesn't allow
program selection, can't progress
Product: Wine
Version: 1.3.4
Platform: x86-64
URL: http://g.live.com/1rewlive4-web/en/wlsetup-web.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31109)
--> (http://bugs.winehq.org/attachment.cgi?id=31109)
Terminal output
The first screen of the Windows Live Essentials 2011 installer asks "what do
you want to install?" but there are no programs to choose from. The list of
available programs is missing, replaced by blank space, and the installer
provides no way to continue past this. Affects both the web and offline
installers.
To get the installer started, first install dotnet30 with winetricks and then
set Windows version to Windows 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=32471
Bug #: 32471
Summary: Evolve client (.NET 4.0 app using WPF4) fails with "X
Error of failed request: GLXBadDrawable" on
glxdrv_wglMakeCurrent
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: focht(a)gmx.net
Classification: Unclassified
Created attachment 42835
--> http://bugs.winehq.org/attachment.cgi?id=42835
trace log created with WINEDEBUG=+tid,+seh,+process,+loaddll,+d3d9,+sync,+wgl
Hello folks,
other .NET 4.0 apps using WPF4 work fine.
Prerequisite: 'winetricks -q dotnet40 msxml6 corefonts' (in 32-bit WINEPREFIX)
Attached is a trace log generated with:
WINEDEBUG=+tid,+seh,+process,+loaddll,+d3d9,+sync,+wgl wine ./Updater.exe
>>log.txt 2>&1
Last part before exit:
--- snip ---
...
002e:trace:wgl:glxdrv_wglMakeCurrent (0xa0055,0x6a96810)
002e:trace:wgl:describeContext Context 0x6a96810 have (vis:0x7d1d76e0):
002e:trace:wgl:describeContext - FBCONFIG_ID 0x107
002e:trace:wgl:describeContext - VISUAL_ID 0x24
002e:trace:wgl:glxdrv_wglMakeCurrent hdc 0xa0055 drawable 1e0006e fmt 0x195890
ctx 0x7d1d7970
X Error of failed request: GLXBadDrawable
Major opcode of failed request: 135 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 636
Current serial number in output stream: 636
--- snip ---
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.
https://bugs.winehq.org/show_bug.cgi?id=35932
Bug ID: 35932
Summary: EvoSvc (Evolve Service, .NET 4.0 app) fails to
register video codecs with Windows Media Player
(missing
'HKLM\\SOFTWARE\\Microsoft\\Multimedia\\WMPlayer\\Exte
nsions' registry key)
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmp&wmvcore
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
after fixing bug 35924 the client still reports problems with the service.
Prerequisite: 'winetricks -q dotnet40 corefonts'
'EvolveClient.log'
--- snip ---
2014-Apr-05 21:34:48.656883 - System: Microsoft Windows NT 5.1.2600 Service
Pack 3
2014-Apr-05 21:34:48.703646 - Running version 1.8.3.
2014-Apr-05 21:34:48.711243 - Running against production backend.
2014-Apr-05 21:35:51.509870 - Testing connection to service...
2014-Apr-05 21:35:51.521973 - StartEvolveService: Attempting to start service:
EvoSvc.
2014-Apr-05 21:35:52.107810 - StartEvolveService: Service EvoSvc started.
2014-Apr-05 21:35:52.110547 - Successfully verified connection to service.
2014-Apr-05 21:35:52.149689 - Successfully started crash watchdog.
2014-Apr-05 21:35:52.153756 - Caught exception when attempting to register
video codecs with Windows Media Player: [EvoSvcClientClrThunk.RpcExceptionClr:
Exception of type 'EvoSvcClientClrThunk.RpcExceptionClr' was thrown.]
...
--- snip ---
'EvoSvc.log'
--- snip ---
2014-Apr-05 21:35:51.602663 - EvoSvc.exe, version 1.8.3.
2014-Apr-05 21:35:51.606479 - Evolve Service was successfully enabled in the
Windows Firewall.
2014-Apr-05 21:35:51.606815 - Evolve Client was successfully enabled in the
Windows Firewall.
2014-Apr-05 21:35:51.607065 - Loading Evolve configuration...
2014-Apr-05 21:35:51.608974 - Could not load configuration file. Using default
configuration.
2014-Apr-05 21:35:51.609137 - Running against production backend.
2014-Apr-05 21:35:51.609756 - Starting RPC server...
2014-Apr-05 21:35:51.610435 - Successfully started RPC server.
2014-Apr-05 21:35:52.146059 - Started client crash watchdog.
2014-Apr-05 21:35:52.151554 - Making sure video codecs are properly registered
with Windows Media Player...
2014-Apr-05 21:35:52.151738 - Could not open registry key:
SOFTWARE\Microsoft\Multimedia\WMPlayer\Extensions. File not found. (2).
2014-Apr-05 21:36:03.462868 - Received SERVICE_CONTROL_SHUTDOWN. Initiating
shutdown...
2014-Apr-05 21:36:03.467605 - Shutting down...
2014-Apr-05 21:36:03.467718 - Shutting down RPC server...
2014-Apr-05 21:36:03.470507 - Successfully updated the LAN Bridger
configuration file.
2014-Apr-05 21:36:03.472371 - Thread Pool: Created worker threads successfully.
2014-Apr-05 21:36:03.472470 - Thread Pool: Shutting down worker threads...
2014-Apr-05 21:36:03.472745 - Thread Pool: Shut down worker threads
successfully.
2014-Apr-05 21:36:03.472997 - Stopped client crash watchdog.
2014-Apr-05 21:36:03.473853 - Successfully updated the LAN Bridger
configuration file.
2014-Apr-05 21:36:03.474138 - RPC server shut down.
2014-Apr-05 21:36:03.474442 - Service stopped.
--- snip ---
Adding the key makes the service happy:
--- snip ---
$ wine reg add HKLM\\Software\\Microsoft\\Multimedia\\WMPlayer\\Extensions
--- snip ---
The service will add the following sub-key data:
--- snip ---
[HKEY_LOCAL_MACHINE\Software\Microsoft\Multimedia\WMPlayer\Extensions]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Multimedia\WMPlayer\Extensions\.mkv]
"Permissions"=dword:0000000f
"PermissionsAddedByEvolve"=dword:00000001
"Runtime"=dword:00000007
"RuntimeAddedByEvolve"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Multimedia\WMPlayer\Extensions\.mov]
"Permissions"=dword:0000000f
"PermissionsAddedByEvolve"=dword:00000001
"Runtime"=dword:00000007
"RuntimeAddedByEvolve"=dword:00000001
--- snip ---
'EvoSvc.log'
--- snip ---
2014-Apr-05 21:46:45.788496 - EvoSvc.exe, version 1.8.3.
2014-Apr-05 21:46:45.791622 - Evolve Service was successfully enabled in the
Windows Firewall.
2014-Apr-05 21:46:45.791964 - Evolve Client was successfully enabled in the
Windows Firewall.
2014-Apr-05 21:46:45.792172 - Loading Evolve configuration...
2014-Apr-05 21:46:45.793703 - Successfully loaded the Evolve configuration
file.
2014-Apr-05 21:46:45.793835 - Running against production backend.
2014-Apr-05 21:46:45.794412 - Starting RPC server...
2014-Apr-05 21:46:45.794984 - Successfully started RPC server.
2014-Apr-05 21:46:46.324862 - Started client crash watchdog.
2014-Apr-05 21:46:46.332122 - Making sure video codecs are properly registered
with Windows Media Player...
2014-Apr-05 21:46:46.332439 - Registered .mov with Windows Media Player.
2014-Apr-05 21:46:46.332641 - Registered .mkv with Windows Media Player.
2014-Apr-05 21:46:46.332703 - No need to register .mkv with Windows Media
Player.
2014-Apr-05 21:46:46.343371 - New UI client connected. Sending state...
2014-Apr-05 21:46:46.343504 - Successfully sent state to new UI client.
2014-Apr-05 21:46:46.343785 - UI notification callback failed: 0x000006A6.
2014-Apr-05 21:46:46.345137 - UI disconnected. Leaving any lobbies currently in
progress...
2014-Apr-05 21:46:46.345421 - Stopped client crash watchdog.
2014-Apr-05 21:46:46.345570 - Waiting 5 seconds for the client to reconnect
before shutting down...
2014-Apr-05 21:46:51.346371 - Shut down timer expired. Shutting down service...
2014-Apr-05 21:46:51.347513 - StopService: Telling service to stop...
2014-Apr-05 21:46:51.347823 - Received SERVICE_CONTROL_STOP. Initiating
shutdown...
2014-Apr-05 21:46:51.349821 - Shutting down...
2014-Apr-05 21:46:51.349913 - Shutting down RPC server...
2014-Apr-05 21:46:51.351567 - Successfully updated the LAN Bridger
configuration file.
2014-Apr-05 21:46:51.352819 - Thread Pool: Created worker threads successfully.
2014-Apr-05 21:46:51.352924 - Thread Pool: Shutting down worker threads...
2014-Apr-05 21:46:51.353661 - Thread Pool: Shut down worker threads
successfully.
2014-Apr-05 21:46:51.354831 - Successfully updated the LAN Bridger
configuration file.
2014-Apr-05 21:46:51.355325 - RPC server shut down.
2014-Apr-05 21:46:51.355675 - Thread Pool: Shutting down worker threads...
2014-Apr-05 21:46:51.355794 - Thread Pool: Shut down worker threads
successfully.
2014-Apr-05 21:46:51.355864 - Service stopped.
--- snip ---
The login dialog is shown and after supplying the credentials it starts some
auto-updater.
$ sha1sum EvolveSetup.exe
0c9f92f1ed5f97bced68c1185525dfe78900f795 EvolveSetup.exe
$ du -sh EvolveSetup.exe
3.2M EvolveSetup.exe
$ wine --version
wine-1.7.16-1-gb772260
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35924
Bug ID: 35924
Summary: EvoSvc (Evolve Service) Fails To Start
Product: Wine
Version: 1.7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: espionage724(a)gmail.com
The Evolve client expects the service EvoSvc.exe to be running for some kind of
connectivity, but the service itself cannot start, thus the client fails to
load.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.