https://bugs.winehq.org/show_bug.cgi?id=42910
Bug ID: 42910
Summary: Scrabble (Infogrames) multiplayer doesn't work (needs
IDirectPlay4::EnumConnections?)
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
When starting the application, a message box is displayed saying:
"CScrabble2_Application::Initialize FAILED to Initialize the Network Engine"
and subsequently, the in-game multiplayer option is greyed out.
The following console output appears immediately before the message box:
fixme:dplay:IDirectPlay4Impl_EnumConnections
(0x1591068)->((nil),0x4944b0,(nil),0x00000003): stub
which suggests that the problem may be a missing implementation of this
function.
--
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=16948
Summary: tmpfile() write, seek(0) and read does not return same
data
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
ok this is tested from python (import os) so it _could_ be done a little
simpler - like... using c. didn't want to forget about it so am raising it
here.
this is the mode opening a tmpfile:
fixme:msvcrt:MSVCRT__sopen : pmode 0x1464e0 ignored
http://bugs.python.org/issue4956
$ ./python.exe -i
Python 2.5.2 (r252:60911, Jan 15 2009, 23:28:55) [gcc] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> f = os.tmpfile()
>>> f.name
'<tmpfile>'
>>> f.write("hello\n")
>>> f.flush()
>>> f
<open file '<tmpfile>', mode 'w+b' at 0x001B34E8>
>>> f.tell()
6L
>>> f.seek(0)
>>> f.tell()
0L
>>> f.read()
''
it's as if it's impossible to read from the tmpfile. which kinda defeats the
object of having one :)
c:\windows\temp exists but c:\windows\tmp does not.
--
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=43220
Bug ID: 43220
Summary: Adobe Premiere needs ntoskrnl.exe.KeReleaseSpinLock
Product: Wine
Version: 2.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: odnetnininds(a)gmail.com
Distribution: ---
KeReleaseSpinLock is a function required by Adobe Premiere Pro CS6
Info about KeReleaseSpinLock:
https://msdn.microsoft.com/en-us/library/windows/hardware/ff553145(v=vs.85)…
--
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=43097
Bug ID: 43097
Summary: WarBR: game crashes on start
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rodrigodavy(a)gmail.com
Distribution: ---
Created attachment 58281
--> https://bugs.winehq.org/attachment.cgi?id=58281
The debug information
The game actually show the login screen but it crashes almost instantly, giving
a generic error message like "The program game.exe has found a serious problem
and needs to be closed"
I attached the debug log in the txt file
The program is from this site: http://raphaelfsilva.wixsite.com/warbr/downloads
System information:
Wine build: wine-2.9
Platform: i386 (WOW64)
Version: Windows XP
Host system: Linux
Host version: 4.11.2-1-ARCH
I am sorry if this bug report is wrong or incomplete, it's my first time
posting one of these. If I made any error, plase let me know
--
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=42656
Bug ID: 42656
Summary: ACDSee Pro 10 needs
msvcp140.dll.?_Schedule_chore@details@Concurrency@@YAH
PEAU_Threadpool_chore@12@@Z
Product: Wine
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Using wine-git compiled a short while ago
wine: Call from 0x7b44f8a7 to unimplemented function
msvcp140.dll.?_Schedule_chore@details@Concurrency@@YAHPEAU_Threadpool_chore@12@@Z,
aborting
--
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=43334
Bug ID: 43334
Summary: winealsa.drv: Warning while building (GCC 7.1.1)
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
mmdevdrv.c: In function ‘construct_device_id’:
mmdevdrv.c:394:16: warning: ‘chunk1_len’ may be used uninitialized in this
function [-Wmaybe-uninitialized]
copied += chunk1_len;
~~~~~~~^~~~~~~~~~~~~
wine-2.12-103-g989a9dc917
--
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=42940
Bug ID: 42940
Summary: WAtomic: White labels that show name of elements
hidden by GL components
Product: Wine
Version: 2.7
Hardware: x86-64
URL: http://watomic.sourceforge.net
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tobbi.bugs(a)googlemail.com
Now that bug 39314 is fixed with recent wine, I can start and run the game
perfectly on OS X.
However, the labels that show the name of the element are shown behind the
actual OpenGL components. When you resize the window, you can see them briefly.
However as long as you stop resizing you can see the GL components being
redrawn and the text disappear.
$ openssl sha1 WAtomic_1_2_3_257.msi
SHA1(WAtomic_1_2_3_257.msi)= 62e531f3bbfed7a9893ef49c20ff1826dffee09f
I am not sure whether this is only occurs on OSX or other systems as well.
--
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=43304
Bug ID: 43304
Summary: PHP crashes on unimplemented function
api-ms-win-crt-math-l1-1-0.dll.atanh
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 58648
--> https://bugs.winehq.org/attachment.cgi?id=58648
console output
To reproduce:
1. Download and unzip PHP 7.1.7 for Windows
2. Run `wine php.exe -r 'atanh(0);'`
$ sha256sum php-7.1.7-nts-Win32-VC14-x86.zip
b7548c888bd4093ad32b1d9e44cd6b7b20b386f0bdd951ff997bece44e537ea8
php-7.1.7-nts-Win32-VC14-x86.zip
--
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=32563
Bug #: 32563
Summary: Purebasic does not display icons in toolbar which is
drawn distorted.
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christianuceda(a)yahoo.com
Classification: Unclassified
Created attachment 42970
--> http://bugs.winehq.org/attachment.cgi?id=42970
Screenshot of purebasic without the toolbar
Purebasic is a little nice basic compiler that can produce very compact
executables.
The windows version runs in Wine with just a few defects only. There is a
native Linux version, but many people use the windows version in wine to
generate win32 executables.
The toolbars in the IDE do not show any icons, the toolbar works, but the icons
are not displayed.
This problem is not the typical icons are not drawn, as the toolbar is being
stretched too.
The problem has been happening for years with older versions of Wine and
Purebasic.
Here I tested with wine 1.5.19 in Ubuntu 12.10 and PureBasic Demo 5.0
(the demo can be downloaded from: http://www.purebasic.com/download.php)
Here is how to reproduce the problem:
wget -c http://www.purebasic.com/download/PureBasic_Demo.exe
wineprefix=/home/test/purewine winecfg
wineprefix=/home/test/purewine wine "C:\\Program
Files\\PureBasic\\purebasic.exe"
You get these error messages repeated all the time:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f790,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32f790,0x00000000), stub!
err:imagelist:ImageList_ReplaceIcon invalid image list
--
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=43303
Bug ID: 43303
Summary: PHP crashes on unimplemented function
api-ms-win-crt-math-l1-1-0.dll.acosh
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 58647
--> https://bugs.winehq.org/attachment.cgi?id=58647
console output
To reproduce:
1. Download and unzip PHP 7.1.7 for Windows
2. Run `wine php.exe -r 'acosh(0);'`
$ sha256sum php-7.1.7-nts-Win32-VC14-x86.zip
b7548c888bd4093ad32b1d9e44cd6b7b20b386f0bdd951ff997bece44e537ea8
php-7.1.7-nts-Win32-VC14-x86.zip
--
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.