https://bugs.winehq.org/show_bug.cgi?id=46014
Bug ID: 46014
Summary: Estlcam crashes with System.OverflowException in
button.resize()
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: j-p-t(a)gmx.net
Distribution: ---
Created attachment 62584
--> https://bugs.winehq.org/attachment.cgi?id=62584
stacktrace of 32 bit version
This app https://www.estlcam.de/
simply crashes on startup.
regardless of 32 or 64 bit version.
stacktrace follows
--
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=50704
Bug ID: 50704
Summary: QueueUserAPC() Has Incorrect Error Set When Called On
Terminating Thread
Product: Wine
Version: 6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: spambox1(a)koolhoven-home.net
Distribution: ---
DWORD QueueUserAPC() will return zero with GetLastError() set to return
ERROR_ACCESS_DENIED if called on a terminating thread, but ERROR_GEN_FAILURE is
the expected return of GetLastError() in this scenario.
Unfortunately, it's hard to catch a thread in this state since once a thread
has been terminated completely calling on it results in GetLastError()
returning ERROR_INVALID_HANDLE as it should.
This effects applications using older versions of WebRTC, such as StarCitizen.
The chromium development team noticed this and built a workaround into WebRTC
to make WebRTC compatible with WINE and Windows in this commit:
<https://webrtc.googlesource.com/src/+/dbfb58b850c14eeadac5ac66689fb855c79ab…>,
but the underlying issue still persists in WINE.
--
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=50701
Bug ID: 50701
Summary: Multiple 32-bit ARM Thumb-2 applications show errors
during Thumb-2 relocation processing (Miranda,
Notepad2)
Product: Wine
Version: 6.2
Hardware: arm
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
extracted from comment https://bugs.winehq.org/show_bug.cgi?id=33349#c11
* Notepad2 for ARM32
* Miranda32 for ARM
* VC++ redist
All apps started up fine, showing main user interface. There were some
relocation block processing errors:
--- snip ---
...
0024:err:module:LdrProcessRelocationBlock resulting immediate value won't fit:
000100d0
...
--- snip ---
Stable download link via Internet Archive:
https://web.archive.org/web/20210219234230/https://master.dl.sourceforge.ne…
NOTE: Most of these xdadeveloper forum threads are dead and attachments have
been deleted before archive.org could take snapshots.
Fortunately there is a sourceforge project which mirrored various ARM ports:
https://sourceforge.net/projects/winportsprojecthttps://sourceforge.net/projects/winportsproject/files/Other%20Contribution…
$ sha1sum miranda_arm.zip
0ec8acc67703948099cb8c846f4ff435e01b8fb8 miranda_arm.zip
$ du -sh miranda_arm.zip
588K miranda_arm.zip
$ wine --version
wine-6.2-157-gb8719736c5a
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=50376
Bug ID: 50376
Summary: Banished crashes when Antialiasing set to 3x MSAA with
Vulkan renderer
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Doesn't crash with 2x or 4x.
--
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=50387
Bug ID: 50387
Summary: Batman: Arkham Origins has broken dynamic shadows with
Vulkan renderer
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 68998
--> https://bugs.winehq.org/attachment.cgi?id=68998
example
When Dynamic Shadows set to Normal.
wine-6.0-rc3-24-g3d2b4233288
--
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=35637
Bug ID: 35637
Summary: Seagate Crystal Enterprise 8.0: 'inputfileserver.exe'
service needs msvcirt.dll.??0fstream@@QAE@XZ
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcirt
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says ...
--- snip ---
...
0072:trace:process:__wine_kernel_init starting process name=L"C:\\Program
Files\\Seagate Software\\Enterprise\\x86\\inputfileserver.exe"
argv[0]=L"C:\\Program Files\\Seagate
Software\\Enterprise\\x86\\inputfileserver.exe"
...
0075:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b83a97b
ip=7b83a97b tid=0075
0075:trace:seh:raise_exception info[0]=f6e08d7c
0075:trace:seh:raise_exception info[1]=f6e08e76
wine: Call from 0x7b83a97b to unimplemented function
msvcirt.dll.??0fstream@@QAE@XZ, aborting
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/799731f4b9e9495181e18a68eba16c92…
--- snip ---
27 @ stub -arch=win32 ??0fstream@@QAE@XZ # __thiscall fstream::fstream(void)
--- snip ---
Workaround: 'winetricks msvcirt' before running the installer.
$ wine --version
wine-1.7.13
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=50790
Bug ID: 50790
Summary: winemac not working in a VM again
Product: Wine
Version: 6.1
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winemac.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gcenx83(a)gmail.com
CC: bshanks(a)codeweavers.com
Regression SHA1: ae319caa3bf97b0ab688b1f44418dfd9d522f115
When attempting to use wine(64) within an OS X 10.9 VM no display is found when
using winemac.drv, using X11 driver does work same as last time this happened.
The regression SHA1 is ether the one thats marked or the one right after
5fbd40520d9a1505764b9e7b86f01d663b3aa391
--
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=50256
Bug ID: 50256
Summary: Animate VST plugin activation doesn't work:
wbem_services_ExecQuery gets no network adapters
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andriy.parhomenko(a)gmail.com
Distribution: ---
Created attachment 68788
--> https://bugs.winehq.org/attachment.cgi?id=68788
Backtrace
When I try to activate Animate VST plugin by MasteringTheMix, it gives error
28, which means no network adapters detected
(https://masteringthemix.zendesk.com/hc/en-gb/articles/208383349-ENABLE-THE-…)
The plugin was loaded in Reaper with linvst.
I've attached the backtrace with WINEDEBUG=+wbemprox, it seems that
wbem_services_ExecQuery returns 0 adapters found.
--
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=50744
Bug ID: 50744
Summary: continuous spamming of
fixme:msctf:InputProcessorProfileMgr_GetActiveProfile
in console
Product: Wine
Version: 6.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimaki(a)rocketmail.com
Distribution: ---
I am getting continuous spamming in command console of the following fixme when
the mouse pointer is moved over any loaded webpage in a builtin Wine Internet
Explorer window. This happens both when it's loaded as a standalone and when
the browser is embedded into another application.
0024:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile
(02D356D0)->({34745c63-b2f0-4784-8b67-5e12c8701a31}
One way to reproduce this is by running the below command, bringing Wine
Internet Exporer window into focus and then moving the cursor over it.
wine iexplore
--
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.