https://bugs.winehq.org/show_bug.cgi?id=42498
Bug ID: 42498
Summary: Error: Installing Java JRE jre-8u121-windows-i586.exe
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: justineuro.moin(a)gmail.com
Distribution: ---
Created attachment 57373
--> https://bugs.winehq.org/attachment.cgi?id=57373
backtrace: ERROR installing jre-8u121-windows-i586.exe
Error: Installing Java JRE jre-8u121-windows-i586.exe
using wine-1.6.2
in Debian 8 (Jessie)
Installation stops with error message: pls. see attachment.
--
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=42540
Bug ID: 42540
Summary: Can't install jre-8u121-windows-x64
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mavck(a)outlook.com
Created attachment 57442
--> https://bugs.winehq.org/attachment.cgi?id=57442
Text dump from terminal when installing jre-8u121-windows-x64
Note: I didn't do a clean install of 2.2, I went from 1.9 - I don't know if
that would affect
Other similar bugs differ from my case.
Platform is OS X 10.12.3 (16D32)
--
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=42427
Bug ID: 42427
Summary: Steam application claims no internet connection
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luan.cestari(a)gmail.com
Distribution: ---
I tried many times but Steam doesn't load any page or install any game.
I'm trying to run with "WINEDEBUG=-all wine Steam.exe -no-cef-sandbox
-no-dwrite -tcp" (AFAIK cef and dwrite are already fixed and I could remove
them) I tried the combinations with/without each argument
To force Steam to install a specific game even without internet connection to
find it using Steam application, I ran "WINEDEBUG=-all wine Steam.exe
-no-cef-sandbox -no-dwrite -tcp steam://run/372000" and then the Steam
applications says it can't install without internet connection.
One strange thing is that I installed it and after the installation, the
application updates itself without problem
Also, I have libnss-mdns:i386 library installed and updated as I have mdns in
my hosts entry of /etc/nsswitch.conf file.
I tried with Windows 7 and XP (using winecfg, setting globally and specific to
the application as well)
$wine --version
wine-2.1
Installed the latest version through:
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends winehq-devel
I searched for help on internet and on
https://appdb.winehq.org/objectManager.php?sClass=version&iId=19444 , but I
didn't find a similar problem or a workaround
Anyone have a hint how I can get it working? Or how I can get the back trace to
help to investigate this problem?
Thank you all for the help
Kind regards,
Luan
--
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=29958
Bug #: 29958
Summary: UIRibbon Framework not implemented:
926749fa-2615-4987-8845-c33e65f2b957
Product: Wine
Version: 1.4-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
The Ribbon Framework is not implemented:
0009:err:ole:CoGetClassObject class {926749fa-2615-4987-8845-c33e65f2b957} not
registered
0009:err:ole:create_server class {926749fa-2615-4987-8845-c33e65f2b957} not
registered
0009:err:ole:CoGetClassObject no class object
{926749fa-2615-4987-8845-c33e65f2b957} could be created for context 0x17
Example App (needs native msvcp100, see bug #29340):
http://www.codeproject.com/Articles/140647/How-to-Support-the-Ribbon-and-a-…
--
By by ... Detlef
--
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=19177
Summary: Gorky-17 doesn't work
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
URL: http://www.gorky17.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dduck(a)rambler.ru
CC: dduck(a)rambler.ru
gorky-17 doesn't work.
--
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=38622
Bug ID: 38622
Summary: PixelFormat32bppARGB != PixelFormat8bppIndexed
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mathieu.malaterre(a)gmail.com
Distribution: ---
Created attachment 51527
--> https://bugs.winehq.org/attachment.cgi?id=51527
source code
For some reason GDI+ on windows returns PixelFormat32bppARGB instead of
PixelFormat8bppIndexed for a grayscale PNG file (JPEG & TIFF seems consistant
though).
It would be nice if behavior would be consistant across implementation.
Compile and run attachements.
>From Linux:
$ ./gdidump.exe input.png
fixme:wincodecs:PngDecoder_Block_GetCount 0x142e30,0x61f708: stub
Width x Height: 512 512
PixelFormat8bppIndexed found !
>From Windows:
> gdidump.exe input.png
Width x Height: 512 512
PixelFormat32bppARGB found !
--
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=39885
Bug ID: 39885
Summary: Cannot allocate more than 32gb of memory
Product: Wine
Version: 1.9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rynzar(a)gmail.com
Distribution: ---
Created attachment 53258
--> https://bugs.winehq.org/attachment.cgi?id=53258
wine debug
I am having issues mallocing more than 32GB of memory running RAM intensive
Windows applications using Wine on an Ubuntu amazon EC2 cloud with 128 GB of
RAM. When I run the c++ code
http://stackoverflow.com/questions/34516616/wine-cant-use-more-than-32gb-of…
in linux it works.
If I run the .exe that does the same thing I can only allocate up to 32GB. I
tried Wine 1.6, 1.7 and 1.9. I am using the 64 bit version as well.
I talked in the IRC chat #winehq and they told me to run the code with
WINEDEBUG=+heap,+virtual,+tid flags.
He pointed out this line might be useful to look at in my logs:
0024:warn:heap:allocate_large_block Could not allocate block for 800000000
bytes
and told me to submit a bug report. The log is attached.
--
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=41827
Bug ID: 41827
Summary: Wrong specular rendering with some applications
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: davyaxel(a)free.fr
Distribution: ---
Created attachment 56242
--> https://bugs.winehq.org/attachment.cgi?id=56242
Handy test app
I was investigating this gallium nine bug:
https://github.com/iXit/Mesa-3D/issues/253
And strangely with that game (School Mate), both wine ogl and gallium nine do
render a blue wall (for traces taken on windows or taken with gallium nine,
because on wine the game hits a fallback path since swvp is not supported).
Windows doesn't have that blue wall.
My investigation shows that both wine ogl and gallium nine have an issue with
specular. The problem is best shown when the material power is 0 (like in the
game).
I include the following test app (which I couldn't find the original link)
which enables to test the behaviour:
For example you can test with:
. Take the sphere
. Set SPECULARENABLE to TRUE
. Set 0 for the diffuse material colors and increase the specular material
colors
. Set the material power to 0 (or any low value)
. play with the direction of the light. Compare on windows and observe output
is different.
. Play with LOCALVIEWER. On wine the outputs changes a bit, whereas on windows
it doesn't.
--
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=41370
Bug ID: 41370
Summary: TTM_GETCURRENTTOOL returns always FALSE when send from
TTN_NEEDTEXT handler.
Product: Wine
Version: 1.9.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: johnfound(a)asm32.info
Distribution: ---
It is a tooltip control, created for a toolbar with TBSTYLE_TOOLTIPS style.
The tooltip properly is sending TTN_NEEDTEXT notification, but when trying to
determine which tool needs tooltip by sending TTM_GETCURRENTTOOL to the tooltip
control it always returns FALSE.
In any other way, the tooltip works fine. For example if I return arbitrary
text in the TOOLTIPTEXTW.lpszText field, this text is displayed properly.
In Windows, TTM_GETCURRENTTOOL returns TRUE and filled up TOOLINFO structure
about the toolbar that activated the tooltip control.
Here is a link to the procedure that creates the toolbar:
https://fresh.flatassembler.net/fossil/repo/fresh/artifact/63e102f647e4c311…
Here, the source that handles TTN_NEEDTEXT notification:
https://fresh.flatassembler.net/fossil/repo/fresh/artifact/52e7fb642bba7415…
The bug is not version specific, because I tried with different stable and
development versions and it appears always.
--
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=12185
Summary: Before You Know It crashes with wine v0.9.58 (worked on
9.54)
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RobMarshall(a)iglide.net
Created an attachment (id=11584)
--> (http://bugs.winehq.org/attachment.cgi?id=11584)
Trace from crash of Before You Know it
I installed and successfully used Transparent languages, "Before You Know It
Lite" (version 3.6) with wine 0.9.54. When I upgraded to 0.9.58 it crashes. I
have attached a trace.
Thanks,
Rob
--
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.