https://bugs.winehq.org/show_bug.cgi?id=44411
Bug ID: 44411
Summary: CRASHING AND LACKING FONT civilization call to power
Product: Wine
Version: 3.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kitisanutter(a)gmail.com
Distribution: ---
Game crashes with core …
[View More]fonts, there is nothing to suggest reason why other than
lack of core fonts.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=44400
Bug ID: 44400
Summary: Elona+ custom crashes on exit, crash confirmation
windows appears in few senconds
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: morichikarinnosukee(a)gmail.…
[View More]com
Distribution: ---
Created attachment 60323
--> https://bugs.winehq.org/attachment.cgi?id=60323
I tried all windows, but not work.
wine 1.8 tricks run elona+ custom1.75.1 is really good,But I update to 3.0 then
game crash when just show window.
I try use xp,win 7,8,or 10,but all not work.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=45100
Bug ID: 45100
Summary: System.AccessViolationException for .Net when Form
start
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alekseenko_yan(a)mail.ru
Created attachment 61271
…
[View More] --> https://bugs.winehq.org/attachment.cgi?id=61271
Crashed log from Wine
I try to start Zeus Radio (hfrelectronics.com) written on .Net and using
DirectSound and OpenGL and application crashed.
PS. We try to start on Wine 3.6 under Linux Mint ant it WORKS.
Unhandled Exception: System.AccessViolationException: Attempted to read or
write protected memory. This is often an indication that other memory is
corrupt.
at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32
nCmdShow)
at System.Windows.Forms.Form.set_WindowState(FormWindowState value)
at CustomControls.CustomForm.OnLoad(EventArgs e) in
d:\Project\ZeusSDR\ZeusSDR\ui\Controls\CustomForm.cs:line 154
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at CustomControls.CustomForm.WndProc(Message& m) in
d:\Project\ZeusSDR\ZeusSDR\ui\Controls\CustomForm.cs:line 572
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr
wparam, IntPtr lparam)
at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32
nCmdShow)
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.Show()
at ZeusSDR.ZeusMainForm..ctor(Intro intro) in
d:\Project\ZeusSDR\ZeusSDR\ui\ZeusMainForm.cs:line 568
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39056
Bug ID: 39056
Summary: Redirect a device printer port to a print command
(lpr)
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: spooler
Assignee: wine-bugs(a)winehq.org
Reporter: hugocanalli(a)gmail.com
Distribution: ---
…
[View More]Sometimes I need to write directly to a print port.
That's because I have a old program that works only with ports named lpt[1-4]
or com[1-4]
I can do it creating a link to my device to the dosdevices folder.
E.g:
ln -s /dev/lp0 ~/wine/dosdevices/lpt1
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/lpt2
Typing commands like echo 'hello' > lpt1 will work great.
There are some cases that my printer is not directly connected to my computer.
By example my Brother DCP-8085DN printer that works over network, a wireless
printer, or same my epson lx300 using lpt1 port but instead is installed on
another computer.
To map this kind of printers I use cups and it work on wine using print dialog
(e.g printing using notepad).
But what about if I need to use my old dos program or would like play around
with wine start.exe program and type commands like echo 'hello' > lpt1
Wine start.exe returns File not found.
Cups doesn't create /dev/xxx devices to printers. So I can't do a link to
dosdevices folder and I have to use the lpr command to print.
One solution is create a file named lpt1 on dosdevices folder and use loop
script in linux cheking for changes and redirect data to lpr.
I can do it easly using the following procedure:
cd ~/.wine/dosdevices
mkfifo lpt1
chmod 666 lpt1
And create a running forever script like:
while true
do
cat ~/.wine/dosdevices/lpt1 | lpr -o raw -P cups_printer_name
done
While this method can work would be great if we could do it only using wine
ways and therefore no need to such script.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=43267
Bug ID: 43267
Summary: Wine error when trying to open a USB stick encrypted
by McAfee
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cranky.frankie(a)gmail.com
…
[View More]Distribution: ---
Created attachment 58596
--> https://bugs.winehq.org/attachment.cgi?id=58596
Wine error when trying to open a USB stick encrypted by McAfee
The attachment contains the error I get when trying to open a USB stick that
has been encrypted on a Windows machine with McAfee encryption software. I have
the password but I cannot get Wine to open the file system for read access.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=45754
Bug ID: 45754
Summary: GFXBench 5.0 benchmark doesn't run..
Product: Wine
Version: 3.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rtfss1(a)gmail.com
Distribution: ---
Created attachment 62198
--> https://bugs.…
[View More]winehq.org/attachment.cgi?id=62198
log
Hi,
just trying to run GFXBench 5.0 Windows binary as 5.0 isn't avaiable for Linux
(yet?)..
it's a Vulkan benchmark also and would be useful to catch some error when
running Android app on Android-x86 having also Vulkan Mesa drivers..
anyway here is output:
A window opens saying network error but I have Internet working correctly and
also kishonti server is working..
seems fatal lines:
[INFO ]: Handshake error:
[ERROR]: error: NetworkError: INTERNAL_ERROR
full log atached..
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=58351
Bug ID: 58351
Summary: Delete my account
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: daniel.penalized(a)proton.me
CC: austinenglish(a)gmail.com
…
[View More]Distribution: ---
Please, delete my account from here.
I must take this opportunity to say that there should be an option to delete
the WineHQ Bugzilla account and appropriate documentation. I found only 1
result on the Internet: in this result, it was said that it is not possible to
delete the WineHQ Bugzilla account and that the solution is to change to
another e-mail. I would like all my data to be deleted from this service and
the lack of an option to delete my account goes against the principles of
privacy.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=58350
Bug ID: 58350
Summary: Build failure with clang for x86_64 target due to
recent RTTI changes
Product: Wine
Version: 10.9
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
…
[View More] CC: julliard(a)winehq.org
Regression SHA1: 9d05345d4419aa29e6d4b15456bfeab510d39823
Distribution: ---
Created attachment 78733
--> http://bugs.winehq.org/attachment.cgi?id=78733
build failure details
9d05345d4419aa29e6d4b15456bfeab510d39823 is the first bad commit
commit 9d05345d4419aa29e6d4b15456bfeab510d39823
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jun 10 12:43:11 2025 +0200
msvcrt: Define C++ type info using RVAs for PE builds.
dlls/msvcp90/cxx.h | 26 ++++++++++++++++++++++++++
dlls/msvcrt/cxx.h | 26 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
See attachment for the build failure details. 32-build doesn't have this kind
of 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=58338
Bug ID: 58338
Summary: HIDRAW support breaks when NZXT Kraken x52 hidraw has
user rw permissions
Product: Wine
Version: 10.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usb
Assignee: wine-bugs(a)winehq.org
Reporter: grantgj(a)gmail.com
Distribution: --…
[View More]-
Created attachment 78712
--> http://bugs.winehq.org/attachment.cgi?id=78712
WINEDEBUG=+hid,+dinput wine control
When the NZXT kraken /dev/hidraw is readable by user wines hidraw support
breaks and no input devices(vkb joystick and virpil throttle) show in control
panel.
Bus 001 Device 004: ID 1e71:170e NZXT Kraken X
/dev/hidraw5 is the nzxt kraken:
$ cat /sys/class/hidraw/hidraw5/device/uevent
DRIVER=nzxt-kraken2
HID_ID=0003:00001E71:0000170E
HID_NAME=NZXT.-Inc. NZXT USB Device
HID_PHYS=usb-0000:09:00.1-5.1/input0
HID_UNIQ=4981438A343
MODALIAS=hid:b0003g0001v00001E71p0000170E
Running with /dev/hidraw5 rw access by user:
crw-rw-rw- 1 root root 244, 5 Jun 8 17:47 /dev/hidraw5
$ wine control
WARNING: radv is not a conformant Vulkan implementation, testing use only.
00cc:fixme:wineusb:query_id Unhandled ID query type 0x5.
00cc:fixme:wineusb:query_id Unhandled ID query type 0x5.
00cc:fixme:wineusb:query_id Unhandled ID query type 0x5.
00cc:fixme:wineusb:query_id Unhandled ID query type 0x5.
00cc:err:plugplay:enumerate_new_device Failed to create or open device
L"WINEBUS\\VID_3344&PID_0194&MI_01\\256&090C1B00&0&0&0", error 0xe000020b.
wine: Unhandled page fault on read access to FFFFFFFFFFFFFFFF at address
00006FFFFB103BAC (thread 00ec), starting debugger...
0168:fixme:dbghelp:elf_search_auxv can't find symbol in module
00f0:err:wineusb:usb_main_loop Error handling events: System call interrupted
(perhaps due to signal)
00f0:err:wineusb:usb_main_loop Error handling events: System call interrupted
(perhaps due to signal)
0168:fixme:dbghelp:elf_search_auxv can't find symbol in module
00f0:err:wineusb:usb_main_loop Error handling events: System call interrupted
(perhaps due to signal)
00f0:err:wineusb:usb_main_loop Error handling events: System call interrupted
(perhaps due to signal)
When removing read access:
$ sudo chmod 660 /dev/hidraw5
chris@chrislinux:/etc/udev/rules.d$ wine control
WARNING: radv is not a conformant Vulkan implementation, testing use only.
00cc:fixme:wineusb:query_id Unhandled ID query type 0x5.
00cc:fixme:wineusb:query_id Unhandled ID query type 0x5.
00cc:fixme:wineusb:query_id Unhandled ID query type 0x5.
00cc:fixme:wineusb:query_id Unhandled ID query type 0x5.
00cc:err:plugplay:enumerate_new_device Failed to create or open device
L"WINEBUS\\VID_3344&PID_0194&MI_01\\256&090C1B00&0&0&0", error 0xe000020b.
devices then appear and work in control panel.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=53793
Bug ID: 53793
Summary: ClrMAME crash when accessing multiple files using an
huge memory allocation
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: augusto7744(a)aol.com
…
[View More]Distribution: ---
Hello.
Thanks for using you time reading my bug report.
ClrMAME is an software read files checksum and renaming. The files are zip and
7Z.
Have an task "scanner" read all files in an path.
That software works correctly in WINE development 7.8.
In an new OS Ubuntu 20.04.5 installation was installed the WINE stagging 7.18.
The software start, but in the "scanner" task happen an strange behavior begin
to use more OS memory in each second at point RAM memory is totally used and
after the swap totally too ... resulting in an high not stop disk activity
because the OS not have any memory free available.
The OS is using Kernel 6.00.
When happen that bug error need power off or reset the machine.
Only reporting to WINE developers.
Need any other information ? Please reply me.
I wish an nice day for you.
--
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.
[View Less]