http://bugs.winehq.org/show_bug.cgi?id=58266
Bug ID: 58266
Summary: Error execution indiana jones and the great circle
Product: Wine
Version: 10.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: MARC.GILC78.IN(a)GMAIL.COM
Distribution: ---
Created attachment 78610
--> http://bugs.winehq.org/attachment.cgi?id=78610
safe mode execution error
Hello, when trying to run the game Indiana Jones and the Great Circle with
Lutris it gives an error, the game starts, I can get to the menus and it is
when starting a new game when after selecting the slot, the game experience and
the adventure experience the game crashes, all this running in safe mode, if I
do it in normal mode the game starts but it doesn't even get to the main menu,
it crashes before
My system is a Xeon E5 2667 V2 with 32 GB DDR3 RAM and Gigabyte RX 580 8 GB
graphics
This is the first time I try to submit a bug to ask for help, if there is
missing information or something incorrect I apologize and new instructions to
try a possible solution
--
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=45769
Bug ID: 45769
Summary: 0CC-FamiTracker etc. crashes after saving, due to
AfxFormatString1(out=in)
Product: Wine
Version: 3.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jimbo1qaz(a)gmail.com
Distribution: ---
0CC-FamiTracker 0.3.14.5 (http://hertzdevil.info/programs/0CCft_v0314r5.7z )
and my j0CC fork
(https://github.com/jimbo1qaz/j0CC-FamiTracker/releases/download/j0.6.0a/j0C…
) crash after saving.
Confirmed on multiple machines including Ubuntu with 3.14 and 3.15, and a
Debian x64 VM with a .wine created under Debian version, and upgraded to 3.0.2.
Instructions:
- Open 0CC (and optionally open an existing file.
- Press Space (to enable editing) and mash the keyboard a bit to enter notes.
- Press Ctrl+S and specify a filename.
- Mash a few keys and press Ctrl+S a few times.
At this point 0CC will usually crash with an assertion error in CString, often
with a backtrace consisting of a single entry of 0x0. One time I got a
backtrace pointing to MFC UI code.
------------
I think this is a memory corruption issue arising from calling
`AfxFormatString1(text, IDS_FILE_SAVED, text);` with the same input and output
=
https://github.com/HertzDevil/0CC-FamiTracker/blob/v0.3.14.5/Source/FamiTra…
But it doesn't crash on Windows. Is that a program bug or Wine bug?
- I think MFC is statically linked.
I thought it was a regression from some unknown earlier revision, but I
installed a Debian Stretch 64 VM, `apt-get install wine wine32`
(https://packages.debian.org/stretch/wine = 1.8.7-2), and `wine
0CC-FamiTracker.exe` experiences the same issue. Maybe the crash doesn't
manifest on Wine 32? IDK.
-----------
The code in question has been removed from 0CC, and I will be including a
workaround (don't call AfxFormatString1(out=in)) into j0CC soon.
--
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=58271
Bug ID: 58271
Summary: Window decoration issues in Wine with Wayland driver
Product: Wine
Version: 10.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: mexano222(a)gmail.com
Distribution: ---
Created attachment 78617
--> http://bugs.winehq.org/attachment.cgi?id=78617
default decorations
When running applications through Wine using the native Wayland driver,
windowed applications are not receiving proper window decorations (e.g.,
titlebars, borders) from the system window manager. Instead, Wine's default,
minimal, and visually unappealing decorations are displayed.
I have enabled option "Allow the window manager to decorate the windows" in
winecfg and it's working fine on Xwayland. But this option does not appear to
have any effect under native Wayland.
--
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=35274
Bug ID: 35274
Summary: Heavy Metal Pro page faults when using "open from"
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: liquitsnake(a)gmx.net
Classification: Unclassified
This seems similar to bug 21665, but is not the same bug (as it has been fixed
long ago)
When using "open from" to load a file in Heavy Metal, the program will page
fault as soon as the "open" button is pressed. Similarily, it will page fault
when using "save to" most of the time. That makes it impossible to use these
functions.
It doesn't appear to be a regression (I have witnessed this on all versions
from 1.3.7 to 1.7.9).
Using native comctl32.dll solves the crashing. The native DLL used in my
testing has the MD5 2f0680d0ac7b37cd5f3b118024ad0f0d.
--
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=38881
Bug ID: 38881
Summary: listview control sends messages before updating items
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: aeikum(a)codeweavers.com
Distribution: ---
Wine's listview control sends LVN_ITEMCHANGED notifications as items are
updated. For example, when changing the selected item, it sends a notification
that the old item was deselected, and then sends a notification that the new
item has been selected. If an application queries the current selection during
the first notification, it will appear that no items are selected. This is
different from how Windows behaves, which appears to send notifications only
after updating all item states.
This breaks the Ancestral Quest program's Changelog feature, though this
requires the program to be purchased. It shouldn't be too hard to write tests
demonstrating this, either.
--
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=58270
Bug ID: 58270
Summary: Heavy Metal Pro installer does not show EULA
Product: Wine
Version: 10.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 78615
--> http://bugs.winehq.org/attachment.cgi?id=78615
HMP in Wine without EULA
Installer:
https://web.archive.org/web/20170423061255/http://heavymetalpro.com/newfile…
Runtimes:
https://web.archive.org/web/20170423121800/http://www.heavymetalpro.com/new…
Does not show EULA
Log:
wine hmp_v522_r3_update.exe
025c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0264:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0264:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0264:fixme:ieframe:PersistStreamInit_InitNew (00F98440)
0294:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 70EB4250,
context 01024460, init_notify 0, handle 055CFE00): stub
0264:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile
(05254630)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 00ACB6CC)
0264:fixme:file:NtLockFile I/O completion on lock not implemented yet
0264:fixme:ieframe:BrowserService_GetTravelLog 08F49108 00ACBCC0
0264:fixme:ieframe:ClientSite_GetContainer (00F98518)->(00ACBCA0)
0264:fixme:ieframe:ClientSite_GetContainer (00F98518)->(00ACC980)
0264:fixme:dwmapi:DwmGetCompositionTimingInfo (00000000 00ACC594)
0264:fixme:ieframe:ClientSite_GetContainer (00F98518)->(00ACE0D0)
0264:fixme:ieframe:ClientSite_GetContainer (00F98518)->(00ACE104)
0264:fixme:ieframe:ControlSite_OnFocus (00F98518)->(1)
0264:fixme:ieframe:InPlaceSite_OnUIActivate (00F98518)
0264:fixme:mshtml:OleDocumentView_UIActivate OnUIActivate failed: 80004001
0264:fixme:ieframe:DocHostUIHandler_GetDropTarget (00F98518)
0264:fixme:ieframe:ClientSite_GetContainer (00F98518)->(00ACEE2C)
0264:fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
02f4:fixme:dwmapi:DwmFlush stub.
0264:fixme:ieframe:DocHostUIHandler_GetDropTarget (00F98518)
0060:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0060:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0060:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0264:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{a3da04e0-57d7-482a-a1c1-61da5f95bacb}
0264:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{917b96b1-ecad-4dab-a760-8d49027748ae}
0264:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{26d1e091-0ae7-4f49-a554-4214445c505c}
0264:fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
--
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=5898
KRosUser <kyle.kcsoftwares(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kyle.kcsoftwares(a)gmail.com
--- Comment #51 from KRosUser <kyle.kcsoftwares(a)gmail.com> ---
Any update on recent Wine 10.7 ?
--
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=12123
Summary: Wall Street Advisor 1.27 redraw problems
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.lathuy.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Now that bug 7430 is fixed, on to runtime problems.
To install this app, first to
sh winetricks vcrun6 wsh56
Start the app. You'll see a tree control on the left
whose root node flashes constantly. Also, the main
pane doesn't redraw properly when you drag some
unrelated window in front of it.
(Also, the app outputs
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not
registered
on startup. I think that's associated with ado15, but
doing winetricks art2kmin doesn't seem to help that...? ADO has
always been a mystery to me. But that's a different bug.)
--
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=32342
Bug #: 32342
Summary: PlanetSide2 Error message and bugreport.txt and
debug.log in Steam.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linards.liepins(a)gmail.com
Classification: Unclassified
Created attachment 42683
--> http://bugs.winehq.org/attachment.cgi?id=42683
PlanetSide2 bugreport.txt
Cannot run PlanetSide 2 on x64 Fedora 17. Popuing up three similar error log
message with attached bugreport. Also attached debug.log is generated in Steam
install dir.
--
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=40584
Bug ID: 40584
Summary: DLTCEP: wrong window layout, buttons cannot be pressed
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: p1(a)devopsx.com
Created attachment 54426
--> https://bugs.winehq.org/attachment.cgi?id=54426
how it looks in wine
In a modal window, buttons at the bottom can't be pressed with mouse
(presumably due to tabbed control are reaching too far down). But if focused
with tab, pressing with enter or space works fine.
This is a recurrence of https://bugs.winehq.org/show_bug.cgi?id=8522. I'm not
sure if it's ever been fixed.
--
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.