err:seh:raise_exception Unhandled exception code 80000003 flags 0 addr 0x12f47eb AL lib: ALc.c:1879: exit(): closing 3 Devices AL lib: ALc.c:1808: alcCloseDevice(): destroying 1 Context(s) AL lib: ALc.c:1808: alcCloseDevice(): destroying 1 Context(s) AL lib: ALc.c:1420: alcDestroyContext(): deleting 1 Source(s) AL lib: ALc.c:1818: alcCloseDevice(): deleting 4 Buffer(s) Theese crach eu .
Davvvve wrote:> err:seh:raise_exception Unhandled exception code 80000003 flags 0 addr 0x12f47ebException code 0x80000003 is a breakpoint. So something bad happened before it crashed.
try disabeling sound in wine and starting it. looks like an audio issue to me
how do i disable it in wine =? Tried to uncheck alsa oss etc in winecfg . Thanks for the reply , maybe its it .
I dont think its a sound problem . Tried at home now . Gonna lokk further . Doenst anyonle play that game btw , hwo can help me ? / Dave
http://appdb.winehq.org/objectManager.php?sClass=version&iId=20449 For anyone who can help with the last problem with the game crash
Can someone tell me where i can find the openal patch for wine . Find one earlier but forgot where . anyway , got the sounddebug problems away with that . /thanks
Have played half an hour . NO CRASH !!!.
NEED MORE TESTING !!!!!!
Download wine-1.3.5.tar.bz2
Patch it with (see below )
---------------------------------------------------------------------------
diff --git a/dlls/dsound/dsound.c b/dlls/dsound/dsound.c
index 7032774..b82b6fb 100644
--- a/dlls/dsound/dsound.c
+++ b/dlls/dsound/dsound.c
@@ -1600,9 +1600,9 @@ HRESULT DirectSoundDevice_CreateSoundBuffer(
if (!IsEqualGUID(&pwfxe->SubFormat,
&KSDATAFORMAT_SUBTYPE_PCM))
{
- if (!IsEqualGUID(&pwfxe->SubFormat, &GUID_NULL))
+/* if (!IsEqualGUID(&pwfxe->SubFormat, &GUID_NULL))
FIXME("SubFormat %s not supported right now.\n",
debugstr_guid(&pwfxe->SubFormat));
- return DSERR_INVALIDPARAM;
+ return DSERR_INVALIDPARAM;*/
}
if (pwfxe->Samples.wValidBitsPerSample >
dsbd->lpwfxFormat->wBitsPerSample)
{
-----------------------------------------------------------------------------------
Open notepad an make a file called sound.reg
copy and paste this into it and import it to regedit.
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{fac23f48-31f5-45a8-b49b-5225d61401aa}]
@="\"XAudio2\"
\n"
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{fac23f48-31f5-45a8-b49b-5225d61401aa}\InProcServer32]
@="C:\\\\WINDOWS\\\\system32\\\\XAudio2_0.dll"
"ThreadingModel"="Both"
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{6f6ea3a9-2cf5-41cf-91c1-2170b1540063}]
@="AudioReverb"
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{6f6ea3a9-2cf5-41cf-91c1-2170b1540063}\InProcServer32]
@="C:\\\\WINDOWS\\\\system32\\\\XAudio2_0.dll"
"ThreadingModel"="Both"
-------------------------------------------------------------------------------------
do not install gecko -
winetricks ie8 (without updates )
set wine to win 7 .
ingame .
my conf .
all at low but quality shading at high
used dial up 56k@ test
ubuntu 10:10
wine 135
amd 5600 +
nvidia 250 gtx
latest drivers . 260 19 12
PLS confirm this
/Thanks
y need to copy from an xp computer or download from the net d3dx9_34.dll and put it to entropiafolder / bin 32 where y have the exe files - SOrry
Youtube video entropia universe on wine 135 http://www.youtube.com/watch?v=I31yZt2GbhE
http://www.youtube.com/user/davvvvve
I have tried all ingame but when the crash come it when i move the avatar with mouselook . Im not getting any failing in debug mode .any patch i can try =?