https://bugs.winehq.org/show_bug.cgi?id=43251
Bug ID: 43251
Summary: Anarchy Online Login Window Play and Settings button
disapper after minimising and maximising window
Product: Wine
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Hello everyone,
I noticed some strange behaviour in Anarchy Online.
Steps to reproduce:
- Start up AnarchyOnline.exe
- Patch the game (if necessary)
- Click the minimise button of the window
- Maximise the window again
-> Settings and play button disappear.
--
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=44516
Bug ID: 44516
Summary: Anarchy Online doesn't startup anymore
Product: Wine
Version: 3.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 60469
--> https://bugs.winehq.org/attachment.cgi?id=60469
Console Output wine 3.1 (Non-staging)
Hello everyone,
I would like to report that I did some testing on "Anarchy Online" but it
doesn't seem to start up anymore and wants to launch a debugger but also fails
there.
Please see the console output for further information.
--
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=46375
Bug ID: 46375
Summary: Vietcong: game save thumbnails (screenshots) have
corrupted colors
Product: Wine
Version: 4.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: havran.jan(a)email.cz
Distribution: Other
Created attachment 63117
--> https://bugs.winehq.org/attachment.cgi?id=63117
Game-save screenshots - left = created on windows, right = Wine
Every time Vietcong game creates new game save (psg file), it also creates
in-game screenshot of what scene game currently render on screen. This
screenshot is part of the psg file. In main menu, game shows screenshot of
selected game save (as a thumbnail). On native Windows, these screenshots are
created relative nice (but they are low quality/compressed pictures), while on
Wine they have always corrupted colors.
It is not problem of showing these screenshots (since I tried in Wine to load
game save created on Windows, which had nice thumbnail), but they are being
created corrupted. I have not looked into this bug deeply yet, so I do not know
which API game uses to create these screens.
This bug is in Wine probably for very long time, maybe since beginning. There
is nothing special in the Wine log.
--
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=18382
Summary: SubEdit fails to start
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://matinf.pcz.pl/~subedit/download/subedit_b4072_ins
tall.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20962)
--> (http://bugs.winehq.org/attachment.cgi?id=20962)
Fatal error
I'm using Wine 1.1.20 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that SubEdit fails to start and shows fatal error.
--
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=25689
Summary: Combat Mission: Barbarossa to Berlin - failing to
initialize graphics
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mat69(a)gmx.net
Created an attachment (id=32722)
--> (http://bugs.winehq.org/attachment.cgi?id=32722)
terminal output when starting cmbb
I installed CMBB and updated to 1.03, using a crack made it possible to avoid
BUG:219.
Trying to start I get a message complaining that Direct3D graphics could not be
recognised.
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=24308
Summary: Fullscreen fails for MechWarrior 4 games (Only one D3D
device per DirectDraw object)
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: georg298(a)gmx.de
For all MechWarrior 4 games, fullscreen fails with message
fixme:ddraw:d3d7_CreateDevice Only one Direct3D device per DirectDraw object
supported.
Obviously, the game falls back to window'ed mode, as
static HRESULT WINAPI d3d7_CreateDevice(IDirect3D7 *iface, REFCLSID riid,
IDirectDrawSurface7 *surface, IDirect3DDevice7 **device)
returns
DDERR_INVALIDPARAMS
changing this behaviour (returning D3D_OK instead):
if (ddraw->d3ddevice)
{
FIXME("Only one Direct3D device per DirectDraw object supported.\n");
LeaveCriticalSection(&ddraw_cs);
return D3D_OK;
// return DDERR_INVALIDPARAMS;
}
makes fullscreen work for these games.
Probably it's not "legal" to return D3D_OK in this case, but maybe there is a
real solution for this problem?
--
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=43146
Bug ID: 43146
Summary: gtkmm hello world program can't show window
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bing(a)nym.hush.com
Distribution: ---
Created attachment 58373
--> https://bugs.winehq.org/attachment.cgi?id=58373
gtkmm hello world tarball
So I tried the gtkmm hello world program:
https://developer.gnome.org/gtkmm-tutorial/stable/sec-helloworld.html.en
and I put it in a tarball (Attached.)
Anyway, I cross-compiled it with mingw and it runs fine in a windows VM.
When I run it with wine though, it crashes -- which is surprising because the
program does so little!
I ran it with GDK_DEBUG=all and I can see that it's crashing on the showing of
a window.
I guess I should mention that I'm running this in an Xorg session, and not
Wayland.
Anyway, I'm running wine 2.8 as provided by Fedora 25.
Here is the backtrace:
https://pastebin.com/yWZkHkDZ
I don't know if it's customary to upload executables here, so I won't do that
unless asked.
--
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=47396
Bug ID: 47396
Summary: Lord of the Rings Mouse Pointer falls back to
System-Pointer since wine 4.9
Product: Wine
Version: 4.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wasti2k(a)gmail.com
Distribution: ---
Mouse Pointer falls back to System-Pointer since wine 4.9
Mouse Pointer changes to System Pointer, by moving the pointer over an enemy.
Last working Version was Wine 4.6
--
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=45244
Bug ID: 45244
Summary: MapleStory: screen freezes with certain audio files
Product: Wine
Version: 3.8
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alpha.s3r(a)gmail.com
Created attachment 61485
--> https://bugs.winehq.org/attachment.cgi?id=61485
Trimmed bug report. Frame Sync failed repeated indefinitely (but file size was
125 MB), so I erased most of those lines.
Wine screen freezes when playing certain audio files. It seems to be either
non-MPEG2 files or audio files that don't conform to 24k bps or 22050 Hz (any
audio under this classification seems to be fine).
The specific audio file that was used to replicate the crash was: MPEG 2.5 / 8k
bps / 8000 Hz. I've tested out other Wine versions, and Wine Stable 3.0 has the
same error, along Wine Staging 3.6, 3.7, 3.8.
However, if you use Wine 2.22 or Wine 1.4.1, the app runs fine and doesn't
freeze at these sound effects.
--
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=39276
Bug ID: 39276
Summary: Resizing window in TellTale games does not resize
active area
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: robertc(a)gmail.com
Distribution: ---
In recent Telltale games (Walking Dead Season 2, Tales from the Borderlands)
resizing the display leads to some areas of the screen becoming hidden.
The games start in 1024x768 resolution by default, if you change that in the
game settings to, for instance, match your desktop resolution then you end up
with a 1024x768 panel showing the top left of game in the middle of a
blank/broken area. It is possible to interact with things outside the 1024x768
panel but you have to guess where they are.
I've attached a screenshot of the issue on my 1366x768 laptop.
This doesn't happen with The Walking Dead Season 1 so I assume this is some
update that Telltale have made to their game engine which is now broken in
WINE.
--
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.