https://bugs.winehq.org/show_bug.cgi?id=49721
Bug ID: 49721
Summary: The Secret of Monkey Island SE crashes on exit with
built-in xactengine3_4
Product: Wine
Version: 5.15
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: xactengine
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 67982
--> https://bugs.winehq.org/attachment.cgi?id=67982
plain terminal output
Although it's not a game-breaking bug (happens only when quitting the game),
yet it would be nice to get rid of the crash.
With native xactengine3_4.dll the game quits properly.
--
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=49918
Bug ID: 49918
Summary: [5.17 regression] 0050:err:ole:start_rpcss Failed to
open RpcSs service
Product: Wine
Version: 5.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: xantares09(a)hotmail.com
Distribution: ArchLinux
Created attachment 68291
--> https://bugs.winehq.org/attachment.cgi?id=68291
log
since 5.17, when wine runs a basic hello world c++ executable
it show a new error: Failed to open RpcSs service
see attached wine.log for full output
also happens in 5.18
happens in 32 and 64 bits modes
hello world example used:
https://github.com/hubshuffle/cmake-hello-world/blob/master/main.cpp
--
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=49886
Bug ID: 49886
Summary: ACR39U ICC SmartCard Reader support for wine 5.17
Product: Wine-staging
Version: 5.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mtombak(a)hssgm.gov.tr
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 68230
--> https://bugs.winehq.org/attachment.cgi?id=68230
A snapshot for smard card device on windows
Wine does not find my smartcard. Our document management system (Seneka EBDYS
client) has only windows application i.e., that application has NOT linux
version. So, we have to run this application on wine. I have run this
application on wine. But, this application has E-Signature module, and i have
ACR39U ICC SmartCard Reader and AKiS v1.3 on infineon chip (from TUBITAK). I
have researched a lot of thing for smart cards on wine, but i have not found
anything. wine does not see anything. that application on wine does not find
smard card
--
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=49504
Bug ID: 49504
Summary: Toontown Corporate Clash: new launcher fails with
INTERNAL ERROR
Product: Wine
Version: 5.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: corpclash(a)airmail.cc
Distribution: ---
Created attachment 67632
--> https://bugs.winehq.org/attachment.cgi?id=67632
Installer and launcher output
The new launcher for Toontown Corporate Clash fails to launch after installing
with a dialog error box stating "INTERNAL ERROR: cannot create temporary
directory!"
Launcher installer:
https://github.com/CorporateClash/pyside2-releases/releases/download/v1.0.4…
--
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=37625
Bug ID: 37625
Summary: Fallout: New Vegas fails to allocate system memory
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oinabilac(a)gmail.com
Distribution: ---
Fallout: New Vegas fails to allocate enough system memory when running on
high/ultra graphics settings. The game does not crash but the game is not
rendered properly; the interface disappears and certain textures are not
visible.
Wine repeatedly gives the following messages:
err:d3d:resource_init Failed to allocate system memory.
This issue can be fixed by setting the large address aware flag enabled (works
for Fallout 3 which has the same issue and runs the same game engine), but for
some reason New Vegas will not start if this is done. This is also true under
Windows and people have made workarounds to this and created mods which solve
the issue. For an example the following:
http://www.nexusmods.com/newvegas/mods/35262/?
This mod does not work under Wine, when you attempt to apply this patch by
running fnv4gb.exe you get the following error:
err:module:attach_process_dlls "XINPUT1_3.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files
(x86)\\Steam\\steamapps\\common\\Fallout New Vegas\\FalloutNV.4gb" failed,
status c00000fd
As described previously, Fallout 3 has the exact same issue and by setting the
large address aware flag the game functions flawlessly. The same would probably
be true if the flag could be set for Fallout: New Vegas.
--
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=49921
Bug ID: 49921
Summary: Yousician needs support for
SYSTEM_PROCESS_ID_INFORMATION in
NtQuerySystemInformation
Product: Wine
Version: 5.18
Hardware: x86-64
URL: https://public.yousician.com/Builds/YousicianSetup.exe
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Depends on: 49334
Distribution: ---
Created attachment 68298
--> https://bugs.winehq.org/attachment.cgi?id=68298
Dumb hack
As the title says.
Console output below;
If you just dumb hack return success in NtQuerySystemInformation the program
starts fine into the loginscreen.
I think error comes from this source:
https://chromium.googlesource.com/external/github.com/giampaolo/psutil/+/re…
status = NtQuerySystemInformation(
SystemProcessIdInformation,
&processIdInfo,
sizeof(SYSTEM_PROCESS_ID_INFORMATION),
.
.
if (! NT_SUCCESS(status)) {
FREE(buffer);
if (psutil_pid_is_running(pid) == 0)
NoSuchProcess("NtQuerySystemInformation");
else
psutil_SetFromNTStatusErr(status, "NtQuerySystemInformation");
return NULL;
}
Note: To see this bug one first has to get around bug #49334; One way is to run
wine as root; Do not shoot for me this......
Error in console:
0124:fixme:ntdll:NtQuerySystemInformation
(0x00000058,0x2c0f140,0x0000000c,(nil)) stub
ERROR:root:
Traceback (most recent call last):
File "psutil\_common.py", line 449, in wrapper
AttributeError: _cache
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "launcher\appBase.py", line 43, in wrapped
File "launcher\appBase.py", line 87, in run
File "launcher\utils.py", line 32, in app_running
File "psutil\__init__.py", line 634, in name
File "psutil\_pswindows.py", line 750, in name
File "psutil\_pswindows.py", line 681, in wrapper
File "psutil\_pswindows.py", line 671, in convert_oserror
File "psutil\_pswindows.py", line 679, in wrapper
File "psutil\_common.py", line 452, in wrapper
File "psutil\_pswindows.py", line 766, in exe
OSError: [WinError 87] Invalid parameter: '(originated from
NtQuerySystemInformation)'
--
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=49916
Bug ID: 49916
Summary: Culpa Innata:can't install game in Wine.
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chebanenkoigor93(a)gmail.com
Distribution: ---
Created attachment 68288
--> https://bugs.winehq.org/attachment.cgi?id=68288
Screenshot
I can't install Culpa Innata in Wine 5.18. It gives me message with error.
--
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=49917
Bug ID: 49917
Summary: Copy/Cut-paste doesnt work properly
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: raj.sabharwal(a)yahoo.com
Distribution: ---
Copying any text to clipboard works first time the application is opened but
then copy works only when copy (ctrl+c) is done twice.
Similarly When text is cut, the text is removed from the original location
correctly but when paste it is not pasted.
To do paste, cut paste has to be repeated again and then it works most of the
times
Steps :
Upgrade from Ubuntu 18.04 to Ubuntu 20.04
1. Open Application : Visual Foxpro 6
2. write a some text say "hello" in command window
3. select it
4. do ctr+c
5. do ctr+v
Result: Copy paste will work
repeat the above steps 2-5
Result: Copy paste wont work
repeat the above steps
Result: Copy paste works
Similarly
1. Open Application : Visual Foxpro 6
2. write a some text say "hello"
3. select it
4. do ctrl+x
5. do ctrl+v
Result: Cut paste works
Repeat steps
Result: Cut paste wont work. On cutting the text will be correctly removed but
on ctrl+v it wont be pasted
Undo by doing ctrl+z
and repeat steps
Result: Cut paste works
--
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=49792
Bug ID: 49792
Summary: pfx import does not works
Product: Wine
Version: 5.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: eugene_s_s2(a)mail.ru
Distribution: ---
Created attachment 68106
--> https://bugs.winehq.org/attachment.cgi?id=68106
logs with WINEDEBUG=+crypt
I have Debian 9 and Wine 5.0.2 (also tried 5.16)
I run "wine control" to add new certificate from pfx-file (in attachment, it's
not secret, password is 1)
But when i try to add pfx from certificate import wizard i receive message,
that file format is not supported (i do not know exact english error, because i
receive it in russian). I tried to make pfx by openssl 1.0.1, also by microsoft
windows built-in export-to- -pfx wizard. Also tried making pem-files, but got
succesfull import only for public part of certificate. Also I tried making
certificate request by windows CA and by Openssl, but still no luck.
Also tried importpfx.exe -f certificate.p12 - p "1" -t USER -s MY. (With
MACHINE parameter also)
The output says that import suceeded. But i did not see any certificates in
wine control. Importing of cer-files works.
What am i doing wrong? All that i know is that from wine 5.0 (as in release
notes) importing of pfx blobs is supported.
--
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=49144
Bug ID: 49144
Summary: Opening a PFX certificate in a dotnet application
using X509Certificate2
Product: Wine
Version: 5.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: petrov_lv(a)ekra.ru
Distribution: ---
Created attachment 67146
--> https://bugs.winehq.org/attachment.cgi?id=67146
output for wine
There is a crash in the test application when opening the PFX certificate. The
certificate contains a private key.
Test application:
using System;
using System.Security.Cryptography.X509Certificates;
namespace CheckPfx
{
class Program
{
static void Main(string[] args)
{
if (args.Length == 2)
{
var fileName = args[0];
var password = args[1];
var cert2 = new X509Certificate2(fileName, password);
Console.WriteLine($"HasPrivateKey: {cert2.HasPrivateKey}");
}
else
{
Console.WriteLine("using: <appName.exe> <pfx-file>
<password>");
}
}
}
}
Сertificate creation:
certtool --dsa --generate-privkey --outfile key.pem
certtool --generate-self-signed --load-privkey key.pem --outfile cert.pem
--template template.cfg
certtool --load-certificate cert.pem --load-privkey key.pem --to-p12 --outder
--outfile cert.pfx
Output for windows:
HasPrivateKey: True
Output for wine: (in attached file)
Unhandled Exception: System.Security.Cryptography.CryptographicException:
Invalid parameter.
--
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.