https://bugs.winehq.org/show_bug.cgi?id=47561
Bug ID: 47561
Summary: Crash starting Rak24u Program
Product: Wine
Version: 4.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: axel.braun(a)gmx.de
Distribution: ---
Created attachment 64950
--> https://bugs.winehq.org/attachment.cgi?id=64950
error messages
Running wine 4.11-1.1 on openSUSE Tumbleweed
Download program: https://sites.google.com/site/rak24uurs/ (a program for
weather routing in a sail race)
unpack program and start -> crash report attached
Any ideas?
Thanks!
--
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=47159
Bug ID: 47159
Summary: widl ignores calling convention when declaring
functions with extraneous parenthesis
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: richard(a)torproject.org
Distribution: ---
When declaring a __stdcall function foo like so widl discards the calling
convention attribute.
This snippet:
void (__stdcall foo)(void);
will generate:
void foo(void);
A bit of an edge case, looks like the parser grammar will need to be changed.
As a side effect, this snippet:
extern int (__stdcall someval);
will generate:
extern int someval;
--
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=47628
Bug ID: 47628
Summary: "Security" keyword option
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jebeld17(a)gmail.com
CC: austinenglish(a)gmail.com
Distribution: ---
To help tag security bugs and issues easier quicker, the Wine bug tracker
should feature "Security" under the 'Keywords' section for bugs.
--
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=47594
Bug ID: 47594
Summary: Star Control Origins: very slow on new game. (a few
minutes per frame)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matthew.khouzam+wine(a)gmail.com
Distribution: ---
Created attachment 65001
--> https://bugs.winehq.org/attachment.cgi?id=65001
stderr from wine
System:
Ryzen 2700
16 GB ram
Radeon 570 8G
Kernel: 5.0.0-20-generic
Proton 4.2 (other wines have the same error messages and symptoms)
Here are what I think are the missing calls needed to implemented
fixme:advapi:EnableTraceEx2
fixme:advapi:StartTraceA
fixme:d3d11:d3d11_device_CreateDeferredContext
fixme:d3d:create_texture_view
fixme:d3d_shader:shader_glsl_handle_instruction
fixme:d3d_shader:shader_glsl_sprintf_cast
fixme:d3d_shader:shader_sm4_read_instruction_modifier
fixme:d3d_shader:shader_sm4_read_param
fixme:d3d:state_linepattern_w
fixme:d3d:swapchain_init
fixme:d3d:wined3d_unordered_access_view_clear_uint
fixme:dxgi:dxgi_factory_MakeWindowAssociation
fixme:dxgi:dxgi_output_GetDisplayModeList
fixme:heap:RtlSetHeapInformation
fixme:ntdll:EtwEventRegister
fixme:ntdll:EtwEventSetInformation
fixme:process:SetProcessPriorityBoost
fixme:rawinput:RegisterRawInputDevices
fixme:service:scmdatabase_autostart_services
fixme:sync:SetWaitableTimerEx
fixme:thread:SetThreadIdealProcessor
fixme:ver:GetCurrentPackageId
--
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=47616
Bug ID: 47616
Summary: LizardSystems Terminal Services Manager needs
utildll.dll to start
Product: Wine
Version: 4.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Continuation of Bug 47612: Terminal Services Manager won't start because
utildll.dll is missing.
--
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=47612
Bug ID: 47612
Summary: LizardSystems Terminal Services Manager needs Ex
functions from wtsapi32.dll
Product: Wine
Version: 4.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wtsapi32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
The installation is successful, but when `wine tsmanager.exe` is executed, an
error dialog pops up with the following message:
Cannot find import; DLL may be missing, corrupt, or wrong version
File "wtsapi32.dll", function "WTSEnumerateProcessesExW" (error 0)
Nearly identical dialogs appear as stubs are progressively added for:
WTSEnumerateSessionsExW
WTSOpenServerExW
WTSFreeMemoryExW
After that it complains that utildll.dll is missing, but I'll save that for
another 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=47074
Bug ID: 47074
Summary: World War Z crashes after intro logos due to
unimplemented D3DKMTQueryStatistics
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: GloriousEggroll(a)gmail.com
Distribution: ---
Problem:
In DX11 mode, World War Z crashes after the intro logos due to the following:
wine: Call from 0x7bc7db6c to unimplemented function
GDI32.dll.D3DKMTQueryStatistics, aborting
Steps to reproduce:
Install epic games store, launch with -SkipBuildPatchPrereq -opengl. Install
World War Z, launch the game, wait for the AMD logo to finish and it will crash
Workaround:
You can hex edit the wwzRetailEgs.exe and replace D3DKMTQueryStatistics with
D3DKMTCloseAdapter and the game will run
--
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=47611
Bug ID: 47611
Summary: LizardSystems Wi-Fi Scanner needs wlanui.dll to start
Product: Wine
Version: 4.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
The installation is successful, but when `wine wifiscanner.exe` is exected, an
error dialog pops up with the following message:
Cannot find import; DLL may be missing, corrupt, or wrong version
File "Wlanui.dll", error 126
--
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=34749
Bug #: 34749
Summary: Eleusis Demo needs native dotnet40
Product: Wine
Version: 1.7.4
Platform: x86
URL: http://www.gamershell.com/download_99777.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 46328
--> http://bugs.winehq.org/attachment.cgi?id=46328
log+backtrace
Crashes at start without native dotnet40.
--
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=47601
Bug ID: 47601
Summary: Process Hacker calls unimplemented ntoskrnl.exe
functions SePrivilegeCheck and
SeLocateProcessImageName
Product: Wine
Version: 4.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Pretty self-explanatory. Wine prints "unimplemented function
ntoskrnl.exe.SePrivilegeCheck" and when a stub is added for that function, Wine
prints "unimplemented function ntoskrnl.exe.SeLocateProcessImageName" instead.
--
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.