http://bugs.winehq.org/show_bug.cgi?id=4437
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
Summary|Weird Worlds demo unusable -|msvcrt: Weird Worlds demo
|- mouse pointer won't move |won't start without native
|from center of screen |msvcrt
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-02 01:42 -------
Kai, please open a new bug report for seperate bugs.Leave this one for the
msvcrt bug. However i fear the mouse problem will end up as a duplicate, if you
file it :).
The game seems to run fine with native dinput.dll
(WINEDLLOVERRIDES="msvcrt,dinput=n" wine weird.exe). However the crash is
strange;didn't crash here, but i dunno how to play the game and only "played"
for 10 secs.:) Could you try to use native dinput and see if it still crashes?
--
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=4437
altkai(a)ml1.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Weird Worlds demo fails to |Weird Worlds demo unusable -
|run |- mouse pointer won't move
| |from center of screen
------- Additional Comments From altkai(a)ml1.net 2006-08-02 00:32 -------
Wine-0.9.7 - Yes, using the native dll allowed me to enter the game, thanks.
However, in the demo the mouse cursor was "stuck" to the center of the screen,
and so the game wasn't usable. It seems you can launch the game by pressing
escape, where again the mouse pointer is stuck to the center of the screen.
Wine wrote this to console, but I couldn't tell at what point:
wine: Unhandled page fault on write access to 0x00000000 at address 0x7c4907ba
(thread 0009), starting debugger...
I've updated the bug subject. Please let me know if I can provide additional
information.
--
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=2252
------- Additional Comments From altkai(a)ml1.net 2006-08-02 00:16 -------
With both the demo and the full game (v1), and Wine 0.9.7, I get the following
right after entering the game by "Quick Start":
err:seh:setup_exception nested exception on signal stack in thread 0009 eip
7ffbc99e esp 7fe59c90 stack 0x7fb01000-0x7fc10000
The game is unresponsive at this point, and I must ^C from the terminal. With
previous versions of Wine (0.9.3?) I was able to make the first move as the
above poster said, and got a similar pagefault message. Please let me know if
other information would be useful.
--
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=3257
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-02 23:51 -------
I think it's been mentioned before, but commctrl.dll required only if you have
the comctl32.dll from win9x and not from winNT. The updeate you recommeding to
install from cd-rom is for win9x so it does reqiure commctrl.dll.
Also, there are no such Wine versions as 0.96 or 0.97. There are however 0.9.6
and 0.9.7
And is there a link to download some demo to test?
--
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=4449
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Invisible fonts in Steam |Invisible fonts in Steam -
| |need a Tahoma compatible
| |font
------- Additional Comments From mike(a)codeweavers.com 2006-07-02 23:17 -------
Wine really needs a Tahoma compatible freetype font. Anybody want to create
one? The idea would be to created it from scratch in Font Forge, and make the
font metrics the same as the Tahoma font.
--
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=4449
------- Additional Comments From ivg2(a)cornell.edu 2006-07-02 22:48 -------
"Can we close this bug? Properly installing the font on your system lets the
font show properly."
I don't understand. On windows, I don't have to hunt down and/or install any
fonts to make this work properly. The fact that it doesn't work on Wine is
entirely Wine's problem, and a bug. IMHO wine should be able to override the
font and replace it with something else (automatically, without asking me to do
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=2533
------- Additional Comments From vapier(a)gentoo.org 2006-07-02 22:45 -------
Created an attachment (id=1854)
--> (http://bugs.winehq.org/attachment.cgi?id=1854&action=view)
wine-DESTDIR.patch
this patch does it the hard way, by updating (hopefully) every install target
to respect $(DESTDIR)
tested against wine-0.9.7 ... can you guys give it a spin and if all works out
i'll sent to wine-patches ...
--
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=2533
------- Additional Comments From vapier(a)gentoo.org 2006-07-02 22:33 -------
for example, the proposed patch would break programs/Makefile.in:
$(INSTALLPROGS:%=%/__installprog__): install-apploader
$(RM) $(bindir)/`dirname $@` && \
$(LN) $(bindir)/wineapploader $(bindir)/`dirname $@`
the resulting link would be pointing to $(DESTDIR)$(bindir) instead of just
$(bindir) ...
--
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=3822
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-02 21:23 -------
Jason, it always worked in KDE... This bug is present in other WMs.
--
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.