https://bugs.winehq.org/show_bug.cgi?id=52380
Bug ID: 52380
Summary: Logos 9 Bible Software (.NET 4.7 app) menus glitching,
flickering and not showing regression
Product: Wine
Version: 7.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johnpgoodman(a)gmail.com
Distribution: ---
Created attachment 71593
--> https://bugs.winehq.org/attachment.cgi?id=71593
Video showing menu glitch regression.
Menu Items docs guides tools and layout work on first click and then flash
there after. This is a regression which only appears in 7.0rc5-staging. devel
doesn't have this bug. Please see the video for demonstration.
N.b. this is not the same as bug 51984 which was resolved.
Help is much appreciated! Below is the installation guide.
The app is a bit like kindle in so much as the engine is free but the resources
cost so there is a free download. Unlike kindle it has many advanced research
features and books link together etc. The main app is free but there are paid
features, resources and subscriptions. To use the app you need a free account
https://www.logos.com/product/194909/logos-9-basic. It uses a downloader app
which last I tried doesn't work with wine. The actual msi link is
https://downloads.logoscdn.com/LBS9/Installer/9.6.0.0024/Logos-x64.msi
Manual Install Procedure:
1 Install wine 6 or newer
2 winetricks corefonts
3 winetricks settings fontsmooth=rgb
4 winetricks dotnet48
5 winetricks settings renderer=gdi (you might need to set the reg key
manually)
6 Install the Logos.msi download but don't run it.
7 wine64 reg add "HKCU\\Software\\Wine\\AppDefaults\\LogosIndexer.exe" /v
Version /t REG_SZ /d vista /f
8 Run Logos and sign in with your free account.
There is a script which downloads a preconfigured wine bottle and sets it all
up in $USER/Logos_BibleP directory which you can then easily remove etc.
https://github.com/ferion11/LogosLinuxInstaller/releases Choose fast install
without wine AppImage.
--
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=46033
Bug ID: 46033
Summary: Execution of commands that contain special symbols
will be truncated.
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: yanjie875077968(a)gmail.com
Distribution: ---
when i use the wine cmd, i find same command can't be run, but it can be run in
winxp cmd.
➜ temp wine cmd
Wine CMD Version 5.1.2600 (1.6.2)
Z:\tmp\temp>dir_ny
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
File not found.
Z:\tmp\temp>./dir_ny
Z:\tmp\temp>dir .
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
10/22/2018 4:50 PM <DIR> .
10/22/2018 4:50 PM <DIR> ..
10/22/2018 4:50 PM 471,040 cmd1.exe
10/22/2018 4:50 PM 7 dir_ny.bat
2 files 471,047 bytes
2 directories 9,204,056,064 bytes free
Z:\tmp\temp>exit
➜ temp wine cmd1
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
Z:\tmp\temp>dir_ny
fixme:process:CmdBatNotification 1
Z:\tmp\temp>dir .
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
10/22/2018 04:50 PM <DIR> .
10/22/2018 04:50 PM <DIR> ..
10/22/2018 04:50 PM 471,040 cmd1.exe
10/22/2018 04:50 PM 7 dir_ny.bat
2 File(s) 471,047 bytes
2 Dir(s) 9,204,056,064 bytes free
fixme:process:CmdBatNotification 0
i review the cmd code in version 3.18. there is a bug in line 1318.
while (IsCharAlphaNumericW(whichcmd[count])) {
the IsCharAlphaNumericW function not include "_", so when a command include a
"_"
will be truncated.
--
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=37297
Bug ID: 37297
Summary: CreateEdit windows always fullscreen under wine
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n4af(a)n4af.net
ref:
https://forum.winehq.org/viewtopic.php?t=23405&p=96423
I have a Pascal (Dephi) app that runs well under Wine application layer.
The problem is that there are a number of edit controls that will only show in
full screen under Wine.
This would be an example of a procedure to create a editable window using Alt-D
WM_INITDIALOG:
begin
Windows.SetWindowText(hwnddlg, RC_DUPECHECKOAR);
Format(TempBuffer1, TC_ENTERCALLTOBECHECKEDON,
BandStringsArray[InActiveRadioPtr.BandMemory],
ModeStringArray[InActiveRadioPtr.ModeMemory]);
CreateStatic(TempBuffer1, 15, 3, 250, hwnddlg, 102);
AltDEditWindowHandle := CreateEdit(ES_CENTER or ES_UPPERCASE or WS_BORDER,
15, 27, 250, 30, hwnddlg, 101);
asm
mov edx,[MainWindowEditFont]
call tWM_SETFONT
end;
CreateOKCancelButtons(hwnddlg);
The above CreateEdit dutifully creates a window under Win7.
Ubuntu (kernel 3.16) will only display as fullscreen.
Under linux I can grab the title bar and move the f/s window but nothing else.
Right clicking on the title bar i have options Restore, Resize, Maximize
selected.
Screen captures on https://forum.winehq.org/viewtopic.php?t=23405&p=96423
Tks, Howard
--
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=48501
Bug ID: 48501
Summary: U.S. Naval Observatory MICA2 software has annoying
error message upon closing
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: distroastro(a)gmail.com
Distribution: ---
Created attachment 66295
--> https://bugs.winehq.org/attachment.cgi?id=66295
The backtrace.txt file generated by Wine.
The program "U.S. Naval Observatory - Multiyear Interactive Computer Almanac
(MICA) 1800-2050" has an annoying issue that says:
"The program MICA2.exe has encountered a serious problem and needs to close. We
are sorry for the inconvenience."
Note: This message did not appear in Wine 1.8. (though I have not tested it in
versions of Wine between 1.8 and 5.0)
--
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=48737
Bug ID: 48737
Summary: winevdm.exe crashes running Microsoft Gold 2.0
Product: Wine
Version: 5.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joel(a)airwebreathe.org.uk
Distribution: ---
Created attachment 66626
--> https://bugs.winehq.org/attachment.cgi?id=66626
Backtrace of winevdm.exe crash
winevdm.exe crashes on startup when running the 16-bit GOLFDEMO.exe
https://archive.org/download/MicrosoftGolf2.0_1020/msgolf20.zip
On the terminal, I get the following errors:
$ wine GOLFDEMO.EXE
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 660 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 660 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 660 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 660 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 300 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 280 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 320 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 340 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 380 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 200 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 300 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 300 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 320 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 360 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 380 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 180 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 140 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 140 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 140 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 140 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a9f for 480 bytes
wine: Unhandled page fault on read access to FFFFFFFF at address 00002678
(thread 002c), starting debugger...
--
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=53352
Bug ID: 53352
Summary: redefinition of typedef ‘D2D1_PROPERTY_BINDING’
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
Created attachment 72739
--> https://bugs.winehq.org/attachment.cgi?id=72739
log.txt
in distro:
# uname --kernel-release
3.0.66
# gcc --version
4.3.4
# ldd --version
2.10.1
Compiling wine-7.9 fails with:
error: redefinition of typedef ‘D2D1_PROPERTY_BINDING’
--
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=38975
Bug ID: 38975
Summary: Alpha Protocol launcher: menu options hidden behind
grey boxes
Product: Wine
Version: 1.5.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 2eebedf38e4d5fd49075f8f89e63f869ca85cceb
Distribution: ---
Created attachment 51925
--> https://bugs.winehq.org/attachment.cgi?id=51925
screencast demonstrating the problem
Tested with the Steam version, no demo available.
When the game launcher appears menu options are hidden underneath grey
rectangles.
As the mouse pointer passes over a button it becomes visible (see example
screencast).
Terminal output doesn't show anything related.
The problem is reproducible in the traditional fullscreen and virtual desktop
mode as well.
The bug is present since
commit 2eebedf38e4d5fd49075f8f89e63f869ca85cceb
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Apr 30 15:09:03 2012 +0200
winex11: Handle Expose events by refreshing from the window surface.
wine-1.7.47-196-g4e6e9a1
Fedora 22 32-bit
XOrg 1.17.2
XFCE 4.12
--
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=52542
Bug ID: 52542
Summary: NVIDIA GeForceNow Installer fails due to rundll32
problems
Product: Wine
Version: 7.1
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 71855
--> https://bugs.winehq.org/attachment.cgi?id=71855
Hack
Mostly for bookkeeping, I have it on my ToDo somewhere, although feel free to
take it. But please mention when you want to work on this.
The installer tries to use rundll32 to let a dll generate the config. The exact
commandline is
> trace:rundll32:wWinMain CmdLine=L"C:\\users\\fabian\\Temp\\GeForceNOWInstallerTemp\\GeforceNOW\\NvConfigGenerator.dll ,GenerateConfigs
Notice the space before the comma, that's what causes the problem. Wine doesn't
handle that properly.
Attaching a hack to work around the issue.
Warning:
It seems like you need to set that byte to 0 (see patch). Just skipping the
space lets it find the function, but it won't work due to being passed
unexpected parameters!
Also be aware, that the installer also tries to call system32/rundll32.exe
which is 64bit with a 32bit dll. So to test this, you need to take that into
account, else rundll32 will fail to load the dll, nevermind load the entry
point.
--
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=23319
Summary: cmd thinks shift.exe is an internal command
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On Windows, 'shift' is an internal command, and 'shift.exe' is an
external command.
Wine's cmd mistakenly thinks 'shift.exe' is a synonym for 'shift'.
This makes it somewhat hard to play EA's Need For Speed: Shift.
--
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=28582
Bug #: 28582
Summary: MOVE-ing a file with cmd to current directory should
be a no-op
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
When using MOVE of a file/directory, bad things happen
'move file' or 'move file1' gives a confirmation dialog and deletes the file if
the move/overwrite is confirmed.
With directories, similar behaviour but you get an access denied and the dir
isn't deleted.
--
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.