https://bugs.winehq.org/show_bug.cgi?id=43353
Bug ID: 43353
Summary: Planet Skies
Product: Wine
Version: 1.7.3
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: katyaholubitsky11(a)gmail.com
Created attachment 58700
--> https://bugs.winehq.org/attachment.cgi?id=58700
the backtrace is an attachment that shows up whenever i try to use OpenGL or
Direct3G.
When i try to click OpenGL,it wouldn't let me play,the screen goes black and
this popup shows up,
and when i try to use Direct3G, the same popup shows up.
--
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=33446
Bug #: 33446
Summary: Left 4 Dead: Player outlines may appear distorted
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: CFSworks(a)gmail.com
Classification: Unclassified
Created attachment 44258
--> http://bugs.winehq.org/attachment.cgi?id=44258
Distorted player outlines: UseGLSL=enabled, shader detail level = very high
In Left 4 Dead, with the shader detail level set to high/very high, and
UseGLSL=enabled, there is some distortion in the outlines of characters through
walls.
At medium/low shader detail, the outlines appear as they should. Likewise,
setting UseGLSL=disabled corrects the image, so this may be a bug in Wine's
GLSL generator.
--
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=38275
Bug ID: 38275
Summary: DeferWindowPos accept NULL HWND and fail at
EndDeferWindowPos()
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: rozhuk.im(a)gmail.com
Distribution: ---
http://source.winehq.org/git/wine.git/blob/e882cdf55cc004b5ffb7b85d912b4733…
DeferWindowPos( HDWP hdwp, HWND hwnd...
does not check: hwnd != NULL (windows does!)
and later EndDeferWindowPos() fail in
http://source.winehq.org/git/wine.git/blob/e882cdf55cc004b5ffb7b85d912b4733…
X11DRV_SetWindowPos(...)
...
763 /* Fix redundant flags */
764 if (!fixup_flags( winpos )) return FALSE;
fixup_flags()
...
WND *wndPtr = WIN_GetPtr( winpos->hwnd );
382 BOOL ret = TRUE;
383
384 if (!wndPtr || wndPtr == WND_OTHER_PROCESS)
385 {
386 SetLastError( ERROR_INVALID_WINDOW_HANDLE );
387 return FALSE;
388 }
Miranda NG was affected.
Workaround:
if (NULL != hwnd) /* Wine fix. */
hdwp = DeferWindowPos(hdwp, hwnd...);
--
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=46943
Bug ID: 46943
Summary: Theme Park World crashes at startup
Product: Wine
Version: 4.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: haakobja(a)gmail.com
Distribution: ---
Created attachment 64065
--> https://bugs.winehq.org/attachment.cgi?id=64065
Log with exception
Hi,
I'm trying to get Theme Park World to start with Wine. I've set the Windows
version to Windows 2000 (as stated in bug 37802), and the game is updated to
version 2.0.
The copy protection seems to work, but after the initial splash screen is gone
I immediately get the following exception:
>Â 0035:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7b46b76e
When I try with the no-cd crack, the game runs as it should.
--
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=28420
Summary: serious problem in running schrankplaner.exe
Product: Wine
Version: unspecified
Platform: x86
URL: javascript:downloahttp://www.schrankplaner.de/deu/4_Pl
anen&Bestellen/41_GratisSoftware/45_Gratis-Software.ht
ml?PHPSESSID=25bda3c1dc1d0b9440e7c516aaa00b46d('./soft
ware_de/schrankplaner_setup.exe','1')
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: muemarco(a)gmail.com
after installing the program successfully by creating a .verb file and running
it with the command winetricks schrankplaner.verb, the program crashes when I
start it from the wine program list.
--
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=10791
Summary: RPG Maker XP 10.2a: Does not play Background Music (BGM)
and Background Sounds (BGS)
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hen.asraf(a)gmail.com
Background Music and Background Sounds cannot be played with Wine.
It is possible to play them in your own media player and such, and then just
choose to use the preferred file to be played when playing. It will play on
Windows machines, only it won't under Wine.
No errors occur, the sound simply does not play.
Sound Effects (SE) and Music Effects (ME) do work.
It might have something to do with the file type and media codec.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38117
Bug ID: 38117
Summary: Fallen Enchantress: map screen is black unless
'ClothMapOnly' option is enabled
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 50801
--> https://bugs.winehq.org/attachment.cgi?id=50801
terminal output
The map screen is black, only some HUD elements can be seen.
The game contains configuration options in ~/My
Games/FallenEnchantress/Prefs.ini
If I set the option 'ClothMapOnly=1' then the map is rendered properly.
The same problem with Wine 1.4/1.6.
Native d3dx9_41 was used to start the game.
Disabling GLSL doesn't help.
Fedora 21
Nvidia binary drivers 340.76
--
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=46164
Bug ID: 46164
Summary: Graphics blurry/garbled in Unigine Superposition
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cybermax(a)dexter.no
Distribution: ---
Graphics is blurry/garbled in Unigine Superposition running in "DirectX" or
"OpenGL" mode with "medium" or higher "shader quality".
Setting "shader quality" to "low" seems ok in both OpenGL and DirectX mode.
--
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=33053
Bug #: 33053
Summary: Support for dvorak programmer layout.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gitterrost4+winehq(a)gmail.com
Classification: Unclassified
Created attachment 43693
--> http://bugs.winehq.org/attachment.cgi?id=43693
Patch to add support for dvorak programmer's layout.
There currently is no support for the dvorak programmer's layout in wine. The
layout can be found here:
http://kaufmann.no/roland/dvorak/index.html
The symptom of this problem is:
In Guild Wars, if I try to bind the key with the ampersand on it (where the 1
would usually be on a standard US-Keyboard) to an action, it just does nothing,
as if i hadn't pressed any key.
The same goes for Diablo III. If I try to bind this key, it says
"!!!MISSING!!!".
Writing in these apps currently works as expected (i.e. in Chats or Messages).
I have altered the File dlls/winex11.drv/keyboard.c, and it kind of works. (see
the attached Patch)
When I press the ampersand-key in the patched version, it registers, but shows
up as "1" in the options dialog. This is no problem for gameplay, it just looks
weird.
--
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.