http://bugs.winehq.org/show_bug.cgi?id=30713
Bug #: 30713
Summary: 64 bit wine installs 64 bit mfc100.dll to syswow64
Product: Wine
Version: 1.4
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
Downloading and running
http://download.microsoft.com/download/A/8/0/A80747C3-41BD-45DF-B505-E9710D…
(see http://www.microsoft.com/en-us/download/details.aspx?id=13523 )
with WINEARCH=win64 does install mfc100.dll... but into c:\windows\syswow64,
which seems wrong.
This was with wine-1.4. I'll test again with current wine once I figure out
how to build 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.
https://bugs.winehq.org/show_bug.cgi?id=38849
Bug ID: 38849
Summary: valgrind shows an unitialized variable in
programs/cmd/tests/batch.c:WCMD_assoc
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M cmd.exe -p cmd.exe_test.exe.so
batch && touch batch.ok
==13413== Conditional jump or move depends on uninitialised value(s)
==13413== at 0x7B841A61: strlenW (unicode.h:200)
==13413== by 0x7B841ED4: format_insert (format_msg.c:160)
==13413== by 0x7B842936: format_message (format_msg.c:391)
==13413== by 0x7B843087: FormatMessageW (format_msg.c:617)
==13413== by 0x4ADE451: WCMD_output_stderr (wcmdmain.c:166)
==13413== by 0x4ADB08E: WCMD_assoc (builtins.c:4759)
==13413== by 0x4AE18EB: WCMD_execute (wcmdmain.c:1592)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4ACDFD6: WCMD_batch (batch.c:95)
==13413== by 0x4AE08C1: WCMD_run_program (wcmdmain.c:1185)
==13413== by 0x4AE1979: WCMD_execute (wcmdmain.c:1616)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4AE3E90: wmain (wcmdmain.c:2588)
==13413== by 0x4AE431F: __wine_spec_exe_wentry (exe_wentry.c:36)
==13413== by 0x7B860807: ??? (process.c:1052)
==13413== by 0x7B860949: start_process (process.c:1104)
==13413== by 0x7BC81E27: ??? (signal_i386.c:2682)
==13413== by 0x7BC81E6E: call_thread_func (signal_i386.c:2741)
==13413== by 0x7BC81E05: ??? (signal_i386.c:2682)
==13413== by 0x7BC57806: start_process (loader.c:2868)
==13413== Uninitialised value was created by a stack allocation
==13413== at 0x4ADAB4F: WCMD_assoc (builtins.c:4620)
==13413==
==13413== Conditional jump or move depends on uninitialised value(s)
==13413== at 0x7B841AA6: strcpyW (unicode.h:207)
==13413== by 0x7B841F13: format_insert (format_msg.c:161)
==13413== by 0x7B842936: format_message (format_msg.c:391)
==13413== by 0x7B843087: FormatMessageW (format_msg.c:617)
==13413== by 0x4ADE451: WCMD_output_stderr (wcmdmain.c:166)
==13413== by 0x4ADB08E: WCMD_assoc (builtins.c:4759)
==13413== by 0x4AE18EB: WCMD_execute (wcmdmain.c:1592)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4ACDFD6: WCMD_batch (batch.c:95)
==13413== by 0x4AE08C1: WCMD_run_program (wcmdmain.c:1185)
==13413== by 0x4AE1979: WCMD_execute (wcmdmain.c:1616)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4AE3E90: wmain (wcmdmain.c:2588)
==13413== by 0x4AE431F: __wine_spec_exe_wentry (exe_wentry.c:36)
==13413== by 0x7B860807: ??? (process.c:1052)
==13413== by 0x7B860949: start_process (process.c:1104)
==13413== by 0x7BC81E27: ??? (signal_i386.c:2682)
==13413== by 0x7BC81E6E: call_thread_func (signal_i386.c:2741)
==13413== by 0x7BC81E05: ??? (signal_i386.c:2682)
==13413== by 0x7BC57806: start_process (loader.c:2868)
==13413== Uninitialised value was created by a stack allocation
==13413== at 0x4ADAB4F: WCMD_assoc (builtins.c:4620)
==13413==
==13413== Conditional jump or move depends on uninitialised value(s)
==13413== at 0x7B84296B: format_message (format_msg.c:392)
==13413== by 0x7B843087: FormatMessageW (format_msg.c:617)
==13413== by 0x4ADE451: WCMD_output_stderr (wcmdmain.c:166)
==13413== by 0x4ADB08E: WCMD_assoc (builtins.c:4759)
==13413== by 0x4AE18EB: WCMD_execute (wcmdmain.c:1592)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4ACDFD6: WCMD_batch (batch.c:95)
==13413== by 0x4AE08C1: WCMD_run_program (wcmdmain.c:1185)
==13413== by 0x4AE1979: WCMD_execute (wcmdmain.c:1616)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4AE3E90: wmain (wcmdmain.c:2588)
==13413== by 0x4AE431F: __wine_spec_exe_wentry (exe_wentry.c:36)
==13413== by 0x7B860807: ??? (process.c:1052)
==13413== by 0x7B860949: start_process (process.c:1104)
==13413== by 0x7BC81E27: ??? (signal_i386.c:2682)
==13413== by 0x7BC81E6E: call_thread_func (signal_i386.c:2741)
==13413== by 0x7BC81E05: ??? (signal_i386.c:2682)
==13413== by 0x7BC57806: start_process (loader.c:2868)
==13413== by 0x4018FB4: ??? (port.c:60)
==13413== Uninitialised value was created by a stack allocation
==13413== at 0x4ADAB4F: WCMD_assoc (builtins.c:4620)
==13413==
==13413== Conditional jump or move depends on uninitialised value(s)
==13413== at 0x7B841A61: strlenW (unicode.h:200)
==13413== by 0x7B8430A2: FormatMessageW (format_msg.c:621)
==13413== by 0x4ADE451: WCMD_output_stderr (wcmdmain.c:166)
==13413== by 0x4ADB08E: WCMD_assoc (builtins.c:4759)
==13413== by 0x4AE18EB: WCMD_execute (wcmdmain.c:1592)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4ACDFD6: WCMD_batch (batch.c:95)
==13413== by 0x4AE08C1: WCMD_run_program (wcmdmain.c:1185)
==13413== by 0x4AE1979: WCMD_execute (wcmdmain.c:1616)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4AE3E90: wmain (wcmdmain.c:2588)
==13413== by 0x4AE431F: __wine_spec_exe_wentry (exe_wentry.c:36)
==13413== by 0x7B860807: ??? (process.c:1052)
==13413== by 0x7B860949: start_process (process.c:1104)
==13413== by 0x7BC81E27: ??? (signal_i386.c:2682)
==13413== by 0x7BC81E6E: call_thread_func (signal_i386.c:2741)
==13413== by 0x7BC81E05: ??? (signal_i386.c:2682)
==13413== by 0x7BC57806: start_process (loader.c:2868)
==13413== by 0x4018FB4: ??? (port.c:60)
==13413== Uninitialised value was created by a stack allocation
==13413== at 0x4ADAB4F: WCMD_assoc (builtins.c:4620)
==13413==
==13413== Conditional jump or move depends on uninitialised value(s)
==13413== at 0x7B841AA6: strcpyW (unicode.h:207)
==13413== by 0x7B843144: FormatMessageW (format_msg.c:633)
==13413== by 0x4ADE451: WCMD_output_stderr (wcmdmain.c:166)
==13413== by 0x4ADB08E: WCMD_assoc (builtins.c:4759)
==13413== by 0x4AE18EB: WCMD_execute (wcmdmain.c:1592)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4ACDFD6: WCMD_batch (batch.c:95)
==13413== by 0x4AE08C1: WCMD_run_program (wcmdmain.c:1185)
==13413== by 0x4AE1979: WCMD_execute (wcmdmain.c:1616)
==13413== by 0x4AE30AB: WCMD_process_commands (wcmdmain.c:2292)
==13413== by 0x4AE3E90: wmain (wcmdmain.c:2588)
==13413== by 0x4AE431F: __wine_spec_exe_wentry (exe_wentry.c:36)
==13413== by 0x7B860807: ??? (process.c:1052)
==13413== by 0x7B860949: start_process (process.c:1104)
==13413== by 0x7BC81E27: ??? (signal_i386.c:2682)
==13413== by 0x7BC81E6E: call_thread_func (signal_i386.c:2741)
==13413== by 0x7BC81E05: ??? (signal_i386.c:2682)
==13413== by 0x7BC57806: start_process (loader.c:2868)
==13413== by 0x4018FB4: ??? (port.c:60)
==13413== Uninitialised value was created by a stack allocation
==13413== at 0x4ADAB4F: WCMD_assoc (builtins.c:4620)
==13413==
--
Do not reply 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=40271
Bug ID: 40271
Summary: Can't start UPlay: "Connection Lost" error
Product: Wine
Version: 1.9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fry.kun(a)gmail.com
Distribution: Fedora
Created attachment 53907
--> https://bugs.winehq.org/attachment.cgi?id=53907
WINEDEBUG=+winsock,+secur32
Fedora package: wine-1.9.4-1.fc23.x86_64
wine --version: wine-1.9.4 (Staging)
When starting UPlay in online mode (have to log in), it fails with a message
"Connection lost"
Several weeks ago it was working just fine
Let me know if you need me to try bisecting wine versions to narrow it down or
the attached log is enough..
--
Do not reply 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=37780
Bug ID: 37780
Summary: After running a bash script from cmd, no prompt is
printed
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: gm89(a)hotmail.it
Distribution: ---
If I run a bash script from wine's cmd, after execution the prompt is not
printed.
I believe this is the cause of an hang in my use case, I'm trying to interface
a windows program with my android phone by making it use the native adb binary;
the trick I used was to replace the provided "adb.exe" with a similarly named
bash script with this content:
#!/bin/bash
/usr/bin/adb $*
If I manually call adb.exe from cmd, the output of commands is correct but no
prompt is printed afterwards.
Tested with wine 1.7.33 under ubuntu 14.04.
--
Do not reply 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=40944
Bug ID: 40944
Summary: Impossible to run Steam versions of classic DOOM games
Product: Wine
Version: 1.9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thomthomthom(a)ymail.com
Distribution: ---
Running DOOM II: Hell on Earth is impossible. The DOSBOX console window appears
and the screen freezes without opening the game. I need to kill all wine
processes and dosbox in order to continue. The same happens for all classic
DOOM versions on Steam.
Here's the output for DOOM II: Hell on Earth:
anoob@anoob:~/.wine/drive_c/Program Files/Steam$ wine Steam.exe
fixme:ver:GetCurrentPackageId (0x32e460 (nil)): stub
[2016-07-10 13:24:12] Startup - updater built Jul 8 2016 14:45:17
[2016-07-10 13:24:12] Verifying installation...
[2016-07-10 13:24:13] Verification complete
fixme:advapi:EventRegister {47a9201e-73b0-42ce-9821-7e134361bc6f}, 0x3f006700,
0x3f040cf8, 0x3f040cf0
fixme:advapi:EventRegister {58a9201e-73b0-42ce-9821-7e134361bc70}, 0x3f006700,
0x3f040d30, 0x3f040d28
fixme:advapi:EventRegister {3fa9201e-73b0-43fe-9821-7e145359bc6f}, 0x3f006700,
0x3f040cc0, 0x3f040cb8
fixme:advapi:EventRegister {1432afee-73b0-42ce-9821-7e134361b433}, 0x3f006700,
0x3f040d68, 0x3f040d60
fixme:advapi:EventRegister {4372afee-73b0-42ce-9821-7e134361b519}, 0x3f006700,
0x3f040da0, 0x3f040d98
fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub.
fixme:imm:ImmGetOpenStatus (0x1e7698): semi-stub
fixme:ver:GetCurrentPackageId (0x32e30c (nil)): stub
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
fixme:heap:RtlSetHeapInformation 0x110000 0 0x33fcec 4 stub
fixme:process:SetProcessDEPPolicy (3): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:advapi:EventRegister {d2d578d9-2936-45b6-a09f-30e32715f42d}, 0x100de000,
0x12e0b680, 0x12f6acb0
fixme:imm:ImmDisableTextFrameService Stub
fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33f7a4, (nil) 0x33f7a8
fixme:nls:get_dummy_preferred_ui_language (0x38 0x33f7a4 (nil) 0x33f7a8)
returning a dummy value (current locale)
fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33f7a4, 0x1514a0 0x33f7a8
fixme:nls:get_dummy_preferred_ui_language (0x38 0x33f7a4 0x1514a0 0x33f7a8)
returning a dummy value (current locale)
IPC client is in my process, could/should be using an in-process
pipe.fixme:winsock:WSALookupServiceBeginW (0x33f4b8 0x00000ff0 0x33f4f4) Stub!
[0710/132413:ERROR:network_change_notifier_win.cc(170)] WSALookupServiceBegin
failed with: 8
fixme:iphlpapi:NotifyAddrChange (Handle 0x33f638, overlapped 0x152524): stub
fixme:win:RegisterDeviceNotificationW (hwnd=0x100a8,
filter=0x33f60c,flags=0x00000000) returns a fake device notification handle!
fixme:win:RegisterDeviceNotificationW (hwnd=0x100a8,
filter=0x33f60c,flags=0x00000000) returns a fake device notification handle!
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
fixme:ver:GetCurrentPackageId (0x30e590 (nil)): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33f114,0x00000000), stub!
fixme:win:RegisterDeviceNotificationA (hwnd=0x20046,
filter=0xe35e4e8,flags=0x00000004) returns a fake device notification handle!
fixme:ver:GetCurrentPackageId (0x303dfa4 (nil)): stub
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:client_security_SetBlanket 0x7c8b1c68, 0x402bf20, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7c8b1c68
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:client_security_SetBlanket 0x7c8b1c68, 0x3f4a350, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7c8b1c68
fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO
structures will not be filled
fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO
structures will not be filled
fixme:wbemprox:enum_class_object_Next timeout not supported
fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO
structures will not be filled
fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO
structures will not be filled
ALSA lib conf.c:3357:(snd_config_hooks_call) Cannot open shared library
libasound_module_conf_pulse.so
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib pcm_dsnoop.c:606:(snd_pcm_dsnoop_open) unable to open slave
fixme:ver:GetCurrentPackageId (0x33fb30 (nil)): stub
fixme:iphlpapi:NotifyAddrChange (Handle 0x1e6046c, overlapped 0x1e60470): stub
fixme:dwrite:dwritefactory_CreateMonitorRenderingParams (0x1): monitor setting
ignored
Unable to remove c:\program files\steam\CONFIG\SteamAppData.vdf!
err:ole:CoGetClassObject class {77f10cf0-3db5-4966-b520-b7c54fd35ed6} not
registered
err:ole:CoGetClassObject no class object {77f10cf0-3db5-4966-b520-b7c54fd35ed6}
could be created for context 0x1
fixme:imm:ImmReleaseContext (0x100b6, 0x403d9d8): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:win:RegisterDeviceNotificationA (hwnd=0x100d2,
filter=0x32e488,flags=0x00000004) returns a fake device notification handle!
fixme:win:EnumDisplayDevicesW ((null),0,0x32d974,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32dafc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32dafc,0x00000000), stub!
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
IPC client is in my process, could/should be using an in-process
pipe.fixme:hnetcfg:fw_apps_get__NewEnum 0x43b0ee0, 0x10d3e4b0
fixme:hnetcfg:fw_app_put_ProcessImageFileName 0x400b050, L"C:\\Program
Files\\Steam\\steam.exe"
fixme:hnetcfg:fw_app_put_Name 0x400b050, L"Steam"
fixme:hnetcfg:fw_app_put_Enabled 0x400b050, -1
fixme:hnetcfg:fw_apps_Add 0x43b0ee0, 0x400b050
err:ole:CoGetClassObject class {e2b3c97f-6ae1-41ac-817a-f6f92166d7dd} not
registered
err:ole:CoGetClassObject no class object {e2b3c97f-6ae1-41ac-817a-f6f92166d7dd}
could be created for context 0x1
fixme:win:RegisterDeviceNotificationW (hwnd=0x1012a,
filter=0x119ee93c,flags=0x00000000) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafeaffe), STUB!
fixme:win:RegisterDeviceNotificationW (hwnd=0x2012a,
filter=0x119ee93c,flags=0x00000000) returns a fake device notification handle!
fixme:win:EnumDisplayDevicesW ((null),0,0x32e464,0x00000000), stub!
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS,
hwnd=(nil)): stub
fixme:appbar:SHAppBarMessage unknown msg: 4
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=3): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=2): stub
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
Refresh rate: 15
Refresh rate: 15
Refresh rate: 15
Refresh rate: 1
Refresh rate: 1
Refresh rate: 1
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
fixme:heap:RtlSetHeapInformation 0x110000 0 0x33fcec 4 stub
fixme:ver:GetCurrentPackageId (0x33fb30 (nil)): stub
fixme:mfplat:MFStartup (65648, 1): stub
fixme:process:SetProcessDEPPolicy (3): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:advapi:EventRegister {d2d578d9-2936-45b6-a09f-30e32715f42d}, 0x100de000,
0x12e0b680, 0x12f6acb0
fixme:gdi:GdiInitializeLanguagePack stub
fixme:ntdll:NtQuerySection (0x30,0,0x33f178,0x00000010,(nil)) stub!
fixme:ntdll:NtQuerySection (0x30,0,0x33f170,0x00000010,(nil)) stub!
Refresh rate: 1
Refresh rate: 1
Refresh rate: 1
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:win:EnumDisplayDevicesW ((null),0,0x23ff184,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x23ff084,0x00000000), stub!
IPC client is in my process, could/should be using an in-process pipe.ALSA lib
conf.c:3357:(snd_config_hooks_call) Cannot open shared library
libasound_module_conf_pulse.so
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib pcm_dsnoop.c:606:(snd_pcm_dsnoop_open) unable to open slave
fixme:ddraw:ddraw_surface7_Flip Ignoring flags 0x1.
Killed
I've find the file /home/anoob/.wine/drive_c/Program
Files/Steam/steamapps/common/Doom 2/doom2 + mouse.bat:
.\base\dosbox -conf .\base\doom2m.conf -fullscreen -exit
exit
Then I've tried to call it directly:
anoob@anoob:~/.wine/drive_c/Program Files/Steam/steamapps/common/Doom 2/base$
wine dosbox.exe -conf doom2.conf -fullscreen -exit
fixme:win:EnumDisplayDevicesW ((null),0,0x23ff184,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x23ff084,0x00000000), stub!
ALSA lib conf.c:3357:(snd_config_hooks_call) Cannot open shared library
libasound_module_conf_pulse.so
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib pcm_dsnoop.c:606:(snd_pcm_dsnoop_open) unable to open slave
fixme:d3d:wined3d_device_decref Device released with resources still bound,
acceptable but unexpected.
fixme:d3d:wined3d_device_decref Leftover resource 0x130338 with type
WINED3D_RTYPE_TEXTURE_2D (0x2).
--
Do not reply 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=36942
Bug ID: 36942
Summary: Silent Thunder setup.exe crashes at start
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: cthielen(a)gmail.com
Created attachment 49049
--> http://bugs.winehq.org/attachment.cgi?id=49049
Backtrace of crash
Sierra's 1997 Silent Thunder A-10 Tank Killer II game fails to start when
launching SETUP.EXE off the CD. Attached is the backtrace.
--
Do not reply 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=31850
Bug #: 31850
Summary: Age of Mythology does not start
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grishguard-all(a)yahoo.it
Classification: Unclassified
Hi,
after i've entered the serial code, wine gives me an error every time different
from the one before. I here attach a backtrace, hope you resolve. Good work
Ubuntu 12.04
Wine 1.5.14
Ps: the game does not work under Wine 1.4 neither.
--
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=40479
Bug ID: 40479
Summary: Overwatch: Crash on launch
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joseph.dunnigan(a)gmail.com
Distribution: ---
Created attachment 54245
--> https://bugs.winehq.org/attachment.cgi?id=54245
Backtrace
Overwatch crashes when attempting to launch the game.
--
Do not reply 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=43143
Bug ID: 43143
Summary: World of Warcraft game freezes in the character
selection menu.
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zefkerrigan(a)gmail.com
Distribution: ---
Created attachment 58364
--> https://bugs.winehq.org/attachment.cgi?id=58364
I see this logs when I try to run The World of Warcraft with Wine-staging 2.9
World of Warcraft game freezes in the character selection menu, but I keep
hearing the music from the game..
This issue has appeared to me just upgrading to Wine Staging 2.9. This problem
was not on Wine Staging 2.8 and on the development version of Wine 2.9.
My configuration:
Arch Linux x86_64.
AMD Radeon HD7770 with MESA 17.1.1.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.