https://bugs.winehq.org/show_bug.cgi?id=55935
Bug ID: 55935
Summary: wine-8.21 build fails in Ubuntu x86_64
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
Distribution: ---
Created attachment 75500
--> https://bugs.winehq.org/attachment.cgi?id=75500
Ubuntu 23.04 x86_64 build failure
Debian and Fedora packages built without problems, but all the 64 bit Ubuntu
packages failed with:
[ 738s] /usr/bin/ld: dlls/ntdll/unix/signal_x86_64.o: warning: relocation
against `KeServiceDescriptorTable' in read-only section `.text'
[ 738s] /usr/bin/ld: dlls/ntdll/unix/signal_x86_64.o: relocation R_X86_64_PC32
against symbol `KeServiceDescriptorTable' can not be used when making a shared
object; recompile with -fPIC
[ 738s] /usr/bin/ld: final link failed: bad value
Attaching the full log from Ubuntu 23.04 x86_64; 20.04, 22.04, and 23.10 failed
in the same way.
--
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=55536
Bug ID: 55536
Summary: Aldec Active-HDL student edition: crashes when trying
to open a file
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: remilabelle(a)outlook.com
Distribution: ---
Created attachment 75094
--> https://bugs.winehq.org/attachment.cgi?id=75094
backtrace
Unhandled exception: unimplemented function
SHELL32.dll.SHSetTemporaryPropertyForItem called in 64-bit code
(0x00000170030088) when trying to open a file (or workspace) in Active-HDL
student edition version 13.0.376.8320 Windows64.
--
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=55969
Bug ID: 55969
Summary: vbscript fails to return TypeName for Nothing
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Distribution: ---
If TypeName(Nothing) = "Nothing" Then
CScript.echo "Nothing"
End If
On windows this echoes Nothing
On wine
wine cscript test.vbs
wine: configuration in L"/home/me/.wine" has been updated.
wine: Unhandled page fault on read access to 00000000 at address 6154A2B6
(thread 0134), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x6154a2b6).
Backtrace:
=>0 0x6154a2b6 IDispatch_GetTypeInfo+0x3(ppTInfo=<internal error>,
lcid=<internal error>, iTInfo=<internal error>, This=<internal error>)
[Z:\usr\src\wine-8.0.1~repack-3ubuntu2\include\oaidl.h:890] in vbscript
(0x0075f928)
1 0x6154a2b6 Global_TypeName+0x2c6(This=<is not available>, arg=<is not
available>, args_cnt=<is not available>, res=<is not available>)
[Z:\usr\src\wine-8.0.1~repack-3ubuntu2\dlls\vbscript\global.c:330] in vbscript
(0x0075f928
)
--
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=55931
Bug ID: 55931
Summary: vbscript: empty MOD 100000 returns garbage instead of
0
Product: Wine
Version: 8.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: jsm174(a)gmail.com
Distribution: ---
While working on Visual Pinball scripting, we ran into a script where a high
score gets loaded from a property file. If the file doesn't exist or the value
isn't set, a variable contains empty. The variable is then MOD 10000 which sets
a score reel.
On Windows, this will return 0:
Dim h_score : h_score = empty
Dim temp : temp = h_score MOD 100000
WScript.echo "Temp " & temp
Output:
Temp 0
In Wine VBScript, temp will have a garbage value and thus drive the score reels
with bad data.
Looking into
HRESULT WINAPI VarMod(LPVARIANT left, LPVARIANT right, LPVARIANT result)
case VT_CY :
if(V_VT(left) == VT_EMPTY)
{
V_VT(result) = VT_I4;
rc = S_OK;
goto end;
}
result is never really initialized so this is where the garbage value comes
from. I tested with V_I4(result) = 0 and was able to get 0.
I'm not sure if the best place to fix this is here or in interp_mod
--
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=55065
Bug ID: 55065
Summary: user32:monitor - check_preferred_mode() fails on the
TestBot's debiant VM
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
user32:monitor - check_preferred_mode() fails on the TestBot's debiant VM:
monitor.c:1699: Tests skipped: Current display mode is already 1024x768,
skipping test.
monitor.c:1788: Test marked todo: Expected 0, got 50
monitor.c:1789: Test marked todo: Expected adapter device path, got empty
string
monitor.c:1729: Test failed: got -2.
monitor.c:1788: Test marked todo: Expected 0, got 50
monitor.c:1789: Test marked todo: Expected adapter device path, got empty
string
monitor.c:1699: Tests skipped: Current display mode is already 1024x768,
skipping test.
monitor.c:1788: Test marked todo: Expected 0, got 50
monitor.c:1789: Test marked todo: Expected adapter device path, got empty
string
monitor.c:1729: Test failed: got -2.
monitor.c:1788: Test marked todo: Expected 0, got 50
monitor.c:1789: Test marked todo: Expected adapter device path, got empty
string
See: https://test.winehq.org/data/patterns.html#user32:monitor
The failures started with the commit below which introduced
check_preferred_mode():
commit 24019f0d385c653d58be50f7941256e4e1c8b68a
Author: Paul Gofman <pgofman(a)codeweavers.com>
Date: Wed Apr 19 18:57:04 2023 -0600
win32u: Partially implement
NtUserDisplayConfigGetDeviceInfo(DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_PREFERRED_MODE).
--
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=54037
Bug ID: 54037
Summary: user32:msg - test_SendMessage_other_thread() sometimes
gets a todo success (GitLab CI)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
user32:msg - test_SendMessage_other_thread() sometimes gets a todo success:
msg.c:19067: Test succeeded inside todo block: WaitForSingleObject failed,
ret:0
msg.c:19091: Test succeeded inside todo block: wrong status 00000000
See https://test.winehq.org/data/patterns.html#user32:msg
This happens about once a month on the Debian VMs in the TestBot nightly
WineTest runs, but is also known to impact the GitLab CI (e.g. MR!1596 MR!1519
).
--
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=53175
Bug ID: 53175
Summary: Roon no longer works under wine staging, help needed,
thanks.
Product: Wine-staging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rustytone(a)gmx.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 72621
--> https://bugs.winehq.org/attachment.cgi?id=72621
backtrace of the roon application - failed start, get it every time i launch.
hello sorry if this in the wrong section,
I have roon installed using wine-staging, the wine (non staging) doesn't seem
to work well with the roon windows application so decided to go with staging
release.
it was working correctly until 2 days ago, there was an update to wine-staging
and an update to the roon application as well.
hopefully the backtrace is helpful and I have included it,
running arch, latest updates, latest kernel, latest wine-staging etc.
any more information you need I will be happy to assist.
sorry again if this in the wrong section.
thank you - antonio.
--
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=49527
Bug ID: 49527
Summary: Printing font Chilanka crashes Notepad and Word
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Created attachment 67657
--> https://bugs.winehq.org/attachment.cgi?id=67657
Avoid crash in get_glyf_pos in wineps.drv with font Chilanka.
Function get_glyf_pos accesses unconditionally the memory pointed to by
".data".
Unfortunately with this font we end up here with a null pointer.
123 *start = GET_BE_WORD(((WORD*)t42->tables[t42->loca_tab].data) + index);
I could observe this with following font:
fonts-smc-chilanka_1.400-1_all.deb from Ubuntu focal (20.04LTS).
https://packages.ubuntu.com/focal/fonts-smc-chilankahttp://de.archive.ubuntu.com/ubuntu/pool/main/f/fonts-smc-chilanka/fonts-sm…
To reproduce just enter "Test" and select font "Chilanka" in either Notepad
or Word. Then attempt to print.
Attached path on top of 5.12 avoids the crash, but does still not
produce the expected output, maybe related to 42739.
But avoiding the crash separately might still be desired?
--
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=55807
Bug ID: 55807
Summary: uiautomationcore:uiautomation -
test_uia_com_event_handler_event_advisement() fails on
Windows 10 1709
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: uiautomationcore
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
uiautomationcore:uiautomation - test_uia_com_event_handler_event_advisement()
fails on Windows 10 1709:
uiautomation.c:15492: Test failed: Wait for method_event(s) timed out.
uiautomation.c:15498: Test failed: Provider2: Unexpected advise event added,
event ID 0.
See https://test.winehq.org/data/patterns.html#uiautomationcore:uiautomation
These failures started on 2023-10-10 and are systematic but only happen on
w1064v1709.
A bisect shows that they started with the commit below:
commit 4569157b282f0274bb774795f207a25822105065
Author: Connor McAdams <cmcadams(a)codeweavers.com>
Date: Tue Oct 10 07:39:11 2023 -0400
uiautomationcore: Use EVENT_OBJECT_DESTROY to remove HWNDs from the COM API
focus change HWND map.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
--
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.