https://bugs.winehq.org/show_bug.cgi?id=56152
Bug ID: 56152
Summary: "Script error: Handler not defined #FileIO" in "TKKG
1" (EN: Jennifer is Missing, DE: Katjas Geheimnis -
Tivoli)
Product: Wine
Version: 6.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Since wine-6.4 this application fails with this message:
Script error: Handler not defined
#FileIO
This is visible since this commit:
commit af74bd31229e0f065448253b248ec0cb3b51af26
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Tue Mar 2 18:52:44 2021 +0100
ntdll: Use syscall dispatcher to restore context in NtSetContextThread.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Unfortunately I am not able to revert this commit on current git.
I think this is the problematic area of the executable:
004F12C9 push offset aXobglu32Dll ; "xobglu32.dll"
004F12CE call ds:LoadLibraryA
004F12D4 mov ebp, eax
004F12D6 test ebp, ebp
004F12D8 jz short loc_4F1309
004F12DA push offset aMyloadlibrary3 ; "MyLoadLibrary32"
004F12DF push ebp ; hModule
004F12E0 call ds:GetProcAddress
004F12E6 mov ecx, [esp+10h+arg_0]
004F12EA push ecx
004F12EB call eax
004F12ED movzx esi, ax
004F12F0 test esi, esi
004F12F2 jnz short loc_4F12FD
004F12F4 push ebp ; hLibModule
004F12F5 call ds:FreeLibrary
004F12FB jmp short loc_4F1309
004F12FD mov [ebx], esi
Inside MyLoadLibrary32 it seems the application does a
16-bit KERNEL.95:LOADLIBRARY of fileio.dll,
which looks like it succeeds (retval=00000306).
Unfortunately for some reason the FreeLibrary is reached when it
was not before the above commit.
A +relay trace shows also a NtSetContextThread involved,
which got modified by above commit.
I tested with:
- https://archive.org/details/tkkg-1-jennifer-is-missing
- export WINEARCH=win32
- winecfg, set to Windows 95.
- Workaround for following error:
"This program requires at least 3MB of free virtual memory to run"
echo -e "MemTotal: 32768 kB\nMemFree: 32768 kB\nSwapTotal: 32768
kB\nSwapFree: 32768 kB\nBuffers: 0\nCached: 0" > my-meminfo.txt
bwrap --dev-bind / / --dev-bind my-meminfo.txt /proc/meminfo wine
tkkg1_95.exe
--
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=47406
Bug ID: 47406
Summary: add support for debug symbols is separate files
Product: Wine
Version: 4.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
<will be a bit ranty>
One on the "installation options" on Gentoo is 'splitdebug'.
It allows to keep debug symbols in separate files (and potentially keep them
compressed). gdb supports it (AFAICT) seamlessly. While addr2line doesn't seem
to supports it, the one from elfutils does.
I don't know where Gentoo got the idea, but given gdb and elfutils, it's likely
more wide-spread than Gentoo family.
So, would you consider adding support for it in winedbg ?
--
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=46777
Bug ID: 46777
Summary: Two Worlds 2 crashing on start [REGRESSION]
Product: Wine
Version: 4.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: timofeevsv1989(a)gmail.com
Distribution: ---
Created attachment 63791
--> https://bugs.winehq.org/attachment.cgi?id=63791
Two Worlds 2 crash. Console out.
Two Worlds 2 crashing on start. In older wine (4.0) on load screen.
On old wine 1.1.39 everything was OK
--
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=56149
Bug ID: 56149
Summary: Celtic Kings demo: window decorations missing in
virtual desktop (VD size = desktop size)
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
URL: https://archive.org/download/celtic-kings/Celtic%20Kin
gs.zip
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: gabrielopcode(a)gmail.com, zzhang(a)codeweavers.com
Regression SHA1: 790133e95036597092443b30c0fe0aa6a40a9167
Distribution: ArchLinux
Created attachment 75829
--> https://bugs.winehq.org/attachment.cgi?id=75829
missing window decorations in virtual desktop
When I set the size of the virtual desktop so that it matches my desktop
resolution (1440X900 in my case) then the opening movie as well as the main
menu of the game appears without window decorations/window borders.
This occurs since commit 790133e95036597092443b30c0fe0aa6a40a9167.
This commit has the side effect that the patch from Zhiyi Zhang which is
intended to fix bug #55810 simply doesn't work. Bug #55810#c14
To reproduce the problem in Celtic Kings demo:
1. set up a VD that matches your desktop resolution
2. run the demo
Celtic Kings.zip
md5: 08657c24bf275fc7fd751b546a58daee
Tested with wine-9.0-rc3-22-gdef5e1a61d8
X.Org X Server 1.21.1.10
XFCE 4.18
--
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=56113
Bug ID: 56113
Summary: Unfortunate Spacemen crashes on start
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
This is a regression that happened between Wine 8.21 and Wine 9.0-rc1. I have
not been able to pin down the exact commit that caused it.
--
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=55784
Bug ID: 55784
Summary: wldap32:parse - test_ldap_bind_sA() claims the server
is down on w1064v2009
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: wldap32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
wldap32:parse - test_ldap_bind_sA() claims the server is down on w1064v2009:
parse.c:172: Test failed: ldap_connect failed 0x51
parse.c:176: Test failed: ldap_bind_s returned 0x34
parse.c:514: Test failed: ldap_simple_bind_sA should fail, got 0x51
parse.c:525: Test failed: ldap_simple_bind_sA should succeed, got 0x51
See https://test.winehq.org/data/patterns.html#wldap32:parse
Where 0x34 == LDAP_UNAVAILABLE
0x51 == LDAP_SERVER_DOWN
This started on 2023-10-09 and has been systematic on w1064v2009 since then.
Because it only happens on w1064v2009 [1], it is unlikely that the server
(db.debian.org) is really down. Also the test succeeds when run on its own.
[1] In the past 8 months there is a single other failure of that type that
happened on w1064v1507-32 on 2023-09-04.
--
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=54401
Bug ID: 54401
Summary: PhotoFiltre not printing
Product: Wine
Version: 8.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johann.mahne(a)gmail.com
Distribution: ---
Created attachment 73967
--> https://bugs.winehq.org/attachment.cgi?id=73967
Log of photoFiltre starting
I upgraded from version 7.0 to version 8.0 via the Linux Mint update manager.
PhotoFiltre version 6 and 7 will now not print unless I click on print setup
first. It was working on version 7.0 .
I have to click print setup then click OK then close the window and then click
print. Then it works.
It is only for PhotoFiltre that I have this problem.
--
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=56150
Bug ID: 56150
Summary: Wine 8.18 - Fedora 37 - Winwing F16EX joystick -
dinput only reports 10 buttons
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mvrk(a)sapo.pt
Distribution: ---
Created attachment 75833
--> https://bugs.winehq.org/attachment.cgi?id=75833
control panel - controllers - dinput
Hi,
I was trying to test my new Winwing Orion2 F16EX stick on wine for example with
DCS World, and i realized most buttons don't work.
I executed control panel on wine and opened controllers and on the dinput tab i
see that the joystick is only shown with 10 buttons.
--
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=56134
Bug ID: 56134
Summary: VA-11 HALL-A crashes on startup
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: zsolt_vadasz(a)protonmail.com
Distribution: ---
Created attachment 75811
--> https://bugs.winehq.org/attachment.cgi?id=75811
Relevant +relay,+tid,+seh
EXCEPTION_ACCESS_VIOLATION is thrown when the game performs a NULL pointer
access after a call to _wgetenv(), because the parameter passed to the function
is in lower-case.
--
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=53319
Bug ID: 53319
Summary: robot battle game extremely slow after wine version
7.11 and above
Product: Wine
Version: 7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: evren320(a)hotmail.com
Distribution: ---
Robot Battle 1.4 game is slow on wine version 7.11 and above.
Game works fine with wine 7.10 and below.
--
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.