https://bugs.winehq.org/show_bug.cgi?id=51875
Bug ID: 51875
Summary: Failed to run PowerDesigner (asking for unsupported
interface)
Product: Wine
Version: 6.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leyyyyy(a)gmail.com
Distribution: ---
Created attachment 70798
--> https://bugs.winehq.org/attachment.cgi?id=70798
console log during (from start till first error)
I am new for Wine, and I tried to run PowerDesigner WPF app (PDShell16.exe)
It is 32-bit application.
It is started but when I tried to open physical model it shows scripting error
popup:
---------------------------
Scripting Error
---------------------------
Some unexpected failure arised during PowerDesigner scripting objects libraries
initialization
---------------------------
OK
---------------------------
I have attached full console log with 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=51160
Bug ID: 51160
Summary: In function ‘test_PackageIdFromFullName’: several
errors
Product: Wine
Version: 6.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
Created attachment 70028
--> https://bugs.winehq.org/attachment.cgi?id=70028
log.txt
in distro:
# uname --kernel-release
3.0.66
# gcc --version
4.3.4
# ldd --version
2.10.1
applying patch:
https://bugs.winehq.org/show_bug.cgi?id=47907#c12
config line:
configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
--libdir=/usr/lib32 CFLAGS="-O2 -march=i686 -mtune=i686"
Compiling wine-6.7 fails with:
error: unknown field ‘Major’ specified in initializer
error: unknown field ‘Minor’ specified in initializerwarning: excess elements
in union initializer
warning: (near initialization for ‘test_package_id.version.<anonymous>’)
error: unknown field ‘Build’ specified in initializer
error: unknown field ‘Revision’ specified in initializer
warning: integer constant is too large for ‘long’ type
--
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=16766
Summary: Gothic: drawing error on initial window resize to
fullscreen (title bar)
Product: Wine
Version: 1.1.12
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)codemadness.org
Drawing error on initial window resize to fullscreen (title bar)
--
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=42113
Bug ID: 42113
Summary: Tonka Garage: 3D vehicle models not shown
Product: Wine
Version: 2.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 56633
--> https://bugs.winehq.org/attachment.cgi?id=56633
Paint room (Wine)
Xubuntu 14.04 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 340.98
driver.
Windows version: Windows XP (or 95)
Wine Staging
DirectX 5 game for Win95. Summary of Wine messages:
fixme:d3d:wined3d_device_decref Device released with resources still bound,
acceptable but unexpected.
fixme:d3d:wined3d_device_decref Leftover resource 0xfe6e78 with type
WINED3D_RTYPE_TEXTURE_2D (0x3).
fixme:ddraw:ddraw_surface_create Application wants to create rendering target
in system memory, using video memory instead
fixme:d3drm:d3drm_device3_SetShades iface 0xfe60b0, count 256 stub!
fixme:d3d:wined3d_device_decref Device released with resources still bound,
acceptable but unexpected.
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
These repeat more or less whenever an activity with 3D vehicles is used.
--
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=51841
Bug ID: 51841
Summary: dlls/ntdll/unix/file.c:6334:27: error: storage size of
‘stfs’ isn’t known
Product: Wine
Version: 6.18
Hardware: x86
OS: NetBSD
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 70736
--> https://bugs.winehq.org/attachment.cgi?id=70736
patch
Building on i386 NetBSD 9.2 fails:
gcc -c -o dlls/ntdll/unix/file.o dlls/ntdll/unix/file.c -Idlls/ntdll -Iinclude
-D__WINESRC__ -D_NTSYSTEM_ -D_ACRTIMP= -DWINBASEAPI= -D_MSVCR_VER=0
-DWINE_UNIX_LIB -D_REENTRANT -fno-PIC -fasynchronous-unwind-tables -Wall -pipe
-fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement
-Wempty-body -Wignored-qualifiers -Wshift-overflow=2 -Wstrict-prototypes
-Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith
-Wlogical-op -march=i586 -gdwarf-2 -gstrict-dwarf -fno-omit-frame-pointer
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2
-I/usr/X11R7/include -O2 -I/usr/pkg/include -I/usr/include
-I/usr/pkg/include/freetype2 -I/usr/X11R7/include -g
dlls/ntdll/unix/file.c: In function ‘NtQueryVolumeInformationFile’:
dlls/ntdll/unix/file.c:6334:27: error: storage size of ‘stfs’ isn’t known
struct statfs stfs;
^~~~
dlls/ntdll/unix/file.c:6336:18: warning: implicit declaration of function
‘fstatfs’; did you mean ‘fstatvfs’? [-Wimplicit-function-declaration]
if (!fstatfs( fd, &stfs ))
^~~~~~~
fstatvfs
dlls/ntdll/unix/file.c:6334:27: warning: unused variable ‘stfs’
[-Wunused-variable]
struct statfs stfs;
^~~~
At top level:
dlls/ntdll/unix/file.c:247:24: warning: ‘mnt_mutex’ defined but not used
[-Wunused-variable]
static pthread_mutex_t mnt_mutex = PTHREAD_MUTEX_INITIALIZER;
^~~~~~~~~
*** Error code 1
I've got a patch that works around it, but not sure if it's correct.
--
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=2082
--- Comment #172 from joaopa <jeremielapuree(a)yahoo.fr> ---
Looks like the bug still occurs with wine-6.19.
--
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=51751
Bug ID: 51751
Summary: Winetest fails on w10 Pro 20H2
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: saulius2(a)gmail.com
(It seems there is no component dedicated to the client part of the Winetest /
WRT suite, so I leave it as -unknown)
I ran precompiled Winetest on w10, and it finished with the error:
...
Running: xmllite:writer (701 of 701)
Running tests - 69 failures
Running: Done (701 of 701)
Cleaning up - 69 failures
Warning: 69 tests failed. There is probably something broken with your setup.
You need to address this before submitting results.
Finished - 69 failures
Thus the results weren't submitted.
This is clean version of w10 (just reinstalled) on physical machine (HP
EliteBook 840 G3).
How should I proceed further?
--
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=51869
Bug ID: 51869
Summary: ReplaceFileW/A does not work with Unix-style paths
Product: Wine
Version: 6.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: quyse0(a)gmail.com
Distribution: ---
Created attachment 70784
--> https://bugs.winehq.org/attachment.cgi?id=70784
Test log
It seems ReplaceFile function does not handle Unix-style paths correctly. I
tested calls like:
ReplaceFileW(L"abc/def/12.txt", L"abc/def/34.txt", NULL, 0, NULL, NULL));
ReplaceFileW(L"abc\\def\\56.txt", L"abc\\def\\78.txt", NULL, 0, NULL, NULL));
Under Wine, first call fails, second one succeeds. The relevant part of
WINEDEBUG=+all log is in the attachment. On Windows, both calls succeed.
I attempted to look at Wine code, and it seems the problem is that ReplaceFileW
implementation tries to get directory name of replaced file using
PathRemoveFileSpecW, which only handles backslashes. On Windows,
PathRemoveFileSpecW also works with backslashes only, but ReplaceFileW still
works correctly with Unix-style paths.
For context, I am trying to run a proprietary compiler toolchain under Wine,
and my script passes Unix-style paths to it, which is I believe a common
practice for cross-platform build scripts. The same script works fine on
Windows, but fails under Wine.
I mostly use Wine stable (6.0.1), but tested that Wine 6.19 has the same
behavior.
--
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=45152
Bug ID: 45152
Summary: It doesn't recieve input from some buttons of the XboX
One V2 controller
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: zeioth(a)hotmail.com
Distribution: ---
TESTED ON:
Cemu.exe -> Input settings > Direct input mode
http://cemu.info/
HARDWARE:
https://www.xbox.com/en-US/xbox-one/accessories/controllers/sea-of-thieves
PROBLEM:
Cemu detects every single button of the gamepad except LT and RT.
MORE INFO:
Cemu uses dinput8.
POSSIBLE CAUSES:
This is the v2 of the XBox Wireless Controller.
--
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.