http://bugs.winehq.org/show_bug.cgi?id=17292
Summary: Lightsmark won't run
Product: Wine
Version: 1.1.14
Platform: Other
URL: http://downloads.guru3d.com/Lightsmark-download-
1777.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The benchmark installs ok, but won't get past the first window.
--
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=51761
Bug ID: 51761
Summary: Visual studio 2019 web installer silently exits after
a few seconds
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
Created attachment 70661
--> https://bugs.winehq.org/attachment.cgi?id=70661
Console messages starting the installer from an empty wineprefix
Visual studio 2019 web installer silently exits after a few seconds
Steps to reproduce:
Reset wine
$ rm -rf ~/.wine
$ wineboot
Download visual studio installer community 2019
https://visualstudio.microsoft.com/https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku…
$ md5sum vs_Community.exe
47d394780a46b9c44e6faab9e36b499e vs_Community.exe
$ wine vs_Community.exe
I see a progress bar called "Visual studio installer" filling up in about 5
seconds while displaying messages like "preparing .... .json", after that the
installer silently exits.
Starting the installer again yields the same results.
My versions:
$ uname -a
Linux cedric 5.14.3-arch1-1 #1 SMP PREEMPT Sun, 12 Sep 2021 20:51:34 +0000
x86_64 GNU/Linux
[cedric@cedric Downloads]$ wine --version
wine-6.16
--
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=23794
Summary: Dora's Carnival 2: Boardwalk Adventure uses only small
part of screen
Product: Wine
Version: 1.2
Platform: x86
URL: http://downloadcdn.shockwave.com/pub/doras-carnival-2-
boardwalk-adventure/InstallDorasCarnival2BoardwalkAdve
nture.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After working around bug 23749 and bug 13496 with 'sh winetricks ie6 msvcrt',
the game runs nicely... in a quarter of my screen. +x11settings shows
...
trace:x11settings:X11DRV_EnumDisplaySettingsEx mode -1 (current) -- getting
current mode (XRandR)
trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 0 -- 1280x1024x32bpp @50 Hz
(XRandR)
...
trace:x11settings:X11DRV_ChangeDisplaySettingsEx
DM_fields=BITSPERPEL,PELSWIDTH,PELSHEIGHT,DISPLAYFLAGS,DISPLAYFREQUENCY
trace:x11settings:X11DRV_ChangeDisplaySettingsEx width=800 height=600 bpp=32
freq=50 (XRandR)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
800x600x32 @50! (XRandR)
...
Seems we're confusing ourselves by reporting 50Hz?
Very similar problem reported in http://forum.winehq.org/viewtopic.php?t=6526
(wine-users, oct 2009) about a different flash game, Hidden Expedition Titanic,
probably with wine-1.1.31.
--
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=16114
Summary: Bridge It fails to detect Nvidia hardware
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
URL: http://www.chroniclogic.com/bridgeit_download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
Bridge It is an old game (~2004) developed in conjunction with Nvidia.
Therefore, it requires Nvidia hardware to play.
I'm using an Nvidia 8600GT, but the game fails to detect it. Upon launch, I am
greeted by a message box "Incompatibly hardware detected" since it expects
Nvidia hardware.
I am unsure if this is because the game can't possibly know about an
8th-generation Geforce, or because of Wine. It was designed with the Gf4, 5 and
6 in mind.
I get these:
fixme:wgl:X11DRV_wglGetPixelFormatAttribivARB unsupported 2004 WGL Attribute
upon launchung the game, ranging from 2004 to 2009. The screen goes blank for a
short while before the Dialog box appears.
--
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=52256
Bug ID: 52256
Summary: Current working directory reset to "/" executing a
winegcc/wineg++ compiled program
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: sacrom(a)gmail.com
Distribution: ---
This is exactly the same bug (from the behaviour point of view) than:
https://bugs.winehq.org/show_bug.cgi?id=49545
Fixed by commit:
https://source.winehq.org/git/wine.git/commit/cdaa72c728df3c80499c8a4f59e73…)
---
It seems a "regression" between WINE 6.5 & WINE 6.6 happened.
Since Wine version 6.6 the current working directory is reset to
"/" when executing a winegcc/wineg++ generated program (winelib). While in Wine
6.5 and
previous versions (from 6.0 onwards) the current working directory was the
directory where the
command was executed from.
---
Here you can see the program, compilation and result using the latest WINE 7.0
RC2:
[sc@generic_linux1_64]/sc/tmp/wine$ wine --version
wine-7.0-rc2
[sc@generic_linux1_64]/sc/tmp/wine$ cat showdir.c
#include <unistd.h>
#include <stdio.h>
void main(void)
{
char buf[256];
getcwd(buf, sizeof(buf));
fprintf(stderr, "getcwd() => %s\n", buf);
}
[sc@generic_linux1_64]/sc/tmp/wine$ winegcc -o showdir_wine showdir.c
[sc@generic_linux1_64]/sc/tmp/wine$ ./showdir_wine.exe
getcwd() => /
Searching for the WINE version, that introduced the difference:
WINE 6.5 WORKING
----------------
[sc@generic_linux1_64]/sc/tmp/wine$ ./showdir_wine.exe
getcwd() => /sc/tmp/wine
[sc@generic_linux1_64]/sc/tmp/wine$ wine --version
wine-6.5
WINE 6.6 NOT WORKING
--------------------
[sc@generic_linux1_64]/sc/tmp/wine$ ./showdir_wine.exe
getcwd() => /
[sc@generic_linux1_64]/sc/tmp/wine$ wine --version
wine-6.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=42737
Bug ID: 42737
Summary: [EA Origin]Latest version launch correctly but no
windows appear correctly
Product: Wine-staging
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57729
--> https://bugs.winehq.org/attachment.cgi?id=57729
Screenshot which show that the Origin's windows does not appear correctly
Hi,
I don't know if i explain correctly. I installed the latest version of EA
Origin in a 32 and 64 bits wineprefix and the issue is the same.
The installation and the update work but when i launch the application, it
launched correctly (see my screenshot) but unfortunatly, the Origin's window
does not appear.
Which log i can share to (with a good luck) find where come from the issue.
Thanks,
Max
--
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=42338
Bug ID: 42338
Summary: Crysis 1 renderiing somehow broken
Product: Wine
Version: 2.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
Created attachment 57098
--> https://bugs.winehq.org/attachment.cgi?id=57098
broken rendering
Rx 480, closed source drivers.
Also it looked like that the whole screen was rendered 1 pixel too much left,
drawing white border on right (didnt focus on this while tested staging, but
pure wine had it).
The broblem that can be seen at the picture happens both wine 2.0-git and
staging 2.0.
--
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=52277
Bug ID: 52277
Summary: Clonk Endeavour quits unexpectedly after the opening
animation
Product: Wine
Version: 6.18
Hardware: x86-64
URL: http://www.clonkx.de/endeavour/ce4955free.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: 176654fa29d1ff46011eaa65e1da5fb22a155bb3
Distribution: ArchLinux
After playing the opening animation (a dragon emerges over a watchtower), the
game quits and I got a segmentation fault:
(wine:478632): GStreamer-CRITICAL **: 08:40:58.627: gst_buffer_resize_range:
assertion 'bufmax >= bufoffs + offset + size' failed
malloc(): unsorted double linked list corrupted
Segmentation fault (core dumped)
The game used to work before
commit 176654fa29d1ff46011eaa65e1da5fb22a155bb3
Revert "winegstreamer: Replace source pad interface with GstAppSrc."
ce4955free.exe (62 MB)
md5sum: 2fd83b38fd5a070dd409b7227f664a20
wine-7.0-rc2-59-g7555573dc54
--
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.