http://bugs.winehq.org/show_bug.cgi?id=8091
--- Comment #22 from Austin English <austinenglish(a)gmail.com> 2008-11-20 21:04:50 ---
*** Bug 13370 has been marked as a duplicate of this bug. ***
--
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=15151
Summary: Baldur's Gate 2 : Installation regression
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=15877)
--> (http://bugs.winehq.org/attachment.cgi?id=15877)
log
I get a component transfer error when I try to install the game on Wine 1.1.4.
Previously on wine 1.1.0 the game installed flawlessly.
Component: CD3 recommended
File Group: CD3 recommended
File: D:\CD3\DataCD3CreAn.bif
Error: Not ready
I have attached a log. I also get a similar error when I try to install Gothic
3 for example. I wonder if this affects multiple games.
--
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=5131
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5518 is|0 |1
obsolete| |
--- Comment #19 from Austin English <austinenglish(a)gmail.com> 2008-11-20 20:54:25 ---
Created an attachment (id=17383)
--> (http://bugs.winehq.org/attachment.cgi?id=17383)
updated patch
Still present in git. Native comctl or the attached (rediffed) patch fixes 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.
http://bugs.winehq.org/show_bug.cgi?id=5535
--- Comment #57 from Xavier Vachon <xvachon(a)gmail.com> 2008-11-20 19:46:10 ---
Created an attachment (id=17382)
--> (http://bugs.winehq.org/attachment.cgi?id=17382)
Log +relay
As of Wine 1.1.8, I cannot run the game either. The game tells me that my
desktop is not set to 16-bit color, and asks me if I want to continue; if I do
the game crashes. I have attached a +relay log of the result, if this can be
useful. I have applied the "Unfinished Business" and "Fix Pack" patches.
--
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=5752
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|download |
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-11-20 15:50:06 ---
Anyone still got a copy laying around?
--
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=16134
Summary: Windows' format.com crashes when triing to run
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Created an attachment (id=17375)
--> (http://bugs.winehq.org/attachment.cgi?id=17375)
console output
Windows' format.com crashes when triing to run.
Console output 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=421
--- Comment #90 from max(a)veneto.com 2008-11-20 15:24:13 ---
(In reply to comment #89)
>
> Thanx max very much! :-)
> I will try it tonight!
>
> Gryffus
>
The engine has a bug in dlls/winedib.drv/bitblt.c; here the corrected snipped :
-------------------------------------------------
/***********************************************************************
* DIBDRV_StretchBlt
*/
BOOL DIBDRV_StretchBlt( DIBDRVPHYSDEV *physDevDst, INT xDst, INT yDst,
INT widthDst, INT heightDst,
DIBDRVPHYSDEV *physDevSrc, INT xSrc, INT ySrc,
INT widthSrc, INT heightSrc, DWORD rop )
{
INT i, min_width, min_height;
TRACE("stub %p %d %d %d %d %p %d %d %d %d %d\n", physDevDst, xDst, yDst,
widthDst, heightDst,
physDevSrc, xSrc, ySrc, widthSrc, heightSrc, rop);
min_width = physDevDst->bmp->width - xDst < physDevSrc->bmp->width - xSrc ?
physDevDst->bmp->width - xDst : physDevSrc->bmp->width - xSrc;
min_height = physDevDst->bmp->height - yDst < physDevSrc->bmp->height -
ySrc ?
physDevDst->bmp->height - yDst : physDevSrc->bmp->height -
ySrc;
-------------------------------------------------
x and y were partially swapped, which caused crashes on bitmaps with
non-identical height and whidth.
Btw, blt routines could be optimized, but I'm looking to font and clipping
stuffs before that.
Ciao
Max
--
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=16120
Summary: Fanmade Broken Sword 2.5 (Baphomets Fluch 2.5) does not
run correctly
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hausboden(a)web.de
As noone else seems to have any problems with this fanmade sequel I suspect
something in my setup is broken. The demo runs perfectly fine and the installer
of the final does too. Wine version is 1.1.7, sys is opensuse 11.0 32bit, game
language is german.
The game starts without any sound and shows the menu. Changing settings (sound
volume etc.) work as does leaving the game (this is what the log below shows).
Upon starting a new game it just continues producing fmod errors, hogging 99%
cpu and nothing happens. kill -9 to bsengine.exe is the only way. Waiting too
long crashes konsole at some point (maybe history buffer overflow?).
These are the messages:
stefan@box:/home/stefan/.wine/drive_c/Programme/Broken Sword 2.5> wine
bsengine.exe
Broken Sword 2.5 Engine - Build: Aug 30 2008 - 00:43:30 - VersionID:
cd8a3ce31688fb99f90eea857689185
-----------------------------------------------------------------------------------------------------
KERNEL: created.
KERNEL: CPU detected (vendor name: "AuthenticAMD", CPU name: "AMD Processor
model unknown").
KERNEL: CPU features: MMX SSE SSE2 3DNow! 3DNow!Ext.
KERNEL: Window created.
KERNEL: Service 'lua' created from superclass 'script'.
LUA: Lua initialized.
KERNEL: Script bindings registered.
PACKAGEMANAGER: Script bindings registered.
fixme:userenv:GetUserProfileDirectoryW 0x7c 0x33fce0 0x33fce4
fixme:userenv:GetUserProfileDirectoryW 0x7c 0x33fcd1 0x33fce4
KERNEL: Service 'physfs' created from superclass 'package'.
PHYSFSPACKAGEMANAGER: Package 'data.b25c' mounted as '/'.
INPUTENGINE: Script bindings registered.
KERNEL: Service 'winapi' created from superclass 'input'.
GRAPHICENGINE: Script bindings registered.
KERNEL: Service 'opengl' created from superclass 'gfx'.
SOUNDENGINE: Script bindings registered.
KERNEL: Service 'fmodex' created from superclass 'sfx'.
GEOMETRY: Script bindings registered.
KERNEL: Service 'std' created from superclass 'geometry'.
MOVIEPLAYER: Script bindings registered.
KERNEL: Service 'oggtheora' created from superclass 'fmv'.
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not
registered
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not
registered
err:ole:create_server class {bcde0395-e52f-467c-8e3d-c4579291692e} not
registered
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e}
could be created for context 0x7
FMODEXSOUND: ERROR - Call to FMOD_System_Init() failed. FMOD error: A Win32 COM
related error occured. COM failed to initialize or a QueryInterface failed
meaning a Windows codec or driver was not installed properly. (12)
FMODEXSOUND: ERROR - FMOD Ex could not be initialized.
OPENGLGFX: WARNING - Could not set vsync status. Reason:
NO_DRIVER_SUPPORT_FOR_VSYNC
OPENGLGFX: WARNING - Could not set vsync status. Reason:
NO_DRIVER_SUPPORT_FOR_VSYNC
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
[…] thousands of repeated messages cut
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_CreateSound() failed. FMOD error: An
invalid parameter was passed to this function. (37)
RESOURCEMANAGER: ERROR - Responsible service could not load resource
"/rooms/_default/sfx/step.ogg".
RESOURCEMANAGER: ERROR - Could not precache "/rooms/_default/sfx/step.ogg",
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
[…] thousands of repeated messages cut
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_CreateSound() failed. FMOD error: An
invalid parameter was passed to this function. (37)
RESOURCEMANAGER: ERROR - Responsible service could not load resource
"/rooms/_default/sfx/step.ogg".
RESOURCEMANAGER: ERROR - Could not precache "/rooms/_default/sfx/step.ogg",
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
[…] thousands of repeated messages cut
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_CreateSound() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
[…] thousands of repeated messages cut again, if starting a new game and not
quitting from the menu this will go on forever :(
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
FMODEXSOUND: ERROR - Call to FMOD_System_Update() failed. FMOD error: An
invalid parameter was passed to this function. (37)
KERNEL: Active service 'oggtheora' disconnected from superclass 'fmv'.
KERNEL: Active service 'std' disconnected from superclass 'geometry'.
KERNEL: Active service 'fmodex' disconnected from superclass 'sfx'.
KERNEL: Active service 'opengl' disconnected from superclass 'gfx'.
KERNEL: Active service 'winapi' disconnected from superclass 'input'.
KERNEL: Active service 'physfs' disconnected from superclass 'package'.
KERNEL: Active service 'lua' disconnected from superclass 'script'.
KERNEL: Window destroyed.
KERNEL: destroyed.
stefan@box:/home/stefan/.wine/drive_c/Programme/Broken Sword 2.5>
--
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=1348
sunfish7(a)gmail.com <sunfish7(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sunfish7(a)gmail.com
--- Comment #17 from sunfish7(a)gmail.com 2008-11-20 08:26:36 ---
Please add 'Dragon NaturallySpeaking 10' to the 'Affected Apps'
Implementing this function would allow for using the app far more effectively.
Discussion here:
http://appdb.winehq.org/commentview.php?iAppId=2077&iVersionId=13563&iThrea…
Sam
--
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=14342
Summary: Command & Conquer 3: Missing Install Text
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
When I try to install the game, the autorun says that there is no install text,
and it cannot run setup afterwards. I have been told to install msttcorefonts
and freefonts, this is already done and it has not solved the issue. I am not
sure about how to create the appropriate log to reproduce the issue. Tell me if
there is anything else you guys need to know.
--
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.