http://bugs.winehq.org/show_bug.cgi?id=32362
Bug #: 32362
Summary: dxgi problem for Ghost Recon Future Soldier
Product: Wine
Version: 1.5.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berillions(a)gmail.com
Classification: Unclassified
Created attachment 42700
--> http://bugs.winehq.org/attachment.cgi?id=42700
dxgi functions
The latest Ghost Recon works only on Windows Vista/Seven and with directx 10 or
11.
I set winecfg to Seven and when i launch the game, it crash. But in the output
console, there aren't error messages, just fixme messages about "dxgi"
functions.
Impossible to know where come from exactly the problem.
Thanks,
Max
--
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=40665
Bug ID: 40665
Summary: 'INFINITY' undeclared (In function
'test_effect_preshader_ops')
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)openmailbox.org
Distribution: ---
Attempting to compile 1.9.10 in Puppy Linux 4.3.1
Some dependencies installed.
effect.c: In function 'test_effect_preshader_ops':
effect.c:3977: error: 'INFINITY' undeclared (first use in 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=29961
Bug #: 29961
Summary: ADO.NET query on a Jet database fails.
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: birdfamily715(a)googlemail.com
Classification: Unclassified
Created attachment 38996
--> http://bugs.winehq.org/attachment.cgi?id=38996ADO.NET Jet database commands that worked
ADO.NET commands (CREATE TABLE, INSERT, UPDATE and DELETE) work
(inspection of the database afterwards shows that to be true), but a
SELECT query produces the error "Arguments are of the wrong type, are
out of acceptable range, or are in conflict with one another."
Needless to say, the same code ran successfully on Windows.
Winetricks was used to import JET40, MDAC28 and DOTNET20.
In order for a database connection to be made, however, it was
necessary to copy across five DLLS from Windows: comsvcs.dll,
CLBCatQ.DLL, colbact.DLL, COMRes.dll, and MTXCLU.DLL and register one:
$ wine regsvr32.exe comsvcs.dll
Attached are c-sharp code files for the database commands that worked
(adonet2.cs) and for the one that didn't (the SELECT query)
(adonet1.cs). For succesful compilation they require the addition of
references to (under COM) ' Microsoft ActiveX Data Objects 2.8' which
results in the production of a Dll: Interop.ADODB.dll and this must be
copied across into Wine along with the executables. An empty Jet
database test.mdb, is also attached. This can be populated by
adonet2.exe and then queried by adonet1.exe
adonet2 creates a database table, inserts four records, updates one,
deletes another and runs to completion.
Finally odbc4.c is a C program which provides a query in odbc which
can be used to inspect the table rows of the database.
--
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=41078
Bug ID: 41078
Summary: Unimplemented function
msvcp140.dll.__crtCreateEventExW needed by Battle.net
Product: Wine
Version: 1.9.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: audiger(a)live.fr
Distribution: ---
Now this issue has a patch, the next issue during the installation of
Battle.net is:
wine: Call from 0x7b43bfac to unimplemented function
msvcp140.dll.__crtCreateEventExW, aborting
wine: Unimplemented function msvcp140.dll.__crtCreateEventExW called at address
0x7b43bfac (thread 00d0), 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=41002
Bug ID: 41002
Summary: Worms 2 (GOG version) fails to start, crashes with a
Visual C++ runtime error
Product: Wine
Version: 1.9.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 55166
--> https://bugs.winehq.org/attachment.cgi?id=55166
Terminal output Wine 1.9.15
I am using the GOG.com version of Worms 2 in a clean 32-bit prefix.
$ sha1sum setup_worms2_2.0.0.23.exe
28a7798fa948c2d285e7028ff8ff17cb1399c260 setup_worms2_2.0.0.23.exe
So far I have attempted to run the game without emulating a virtual desktop and
while emulating a virtual desktop in Windows XP, 98, ME modes and the game
crashes with a Visual C++ runtime error.
There's not much terminal output but I have added it anyways. If anyone has any
suggestions as to which WINEDEBUG channels I should try, please 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.
http://bugs.winehq.org/show_bug.cgi?id=26762
Summary: Cannot find a conversion function for format
WINED3DFMT_B8G8R8A8_UNORM to WINED3DFMT_DXT5
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulthetall(a)gmail.com
Created an attachment (id=34085)
--> (http://bugs.winehq.org/attachment.cgi?id=34085)
Screenshot messed up screen
Display is messed up after loading. This way its impossible to handle the game.
This is the output.
wine: cannot find L"C:\\windows\\system32\\plugplay.exe"
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x32ed2c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f69c,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 58
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64
fixme:wave:wodDsCreate DirectSound not implemented
fixme:wave:wodDsCreate The (slower) DirectSound HEL mode will be used instead.
fixme:wave:AudioUnit_SetVolume independent left/right volume not implemented
(1.000000, 1.000000)
fixme:wave:wodDsCreate DirectSound not implemented
fixme:wave:wodDsCreate The (slower) DirectSound HEL mode will be used instead.
fixme:d3d_surface:surface_convert_format Cannot find a conversion function from
format WINED3DFMT_B8G8R8A8_UNORM to WINED3DFMT_DXT5
fixme:d3d_surface:surface_convert_format Cannot find a conversion function from
format WINED3DFMT_B8G8R8A8_UNORM to WINED3DFMT_DXT5
fixme:d3d_surface:surface_convert_format Cannot find a conversion function from
format WINED3DFMT_B8G8R8A8_UNORM to WINED3DFMT_DXT5
--
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=36421
Bug ID: 36421
Summary: valgrind shows some leaks in oledb32/tests/database.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: oledb32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==25675== 12 bytes in 1 blocks are definitely lost in loss record 64 of 607
==25675== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==25675== by 0x64BD11D: datainit_GetDataSource (oledb_private.h:28)
==25675== by 0x4D7DAC5: test_GetDataSource (msdasc.h:554)
==25675== by 0x4D7DE83: func_database (database.c:110)
==25675== by 0x4D80E18: run_test (test.h:584)
==25675== by 0x4D81207: main (test.h:654)
==25675==
==25675== 28 bytes in 1 blocks are possibly lost in loss record 173 of 607
==25675== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==25675== by 0x531CBB8: apartment_getclassobject (compobj.c:526)
==25675== by 0x531FFC6: get_inproc_class_object (compobj.c:2894)
==25675== by 0x5322D2F: CoGetClassObject (compobj.c:3032)
==25675== by 0x53234B7: CoCreateInstance (compobj.c:3197)
==25675== by 0x4D7DE4D: func_database (database.c:100)
==25675== by 0x4D80E18: run_test (test.h:584)
==25675== by 0x4D81207: main (test.h:654)
==25675==
--
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=41088
Bug ID: 41088
Summary: Bug on Startup Buhl Tax2016 on Wine Windows7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michl.bayerl(a)gmx.de
Distribution: ---
Created attachment 55286
--> https://bugs.winehq.org/attachment.cgi?id=55286
Tax2016 Wine Backtrace on Startup
Bug on Startup Buhl Tax2016 on Wine Windows7
--
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=18095
Summary: VisualFEA's Toolbar is broken (does no line wrapping)
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
URL: http://www.visualfea.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cs071007(a)fhstp.ac.at
Created an attachment (id=20529)
--> (http://bugs.winehq.org/attachment.cgi?id=20529)
VisualFEA Win vs. Wine
The Item toolbar (right side of screen) in visualfea does not apply line
wrapping as it does in windows, making the app unusable for work. Rest of the
app seems to work quite nicely (applying boundaries and so on, solver,
visualization, ...)
Wine does not give any warnings in the console, though (is there some verbose
option?)
Ah, I'll just attach a screen of win & wine so you know what I'm talking about.
It's the same install in both cases. Jnstaller ran in wine, windows only has
access to wine's program dir through a network share ;)
--
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=18018
Summary: Gun Metal is unresponsive to joystick
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
URL: http://www.gamershell.com/download_866.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shacklein(a)gmail.com
I noticed this bug in 1.1.19 and tested it in my earliest pre-compiled package
too (1.1.10) and it was present there.
The problem is that Gun Metal does not seem to respond to my joystick at all
(Playstation Dualshock-style controller). However, the joystick works fine with
other applications in Wine, including GTA:San Andreas.
URL is to the Gun Metal demo version 1.14 which exhibits the problem. I've
tested with both evdev and js devices. I'm unsure what additional information
to supply, such as debug logs. :)
--
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.