http://bugs.winehq.org/show_bug.cgi?id=25381
Summary: Trackmania Nation Forever crashes on OS X when sound
is enabled
Product: Wine
Version: 1.3.8
Platform: x86
URL: http://www.trackmaniaunited.com
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: qparis(a)playonlinux.com
Created an attachment (id=32283)
--> (http://bugs.winehq.org/attachment.cgi?id=32283)
Screenshot + Terminal content
Application : Track Mania Nation forever (http://www.trackmaniaunited.com)
System information :
- Tested both with XQuartz 2.6.0 beta (for Randr support) and stable version
- Mac OS 10.6.5
Step to reproduce :
- I downloaded the latest version of Trackmania Nation Forever (free)
(http://www.trackmaniaunited.com)
- The game installation run fine
- I started a single player game, it will crash at the end of the loading
process
- I runned wineserver -k in a terminal to kill wine
- I went to settings menu -> Advanced -> Audio
- I unchecked the box "Enable sound"
- I retried to start a single player race, and it worked perfectly
(I retried several time and the problem seems to be linked to the sound)
Other details
- The menu works fine with
- The problem does not exist on Linux
--
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=57843
Bug ID: 57843
Summary: Chromium Browser in Demo doesn't load
Product: Wine
Version: 8.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: thrust73(a)gmail.com
Distribution: ---
Download demo from
https://zenfulcrum.com/browser/demo/ZFBrowser%203.0.0%20Demo%20w64.zip
1. Start demo and collect coins to unlock doors.
2. Open door to go into room.
3. Room 1 chromium browser doesn't work. Suppose to show chromium's wikipedia
page.
4. Room 3 chromium browser doesn't load external demo pages.
5. Room 7 opens a chromium browser. It doesn't load any page.
6. Pressing "esc" in demo brings up menu that can open the same browser in room
7.
Last working wine version is 8.13
Reverting commit 4098a05ea84 "iphlpapi: Link NotifyAddrChange and
CancelIPChangeNotify to nsi implementation"
from wine 8.14, 9.0 and 10.0 makes the chromium browser in the demo works
again.
--
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=57882
Bug ID: 57882
Summary: vbscript:Haven't hook up events
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: fang.jiali(a)vico-lab.com
In Microsoft's vbscript.dll,
before starting the actual script, the scripting engine will connect to the
events of all the relevant objects through the IConnectionPoint interface.
But in this vbscript.dll,
it haven't above step(hook up events).
Is this feature planned to be supported in the future?
--
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=57883
Bug ID: 57883
Summary: vbscript:Script compilation error when for each with
array
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: fang.jiali(a)vico-lab.com
Distribution: ---
Dim d: d = Array(1,2,3,4,5)
Dim i
For each i In d
Next
when running above script, compilation 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=57830
Bug ID: 57830
Summary: StarCitizen fails to launch
Product: Wine
Version: 10.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rawfox(a)freenet.de
Distribution: ---
Created attachment 78038
--> https://bugs.winehq.org/attachment.cgi?id=78038
fix-off-by-one-mistake.patch
StarCitizen does not launch due to a mistake in the file
dlls/wbemprox/builtin.c
if (++i > nb_allocated)
Netho (ngh) from Linux Users Group (#LUG) found it and quick hacked a diff,
thanks you man ! He said, this will be true when `i` was 16. Due to C is 0
indexed it means it just wrote past the buffer, clobbering something critical.
Changing it to >= does the trick.
if (++i >= nb_allocated) this made it work again.
Cheers, raw^^
--
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=35349
Bug ID: 35349
Summary: NC Corrector spams terminal with
"fixme:olepicture:OLEPictureImpl_SaveAsFile"
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: plaes(a)plaes.org
Classification: Unclassified
`NC Corrector 4.0` from http://www.nc-corrector.inf.ua/index_EN.htm spams
following continuously in the terminal:
[snip]
...
fixme:olepicture:OLEPictureImpl_SaveAsFile (0x1fe9b0)->(0x19ad098, 0, (nil)),
hacked stub.
fixme:olepicture:OLEPictureImpl_SaveAsFile (0x2064d8)->(0x19ad098, 0, (nil)),
hacked stub.
....
[/snip]
This could be also duplicate for #20222
--
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=57869
Bug ID: 57869
Summary: Lightshot screenshot tool won't launch since last
update of wine-devel
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: info(a)vlastimilburian.cz
Distribution: ---
Lightshot screenshot tool won't launch since last update of wine-devel, I use
only this very tiny Windows app to capture screenshots, so I cannot test other
Win apps but can install some upon request of course.
https://app.prntscr.com/en/wine-lightshot.html
$ apt-cache policy wine-devel
wine-devel:
Installed: 10.2~noble-1
Candidate: 10.2~noble-1
Version table:
*** 10.2~noble-1 500
500 https://dl.winehq.org/wine-builds/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status
$ env WINEPREFIX="/home/vlastimil/.wine" wine C:\\windows\\command\\start.exe
/Unix /home/vlastimil/.wine/dosdevices/c:/ProgramData/Microsoft/Windows/Start\
Menu/Programs/Lightshot/Lightshot.lnk
wine: failed to load /opt/wine-devel/lib/wine/i386-windows/ntdll.dll error
4000000e
0088:err:environ:run_wineboot failed to start wineboot 1
wine: failed to load /opt/wine-devel/lib/wine/i386-windows/ntdll.dll error
4000000e
0088:fixme:exec:SHELL_execute flags ignored: 0x00000100
0088:fixme:exec:SHELL_execute flags ignored: 0x00004100
$ 00a8:fixme:ver:GetCurrentPackageId (0057FEB4 00000000): 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=57863
Bug ID: 57863
Summary: [Regression] Wine 10.2 is just straight-up fully
broken on Linux Mint (can't even run winecfg); 10.1
was fine
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: NM64+bugs.winehq.org(a)PM.me
Distribution: Mint
Just install Wine 10.2 (devel or staging0 on Linux Mint (20.x, 21.x, or 22.x)
and you'll see Wine is just straight-up broken to the point that you can't even
run winecfg.
Wine 10.1 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=57868
Bug ID: 57868
Summary: Problem launching ReMarkable application on wine 10.2
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: olivier.pantale(a)uttop.fr
Distribution: ---
Hi,
Remarkable application stopped to launch on wine 10.2, while it was working
well on wine 10.1.
Seems unable to load ntdll module.
wine .wine/drive_c/Program\ Files/reMarkable/reMarkable.exe
wine: failed to load /opt/wine-devel/lib/wine/i386-windows/ntdll.dll error
4000000e
0024:err:environ:run_wineboot failed to start wineboot 1
wine: failed to load /opt/wine-devel/lib/wine/i386-windows/ntdll.dll error
4000000e
wine: failed to load /opt/wine-devel/lib/wine/i386-windows/ntdll.dll error
4000000e
0024:err:start:fatal_error FormatMessage failed
Olivier
--
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.