http://bugs.winehq.org/show_bug.cgi?id=24478
Summary: Fallout 3 no background music
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipemoraesbr(a)gmail.com
This problem has been happening for a long time now for me, and it is still not
fixed in current wine 1.3.3. Other game sounds are fine, just the background
music(which I think is mp3) isn´t working.
The tip for sound problems posted was not appliable to my case, i renamed the
old file to winmm.dll_old.so and put the even older dll is that folder, as
said, then i restarted but to no use. I should mention I´m using ALSA already
Hope we can work together to solve this
--
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=10610
Summary: Gothic II: D3D7 crash after playing several minutes
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wielkiegie(a)gmail.com
Created an attachment (id=9411)
--> (http://bugs.winehq.org/attachment.cgi?id=9411)
Wine messages when game crashes
On Wine 0.9.49 (and probably all after 0.9.38) Direct3D 7 crashes after playing
several (7-10) minutes Gothic II: Night of the Raven (and probably base Gothic
II and Gothic I).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25777
Summary: TurningPointAnyWhere24.exe won't install
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan.g.cannon(a)gmail.com
I attempted to install TurningPointAnyWhere24.exe downloaded from
http://www.turningtechnologies.com/responsesystemsupport/downloads/software…
I extracted the zip file in my Downloads folder (default location in Ubuntu
10.04). I attempted to open the file with Wine Windows Program Loader (right
click and select that application to open). It crashed Wine.
Possibly unrelated information, but I'll give it since I am ignorant about the
workings of Wine:
The unzipped TurningPointAnyWhere24 folder which contains
TurningPointAnyWhere24.exe also contains a number of dll files with names that
look like they may be specific to the TurningPointAnyWhere software. I don't
know how to install these and didn't try anything.
I installed a clean wine prefix. I installed the .net framework 2.0 as per
http://appdb.winehq.org/objectManager.php?sClass=version&iId=3754. I then
installed Microsoft Office 2007 as per
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4992 and it is
working. I successfully installed TurningPoint_PC_4_2_3.exe from
http://www.turningtechnologies.com/responsesystemsupport/downloads/software…
with no additional adjustments, and it appears to work. At this point I tried
installing TurningPointAnyWhere24.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=24108
Summary: error in Visual Basic Editor
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vkedzior(a)is.pw.edu.pl
I always get an error message when I'm trying to add User Form in Visual Basic
Editor (tested in Word 2007 and Excel 2007).
Error message contain information about error &H8...
--
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=26990
Summary: Playchess, pieces are not shown correctly
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://www.fritzhelp.com/download/PlayChessV5Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Install.. Click "Enter As Guest". Click games tab and wait some time (Tab is
changed, but nothing is drawn: bug 26989)
Press enter-key (should open some games)
Look like this: http://netikka.net/dev/pieces.jpg
Terminal has lot of:
fixme:gdiplus:GdipCreateBitmapFromHBITMAP don't know how to handle 16 bpp
PS. winetricks gdiplus help
--
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=22456
Summary: Wrong caching with INI functions
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
Created an attachment (id=27506)
--> (http://bugs.winehq.org/attachment.cgi?id=27506)
Simple test program
I've written a program to manage some ini file and I've seen a wrong behaviour
in wine.
The origin of the problem I think is the cache system. I've isolated the
problem with a very simple program. The operations involved on button press
are:
1) Write the file test.ini with key value = WRONG (with
WritePrivateProfileStringA)
1a) Message on screen (ok to continue)
2) Delete ini file
3) Read the file test.ini (it doesn't exists now) with the default value =
RIGHT (with GetPrivateProfileStringA)
In Windows the result is RIGHT but in wine is WRONG, because it reads the
cached value! Only to obtain the compatibility with my software I've changed my
wine source in this way:
dlls/kernel32/profile.c
BOOL WINAPI WritePrivateProfileStringW( LPCWSTR section, LPCWSTR entry,
LPCWSTR string, LPCWSTR filename )
{
...
ret = PROFILE_SetString( section, entry, string, FALSE);
// PROFILE_FlushFile(); // COMMENTED
if (CurProfile) PROFILE_ReleaseFile(); // INSERTED
...
}
NOTE:
I didn't test if other WritePrivateProfile* are affected by this problem or if
the problem instead is in the GetPrivateProfile*
--
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=27808
Summary: Celtic Kings crashes on launch (audio related)
Product: Wine
Version: 1.3.24
Platform: x86
URL: http://www.fileplanet.com/111590/110000/fileinfo/Celti
c-Kings-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=35568)
--> (http://bugs.winehq.org/attachment.cgi?id=35568)
terminal output
Celtic Kings: Rage of War crashes with an unhandled page fault on startup.
Interestingly, the crash is not fatal and the game loads up to the menu.
However, audio is not playing in the game.
The same problem in Wine-1.0.1, 1.2.3,...
'winetricks directmusic' or disabling audio in Wine work around the crash.
I don't know whether this is a dupe of bug #17592. The mentioned workarounds
apply to #17592, too. The difference is that Celtic Kings can recover from the
crash and continues loading the game.
--
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=13082
Summary: Adobe Premiere Pro 1.5 fails to start
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.adobe.com/pub/adobe/magic/premiere/win/7
.x/premierepro_english_tryout.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Followup of #11613. The application starts, then asks you to create a new
project, but then fails with a messagebox :
" Adobe Premiere encountered a serious problem, and
needs to be closed"
(Note :all this after using native gdiplus, otherwise you'll run into other
bug)
Using native comctl32 gets around this bug. If needed i can provide debuglogs.
--
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=18776
Summary: VBALink: GBC roms open at an incorrect resolution
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://www.vbalink.info/download/vbalink180b0.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Steps to reproduce:
- Download VBALink and any GB/GBC rom (untested with GBA roms)
- Open the rom with VBALink with default settings
The window resizes to the screen's height, this doesn't happen under Windows;
see screenshot.
The following is the only console output available:
fixme:win:EnumDisplayDevicesW ((null),0,0x32ec50,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x173ba0,0x173b28): stub
fixme:menu:GetMenuBarInfo (0x20036,0xfffffffd,0x00000000,0x32ead0)
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Can't handle WINEDDBLT_ASYNC flag
right now.
--
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=25261
Summary: AutoCAD 2009 LT: Running AcDelTree.exe causes Wine
error
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shlwapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32081)
--> (http://bugs.winehq.org/attachment.cgi?id=32081)
Terminal output on wine-1.3.7-172-g8925024
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine AcDelTree.exe
Behaviour:
Wine error window
Expected behaviour:
Nothing
--
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.