http://bugs.winehq.org/show_bug.cgi?id=23473
Summary: Windows Live Essentials wave 4 beta installer won't
start - wer.dll and rstrtmgr.dll not found
Product: Wine
Version: 1.2-rc5
Platform: x86-64
URL: http://explore.live.com/windows-live-essentials-beta
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
The beta for the next version of Windows Live Essentials is available.
Unfortunately, the OS requirement has been bumped to Vista SP2 with the
platform update for this version. In Wine, the installer fails to start due to
some missing DLLs:
err:module:import_dll Library wer.dll (which is needed by
L"C:\\wlsetup-webc.exe") not found
err:module:import_dll Library RstrtMgr.DLL (which is needed by
L"C:\\wlsetup-webc.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\wlsetup-webc.exe" failed, status c0000135
--
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=8822
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #29 from Alexandre Julliard <julliard(a)winehq.org> 2010-09-03 14:05:11 CDT ---
Closing bugs fixed in 1.3.2.
--
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=18417
Summary: Navision 4.0 SP3 crashes on the start
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kondratovich_m_v(a)ukr.net
Navision 4.0 SP3 doesn't work. Crashes on the start.
--
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=17925
Summary: Winetest segfaults if (32-bit) gecko is installed
Product: Wine
Version: 1.1.18
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Strange bug, but winetest64 is repeatedly segfaulting if gecko is installed:
fixme:win:EnumDisplayDevicesW ((null),0,0x7f89c313f0e0,0x00000000), stub!
err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c53283f0) Surface already
locked
err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c5328d30) Surface already
locked
err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c5328d30) Surface already
locked
err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c53323f0) Surface already
locked
err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c53323f0) Surface already
locked
err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c5332d30) Surface already
locked
Segmentation fault (core dumped)
after ddraw:visual o.0. I can't see why on earth it would segfault there, but
if I remove the geckourl from the registry, winetest64 runs to completion.
--
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=13819
Summary: Wrong codepage used for console output
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
To reproduce this problem, run the following command (that's assuming you have
a UTF-8 xterm, otherwise replace UTF-8 with ISO-8859-1 or the appropriate
encoding):
LANG=fr_FR.UTF-8 ./programs/start/start /help
You will notice that all the accentuated characters are missing. This is
because start.c converts the Unicode resource string to the
GetConsoleOutputCP() encoding in the output() function. I think that's correct
but GetConsoleOutputCP() systematically return "850" as the codepage, even if I
change the [Nls\Codepage]/OEM value in the registry.
One hack to fix this is to replace the GetConsoleOutputCP() call with CP_UNIXCP
but I guess that would be wrong in the case where we're running in the Wine
console.
So I think that when the console is a regular Unix terminal
GetConsoleOutputCP() should return the CP_UNIXCP codepage.
--
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=23836
Summary: Game Explorer Manager does not start
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.extensiblesoft.com/gamex/GameExplorerManage
r10beta6.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
err:ntdll:NtQueryInformationToken Unhandled Token Information class 20!
fixme:exec:SHELL_execute flags ignored: 0x00000100
err:ntdll:NtQueryInformationToken Unhandled Token Information class 20!
fixme:exec:SHELL_execute flags ignored: 0x00000100
err:ntdll:NtQueryInformationToken Unhandled Token Information class 20!
fixme:exec:SHELL_execute flags ignored: 0x00000100
Repeats forever
--
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=19107
Summary: Overlod 2 - Game Crashes
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hallvar_helle(a)damedoen.com
When Running Ovelord2.exe the game chrashes. Wine Chrash window stays hidden
buts shows when alt-tabbing
attatched Console output for >wine Overlord2.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=16565
Summary: Tarzan Demo: Crashes while starting.
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
URL: http://www.download.com/Tarzan-demo/3000-7563_4-
10032563.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flossl(a)live.com
Tarzan crashes while starting with an error code.
--
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=15785
Summary: Serious Sam II(v 2.066): 3d graphics don't work and
movies don't play.
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dsxbox(a)gmail.com
Created an attachment (id=16902)
--> (http://bugs.winehq.org/attachment.cgi?id=16902)
error log
I can start application and enter menu, but when I try to start playing, only
black screen is shown. There are message "Video card was changed. Select
"quality auto adjustment" in settings menu", but when I do it, application
hungs.
--
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=23126
Summary: Mass Effect 2 requires msvcp80
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
err:module:import_dll Library MSVCP80.dll (which is needed by L"...Program
Files\\Mass Effect 2\\Binaries\\nvtt.dll") not found
err:module:import_dll Library MSVCP80.dll (which is needed by L"...Program
Files\\Mass Effect 2\\Binaries\\MassEffect2.exe") not found
--
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.