https://bugs.winehq.org/show_bug.cgi?id=44781
Bug ID: 44781
Summary: Unhandled exception: unimplemented function
typelib.dll16.LOADREGTYPELIB called in 32-bit code
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hannes(a)kroegeronline.net
Distribution: ---
Created attachment 60811
--> https://bugs.winehq.org/attachment.cgi?id=60811
Error and Stack Trace
When launching an application created through "TestPoint TM" the error above
occurs. Please see the attached trace for details.
--
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=46735
Bug ID: 46735
Summary: The Sims 2 demo needs Direct3DShaderValidatorCreate9()
implementation
Product: Wine
Version: 0.9.35.
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Split off from bug 8051. To summarize, the game calls
d3d9.Direct3DShaderValidatorCreate9(), which is a completely undocumented
internal function that returns an an unknown interface. It expects a valid
interface pointer to be returned, and expects certain calls on unknown methods
to succeed.
--
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=48510
Bug ID: 48510
Summary: Lotus Organizer 97, Wine 5.0, Debian Stretch. Lotus
Organizer rashes when selecting a Backup folder using
'Browse' button
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: john.p.langley(a)gmail.com
Distribution: ---
Created attachment 66316
--> https://bugs.winehq.org/attachment.cgi?id=66316
Terminal output at crashtime.
- Debian Stretch stable - updated as at 24/02/2020
- Wine 5.0
- Lotus Organizer 97.
- Logged in with user privileges.
Organizer 97 crashes when selecting a backup folder:
File / User Setup / Organizer Preferences / Folders tab / Backups (select
Browse - crash)
Output 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=48491
Bug ID: 48491
Summary: _searchenv & co do not understand quoted directories
Product: Wine
Version: 5.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)thecybershadow.net
Distribution: ---
The following test program produces the expected result ("testdir\testfile") on
Windows, but fails on Wine:
#include <io.h>
#include <direct.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <stdio.h>
int main(void)
{
char buf[64];
_mkdir("testdir");
_close(_creat("testdir\\testfile", _S_IREAD | _S_IWRITE));
_putenv("TESTVAR=\"testdir\"");
_searchenv("testfile", "TESTVAR", buf);
printf("Result: %s\n", buf);
}
The cause seems to be that Wine doesn't seem to implement the quoting syntax in
the searchenv function family.
The problem was noticed when MS link.exe invocation failed on Wine but not
Windows, with identical environment / inputs. Such environment variables can
occur when building search paths for linker libraries (%LIB%), as seen here:
https://github.com/dlang/dmd/blob/81710a5e548f047588bd3ee6ffb13a8d6f1b9bff/…
--
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=36059
Bug ID: 36059
Summary: Multiple Steam games fail to install DirectX runtime
prerequisite, resulting in repeated install attempt on
startup ('xinput1_3.dll' locked by client)
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
splitting this issue off from various Steam related bug reports for reference.
Many Steam games require DirectX runtime, usually stated in game folder
'installscript.vdf'.
Example VDF:
--- snip ---
"Run Process"
{
...
"directx"
{
"hasrunkey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\110800"
"process 1" "%INSTALLDIR%\\3rd\\DXSETUP.exe"
"command 1" "/silent"
}
...
}
--- snip ---
For various games the DirectX runtime install fails, resulting in repeated
install attempt on startup of the game.
To illustrate how common this problem is, just a small list of some games I
installed for tests:
NOTE: non-zero 'Exit Code' indicates the installer failed
'installscript_log.txt' from 'c:\\Program Files\\Steam\\logs' folder
--- snip ---
...
04/15/14 00:08:33 [AppID 50280] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Mafia II - Public Demo\3rd\DirectX\DXSETUP.exe"
/silent GLE 0
...
04/17/14 10:58:48 [AppID 17470] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Dead Space\installers\DirectX\DXSETUP.exe" /silent
GLE 0
...
04/17/14 19:55:11 [AppID 55230] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Saints Row the Third\DirectX\DXSetup.exe" /silent
GLE 0
04/17/14 21:36:35 [AppID 72850] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Skyrim\DirectX10\DXSETUP.exe" /silent GLE 0
...
04/22/14 17:28:29 [AppID 49520] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Borderlands
2\Binaries\Redist\DXRedistCutdown\DXSETUP.exe" /silent GLE 0
...
04/22/14 22:18:15 [AppID 34330] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Total War SHOGUN 2\redist\DirectX\DXSETUP.exe"
/silent GLE 0
--- snip ---
The DirectX runtime installer can't overwrite a dll that is locked by the Steam
client/launcher in memory.
You can check 'c:\\windows\\logs\\DirectX.log'.
--- snip ---
...
04/17/14 11:03:38: dxupdate: DirectXUpdateGetSetupInformation(): Section
[4.09.00.0904.0-4.09.00.0904.0_WinXP] is being installed.
04/17/14 11:03:38: dxupdate: Extracted file
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3_x86.cat from cab
04/17/14 11:03:38: dxupdate: Extracted file
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3.dll from cab
04/17/14 11:03:38: dxupdate: Extracted file
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3_x86.inf from cab
04/17/14 11:03:38: dxupdate: Extracted file
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3_x86_xp.inf from cab
04/17/14 11:03:38: dxupdate: Files: 5
04/17/14 11:03:38: dxupdate: Size: 498688
04/17/14 11:03:38: dxupdate: DirectXUpdateInstallPlugIn(): Installing:
xinput1_3_x86_xp.inf - [x86_Install]
04/17/14 11:03:38: dxupdate: Target file: 'C:\windows\system32\xinput1_3.dll'
Target file is Version 9.18.944.0
Source file is Version 9.18.944.0
04/17/14 11:03:38: dxupdate: InUse: C:\windows\system32\xinput1_3.dll.
04/17/14 11:03:38: dxupdate: CabCallback(): Unable to copy
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3.dll.
04/17/14 11:03:38: dxupdate: ExecuteInf(): SetupInstallFromInfSection() failed,
error = 183.
04/17/14 11:03:38: dxupdate: ExecuteInf(): Unable to install
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3_x86_xp.inf:[x86_Install]. The
file may be damaged.
04/17/14 11:03:38: dxupdate: DirectXUpdateInstallPlugIn(): ExecuteInf() failed.
04/17/14 11:03:38: dsetup32: CSetup::InstallPlugIn():
DirectXUpdateInstallPlugIn() failed.
04/17/14 11:03:38: dsetup32: CSetup::SetupForDirectX(): InstallPlugIn() failed.
04/17/14 11:03:38: dsetup32: start finalizing: phase: 5 - 5, total: 0 - 2
04/17/14 11:03:38: dsetup32: Installation ended with value -9 = Internal or
unsupported error
--- snip ---
In many cases it's 'xinput1_3.dll'.
This kind of error is also encountered on Windows (lots of reports).
A reboot in between starts will fix it because the locked dll will be replaced
on next Windows startup.
There are multiple ways to handle this problem (apart from adding support for
SP_COPY_IN_USE_NEEDS_REBOOT to Wine itself):
1) install DX runtime without starting Steam in the Steam WINEPREFIX (make sure
you don't auto-run Steam services)
-> app folder -> 'installers' -> 'DirectX'
--- snip ---
$ wine DXSETUP.exe /silent
--- snip ---
2) remove the dll from 'system32' folder (or 'SysWOW64' on 64-bit prefix) prior
running Steam in the prefix
3) fake successful installation by adding registry key (see '17470_install.vdf'
where the registry key is located -> 'DirectX' DWORD:1)
Regards
--
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=48387
Bug ID: 48387
Summary: User shared data area should have
NumberOfPhysicalPages field filled in (used by
Detroit: Become Human)
Product: Wine
Version: 5.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: gofmanp(a)gmail.com
Distribution: ---
Created attachment 66147
--> https://bugs.winehq.org/attachment.cgi?id=66147
ntdll: Fill NumberOfPhysicalPages field in user shared data area.
Split off from Bug #48291.
--
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=48338
Bug ID: 48338
Summary: Unknown application paints GIF images incorrectly
Product: Wine
Version: 5.0-rc2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
The author of the patches was unwilling to create a bug report.
--
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=48549
Bug ID: 48549
Summary: Arma Cold War Assault: Cursor stuck at low fps since
Wine 5.0-rc6
Product: Wine
Version: 5.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: superemppu+winehq(a)live.fi
Distribution: Ubuntu
Game: Arma Cold War Assault
Wine versions: staging 5.0-rc6 and later
OS: Ubuntu Linux 18.04
Symptoms:
In the game the cursor will get stuck at one point on the screen if I move the
mouse quick enough on low enough fps. It is very noticeable below 10 fps. This
is a regression from Wine 5.0-rc5 and earlier, where the cursor moved normally.
How to reproduce:
1. Get Arma Cold War Assault.
2. Limit the fps to 10 in some way or use a slow computer.
- I could reproduce this issue on a powerful computer using this fps
limiter: https://github.com/ThirteenAG/d3d8-wrapper/releases Set FPSLimit = 10
in d3d8.ini and start the game with WINEDLLOVERRIDES="d3d8=n,b".
3. Start the game.
4. Move your mouse fast in the main menu.
5. You should see the cursor stuck at one point.
--
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=42038
Bug ID: 42038
Summary: Cannot scroll documents being compared in winmerge
(Followup to bug 20695)
Product: Wine
Version: 2.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Bug #20695 got closed with wine-1.9.7.
It really fixes the problem when opening two existing files.
(e.g. by menu File - Open)
But if one opens just a new empty file comparison and pastes
the two file contents there the scrollbars do not work.
(e.g. by menu File - New)
(Even without pasting the scrollbars should be moveable a little bit.)
This started like the original bug between 1.1.16-pol and 1.1.17-pol
Version 1.9.7-pol shows also the problem as does 2.0-rc2-winehq.
Can this someone confirm?
--
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.