https://bugs.winehq.org/show_bug.cgi?id=42548
Bug ID: 42548
Summary: Find_Orb: Crash at startup.
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: giacomo.succi(a)gmail.com
Distribution: ---
Created attachment 57452
--> https://bugs.winehq.org/attachment.cgi?id=57452
Crash backtrace.
Hi,
Find_Orb it's a tool asteroid's orbits determination that works on Windows.
When I try to lunch it on my Fedora 25 (Astronomy Spin) I got the attached
error.
I had the same problem with 32 and the 64 bit (attached).
You can download the utility from here:
https://www.projectpluto.com/find_orb.htm
There is also the source code there (for Windows) just in case.
The wine installation I have it's done via Fedora's packages.
--
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=42683
Bug ID: 42683
Summary: Hearthstone
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vicenteamigolopez(a)gmail.com
Distribution: ---
Created attachment 57644
--> https://bugs.winehq.org/attachment.cgi?id=57644
I just want to Play Hearthstone
I just want to play Hearthstone
--
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=42693
Bug ID: 42693
Summary: asdasd
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: akamichiteguh(a)gmail.com
Distribution: ---
Created attachment 57661
--> https://bugs.winehq.org/attachment.cgi?id=57661
asdasdasd
asdasdsadasdasdasdasdasdasdasdasdasdasd
--
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=42661
Bug ID: 42661
Summary: Notes and warnings while building Wine 64-bit
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
GCC 6.3.1 20161221
../../../wine/dlls/setupapi/devinst.c: In function
‘SETUPDI_AllocateDeviceInfo’:
../../../wine/dlls/setupapi/devinst.c:471:26: warning: cast from pointer to
integer of different size [-Wpointer-to-int-cast]
devInfo->devId = (DWORD)devInst;
^
../../../wine/dlls/setupapi/devinst.c: In function ‘SETUPDI_FreeDeviceInfo’:
../../../wine/dlls/setupapi/devinst.c:528:16: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
GlobalFree((HANDLE)devInfo->devId);
^
In file included from ../../../wine/dlls/setupapi/devinst.c:35:0:
../../../wine/dlls/setupapi/devinst.c: In function
‘SetupDiGetDeviceRegistryPropertyA’:
../../../wine/dlls/setupapi/devinst.c:3095:39: warning: cast from pointer to
integer of different size [-Wpointer-to-int-cast]
TRACE("%04x %p %d %p %p %d %p\n", (DWORD)DeviceInfoSet, DeviceInfoData,
^
../../../wine/include/wine/debug.h:91:49: note: in definition of macro
‘__WINE_DBG_LOG’
wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
^~~~
../../../wine/include/wine/debug.h:337:36: note: in expansion of macro
‘__WINE_DPRINTF’
#define WINE_TRACE
__WINE_DPRINTF(_TRACE,__wine_dbch___default)
^~~~~~~~~~~~~~
../../../wine/include/wine/debug.h:381:36: note: in expansion of macro
‘WINE_TRACE’
#define TRACE WINE_TRACE
^~~~~~~~~~
../../../wine/dlls/setupapi/devinst.c:3095:5: note: in expansion of macro
‘TRACE’
TRACE("%04x %p %d %p %p %d %p\n", (DWORD)DeviceInfoSet, DeviceInfoData,
^~~~~
../../../wine/dlls/setupapi/devinst.c: In function
‘SetupDiGetDeviceRegistryPropertyW’:
../../../wine/dlls/setupapi/devinst.c:3156:39: warning: cast from pointer to
integer of different size [-Wpointer-to-int-cast]
TRACE("%04x %p %d %p %p %d %p\n", (DWORD)DeviceInfoSet, DeviceInfoData,
^
../../../wine/include/wine/debug.h:91:49: note: in definition of macro
‘__WINE_DBG_LOG’
wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
^~~~
../../../wine/include/wine/debug.h:337:36: note: in expansion of macro
‘__WINE_DPRINTF’
#define WINE_TRACE
__WINE_DPRINTF(_TRACE,__wine_dbch___default)
^~~~~~~~~~~~~~
../../../wine/include/wine/debug.h:381:36: note: in expansion of macro
‘WINE_TRACE’
#define TRACE WINE_TRACE
^~~~~~~~~~
../../../wine/dlls/setupapi/devinst.c:3156:5: note: in expansion of macro
‘TRACE’
TRACE("%04x %p %d %p %p %d %p\n", (DWORD)DeviceInfoSet, DeviceInfoData,
^~~~~
../../../wine/dlls/setupapi/devinst.c: In function ‘CM_Get_Device_IDA’:
../../../wine/dlls/setupapi/devinst.c:3981:45: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
struct DeviceInfo *devInfo = GlobalLock((HANDLE)dnDevInst);
^
../../../wine/dlls/setupapi/devinst.c: In function ‘CM_Get_Device_IDW’:
../../../wine/dlls/setupapi/devinst.c:3999:45: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
struct DeviceInfo *devInfo = GlobalLock((HANDLE)dnDevInst);
^
../../../wine/dlls/setupapi/devinst.c:4011:18: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
GlobalUnlock((HANDLE)dnDevInst);
^
../../../wine/dlls/setupapi/devinst.c: In function ‘CM_Get_Device_ID_Size’:
../../../wine/dlls/setupapi/devinst.c:4023:47: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
struct DeviceInfo *ppdevInfo = GlobalLock((HANDLE)dnDevInst);
^
../../../wine/dlls/setupapi/devinst.c:4034:18: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
GlobalUnlock((HANDLE)dnDevInst);
^
../../../wine/dlls/winmm/winmm.c: In function ‘MMSYSTEM_GetMidiStream’:
../../../wine/dlls/winmm/winmm.c:944:19: warning: cast to pointer from integer
of different size [-Wint-to-pointer-cast]
*lpMidiStrm = (WINE_MIDIStream*)lpwm->mod.rgIds.dwStreamID;
^
../../../wine/dlls/winmm/winmm.c: In function
‘MMSYSTEM_MidiStream_MessageHandler’:
../../../wine/dlls/winmm/winmm.c:1068:54: warning: cast from pointer to integer
of different size [-Wpointer-to-int-cast]
((LPMIDIEVENT)lpData)->dwStreamID != (DWORD)lpMidiStrm) {
^
../../../wine/dlls/winmm/winmm.c: In function ‘midiStreamOpen’:
../../../wine/dlls/winmm/winmm.c:1276:23: warning: cast from pointer to integer
of different size [-Wpointer-to-int-cast]
mosm.dwStreamID = (DWORD)lpMidiStrm;
^
--
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=42619
Bug ID: 42619
Summary: Starting Witcher 3 gives instant black screen and high
load
Product: Wine-staging
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine-devel(a)hurrikhan.eu
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
If I try Witcher 3 with Wine 2.3 and previous Wine-staging (at least up to 2.1)
I get to the menu and I can start the game (wrongly rendered).
If I try Witcher 3 with Wine-staging 2.3 I get a black screen and the computer
becomes unresponsive until I ssh and kill it.
Linux 4.8.17 / current Manjaro-openrc
i7 2600K
32GB ram
1060 GTX 6GB
--
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=37283
Bug ID: 37283
Summary: ANNO 2070: Shader Problem? no textures?
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: arieleoar(a)gmail.com
Created attachment 49585
--> https://bugs.winehq.org/attachment.cgi?id=49585
Image, shows neither water or the ark
Hello, i'm having trouble to play, the game starts normally but ingame only
shows the "grid" of non discovered territory and some shadows of smoke; water,
ark, terrain, buildings, etc, textures aren't been showed, seems black.
msvcr100 is set to builtin-native; d3dx9 d3dx11_43 d3dx11_42 vc2008 vc2010
winhttp are installed from winetricks
I assume there is a problem with the shaders, when i set glsl disabled from
winetricks the situation inverts, the "grid" is missing, and everithing else is
white, with some shadows of smoke.
the rest (ark messages, panel, info, etc.) is working well.
The version is 2.0 with deep sea addon. the console output don't shows errors
of d3d, the version of wine is 1.7.62, i tried on 1.6.4 version but it was
worst, only showed the cursor icons and nothing else (posted in other bugs).
thanks!
--
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.