https://bugs.winehq.org/show_bug.cgi?id=50241
Bug ID: 50241
Summary: Vertical Text in NL5 schematic doesn't display
correctly
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rmm(a)cantrip.org
Distribution: ---
Created attachment 68751
--> https://bugs.winehq.org/attachment.cgi?id=68751
Should show R5 and 10e+6 vertically
Hi All,
NL5 circuit simulator has worked very well in Wine for years. A change in Wine
5.22 or possibly 5.21 has broken vertical text rendering. It shows up at a 45
degree angle instead, with strange spacing.
I'm running Wine 5.22 (Fedora packages) on Fedora 32. I will attach an
image...
Unfortunately I can't seem to revert back to 5.21 or 5.20 using DNF (without
jumping through a lot of hoops) to show you what it should look like.
I've reached out to the developer and he said the code that rotates the text
uses the LOGFONT structure to set the orientation of the text:
if ( textdir != 0 ) {
LOGFONT lf; // Windows native font structure
ZeroMemory(&lf, sizeof(LOGFONT));
lf.lfHeight = Canvas->Font->Height;
lf.lfEscapement = (4-textdir)*900; // degrees to rotate
lf.lfOrientation = (4-textdir)*900;
lf.lfCharSet = DEFAULT_CHARSET;
strcpy(lf.lfFaceName, Canvas->Font->Name.c_str() );
Canvas->Font->Handle = CreateFontIndirect(&lf);
}
So something deep down in there changed in 5.21 or 5.22.
An older bug, #14199 mentions that a similar problem was in gdi32.
Thanks,
Richard
--
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=50423
Bug ID: 50423
Summary: dlls/devenum/mediacatenum.c: | function
‘property_bag_Read’ | error: unknown field ‘cPins2’
specified in initializer
Product: Wine
Version: 6.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
Created attachment 69040
--> https://bugs.winehq.org/attachment.cgi?id=69040
log.txt
in distro:
# uname --kernel-release
3.0.66
# gcc --version
4.3.4
# ldd --version
2.10.1
applying patch from https://bugs.winehq.org/show_bug.cgi?id=47907#c12
Compiling wine-6.0-rc4 fails with multiple items:
In function ‘property_bag_Read’:
error: unknown field ‘cPins2’ specified in initializer
error: unknown field ‘rgPins2’ specified in initializer
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"
--
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=50408
Bug ID: 50408
Summary: wineboot crash to due getaddrinfo() returning NULL
ai_canonname
Product: Wine
Version: 6.0-rc4
Hardware: x86-64
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
After the WINEPREFIX is created, wineserver exits, and any Wine application is
run, wineboot crashes with this error and incorrect stack trace:
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x70bab1d7).
Register dump:
CS:0033 SS:003b DS:003b ES:003b FS:0013 GS:001b
EIP:70bab1d7 ESP:0075f008 EBP:0075f008 EFLAGS:00010246( R- -- I Z- -P- )
EAX:00000000 EBX:0075f6e0 ECX:0000002e EDX:003e2034
ESI:00000000 EDI:0075f4d8
Stack dump:
0x0075f008: 0075fef8 0040633d 00000000 0000002e
0x0075f018: 0075f4d8 0075f094 00000000 00020006
0x0075f028: 00000000 0075f6e0 00000000 00000000
0x0075f038: 00000000 00000000 00000000 00000000
0x0075f048: 00000000 004508e0 0075f094 7bc0c0b0
0x0075f058: 7b632328 7bc2a280 00000034 0075f4d8
Backtrace:
=>0 0x70bab1d7 memcmp+0x107(ptr2=<is not available>, n=<is not available>)
[Z:\home\user\Wine\wine\dlls\msvcrt\string.c:2602] in ucrtbase (0x0075f008)
1 0x0040633d main+0x151c(argv=<is not available>)
[Z:\home\user\Wine\wine\programs\wineboot\wineboot.c:829] in wineboot
(0x0075fef8)
2 0x004042d8 mainCRTStartup+0x67()
[Z:\home\user\Wine\wine\dlls\msvcrt\crt_main.c:58] in wineboot (0x0075ff30)
3 0x7b62ddf0 WriteTapemark+0xff(type=<is not available>, count=<is not
available>, immediate=<is not available>)
[Z:\home\user\Wine\wine\dlls\kernel32\tape.c:317] in kernel32 (0x0075ff48)
4 0x7bc56b97 RtlSleepConditionVariableSRW+0x226(lock=<is not available>,
timeout=<is not available>, flags=<is not available>)
[Z:\home\user\Wine\wine\dlls\ntdll\sync.c:557] in ntdll (0x0075ff5c)
5 0x7bc56e40 call_thread_func+0xaf(arg=0x3fe000)
[Z:\home\user\Wine\wine\dlls\ntdll\thread.c:134] in ntdll (0x0075ffec)
0x70bab1d7 memcmp+0x107 [Z:\home\user\Wine\wine\dlls\msvcrt\string.c:2602] in
ucrtbase: movzbl 0x0(%eax),%edx
2602 if (*str == (char)c) return (char*)str;
Modules:
Module Address Debug info Name (8 modules)
PE 400000- 450000 Dwarf wineboot
PE 61740000-61802000 Deferred advapi32
PE 62790000-62794000 Deferred ws2_32
PE 6bc00000-6bc79000 Deferred sechost
PE 70b40000-70d77000 Dwarf ucrtbase
PE 7b000000-7b2a2000 Deferred kernelbase
PE 7b600000-7b8f6000 Dwarf kernel32
PE 7bc00000-7be33000 Dwarf ntdll
Threads:
process tid prio (all id:s are in hex)
00000020
00000024 0
00000028 (D) C:\windows\system32\wineboot.exe
0000002c 0 <==
00000038 0
0000003c explorer.exe
00000040 0
00000044 0
00000048 0
System information:
Wine build: wine-6.0-rc2-43-gef876fc54e2
Platform: i386
Version: Windows 7
Host system: FreeBSD
Host version: 12.2-RELEASE
--
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=48142
Bug ID: 48142
Summary: shell32:appbar tests fail on some Windows 10 machines
Product: Wine
Version: 4.20
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
https://test.winehq.org/data/tests/shell32:appbar.html
Some of the "cw" win10 machines fail in shell32:appbar. Mine happens to work
when running the test on its own. I haven't been able to find a pattern, other
than that none of the machines are on the current build.
Without a machine that can reproduce this, I don't see a way to figure out
what's going on.
It would seem based on the results that appbar functionality does not work at
all.
One possibility is that a previous test leaves explorer in a bad state. If so,
running the test on its own should succeed. It would also explain the
correlation between failures here and in shell32:systray
https://test.winehq.org/data/a9c4b309f6af82b624604bd0df898ad88d59ab5a/index…
--
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=43852
Bug ID: 43852
Summary: Monkey Island Special Edition Collection: White screen
and crash when starting Monkey1.exe
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cweiske(a)cweiske.de
Distribution: ---
Created attachment 59408
--> https://bugs.winehq.org/attachment.cgi?id=59408
wine terminal output
After successfully installing "Monkey Island Special Edition Collection" from
DVD (bug #43851), running Monkey1.exe fails:
1. The main display (or wine's virtual desktop) only shows a white screen
2. Terminal shows some errors, the last ones are below
3. Wine's in-built backtrace collector does not seem to work
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\windows\\system32\\XAudio2_4.dll"
err:ole:CoGetClassObject no class object {03219e78-5bc3-44d1-b92e-f63d89cc6526}
could be created for context 0x1
wine: Unhandled page fault on read access to 0x00000000 at address 0x441192
(thread 0009), starting debugger...
--
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=47824
Bug ID: 47824
Summary: Remote Life demo terminates with 'Cannot load library
nw_elf.dll'
Product: Wine
Version: 4.17
Hardware: x86-64
URL: https://nextgamelevel.itch.io/remote-life
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vulture6(a)mail.com
Distribution: Mint
Remote Life 1.2 demo terminates with 'Cannot load library nw_elf.dll'
The only other output is '0020:err:plugplay:load_function_driver AddDevice
failed for driver L"winebus", status 0xc0000002.'
Graphics card is Nvidia.
--
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=50397
Bug ID: 50397
Summary: dlls/d3dcompiler_43/tests/hlsl_d3d11.c: error: unknown
field ‘Texture2D’ specified in initializer
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
Created attachment 69018
--> https://bugs.winehq.org/attachment.cgi?id=69018
log.txt
in distro:
# uname --kernel-release
3.0.66
# gcc --version
4.3.4
# ldd --version
2.10.1
applying patch from https://bugs.winehq.org/show_bug.cgi?id=50378#c2
wine-6.0-rc3 compilation stops at new bug:
In function ‘test_sampling’:
error: unknown field ‘Texture2D’ specified in initializer
--
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=49771
Bug ID: 49771
Summary: Segfault running exception tests
Product: Wine
Version: 5.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: jeffersoncarpenter2(a)gmail.com
Distribution: ---
Created attachment 68085
--> https://bugs.winehq.org/attachment.cgi?id=68085
Valgrind output
Steps to reproduce:
* Check out wine-5.16 and build. Configure output attached.
* cd dlls/ntdll/tests
* ../../../loader/wine ./ntdll_test.exe.so exception
Attached valgrind output.
--
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=44454
Bug ID: 44454
Summary: Windows Media Encoder 9 refuses to install
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Claims "This version of Windows Media Encoder can only be installed on a
computer running Microsoft Windows XP Professional x64 Edition or Windows
Server 2003 x64 Edition."
Needs a newer version resource for kernel32.dll.
--
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=47770
Bug ID: 47770
Summary: Waves Central possible cmd bug
Product: Wine-staging
Version: 4.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chopinbig(a)tutanota.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Waves Central doesn't install plugins (again) with Wine Staging 4.15 (and
possibly earlier).
Very similar errors to what happened before with hanging on tasklist, which was
due to cmd changes https://bugs.winehq.org/show_bug.cgi?id=45506
--
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.