https://bugs.winehq.org/show_bug.cgi?id=52934
Bug ID: 52934
Summary: wine can't load ntdll.so on asahi linux (apple M1
hardware, linux kernel/userland)
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 72306
--> https://bugs.winehq.org/attachment.cgi?id=72306
ntdll.dll that can't be loaded
Follow-up to bug 52715.
After setting the page size to 16k, you can try to run "wine winecfg", for
example.
This results in an error:
> wine: failed to load /home/fabian/Programming/Wine/wine/dlls/ntdll/ntdll.dll error c000007b
Error is at the following code:
> for (i = 0; i < nt->FileHeader.NumberOfSections; i++)
> {
> if (sec[i].VirtualAddress != sec[i].PointerToRawData)
> return status; /* Windows refuses to load in that case too */
> }
Adding debug code:
> printf("Section %i: VirtualAddress: %p\n, PointerToRawData: %p\n", sec[i].VirtualAddress, sec[i].PointerToRawData);
yields
> Section 4: VirtualAddress: 0x81000, PointerToRawData: 0x7d000
Using llvm-mingw from here:
https://github.com/mstorsjo/llvm-mingw/releases/tag/20220323
Not sure if the dll itself is broken...? Attaching the dll for completeness
sake.
--
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=48980
Bug ID: 48980
Summary: buffer-overflow in Open/Save dialogs
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)kcsoftwares.com
Distribution: ---
Created attachment 66956
--> https://bugs.winehq.org/attachment.cgi?id=66956
Trace
Problem triggered using Wine for ReactOS
See ticket : https://jira.reactos.org/browse/CORE-15288
Open Notepad. Save As => type aaaaaaaa.txt
Copy & paste "aaaaaaaaaaaaaaaaaaaaaaaaa" block
keep CTRL+V pressed (long time) until Text box is "blank".
Click on save => Crash
Same procedure with File>Open leads to same result
--
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=44936
Bug ID: 44936
Summary: winedbg + gdb (remote) interaction broken due to
recent commits
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: julius.schwartzenberg(a)gmail.com
Distribution: ---
I'm using OpenSUSE 42.3. I start winedbg as follows:
winedbg --gdb --no-start path/to/smth.exe
Then I use Eclipse to connect to the remote port that is shown.
This results in:
- ../../gdb/infrun.c:5585: internal-error: int
finish_step_over(execution_control_state*): Assertion
`ecs->event_thread->control.trap_expected' failed.
A problem internal to GDB has been detected, further debugging may prove
unreliable.
- Text I enter in the Debugger Console (in Eclipse) is invisible
- Things crash
When I revert back to 77d65c39486ffc2b4c17aec958e361b180a029a1 these problems
disappear.
Please let me know if I should do more analysis.
--
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=27293
Summary: PSO:BB - Cannot type a character name during character
creation
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dev(a)gaminglounge.com
Created an attachment (id=34903)
--> (http://bugs.winehq.org/attachment.cgi?id=34903)
Wine 1.3.20 terminal ouput of issue when typing
To join the server in Phantasy Star Online: Blue Burst the user must first
register their UserID at the main screen by typing their username and password.
(typing at this point works) Once entered the user can either select an
existing character or create a new one.
When creating a new character - the last step is to give the character a name.
At this point typing suddenly stops working - no text appears and the console
is filled with this line with every keypress:
fixme:imm:ImmGetDescriptionW (0x4090409, 0xad9460, 255): semi stub
This is problem - if only for the fact that once started you can't really exit
out of the character creation process without forceably terminating the
application. We really need to be able to type the name to exit this point in
the game.
If new users can't create a character they won't be able to help in
troubleshooting bug (#12964) which is needed to get in-game.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33002
Bug #: 33002
Summary: vbsp.exe: Crashes during map compilation
Product: Wine
Version: 1.5.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bhs2007(a)gmail.com
Classification: Unclassified
Created attachment 43607
--> http://bugs.winehq.org/attachment.cgi?id=43607
Backtrace produced by Wine.
vbsp.exe is a utility used to compile VMF map files, and is distributed as part
of the Source SDK by Valve Software through Steam.
The utility is being invoked from a command line, in the following manner:
wine 'S:\Steam\steamapps\bhspitmonkey\sourcesdk\bin\orangebox\bin\vbsp.exe'
-game 'S:\Steam\steamapps\bhspitmonkey\Team Fortress 2\tf' ./outdoor
Context/output/backtrace is attached. I'm probably doing something wrong;
please let me know if that's the case!
--
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=43119
Bug ID: 43119
Summary: SORCERY JOKERS (Trial) doesn't run (due to lack of
virtual memory)
Product: Wine
Version: 2.8
Hardware: x86-64
URL: http://trial.getchu.com/836703/sjs_trial.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: ---
SORCERY JOKERS (Trial) is a demo version of Japanese visual novel game. It
doesn't run due to lack of virtual memory.
When I start the application, it shows "DirectDraw Error".
Console output shows:
wgl:init_opengl Failed to load libGL: libGL.so.1: cannot open shared object
file: No such file or directory
Of course, I have libGL.so.1 in /usr/lib/i386-linux-gnu/mesa.
strace(1) give me a hint:
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 16
fstat64(16, {st_mode=S_IFREG|0644, st_size=151363, ...}) = 0
mmap2(NULL, 151363, PROT_READ, MAP_PRIVATE, 16, 0) = -1 ENOMEM (Cannot allocate
memory)
Therefore, the process can't find out libGL.so.1.
--
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=52300
Bug ID: 52300
Summary: Oculus Setup Installer Incorrectly Claims to Not Have
Enough Storage
Product: Wine
Version: 7.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nekoNexus(a)protonmail.ch
Distribution: ---
Created attachment 71454
--> https://bugs.winehq.org/attachment.cgi?id=71454
Wine-Staging 7.0-rc1 Terminal Output and Screenshots
Version of wine used:
Wine-Staging 7.0-rc1
SHA256:
ef04ac24ea20b404b175b0f18f706b7eabe5d5712f653e600cb7e8e715d93fa2
Download location:
https://www.oculus.com/download_app/?id=1582076955407037
-----
Dotnet 48 and d3dcompiler_47 is required to render the program's window:
winetricks -q dotnet48 d3dcompiler_47
(Mentioned in:
https://bugs.winehq.org/show_bug.cgi?id=52299#c1
)
-----
The installer proceeds as expected only with the prefix set to Windows 10;
setting the prefix to Windows 7 claims you need two Windows 7 hotfixes
installed and forces you to close the program.
However, when you do proceed to the installation in Windows 10 mode, it claims
that not enough storage is present to install even if there is more than enough
storage space present.
--
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=51958
Bug ID: 51958
Summary: Wiggles (Diggles): background music is distorted with
>=wine-6.0.1
Product: Wine
Version: 6.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: herrtimson(a)yahoo.de
Distribution: ---
Created attachment 70941
--> https://bugs.winehq.org/attachment.cgi?id=70941
log from console
I tried wine-vanilla-6.0.1 and 6.0.2, both have the same regression: the
background music is distorted, I believe its playing faster than it is supposed
to and is also kind of choppy. The ambiant noises are not affected.
wine-vanilla-4.0.4 is the only older version I was able to test with - it is
not affected. This version I had to copy it from an old backup, as anything
older than 6.x fail to configure on my system.
wine-vanilla-6.18 is also affected,
so regression window is somewhere between 4.0.4 and 6.0.1
found these errors in the console log:
0224:err:quartz:process_output Failed to get sample, hr 0x80040211.
0224:err:mp3dmod:MediaObject_ProcessInput Already have a buffer.
0224:err:quartz:dmo_wrapper_sink_Receive ProcessInput() failed, hr 0x80040204.
01e8:fixme:mp3dmod:Unknown_QueryInterface no interface for
{f90a6130-b658-11d2-ae49-0000f8754b99}
will add the full log
--
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=52217
Bug ID: 52217
Summary: FTBFS on OpenIndiana
Product: Wine
Version: 7.0-rc1
Hardware: x86
OS: Solaris
Status: NEW
Keywords: download, source
Severity: blocker
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Git Wine FTBFS on OpenIndiana.
An initial failure with msgfmt can be worked around with
MSGFMT="/usr/gnu/bin/msgfmt" during configure (or an appropriate patch).
gcc-10 -m32 -c -o dlls/ntdll/unix/env.o /tmp/wine/dlls/ntdll/unix/env.c
-Idlls/ntdll -I/tmp/wine/dlls/ntdll -Iinclude \
-I/tmp/wine/include -D__WINESRC__ -D_NTSYSTEM_ -D_ACRTIMP= -DWINBASEAPI=
-D_MSVCR_VER=0 \
-DWINE_UNIX_LIB -fPIC -fasynchronous-unwind-tables -Wall -pipe
-fcf-protection=none \
-fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement
-Wempty-body \
-Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
-Wstrict-prototypes \
-Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings
-Wpointer-arith -Wlogical-op \
-gdwarf-4 -fno-omit-frame-pointer -g -O0 -pipe
/tmp/wine/dlls/ntdll/unix/env.c: In function 'get_initial_console':
/tmp/wine/dlls/ntdll/unix/env.c:1681:24: error: storage size of 'size' isn't
known
1681 | struct winsize size;
| ^~~~
Adding #include <sys/termios.h> to ntdll/unix/env.c allows the compilation to
continue slightly further, where it fails again
/tmp/wine/dlls/ntdll/unix/file.c: In function 'NtQueryVolumeInformationFile':
/tmp/wine/dlls/ntdll/unix/file.c:6528:18: error: too few arguments to function
'fstatfs'
6528 | if (!fstatfs( fd, &stfs ))
| ^~~~~~~
--
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=33307
Bug #: 33307
Summary: heap corruption with gcc 4.8.0
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lich(a)math.spbu.ru
Classification: Unclassified
Fresh wine compiled with gcc 4.8.0 is quite unusable. Likely, gcc is a culprit.
But nevertheless it might indicate to some very sophisticated hidden bug in
wine64, so I post a bug here.
Compilation:
$ cd wine
$ mkdir build64
$ cd build64
$ ../configure --enable-win64 --prefix=/opt/wine64 --without-xinput2
--disable-tests
$ sudo make install
$ wine64 notepad
Bus error
Further investigation has led to the following:
$ WINEDEBUG=file,ntdll,heap wine64 notepad
...
err:heap:HEAP_ValidateInUseArena Heap 0x10000: block 0x106c0 tail overwritten
at 0x106e8 (byte 0/32 == 0x5c)
.....
wine64: ../../../dlls/ntdll/heap.c:455: HEAP_GetPtr: Assertion `0' failed.
--
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.