https://bugs.winehq.org/show_bug.cgi?id=45956
Bug ID: 45956
Summary: _BrowseProperty bug in Guitar Hero World Tour
installer
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mistere2002(a)zonnet.nl
Distribution: ---
Created attachment 62504
--> https://bugs.winehq.org/attachment.cgi?id=62504
only one attachment file possible??
* Run the installer until Screen01.png => Press "Change"
* Screen02.png shows the correct paths/information => Press "Cancel" or "Reset
to Default"
* Results in Screen03.png. Log entries:
"
015a:fixme:heap:RtlSetHeapInformation 0x260000 0 0x23fd20 4 stub
015a:err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=1590000015a, oid=2
015a:err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with
error 0x8001011d
"
* Press "Next" and "Install". Installation seems to work.
Also, the progressbar (or window update?) is broken for a long time now. It
shows the complete installation a bar of 100% completion (progressbar.png)
I am quite sure this worked multiple years ago.
Included the complete install.log
Related to a earlier bugreport: https://bugs.winehq.org/show_bug.cgi?id=28219
--
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=46666
Bug ID: 46666
Summary: Al Unser, Jr Arcade Racing has weird colors
Product: Wine
Version: 4.0
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 63612
--> https://bugs.winehq.org/attachment.cgi?id=63612
Screenshot showing wrong colors
Hi,
I have recently tried Al Unser, Jr. Arcade Racing with Wine, the game itself is
from 1995 so its is quite old. I was just curious. I have managed to get the
game working, but the colors is not right. The game requires an 8 bit display,
otherwise it refuses to start.
I followed the recommendations and used the following commands:
$ Xephyr :1 -screen 800x600x8 -cc 3 &
$ DISPLAY=:1 wine alunser.exe
The game starts, but the colors are wrong. As displayed in my attached image.
A demo, which displays the same colors, are available at:
https://archive.org/details/Alunser. There's also an image displaying the
colors as they should be.
--
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=47490
Bug ID: 47490
Summary: GlobalLock different behavior
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: ghotik2002(a)yahoo.com
Distribution: ---
Different behavior of GlobalLock in DxWnd GUI routine.
This is an extract of source code:
IStream *pStream = 0;
CreateStreamOnHGlobal(0, TRUE, &pStream);
LONG cbSize = 0;
hr = pPicture->SaveAsFile(pStream, TRUE, &cbSize);
if(FAILED(hr)) {
OutTrace("GrayIcon: SveAsFile error hr=%#x\n", hr);
return NULL;
}
HGLOBAL hBuf = 0;
hr = GetHGlobalFromStream(pStream, &hBuf);
if(FAILED(hr)) {
OutTrace("GrayIcon: GetHGlobalFromStream error hr=%#x\n", hr);
return NULL;
}
buf = (BYTE *)GlobalLock(hBuf);
if(buf == NULL) {
OutTrace("GrayIcon: GlobalLock error err=%d\n", GetLastError());
return NULL;
}
the stream holds an icon picture, everything is ok but the GlobalLock call:
- in Windows it returns a valid memory address
- in Wine/Linux it returns NULL errno 157 ERROR_DISCARDED - The segment is
already discarded and cannot be locked.
All this is in DxWnd program run on Wine/Linux environment.
P.s. my first bug report here - hope everything is more or less ok ... ;)
--
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=41930
Bug ID: 41930
Summary: Civilization III Complete shows black terrain (Wine
compiled with OSMesa support)
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: michael(a)fds-team.de
Regression SHA1: e618ab65ed5b623785c58ea5ece6e39895d43063
Distribution: ---
Created attachment 56311
--> https://bugs.winehq.org/attachment.cgi?id=56311
screenshot
This is one of the few games that I know of which makes some use of OpenGl in
bitmaps. When Wine was compiled with OSMesa support, tiles containing terrain
turn black as soon as I launch a game.
Reproduced with Nvidia binary drivers 375.20 and nouveau/mesa.
I tried Civilization III Complete (both the Steam and the GOG.com versions have
this bug).
Terminal output:
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
err:ole:CoGetClassObject class {5959df60-2911-11d1-b049-0020af30269a} not
registered
err:ole:CoGetClassObject no class object {5959df60-2911-11d1-b049-0020af30269a}
could be created for context 0x1
Reverting the following patch on top of git fixes the problem:
commit e618ab65ed5b623785c58ea5ece6e39895d43063
Author: Michael Müller <michael(a)fds-team.de>
Date: Tue Feb 3 11:07:38 2015 +0100
gdi32: Fix arguments for OSMesaMakeCurrent when using 16 bit formats.
Please let me know if you need debug logs.
wine-1.9.24-105-g1d3b944
Fedora 24 x86_64
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 375.20
Installed packages:
mesa-libOSMesa.i686 13.1.0-0.12.git95ddb37.fc24
mesa-libOSMesa.x86_64 13.1.0-0.12.git95ddb37.fc24
mesa-libOSMesa-devel.i686 13.1.0-0.12.git95ddb37.fc24
mesa-libOSMesa-devel.x86_64 13.1.0-0.12.git95ddb37.fc24
--
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=30984
Bug #: 30984
Summary: Some keys do not work in Trine and Skyrim
Product: Wine
Version: 1.5.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yves.embil(a)orange.fr
Classification: Unclassified
Regression SHA1: 43984f355a2905e16075a9df3d7fbe463761e853
Created attachment 40666
--> http://bugs.winehq.org/attachment.cgi?id=40666
result of the regression test
In Trine the key to select the thief and Skyrim the key to open the console
does not work,with wine-1.5.5 it works.
--
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=38040
Bug ID: 38040
Summary: Cubic Castles: fog effect doesn't work properly
Product: Wine
Version: 1.7.36
Hardware: x86
URL: http://ccdownload.blob.core.windows.net/ccwindows/Cubi
cCastlesWindowsSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 50675
--> https://bugs.winehq.org/attachment.cgi?id=50675
screenshot
The distance fog effect isn't rendered properly and almost everything is white
in the game. Only the HUD, character names and the chat window is visible.
The same problem with Wine 1.4, 1.6 etc. Native d3dx9* libraries don't change
the picture at all. Disabling GLSL doesn't help either.
Terminal output:
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33f7f8,0x00000000), stub!
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x139430, adapter_idx
0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM,
dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
err:ole:CoCreateInstance apartment not initialised
fixme:g711:G711_StreamSize
err:d3d:wined3d_debug_callback 0x172be8: "GL_INVALID_VALUE error generated.
Width and height must not be negative.".
err:d3d:scissorrect >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glScissor @
state.c / 4972
...
The last lines are repeating over and over.
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.
http://bugs.winehq.org/show_bug.cgi?id=28362
Summary: mshtml/events.ok is flaky, times out sometimes on some
machines?
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I just had a timeout on mshtml/events.ok.
http://test.winehq.org/data/tests/mshtml:events.html shows a number of
timeouts on at least two windows machines, so I may not be alone.
My log showed
../../../tools/runtest -q -P wine -M mshtml.dll -T ../../.. -p
mshtml_test.exe.so events.c && touch events.ok
...
fixme:mshtml:nsURI_EqualsExceptRef (0x20cc770)->(0x1799d8 0x33efb4)
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x1dec0a8)->()
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x17ab88)->(0x33efdc 0x33efac 0)
and then hung for 20 minutes until buildbot killed it.
This was with WINEDEBUG=warn+heap, if it matters, and the machine it
happened on was
os: Ubuntu 10.04.3 LTS, 2.6.32-33-generic, pulseaudio
0.9.21-63-gd3efa-dirty, Advanced Linux Sound Architecture Driver Version
1.0.21.
ram: 3212 MB
cpu: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz
gpu: GeForce GT 240/PCI/SSE2 3.2.0 NVIDIA 195.36.24
--
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=41731
Bug ID: 41731
Summary: vb custom control not work
Product: Wine-staging
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lokesh.bhandari(a)enjayworld.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
I have a visual basic 6 base application. In application enter key will go
cursor to next field in windows and in backspace will go to cursor to previous
field in windows. But in wine-staging 1.9.23 and all other version this
functionality not work. So please suggest me for this. Download link is below
for application.
http://piracyfreeos.org/partner/down.php
log for application is
fixme:winediag:start_process Please report bugs at http://bugs.wine-staging.com
(instead of winehq.org).
fixme:ntoskrnl:IoGetConfigurationInformation partial stub
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
--
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=42493
Bug ID: 42493
Summary: Kritika Online startup fails (Xigncode problem?)
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wyrex(a)openmailbox.org
Distribution: ---
Created attachment 57360
--> https://bugs.winehq.org/attachment.cgi?id=57360
game launch from patcher
Kritika Online MMO freezes at startup. Game patces succesfully in 32-bit prefix
with ie7 installed. When I click "Game Start" empty game window opens and after
10 seconds Xigncode flashes in bottom corner. Then only this message spams
continously until I forcekill it.
fixme:virtual:get_section_name (0x348,0x340000,0x33ba48,528,0x33ba44):
semi-stub
--
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=42596
Bug ID: 42596
Summary: The Secret World: Shadows Render Incorrectly
Product: Wine-staging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: padreadamo(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57537
--> https://bugs.winehq.org/attachment.cgi?id=57537
Incorrect shadow rendering
Shadows do not render correctly in "The Secret World," an MMORPG that is
getting a relaunch later this year, using Staging (CSMT) or not. There are not
settings (in the game) that change the outcome of the shadows not rendering
correctly. In addition, this was checked using several different GPUs and CPUs
to rule-out possible hardware (AMD CPU vs Intel CPU and AMD 7970/AMD R270m).
This game uses the Dreamworld engine which is also used in "Age of Conan."
The attachment shows an in-game screenshot of the shadow rendering. This is my
first bug report here.
Link to download the client: http://cdn.funcom.com/tsw/live/setup.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.