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 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.
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.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.
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
--> 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.
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: ---
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.
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
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.
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.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.
https://bugs.winehq.org/show_bug.cgi?id=41916
Bug ID: 41916
Summary: [regression] wine >=1.9.21 PDF-XChange Editor
6.0.317.1 [last known stable] and above *crash* while
using "Sticky Note Tool" (annotation)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jackdachef(a)gmail.com
Distribution: ---
I've tried several versions of wine(-staging)
1.9.21-git
1.9.22
1.9.23
all in the staging variant,
currently compiling 1.9.21-staging
and will later try out vanilla 1.9.21 whether it also happens there (highly
probable).
OS is Gentoo ~amd64,
GCC 4.9.4 hardened, binutils 2.27
this also happens with GCC 6.2 hardened
hardened toolchain didn't make a difference in stability and operation before
since flags that break WINE are filtered out automatically.
Last known working and stable combination of using "Sticky Note Tool" (Bubbles
with Text in them) in PDF-XChange Editor and WINE is
WINE 1.9.21 and PDF-XChange Editor 6.0.317.1
all newer versions up to 6.0.319.0 crash while adding annotations and
attempting to add a "Sticky Note"
PDF-XChange Editor 6.0.317.1 and >WINE 1.9.21
while selecting "Sticky Note Tool" and pasting a bubble on the PDF file has a
problem of NOT displaying the content of the sticky note,
also AFTER the sticky note is added to the PDF file after a short amount of
time WINE / the program will crash
Will post stack-traces later when I don't need working WINE
Thanks
--
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=51907
Bug ID: 51907
Summary: ddraw games don't work in xwayland
Product: Wine
Version: 6.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ewtoombs(a)uwaterloo.ca
Distribution: ---
So far, I've tested Age of Empires II: The Conquerors 1.0c and Starcraft
Broodwar 1161. They both fail with the same error message:
```
0024:err:ddraw:ddraw_surface_create Failed to reset device.
```
Both games work fine in the standalone Xorg server. Neither works, whether I
use weston or sway.
Experimentally, I've determined that the games work in 5.13 and break in 5.14,
so I guess the bug was introduced in version 5.14.
--
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=21855
Summary: WordPro Windows pull down does not show file names
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Created an attachment (id=26459)
--> (http://bugs.winehq.org/attachment.cgi?id=26459)
Missing file names in Windows pull down
Hi All,
Would you guys fix this for me?
I am using Lotus Word Pro N9.8.0208.1200. When you open two files (documents)
from the command line (the jpeg I have attached), then go to the "Window" pull
down to select which file to bring into focus, the file names are missing. If
you start Word Pro, then use File, Open to select two files, one at a time, the
second file does not show.
Many thanks,
-T
--
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=50537
Bug ID: 50537
Summary: Magic the gathering Arena Installer: shows a grey
background instead of black
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: litimetal(a)gmail.com
Distribution: ---
Created attachment 69200
--> https://bugs.winehq.org/attachment.cgi?id=69200
Screenshot_wine_A.png
wine-6.0-rc4
$ sha1sum MTGAInstaller.exe
2c8ebc796903d7701ed7bf442ac81f083f8657ae MTGAInstaller.exe
Run MTGAInstaller.exe
In wine, the background for the installer is grey, making it impossible to read
the text (white)
In Windows 7, the background is black
--
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=50588
Bug ID: 50588
Summary: Magic the gathering Arena: Game crashes after a game
finished
Product: Wine
Version: 6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 69266
--> https://bugs.winehq.org/attachment.cgi?id=69266
backtrace.txt
1. Install the game (I copied the whole MTGA directory to ~/Downloads)
2. cd ~/Downloads/MTGA && wine MTGA.exe
3. Login, play a game
4. When the game finished, there was an MTGA error dialog related to Unity
5. Game crashed
--snip--
02a8:fixme:win:FlashWindowEx 000000000020EDB0 - semi-stub
0318:fixme:dbghelp_dwarf:dwarf2_parse_subprogram Unhandled Tag type 0x15 at
ctx(0000000063D1A850,L"ntdll.so"), for
debug_info(abbrev:00007FAB0A373B38,symt:00007FAB07C3678C)
0318:fixme:dbghelp_dwarf:dwarf2_parse_const_type Unsupported children
02b8:fixme:dbghelp_dwarf:dwarf2_parse_subprogram Unhandled Tag type 0x15 at
ctx(000000000021A500,L"ntdll.so"), for
debug_info(abbrev:0000000001851868,symt:00000000018C7B9C)
02b8:fixme:dbghelp_dwarf:dwarf2_parse_const_type Unsupported children
02b8:fixme:dbghelp:SymRegisterFunctionEntryCallback64 (0000000000000090
0000000140035A80 bda00): stub!
02b8:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
wine: Unhandled page fault on read access to 0000000000000128 at address
00007FAC91E9B552 (thread 0318), starting debugger...
02b8:fixme:file:CancelSynchronousIo (0000000000000088): stub
----
--
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=50903
Bug ID: 50903
Summary: Magic the gathering Arena (MTGA) crashes when
launching the game
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 69713
--> https://bugs.winehq.org/attachment.cgi?id=69713
backtrace.txt
Wine was performing well for MTGA. On 2021 March 24, an update for MTGA was
pushed. After that, I started to meet this issue
--------
"Versions": {
"0.1.3536.856069": "3/24/21"
},
---------
I think this is not a dup of bug 47753
--
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=50383
Bug ID: 50383
Summary: Sierra Chart crashing
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adam.benklian24(a)gmail.com
Created attachment 68993
--> https://bugs.winehq.org/attachment.cgi?id=68993
Backtrace
When I try to run Sierra chart 64 it says that wine encountered a critical
problem and needs to be closed.
--
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=43489
Bug ID: 43489
Summary: Bug on Hi suite that provoc the no connection of the
smartphone
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shikaruko-ryukan(a)legtux.org
Distribution: ---
Created attachment 58871
--> https://bugs.winehq.org/attachment.cgi?id=58871
Bug at launch of Hi suite on Wine 1.6.2
Bug on Hi suite that provoc the no connection of the smartphone
--
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=45266
Bug ID: 45266
Summary: SHFileOperation FO_MOVE fails to move files to target
directory
Product: Wine
Version: 2.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: fheidenreich(a)gmail.com
When moving multiple files to one target directory, the SHFileOperation is
aborted with ERROR_CANCELLED.
I think it's caused by an erroneous check at
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/shell32/shlfileop.c#…
if (!(lpFileOp->fFlags & FOF_MULTIDESTFILES) &&
!flFrom->bAnyDirectories &&
flFrom->dwNumFiles > flTo->dwNumFiles)
{
return ERROR_CANCELLED;
}
If the target is one single directory, FOF_MULTIDESTFILES is not set.
flFrom->bAnyDirectories is false, since no directories are moved. And
flFrom->dwNumFiles > flTo->dwNumFiles since we move multiple files to one
target directory.
I'm not sure what's the reasoning behind !flFrom->bAnyDirectories anyway. Maybe
it's just a typo and should read !flTo->bAnyDirectories
--
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=51064
Bug ID: 51064
Summary: Crash from Starcraft 2 game in Direct Strike mode
Product: Wine-staging
Version: 6.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: terapy-session(a)bk.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 69922
--> https://bugs.winehq.org/attachment.cgi?id=69922
screen
The bug is manifested for a long time. 100% repeatability. Through Proton no
problem. The problem is only in this mode.
--
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=44887
Bug ID: 44887
Summary: Pressure sensitivity lost when file requester is
opened in ZBrush
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: f2267911(a)nwytg.com
Distribution: ---
ZBrush (4r8 and 2018) works quite fine but when a file requester (to load or
save a tool) is opened, ZBrush does not response to the pressure sensitivity.
Before loading a tool the pressure sensitivity worked fine.
--
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=51468
Bug ID: 51468
Summary: Crashes after disclaimer - 007: Quantum Of Solace
Product: Wine-staging
Version: 6.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kreyren(a)fsfe.org
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 70307
--> https://bugs.winehq.org/attachment.cgi?id=70307
wine.log
Using myabadonware.com version on clean wineprefix the game shows `LOADING` at
the bottom-left of the screen, disclaimer and crashes with [wine.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=51630
Bug ID: 51630
Summary: "Enemy Territory: Quake Wars SDK 1.5 (EditWorld)" When
typing in dialog forms (values, file names, etc.)
program crashes
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: tx3nl5aq(a)protonmail.com
Distribution: Slackware
Created attachment 70486
--> https://bugs.winehq.org/attachment.cgi?id=70486
console output with WINEDEBUG=+seh,+tid,+loaddll
DESCRIPTION:
-------------
When typing in dialog forms (values, file names, etc.) program crashes on first
character. Pasting text in these forms works with "SHIFT+INS", but confirming
it with "Enter" causes the program crash.
REPRODUCTION:
-------------
# set "Windows Version: Windows XP" with winecfg on new wineprefix
WINEARCH=win32 WINEPREFIX=[WINEPREFIX] winecfg
# install ETQW from disk
WINEPREFIX=[WINEPREFIX] wine /mnt/dvd/setup.exe
# upgrade game to 1.5 version from:
#
https://cdn.splashdamage.com/downloads/games/etqw/ETQW-client-1.0-1.5-updat…
# cfdea517cca5c34eda3100d6097f372e30484118 ETQW-client-1.0-1.5-update.exe
WINEPREFIX=[WINEPREFIX] wine ETQW-client-1.0-1.5-update.exe
# install ETQW-SDK-1.5 from:
# https://cdn.splashdamage.com/downloads/games/etqw/ETQW-SDK-1.5.exe
# 6ef6913398aa37401165328b4886bf5b33bd33f7 ETQW-SDK-1.5.exe
WINEPREFIX=[WINEPREFIX] wine ETQW-SDK-1.5.exe
# launch sdklauncher.exe from "SDK 1.5" installation directory
cd [WINEPREFIX]/[PATH]/SDK\ 1.5
WINEPREFIX=[WINEPREFIX] wine sdklauncher.exe
# set the game path and choose the tool to launch: "editWorld"
# click on "Property Editor" tab inside "Inspectors" window
# type something in "Value" form
# at this point the program crashes
ATTACHMENTS:
------------
console output with WINEDEBUG=+seh,+tid,+loaddll: "console.txt"
corresponding backtrace: "backtrace.txt"
images of windows forms: "save.jpg", "value.jpg"
--
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=52150
Bug ID: 52150
Summary: GIANTS Editor new version (9.0.1) crashed
Product: Wine-staging
Version: 6.22
Hardware: x86-64
URL: https://gdn.giants-software.com
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jfor.fun(a)ya.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ArchLinux
Created attachment 71199
--> https://bugs.winehq.org/attachment.cgi?id=71199
terminal and backtrace
This version 9.0.1 editor run, but in dialog crash straightaway with shader
compute/compilate errors. In windows on same device works fine. Older versions
(8.2.2, etc) works fine.
Download editor https://gdn.giants-software.com/index.php (need registration).
Hardware:
CPU amd a8-6410 APU with amd radeon r5 graphics
GPU AMD Radeon R7 M260
amdgpu driver
--
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=28759
Bug #: 28759
Summary: 'start inetcpl.cpl' fails
Product: Wine
Version: 1.3.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Starting inetcpl.cpl directly via the start command doesn't seem to be possible
in Wine. Running 'wineconsole cmd' and then 'start inetcpl.cpl' from within cmd
gives:
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: File not found
start C:/Windows/system32/inetcpl.cpl gives:
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: Success
Both cases bring up the Internet Options control panel applet on Windows XP.
Just running "wine inetcpl.cpl" also fails, with no output except "Segmentation
fault".
--
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=22273
Summary: CDBurnerXP doesn't start with Mono
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://cdburnerxp.se/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
The summary basically says it all... with winetricks mono26, the program
installs but won't start. With winetricks dotnet20, it's buggy but at least
somewhat usable. There's not much terminal output:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Native.CDBXP" (1.0.4.0)
fixme:reg:GetNativeSystemInfo (0x9c9bf58) using GetSystemInfo()
--
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=30018
Bug #: 30018
Summary: Creative Writer 2 fails to open RTF and plain text
files
Product: Wine
Version: 1.4-rc5
Platform: x86-64
URL: ftp://ftp.microsoft.com/deskapps/kids/cw2install.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 39086
--> http://bugs.winehq.org/attachment.cgi?id=39086
terminal output
Creative Writer 2 fails to open files in plain text or RTF format with the
message "Oops! An unexpected error 0x80030050 occurred." Files in its native
format (.max) can be opened successfully.
In older Wine versions, it was possible to work around this with native ole32
from DCOM98.
--
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=25172
Summary: Creative Writer 2: partially-hidden "home" button on
the file dialogs
Product: Wine
Version: 1.3.7
Platform: x86-64
URL: http://download.cnet.com/Microsoft-Creative-Writer/300
0-13455_4-15232.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31936)
--> (http://bugs.winehq.org/attachment.cgi?id=31936)
Terminal output
The open and save file dialogs in Creative Writer 2 have an extra "home" button
next to the location dropdown and some standard buttons (up one level, desktop,
new folder...). The button mostly displays fine, but the left edge is not
visible. It appears to be covered up by a border around the standard buttons?
Screenshot coming up...
--
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=22448
Summary: Scrabble installer for Windows 3.1 crashes immediately
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27495)
--> (http://bugs.winehq.org/attachment.cgi?id=27495)
Crash log
Trying to launch the installer for the Windows 3.1 version of Scrabble results
in an immediate crash in winevdm. The same crash occurs in all Wine versions I
tested (the oldest being 0.9.33).
--
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.