http://bugs.winehq.org/show_bug.cgi?id=7418
Summary: Juris Data cannot open database (error code 101)
Product: Wine
Version: 0.9.30.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cimmo(a)libero.it
I've an italian database made with VisualBasic.
Installation goes perfects and when you launch it starts, however when you click
to view the database it return an error "cannot open database error code 101".
Tried to put WINEDEBUG=+channel1,+channel2 to debug options but when I press the
button to access the database in the console there are no new lines!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7352
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1798
------- Additional Comments From kelfe(a)gmx.de 2007-13-02 17:24 -------
a fix for the managed mode logic was commited today
works fine with EVE Online
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2866
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From thestig(a)google.com 2007-13-02 17:15 -------
Ok, reopening the bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2866
------- Additional Comments From andreas.bierfert(a)lowlatency.de 2007-13-02 17:01 -------
Sorry the xinerama support did not fix this. To give an example:
Suppose two physical screens are connected and standing left (or right) of each
other. Say they are both running 1280x1024 as their resolution. If you run a
program w/o xinerama support this gives you one display with 2560x1024 to use.
If you run a software with xinerama support you should have the choice of the
combined resolution or two screens with 1280x1024 each.
I tested with both World of Warcraft and Diablo 2 and both can only find the
'wide' screen resolution (or to be exact D2 cannot find any valid resolution
because it only sees the wide screen resolutions).
So imho this should stay open till this is fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7417
Summary: Lineage2 C4 doesn't work approx since 0.9.19-20
Product: Wine
Version: 0.9.30.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mills(a)rambler.ru
It show internal window with message "directx error ..." soon after creating window.
As I see in attached backtrace problem is in
IWineD3DDeviceImpl_DrawIndexedPrimitive function from wined3d\device.c
With the following patch that error window gone and application started.
There was no goal to find out why pIndexData was not filled with non-NULL value
in that case. So there is still bug somewhere and patch is only workaround.
Goal was just to run game on recent wine and not on 0.9.18.
--- device.c 2007-02-13 22:40:28 +0500
+++ device.cur.c 2007-02-14 02:49:36 +0500
@@ -4589,6 +4589,8 @@
WINED3DINDEXBUFFER_DESC IdxBufDsc;
pIB = This->stateBlock->pIndexData;
+ if (!pIB) return WINED3D_OK;
+
This->stateBlock->streamIsUP = FALSE;
TRACE("(%p) : Type=(%d,%s), min=%d, CountV=%d, startIdx=%d, countP=%d\n", This,
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7352
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |us(a)edmeades.me.uk
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.