https://bugs.winehq.org/show_bug.cgi?id=40261
Bug ID: 40261
Summary: Legend of Grimrock 2 crash trying to access Options
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Culted86(a)gmail.com
Distribution: ---
Created attachment 53877
--> https://bugs.winehq.org/attachment.cgi?id=53877
screenshot of the error
with the latest wine version 1.9.5 clicking on Options results in a crash and
error screen of the game
i have attached a screenshot and the console output as txt
--
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=40372
Bug ID: 40372
Summary: [Live for Speed] Crash on loading Westhill track
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: samuel.rakitnican(a)gmail.com
Distribution: ---
Created attachment 54076
--> https://bugs.winehq.org/attachment.cgi?id=54076
backtrace.txt and systemlog at the time of game crash.
I have two desktops running on Intel HD graphics A and B, both running updated
Fedora 23. ~.wine/ is in sync with rsync on both computers is running on
exactly same game settings.
On computer A all track are playable and works fine, while on computer B all
tracks works except Westhill. Loading of textures (as says game that is doing)
takes unusually long time. Then it finally crashes on "Rebuilding".
Recently I have installed Fedora 24 (currently in alpha) on computer A, and
there is present exactly the same thing (crash on Westhill) while going back to
Fedora 23 game works fine again on same game install of ~/.wine/.
Downgrading wine to older version is not having an effect. Installing the game
into a fresh prefix works until d3dcompiler_43.dll and d3dx9_43.dll is
installed with winetricks as required for textures to work properly.
What I have tried is to raise videomemory to 1024MB with "winetricks
videomemorysize=1024" which also didn't help, as I am also getting following
multiple repeated messages in systemlog:
Mar 28 19:36:34 computer wine-Programs-Live for Speed-LFS.desktop[24065]:
err:d3d_surface:wined3d_surface_upload_data >>>>>>>>>>>>>>>>> GL_OUT_OF_MEMORY
(0x505) from glTexSubImage2D @ surface.c / 1596
Mar 28 19:36:34 computer wine-Programs-Live for Speed-LFS.desktop[24065]:
err:d3d:wined3d_debug_callback 0x1d0b00: "GL_OUT_OF_MEMORY in glTexSubImage".
Any idea on how can I debug this?
--
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=37237
Bug ID: 37237
Summary: WOW Colombia launcher doesn't install the game
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: correo.cuervo(a)gmail.com
Created attachment 49512
--> https://bugs.winehq.org/attachment.cgi?id=49512
WOW Colombia Screenshot
I downloaded this installer:
https://www.wow-colombia.com/static/wco_clients/wow-colombia434_esMX.exe
When I try to execute the installer appears one window with a central button
[INSTALL] but when I do click on the button, the installer doesn't continue.
I'm attaching one screenshot about the window and console messages.
--
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=40242
Bug ID: 40242
Summary: EveOnline launcher crashes when started
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a.istrate(a)gmail.com
Distribution: ---
Created attachment 53793
--> https://bugs.winehq.org/attachment.cgi?id=53793
EVEOnline_CrashDump
Hi,
After the latest EVE Online launcher update, program crashes when started. Dump
attached.
I use wine 1.9.4 and EVE Online is set up with hints on the page:
winetricks corefonts d3dx9_36 vcrun2005 vcrun2008 vcrun2010
I try to disable dx10 without any luck.
Sincerely,
Sorin
--
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=41383
Bug ID: 41383
Summary: normal computation with vertex blending looks wrong
Product: Wine
Version: unspecified
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: ---
Hi,
In wined3d/glsl_shader.c, in shader_glsl_generate_ffp_vertex_shader, one can
find:
if (settings->normal)
{
if (!settings->vertexblends)
{
shader_addline(buffer, "normal = ffp_normal_matrix *
ffp_attrib_normal;\n");
}
else
{
for (i = 0; i < settings->vertexblends + 1; ++i)
shader_addline(buffer, "normal += ffp_attrib_blendweight[%u] *
(mat3(ffp_modelview_matrix[%u]) * ffp_attrib_normal);\n", i, i);
}
if (settings->normalize)
shader_addline(buffer, "normal = normalize(normal);\n");
}
There seems to be a mistake: in the non vertexblends case, ffp_normal_matrix is
set to the transpose of the inverse of the modelview matrix. That is in
accordance to the spec.
However in the vertexblends case, the modelview matrices are used non-inversed.
I guess they should be inversed and transposed (which explains why msdn says
half the number of blend matrices are available when normals are used: because
you need to store the inverses).
This non-msdn documentation
https://user.xmission.com/~legalize/book/download/06-Vertex%20Transformatio…
(see page 14) also says the matrices should be inversed.
--
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=41374
Bug ID: 41374
Summary: Dino.exe App Dinosaur World from BBC-Science crashes
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: erhard.glueck.austria(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 55725
--> https://bugs.winehq.org/attachment.cgi?id=55725
Dino crash documentation
Dinosaur World from BBC-Science
http://downloads.bbc.co.uk/sn/prehistoric_life/games/dinosaur_world/game/di…
a nice 3D game for children written for Win2k
course of action
> wine --version
wine-1.8.4
> export WINEPREFIX=$HOME/test_wine
> wineboot
> wine home/Erhy/Desktop/sf_Downloads/WINE/dinosaur_world_high.exe
> >cd 'test_wine/drive_c/Program Files (x86)/BBC Science/Dinosaur World'
> wine ./Dino.exe
CRASH documented in attachment
Thank you for help
Erhy
--
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=41390
Bug ID: 41390
Summary: Winetricks ie8 download not working
Product: Wine
Version: 1.9.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adam1eveleigh(a)gmail.com
Distribution: ---
Winetricks won't download ie8 correctly.
I get the following error if I try to install ie8 with Winetricks (with the
GUI) 'sha1sum mismatch! Rename /home/adam/.cache/winetricks/msls31/InstMsiW.exe
and try again.'
I have renamed the file and tried again but get the same error.
--
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=39567
Bug ID: 39567
Summary: Adding an application in winecfg does not enable the
"Apply" button
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
In winecfg I wanted to add an application by pressing the button "Add
application..." and navigating to the executable file. But after adding the
file to the list the "Apply" button hasn't become active. Also clicking on "OK"
has not saved the change.
--
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=40404
Bug ID: 40404
Summary: Subterrain crashes on loading with wine: Call from
0x7b43c49c to unimplemented function
d3dcompiler_47.dll.D3DLoadModule, aborting
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 54132
--> https://bugs.winehq.org/attachment.cgi?id=54132
Subterrain loading and crash backtrace
Info:
Clean 32-bit prefix set to Windows XP mode.
No winetricks installed.
No overrides
I have the GOG version of Subterrain and when I run the game with "wine
Subterrain.exe" I get a black screen, which I assume means the game is loading,
and then the game quits with
wine: Call from 0x7b43c49c to unimplemented function
d3dcompiler_47.dll.D3DLoadModule, aborting
Also, this error occurs in other Windows versions in Wine (Vista, 7, 8, 10...)
Backtrace 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=38417
Bug ID: 38417
Summary: [EA] Origin self-updater fails to install updates
Product: Wine
Version: 1.7.40
Hardware: x86
URL: http://www.dm.origin.com/download
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: sebastian(a)fds-team.de
Distribution: ---
Created attachment 51271
--> https://bugs.winehq.org/attachment.cgi?id=51271
terminal output
You don't need to have an Origin account to reproduce the problem.
I have this problem both with the Thin Installer (OriginThinSetup.exe) and the
'normal' installer (OriginSetup.exe).
When installation of the client is finished it tries to update itself to the
latest version. The updated files are downloaded in
/drive_c/users/Public/Application Data/Origin/SelfUpdate/StagedUpdate
however an error message is shown when Origin tries to perform the update:
'Something went wrong during the installation. Please reinstall Origin'
Re-running Origin.exe from the install directory results in the same error
message so the client can't be installed properly.
The updater creates a log file (UpdateTool_Log.txt) which contains lots of
these "SetFileAttributes failed.." errors (maybe related to the problem):
[2015/4/15 12:39:18.457] Starting ; Update System 2 ; UpdateTool
v9.5.12.2862
[2015/4/15 12:39:18.572] Mutex acquired.
[2015/4/15 12:39:18.573] Registry operations
[2015/4/15 12:39:18.574] Setting ProgramData permissions succeeded
[2015/4/15 12:39:18.585] Origin running at: C:\Program
Files\Origin\Origin.exe
[2015/4/15 12:39:18.586] Found Origin folder: C:\Program Files\Origin\
[2015/4/15 12:39:18.587] SelfUpdate data location:
C:\users\Public\Application Data\Origin\SelfUpdate\StagedUpdate\
[2015/4/15 12:39:18.590] Found valid update data.
[2015/4/15 12:39:18.599] FILE_ATTRIBUTE_ARCHIVE: C:\Program
Files\Origin\Origin.VisualElementsManifest.xml. Last error: [32]
[2015/4/15 12:39:18.600] SetFileAttributes failed.. Last error: [0]
[2015/4/15 12:39:18.600] Attempting deletion operation: C:\Program
Files\Origin\Origin.VisualElementsManifest.xml. Number of times: [1]. Last
error: [0]
[2015/4/15 12:39:18.651] FILE_ATTRIBUTE_ARCHIVE: C:\Program
Files\Origin\Origin.VisualElementsManifest.xml. Last error: [32]
[2015/4/15 12:39:18.652] SetFileAttributes failed.. Last error: [0]
[2015/4/15 12:39:18.652] Attempting deletion operation: C:\Program
Files\Origin\Origin.VisualElementsManifest.xml. Number of times: [2]. Last
error: [0]
...
Tested in wine-1.7.40-129-gf2aa42d on Fedora 21
The same problem persists in Wine 1.7.39/1.7.40
OriginThinSetup.exe
sha1: c4a6aae0949c00d45a7adb24f27b308d8ea8eef5
--
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.