https://bugs.winehq.org/show_bug.cgi?id=45053
Bug ID: 45053
Summary: Gradual corruption of textures in Black and White 1
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: linus(a)folkdatorn.se
Created attachment 61182
--> https://bugs.winehq.org/attachment.cgi?id=61182
Before and after restarting the game
While playing Black and White 1.20, the textures are gradually becoming either
black or in some cases, wrong/corrupted. Restarting the game makes everything
look good again, but slowly the textures will become corrupted again.
This makes it quite hard to play the game without constantly restarting.
The game uses DirectX 7.0a.
--
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=31431
Bug #: 31431
Summary: Anno 1701: Crash on startup
Product: Wine
Version: 1.5.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: K1773R(a)darkgamex.ch
Classification: Unclassified
Anno1701 crashes at startup, unclear why (i tested 12 different wine versions,
all affected), bt attached.
linux: Linux 2.6.32-41-generic SMP Fri Jul 6 18:00:34 UTC 2012 x86_64 GNU/Linux
nvidia: 295
--
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=25189
Summary: Visual C++ 2010 Express Installer Fails
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ariel.byd(a)gmail.com
Wine Git:
Visual C++ 2010 Express Installer (vc_web.exe, SHA256
9CF657B2A8E4A3DEEC1AA820DD60540D000BF1E6A5AE84920E93D698C293B2FC, downloaded
from http://www.microsoft.com/express/Downloads/), fails with the following
message a few seconds after I run it:
^ Setup has encountered a problem while trying to copy:
/!\ C:/{128-bit hex}/$shtdwn$.req
----- Press Retry to attempt the copy again. Press Cancel to cancel setup.
Log 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.
https://bugs.winehq.org/show_bug.cgi?id=37252
Bug ID: 37252
Summary: EstimateS 9.10 crashes on startup via wine 1.7.25
Product: Wine
Version: 1.7.25
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jason(a)joines.org
Created attachment 49542
--> https://bugs.winehq.org/attachment.cgi?id=49542
backtrace for EstimateS 9.10 crashes on startup via wine 1.7.25
I'm running wine 1.7.25 on 64 bit Kubuntu 14.0.4.1 with a fresh .wine
directory. When I try to run EstimateS version 9.1.0 via "wine
drive_c/EstimateS\ 9\ Windows/EstimateSWin910/EstimateSWin910.exe" it crashes
with "wine: Unhandled page fault on read access to 0x00000024 at address
0xdf9149 (thread 0009), starting debugger..."
I have these wine packages installed via the Ubuntu PPA:
wine-gecko2.24:amd64 - 2.24-0ubuntu1~ppa1
wine-gecko2.24:i386 - 2.24-0ubuntu1~ppa1
wine-mono4.5.2 - 4.5.2-0ubuntu1~ppa1
wine1.7 - 1:1.7.25-0ubuntu1~ppa4
wine1.7-amd64 - 1:1.7.25-0ubuntu1~ppa4
wine1.7-i386 - 1:1.7.25-0ubuntu1~ppa4
winetricks - 0.0+20140302-0ubuntu2
The backtrace is attached.
The application is freeware and can be downloaded from
http://viceroy.eeb.uconn.edu/estimates/EstimateSDownload/EstimateS_910_Wind….
There does not seem to be an installer, just unzip and run the executable.
sha1sums:
f899630eed59aa03827748d358a85ee71c039ca1
/home/jason/tmp/EstimateS_910_Windows.zip
2055e834072f72c3f35c91a1fe0861a79506c859 drive_c/EstimateS 9
Windows/EstimateSWin910/EstimateSWin910.exe
--
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.
https://bugs.winehq.org/show_bug.cgi?id=35967
Bug ID: 35967
Summary: postgresql 9.3.4-3 fails to install (needs to be a
non-administrator)
Product: Wine
Version: 1.7.16
Hardware: x86
URL: http://www.postgresql.org/download/windows/
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Depends on: 35966
Created attachment 48074
--> https://bugs.winehq.org/attachment.cgi?id=48074
report non-admin privileges
Background: a user asked about how to get wine to report not running as admin
in #winehackers, for postgresql
After winetricks wsh57 to work around bug 35966, the installer mostly works. At
the end the install, it tells you there was a problem starting the database.
Looking at its log, I see:
creating template1 database in C:/Program Files/PostgreSQL/9.3/data/base/1 ...
Execution of PostgreSQL by a user with administrative permissions is not
permitted.
The server must be started under an unprivileged user ID to prevent
possible system security compromises. See the documentation for
more information on how to properly start the server.
child process exited with exit code 1
initdb: removing contents of data directory "C:/Program
Files/PostgreSQL/9.3/data"
Called Die(Failed to initialise the database cluster with initdb)...
Failed to initialise the database cluster with initdb
Vincent offered the user a suggestion on how to avoid it, I'll attach that
patch. With that patch, the non-admin error goes away, and I get a cmd problem.
--
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=30672
Bug #: 30672
Summary: QIP Infium: incorrect blending at the edges
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Classification: Unclassified
This is continuation of bug 22902, which was about icon transparency problem.
Icons in connection setting have black shadows as shown on the following link:
http://bugs.winehq.org/attachment.cgi?id=38155
Problem is still present in wine-1.5.4 & QiP Infium build9032.
--
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=29604
Bug #: 29604
Summary: Hanacaraka v.1.0: Crashes when open the application .
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: th31syn(a)gmail.com
Classification: Unclassified
Created attachment 38353
--> http://bugs.winehq.org/attachment.cgi?id=38353
this is the picture when i open the Hanacaraka .
Hanacaraka crashes when i open 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=25681
Summary: wine iexplore.exe cannot open png files directly
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
I noticed this while looking at bug 4122. If I put a jpeg and a png in
~/.wine/drive_c, then do:
austin@aw21 ~/.wine/drive_c $ wine iexplore.exe "C:\\test.jpeg"
it works fine. Doing the same with a png file, however, fails:
austin@aw21 ~/.wine/drive_c $ wine iexplore.exe "C:\\test.png"
fixme:ole:CoResumeClassObjects stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:shdocvw:BindStatusCallback_OnProgress status code 11
fixme:shdocvw:BindStatusCallback_OnProgress status code 14
fixme:urlmon:create_object Could not find object for MIME L"image/png"
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38201
Bug ID: 38201
Summary: Newly displayed dialogs have inactive-looking
decorations although are actually active
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
Created attachment 50980
--> https://bugs.winehq.org/attachment.cgi?id=50980
Screenshot of Windows (left) and Wine (right) MessageBox
If I uncheck "Allow the window manager to decorate the windows" in Graphics tab
of winecfg, or just set wine to show all its windows in a virtual desktop or
launch the apps like `wine explorer /desktop=a,1152x864 appname.exe`, their
windows often look as inactive (gray title bar) while they are actually active.
This is visible in particular in winecfg dialog, Mono/Gecko downloaders dialogs
on wine prefix update, as well as with a simple program like this:
#include <windows.h>
int main() { MessageBox(0,"Hello","Message",MB_OK); }
I've tested the code above in Wine and Windows XP, and in Windows it has
correct active title (blue-lightBlue gradient), while in wine it has inactive
title (gray-lightGray gradient).
If I make any other window active, then switch back to this one, it'll then
show the correct title colors.
The attachment compares Windows' MessageBox with that of Wine, both untouched
at the moment of screenshooting.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41215
Bug ID: 41215
Summary: Necromancer's Dos Navigator (NDN) fails to run
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ddascalescu+wine(a)gmail.com
Distribution: ---
I'm trying to run the W32 version of NDN from http://ndn.muxe.com/download/
because the GNU version fails pretty miserably on current *nixes. The W32
version works great on Windows 7 in XP compatibility mode, but when I run it in
Wine, I get the exact error I get in Windows 7 without XP compatibility turned
on:
$ wine ndn.exe
fixme:process:SetProcessShutdownParameters (00000280, 00000001): partial stub.
Not enough memory available for Necromancer's Dos Navigator .
Please check if at least 400kb memory is available...
$ wineconsole ndn.exe
fixme:process:SetProcessShutdownParameters (00000280, 00000001): partial stub.
dosbbox doesn't work because the program must be run in Win32.
--
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=35420
Bug ID: 35420
Summary: Stronghold Kingdoms crashes due to ID3DXFont
PreloadCharacters being a stub.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Use patch from http://bugs.winehq.org/show_bug.cgi?id=23934 to work around
update issue.
winetricks dotnet2
Install Stronghold Kingdoms
Uncheck "Installed DirectX runtime"
Run Stronghold Kingdoms
Now a exception dialogs appears, which is caused by the following stub
fixme:d3dx:ID3DXFontImpl_PreloadCharacters iface 0x6132088, first 0, last 255
stub
workaround.
winetricks d3dx9_36
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46225
Bug ID: 46225
Summary: Act Cadenza Strife (A Fighter Maker 2knd game): Uses
60%+ of the CPU
Product: Wine
Version: 3.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: Zero3K(a)teknik.io
Distribution: ---
Created attachment 62912
--> https://bugs.winehq.org/attachment.cgi?id=62912
Stack Trace of ACS.exe
I've noticed the issue occurring in ReactOS (which uses the code that WINE has
for the drawing of graphics when it comes to DirectDraw). I am using the latest
stable version of VirtualBox with 32 MB of Video Memory set and running WINE
via Slax 9.5.0. An image of the terminal output, stack trace made using a MSVC
build of ReactOS with the PDBs made when compiling it, and an image of the
reported CPU usage when its running are all attached.
Download URL:
https://mega.nz/#!JoJ0RaTY!cwVHOQbDDyrkpQlPNbDvkPwNsa3H0fYksx4ApNb9jQI
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42812
Bug ID: 42812
Summary: LiquidSky crash
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jey.and.key(a)gmail.com
Distribution: ---
Created attachment 57871
--> https://bugs.winehq.org/attachment.cgi?id=57871
all deffered but the 3 exported
My settings are suppose to be good, although apparently I'm unique with these
crashes.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38940
Bug ID: 38940
Summary: Rebelbetting crash on exit
Product: Wine
Version: 1.7.47
Hardware: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 51881
--> https://bugs.winehq.org/attachment.cgi?id=51881
wine-1.7.47-118-ga90592c console output
When exiting Rebelbetting, Wine reports a crash. Unfortunately the debugger is
not more specific than that.
1. "winetricks -q dotnet40" (Bug 37883)
2. Install, run, log-in.
3. Right-click system-try icon and select exit.
4. Crash.
I believe a log-in is required to get this far.
$ sha1sum RebelBettingSetup.exe
b832243be689059a6b6f00dd772be861865d3f08 RebelBettingSetup.exe
http://rebelbetting.com/files/RebelBettingSetup.exe
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37883
Bug ID: 37883
Summary: RebelBetting fails to load
Product: Wine
Version: 1.7.33
Hardware: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 50453
--> https://bugs.winehq.org/attachment.cgi?id=50453
Wine 1.7.33 console output
After a successful install, RebelBetting runs at 100% CPU for around 20
seconds, the memory balloons, and then it fails with a dotnet-related error
message. Screenshot attached. Same in both a 32-bit and 64-bit WINEPREFIX.
$ sha1sum RebelBettingSetup.exe
d5a5f8677e321acf3cae728232cad598ed84f093 RebelBettingSetup.exe
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42979
Bug ID: 42979
Summary: Age of Empires hangs for several seconds between
screens when CSMT is enabled
Product: Wine
Version: 2.7
Hardware: x86-64
URL: https://web.archive.org/web/20011206135758/http://mssj
us.www.conxion.com:80/download/aoe/trial/1.0/win98/en-
us/msaoe.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Created attachment 58110
--> https://bugs.winehq.org/attachment.cgi?id=58110
good log
To reproduce create a new Windows 98 prefix and install and run the game. There
are 2 company logo screens and then there is the menu, when CSMT=1 each logo
screen takes seconds and before the menu is clickable there are several seconds
too.
I'm attaching 2 logs for the same operations (skip the company logos, click
single player and random map). The good log is 8Mb uncompressed, the bad log is
around 250mb. The logs were collected with
+d3d7,+d3d8,+d3d9,+d3d,+timestamp,+tid, if such logs are pointless I can take
any other by request.
Tested on Intel HD graphics 520 with mesa 13.0.5.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43497
Bug ID: 43497
Summary: Grandia II Anniversary Edition - Black screen
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: betaversiondot(a)gmail.com
Distribution: Debian
Created attachment 58877
--> https://bugs.winehq.org/attachment.cgi?id=58877
terminal output
Intro movies are not played and when i press Enter to skip them, game shows
only black screen, though i can hear menu sounds.
--
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=32174
Bug #: 32174
Summary: Applicaton crashes after paste of the clipboard
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: development+wine(a)decotrain.homedns.org
Classification: Unclassified
Created attachment 42448
--> http://bugs.winehq.org/attachment.cgi?id=42448
Backtrace of the crash.
This seems to be a special problem with a special content in the clipboard.
The crash can be invoked with this steps:
1. Look at an jpg with Irfanview 4.33 that has EXIF-Data.
2. Type I for Info of the picture.
3. Then click on Exif-Data.
4. Now click on "copy to clipboard" - that's working.
5. Go into the text of a new mail in Thunderbird in Linux.
6. Press CTRL-V for paste and Irfanview crashes!
When you are doing this with the Kate Text-Editor it will not crash but has no
content, but with another Text-Editor like geany it also crashes.
Interesting is to paste in Free-Office, then it takes some time and then you
get after the crash the message that the wanted format for the clipboard is not
available.
There are really strange things with the clipboard ...
--
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=35585
Bug ID: 35585
Summary: Castlevania: Lords of Shadow 2 demo endless loading
screen without native d3dx9_36
Product: Wine
Version: unspecified
Hardware: x86
URL: http://store.steampowered.com/app/239250
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 47513
--> http://bugs.winehq.org/attachment.cgi?id=47513
+d3dx+seh+tid
Without native d3dx9_36 game shows endless loading screen with hourglass.
Tested on Wine 1.7.12-57-gf4985e4
--
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=33848
Bug #: 33848
Summary: InstallShield fails to install any files on NTFS /
FAT32 partitions, while others can...
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tesfabpel(a)gmail.com
Classification: Unclassified
When you install a software that uses InstallShield (like Crysis, No One Lives
Forever 2, Myth 3 :P) on a NTFS / FAT32 partition, it fails the installation
right away with this error:
Access Denied
Other setup software like NSIS are able to install on those partitions (like
Notepad++)...
This bug is veeeery old (bug [17776])
---
Quote from bug [17776]:
Specfically -- and this is a guess -- I think stat() is returning different
values for files not yet committed to disk. IShield sees this, and assumes it's
being silently denied access to certain features when in fact what it wanted
actually happened, it's just being hidden due to this bug.
---
The solution then should be (IMHO) to implement a wrapper for the equivalent of
stat() in Windows that takes into account these differences and returns what
Windows' apps expect to get...
I set the bug's severity as major and not normal because it makes Wine fail
at "Emulating" Windows (yeah, I know, WINE Is not an Emulator :P) with a so
important setup software like InstallShield...
BTW shouldn't then the bug be related to IS?
Maybe, but anyway this denotes a difference in behaviour with Windows that I
think should be solved...
Anyway these are only my opinions... :)
--
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=35223
Bug ID: 35223
Summary: King's Bounty Crossworlds crashes in the new campaign
when entering the sea tower on the first island
Product: Wine
Version: 1.7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: i30817(a)gmail.com
Classification: Unclassified
As in the title. The error window it presents is:
".\BMRender\rmode.cpp(4050): DirectX call failed: 1, 1, D3ERR_INVALIDCALL (The
method call is invalid. For example, a method's parameter may not be a valid
pointer)"
This game already had crashes when loading levels or combat (probably) due to
the implemented messages wine emits with it:
"fixme:d3dx:D3DXCreateTextureFromFileInMemoryEx Generation of mipmaps for
compressed pixel formats is not implemented yet"
These could be worked around by setting texture quality to minimum (on the
Gallium 0.4 radeon driver). This error can't be worked around with that as far
as i can tell. A similar, but different (different line number, -1 instead of
1) error on windows, apparently has a workaround of disabling vsync but that
doesn't work in this case.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44540
Bug ID: 44540
Summary: Imperium GBR terminate unexpectly when using native
quartz.dll
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ---
Created attachment 60497
--> https://bugs.winehq.org/attachment.cgi?id=60497
log with dsound setted as native
Imperium GBR terminate unexpectly (without crash), with exit code -127 when
using native quartz.dll (from directmusic winetricks component)
The beheviour change if I have dsound setted as builtin or native.
If dsound is setted as builtin the game exit after the resolution change,
before playing the videos.
If dsound is setted as native the game play the videos and then terminate
before entering the main menu.
For playing music in the game it need dsound,dmime,dmsynth,dmusic,dswave as
native (this issue happens in the described ways if the mentioned dll (other
then dsound) are setted as builtin or native)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39013
Bug ID: 39013
Summary: Cannot change the location of the folder put in
/tmp/.wine-uid
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sstewartgallus00(a)mylangara.bc.ca
Distribution: ---
I want to set /tmp on my machine to be only readable and writeable by root and
I cannot use Wine with that configuration unless I can change that folder.
Also, only allowing the static folder in /tmp opens up a denial-of-service
attack against other users. A user can be a jerk and create /tmp/.wine-uid
directories to block other users.
--
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.