http://bugs.winehq.org/show_bug.cgi?id=36629
Bug ID: 36629
Summary: dotnet40 installation failed with many 'Exception from
HRESULT'
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dyvazar(a)numericable.fr
>From a fresh wineprefix and latest winetricks 1196, i've tried again to do a
dotnet40 installation. But there is a lot of errors when i check 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=36927
Bug ID: 36927
Summary: SADX Mod Loader crashes due to missing msvcp100
function std::basic_istream::swap()
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: gerbilsoft(a)gerbilsoft.com
SADX Mod Loader is a utility for loading custom modifications to Sonic
Adventure DX for PC (2004, US version). The current released version uses an
ifstream assignment, which crashes wine due to missing functions in
msvcp100.dll:
wine: Call from 0x7ed7cef6 to unimplemented function
msvcp100.dll.?swap@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEXAAV12@@Z,
aborting
wine: Unimplemented function
msvcp100.dll.?swap@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEXAAV12@@Z
called at address 0x7ed7cef6 (thread 0009), starting debugger...
Unhandled exception: unimplemented function
msvcp100.dll.?swap@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEXAAV12@@Z
called in 32-bit code (0x7ed7cef6).
These functions are currently stubbed out in msvcp100.spec:
stub -arch=win32 ?swap@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXAAV12@@Z
stub -arch=win64 ?swap@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXAEAV12@@Z
stub -arch=win32 ?swap@?$basic_ios@GU?$char_traits@G@std@@@std@@QAEXAAV12@@Z
stub -arch=win64 ?swap@?$basic_ios@GU?$char_traits@G@std@@@std@@QEAAXAEAV12@@Z
stub -arch=win32 ?swap@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAEXAAV12@@Z
stub -arch=win64
?swap@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAAXAEAV12@@Z
stub -arch=win32
?swap@?$basic_iostream@DU?$char_traits@D@std@@@std@@QAEXAAV12@@Z
stub -arch=win64
?swap@?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAAXAEAV12@@Z
stub -arch=win32
?swap@?$basic_iostream@GU?$char_traits@G@std@@@std@@QAEXAAV12@@Z
stub -arch=win64
?swap@?$basic_iostream@GU?$char_traits@G@std@@@std@@QEAAXAEAV12@@Z
stub -arch=win32
?swap@?$basic_iostream@_WU?$char_traits@_W@std@@@std@@QAEXAAV12@@Z
stub -arch=win64
?swap@?$basic_iostream@_WU?$char_traits@_W@std@@@std@@QEAAXAEAV12@@Z
stub -arch=win32
?swap@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEXAAV12@@Z
stub -arch=win64
?swap@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAXAEAV12@@Z
stub -arch=win32
?swap@?$basic_istream@GU?$char_traits@G@std@@@std@@QAEXAAV12@@Z
stub -arch=win64
?swap@?$basic_istream@GU?$char_traits@G@std@@@std@@QEAAXAEAV12@@Z
stub -arch=win32
?swap@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QAEXAAV12@@Z
stub -arch=win64
?swap@?$basic_istream@_WU?$char_traits@_W@std@@@std@@QEAAXAEAV12@@Z
stub -arch=win32
?swap@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXAAV12@@Z
stub -arch=win64
?swap@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXAEAV12@@Z
stub -arch=win32
?swap@?$basic_ostream@GU?$char_traits@G@std@@@std@@QAEXAAV12@@Z
stub -arch=win64
?swap@?$basic_ostream@GU?$char_traits@G@std@@@std@@QEAAXAEAV12@@Z
stub -arch=win32
?swap@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QAEXAAV12@@Z
stub -arch=win64
?swap@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@QEAAXAEAV12@@Z
stub -arch=win32
?swap@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXAAV12@@Z
stub -arch=win64
?swap@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXAEAV12@@Z
stub -arch=win32
?swap@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IAEXAAV12@@Z
stub -arch=win64
?swap@?$basic_streambuf@GU?$char_traits@G@std@@@std@@IEAAXAEAV12@@Z
stub -arch=win32
?swap@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IAEXAAV12@@Z
stub -arch=win64
?swap@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@IEAAXAEAV12@@Z
stub -arch=win32 ?swap@ios_base@std@@QAEXAAV12@@Z
stub -arch=win64 ?swap@ios_base@std@@QEAAXAEAV12@@Z
SADX Mod Loader is available at http://info.sonicretro.org/SADX_Mod_Loader .
--
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=36995
Bug ID: 36995
Summary: Regression: crash in msxml3
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: mail_subscriber(a)mail.ru
Regression SHA1: 6074267652ce74cf22ce10edb868bedc3172ceed
Created attachment 49144
--> http://bugs.winehq.org/attachment.cgi?id=49144
Possible fix for the bug
The crash is caused by using attributesSize instead of nb_attributes.
Possible fix in attachment.
--
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=26887
Summary: Magicka demo crashes a few seconds after title screen
Product: Wine
Version: 1.3.18
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
Created an attachment (id=34283)
--> (http://bugs.winehq.org/attachment.cgi?id=34283)
Terminal output on wine 1.3.18
If you use winetricks to install .net 3.5, and then add a registry key to
prevent the magicka demo from attempting to do the same (see AppDB), you can
launch the game. Initial launch will give a warning "Command line option
syntax error" when it installs DirectX, though it looks like that succeeds.
The game will load, sound and the intro screens will play, but then crash about
a second after reaching the title screen. The attached is the terminal 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=33867
Bug #: 33867
Summary: Uplay shop doesn't work
Product: Wine
Version: 1.6-rc3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Doing 'winetricks uplay' installs uplay, plus native
crypt32 from XP (to work around bug 33742 ?) and gdiplus (to work around bug
33673).
(See https://code.google.com/p/winetricks/source/detail?r=1000 )
You can go to the shop and add things to your shopping cart.
When you do, you see the warning
[0623/110155:WARNING:cert_verify_proc_win.cc(113)] Unknown error -2146885628
mapped to net::ERR_FAILED
and if you actually click on 'buy now', that line is shown again, and it says
"The Uplay shop is Unavailable
The Uplay Shop seems to be temporarily unavailable."
It seems Uplay is using Chromium Embedded Framework; that warning also shows
up here:
https://code.google.com/p/chromium/issues/detail?id=162311
Also tried the patch from bug 27168 (since this is a chrome-based https
problem), without native crypt32, but then it gets stuck in a loop
at the initial 'updating uplay' screen.
The workaround for the user, of course, is to just go to the uplay shop
in a normal web browser.
--
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=14240
Summary: FC_Edit fails to initialize
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.fc-datalogit.co.nz/FC%20Edit%20DEMO.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: malizzle(a)gmail.com
This is an extension of bug 14203 that was marked invalid. I probably wasn't
clear about the problem. The application fails to install, but as I mentioned
in that bug report, that can be overcome by first copying MFC42.DLL to the
windows/system32 directory. The main problem is that the program does not
initialize properly when launched. The initial error that is displayed implies
that Strip.ocx is probably still not working properly. But to reproduce the
main problem, run the demo program, click File, Open, and then choose one of
the settings files. At this point additional tabs should show up on the main
screen, which show all the settings available to that vehicle. Without at least
this much functionality, the application is garbage.
The demo is available from http://www.fc-datalogit.co.nz/FC%20Edit%20DEMO.zip
Thanks in advance!
--
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=36716
Bug ID: 36716
Summary: World Of Tanks black screen
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: amenzhinsky(a)gmail.com
When I launch World Of Tanks 9.1 using wine > 1.7.16 I just see black screen
but I can hear the backgroung music.
If I press ESC to go to menu rectangle of strange shape appears.
A lot of people have confirmed this on the game's forum.
--
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=30803
Bug #: 30803
Summary: CCleaner 3.19 won't start, err:seh:setup_exception
stack overflow
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)skierpage.com
Classification: Unclassified
Kubuntu 12.04 amd64, wine 1.4-0ubuntu4.
Download installer from http://www.piriform.com/ccleaner/download/standard
export WINEPREFIX=/tmp/winedir/winetemp
wine /tmp/ccsetup319.exe
to install it in a brand new Wine configuration. (I declined to install all
shortcuts, and declined Google Chrome). But on first run and subsequent runs
from Wine Explorer or the command line, CCleaner's program window does not
appear. In console,
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fcd0 4
fixme:win:EnumDisplayDevicesW ((null),0,0x23e5c0,0x00000000), stub!
fixme:ver:RtlGetProductInfo (5,1,3,0,0x23e948): stub
err:seh:setup_exception stack overflow 2400 bytes in thread 001c eip
00007fb10a710a6b esp 0000000000140ca0 stack 0x140000-0x141000-0x240000
If I try winedbg I get a different failure:
% winedbg /tmp/winedir/winetemp/dosdevices/c:/Program\
Files/CCleaner/CCleaner.exe
WineDbg starting on pid 0024
couldn't load main module (2)
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\CCleaner\\CCleaner.exe" failed, status c0000022
Process of pid=0024 has terminated
CCleaner installed and ran in my existing .wine config, so I'm not sure what's
wrong with a fresh 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=17678
Summary: Anarchy Online fullscreen followes you when you switch
desktops
Product: Wine
Version: 1.1.11
Platform: PC
URL: http://cdn.funcom.com/ao/client/AnarchyOnline_17.9.1-
Small.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: letsclimbhigher(a)gmail.com
The Anarchy Online game fullscreen follows you when you switch to another
desktop. I am using current version of Fluxbox as my window manager. Because it
is fullscreen I use hotkeys (alt-1 thru alt-4) to switch to my other desktops.
Wine keeps bringing the game screen to whatever desktop I switch to.
This bug does not happen with cedega.
This bug did not occure when I tested it with Starcraft.
--
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=30454
Bug #: 30454
Summary: Unhandled exception: page fault on read access to
0x78510000 in 32-bit code (0x78aa1f77).
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: caihuosheng(a)gmail.com
Classification: Unclassified
Created attachment 39817
--> http://bugs.winehq.org/attachment.cgi?id=39817
backtrace
I installed this application successfully
:http://pv.5211game.com/PVCount.aspx?id=10. And when I launched it , it
crashed.
--
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=13964
Summary: small .NET cmd util: CoWaitForMultipleHandles Unexpected
wait termination
Product: Wine
Version: 1.0-rc5
Platform: PC-x86-64
URL: http://sourceforge.net/projects/outmodedbonsai/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: htl10(a)users.sourceforge.net
Created an attachment (id=14126)
--> (http://bugs.winehq.org/attachment.cgi?id=14126)
C# source code of the little program
I have a very small C# program which just reads a .NET assembly dll, then uses
the .NET reflection API to query the dll's version, then write it out to the
console. (it is just a .NET dll version checking tool, basically).
It works with mono on linux, and it works with win32 mono on wine; but with
microsoft .NET Framework under wine, (i.e. running it "plain" rather than
through win32 mono, if one has both mono and .net framework 2.0 installed), it
dies with a few thousands of
"err:ole:CoWaitForMultipleHandles Unexpected wait termination: -1, 87"
among other messages which scrolls off screen. I have seens the
CoWaitForMultipleHandles message under completely different contexts
(http://bugs.winehq.org/show_bug.cgi?id=12259#c2)
This seems to be related to how the .Net Framework interacts with wine,
since the executable in both mono linux and win32 mono +wine work as expected.
The source code of the small C# program is attached. I can provide a small
executable if it helps - the small C# program is a stripped down version of
BeanSprout in the sourceforge project (and I am the project admin, so I can
upload it there).
I know some might say this is not worth the time since it works with mono/linux
win32 mono/wine, but I have other .NET programs which works poorly with either,
and works better with MS.Net but only occasionally dies with a similiar message
with MS.Net... and the thousands of "err:ole:CoWaitForMultipleHandles" messages
also seems to bug other people (bug 12259, and possibly others).
--
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=12259
Summary: CoWaitForMultipleHandles Unexpected wait termination
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)darkk.net.ru
Created an attachment (id=11709)
--> (http://bugs.winehq.org/attachment.cgi?id=11709)
full log with WINEDEBUG=+ole
I faced the bug while running beta version of 2gis-v3 (
http://plugins.2gis.ru/2gis_v3/ ) that is going to be released on 1st of April.
The program installs ok, but fails to run.
Log file has more then 30000 message like
err:ole:CoWaitForMultipleHandles Unexpected wait termination: -1, 87
and it looks like the reason of failure.
I've not succeeded trying to use native WinXP dlls as I had no straight plan of
dll-replacement.
Full log file with WINEDEBUG=+ole 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=13011
Summary: Mail.ru_err_ole32.dll
Product: Wine
Version: 0.9.61.
Platform: All
URL: http://exe.agent.mail.ru/magentsetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike2006michael(a)mail.ru
CC: mike2006michael(a)mail.ru
Created an attachment (id=12777)
--> (http://bugs.winehq.org/attachment.cgi?id=12777)
log - if we use wine with ole32.dll from windows
When I running Mail.ru Agent in versions 4.0 or 5.1 - an error in ole32.dll in
all versions of wine
--------------------------------------------------------------------
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:create_server class {9ba05972-f6a8-11cf-a442-00a0c90a8f39} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {9ba05972-f6a8-11cf-a442-00a0c90a8f39}
could be created for context 0x15
err:ole:CoGetClassObject class {d27cdb6e-ae6d-11cf-96b8-444553540000} not
registered
err:ole:CoGetClassObject no class object {d27cdb6e-ae6d-11cf-96b8-444553540000}
could be created for context 0x1
--------------------------------------------------------------------
But in wine-0.9.61 if replaced ole32.dll from Windows - mail.ru agent running
but there are errors in richedit
--
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=13554
Summary: Touhou 7.5 IaMP config.exe doesn't work
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.tasofro.net/arc/th075_t2.zip
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leffeman(a)gmail.com
The included config.exe simply doesn't work (runs, does nothing, exits). I
read on the Internet that this is a problem in Windows sometimes as well, but
that setting the compatibility mode to Windows 95 lets it run.
I compiled in 16-bit support and tried some Windows version settings, no luck.
I haven't been able to find any clues in the traces or logs.
--
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=13915
Summary: Oblivon Script Extender (OBSE) fails to start
("privileged instruction")
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
URL: http://obse.silverlock.org
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Created an attachment (id=14025)
--> (http://bugs.winehq.org/attachment.cgi?id=14025)
Full terminal crashlog
The Oblivion Script Extender program fails to start, it immediately dies with
an "Unhandled exception: privileged instruction in 32-bit code (0x7ee158d0)."
error although it then continues to load Oblivion which may confuse people as
unless you see the console in the split second before before Oblivion actually
opens, it makes it appear as if it worked.
Full terminal output 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=13995
Summary: Microsoft .NET Framework 1.1 Service Pack 1 fails to
install (crash)
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
URL: http://download.microsoft.com/download/8/b/4/8b4addd8-
e957-4dea-bdb8-c4e00af5b94b/NDP1.1sp1-KB867460-X86.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dominikowski(a)gmail.com
Created an attachment (id=14187)
--> (http://bugs.winehq.org/attachment.cgi?id=14187)
Crash log
This bug blocks installation of AutoCAD 2006 Polish Retail.
Tested in XP and 2000 compat modes.
A popup window shows up with "Failed to load resources from resources file
Please check your setup".
Log attached. Looks like an MSI bug, but feel free to change the component if
I'm wrong.
--
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=36051
Bug ID: 36051
Summary: Elsterformular 15.2: ericprocess.exe crashes with
assertion failed
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: j-p-t(a)gmx.net
Created attachment 48211
--> http://bugs.winehq.org/attachment.cgi?id=48211
Backtrace of ericprocess.exe
When starting Elsterformular the ericprocess.exe immediately crashes with
assertion failed. See attachment.
--
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=35288
Bug ID: 35288
Summary: EA Origin does not works correctly with all CPU
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Classification: Unclassified
Created attachment 47065
--> http://bugs.winehq.org/attachment.cgi?id=47065
EA Origin crash without workaround
Hi,
EA Origin does not works correctly when i launch it with the simple command
like "wine Origin.exe".
With this command, i have 2 results :
1- Origin window does not show, there is nothing. But the "Origin.exe"
processus exist. ("Origin.exe" processus at 200% (2 Cores / 4 are used))
2- Same thing than "1-" but i have a crash log in the ouput console. You can
see all crash log in the attachment. ("Origin.exe" processus at 0% (No Cores
used)
One solution exist. The workaroud is to use taskset command to launch the
application. With "taskset -c 0 wine Origin.exe", the application always works
but if i launch a game from Origin, the game will use only one core.
For example, if i launch Mass Effect 3 game with Origin only, i have
approximately between 25-30 fps when there are more PNJ, explosions etc...
But if i launch ME3 with Origin+Workaround, i have only 10-15fps when there are
more PNJ, explosions etc...
******
I tried to launch "taskset -c 0 wine Origin.exe" in a first console and launch
the game with their proper executable in a 2nd console (taskset -c 0,1,2,3 wine
MassEffect3.exe) => Without success, the game process still use one CPU and not
the totality.
******
Thanks for your help or idea to resolv this problem.
Max
--
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=34121
Bug #: 34121
Summary: fixme:urlmon:SecManagerImpl_ProcessUrlAction
Unsupported arguments
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alfonsojon1997(a)gmail.com
Classification: Unclassified
While playing a game called Roblox, it complains about this in the terminal.
Occasinally, pages in the built-in browser will display a white screen and
refuse to load.
--
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=36886
Bug ID: 36886
Summary: ST visual develop 4.3.0: crash when new workplace and
project name is entered and OK is pressed
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mebro.power(a)gmail.com
Created attachment 48979
--> http://bugs.winehq.org/attachment.cgi?id=48979
terminal log file
File can be download from following direct web link.
http://www.st.com/web/catalog/tools/FM147/CL1794/SC1808/SS1767/PF210567#
sha1sum /home/vishal/sttoolset.exe
0da848d6cedf137fb48fe63bba21470c6f971883 /home/vishal/sttoolset.exe
When we select
File->New workspace->create workspace and project->{entering workspace
name]->[entering project name]->[select toolchain 'st assembler link']->OK
program crashes...the same behaviour is repeated with all the toolchain in the
list(project menu)
--
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=15521
Summary: AnyDVD setup failure
Product: Wine
Version: 1.1.1
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trevorpearman(a)gmail.com
Created an attachment (id=16475)
--> (http://bugs.winehq.org/attachment.cgi?id=16475)
AnyDVD setup output
Unimplemented ntoskrnl.exe.KeInitializeMutex?
Please see logs for setup
-- Trevor
--
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=15596
Summary: Windows Live Writer does not install
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://writer.live.com
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is one of the most requested apps out there;
the free software community really needs to come
up with something competitive.
The app requires .net, so I did "winetricks dotnet20", then
ran wlinstaller.exe. No joy, not even a gui.
(Supposedly a previous version would install, so perhaps
this is a regression in wine, but more likely it's an
enhancement in windows live writer :-)
--
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=15770
Summary: MySQL 5.1 service fails to start
Product: Wine
Version: unspecified
Platform: Other
URL: http://dev.mysql.com
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehacker(a)gmail.com
The install of MySQL 5.1 development version seems to go perfectly until
creating and starting the service. Configured with either named pipes or a
TCP/IP connection with a port above 10,000 and neither will properly install.
--
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.