http://bugs.winehq.org/show_bug.cgi?id=6514
--- Comment #14 from David Hagood <ccf2egd02(a)sneakemail.com> 2008-05-16 18:05:15 ---
I've applied the patch and it works - I can now install and run AAA MapNGo 6.
I'd say this is now an ex-bug.
--
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=8783
--- Comment #29 from Ed Simmons <eclipseaudio(a)googlemail.com> 2008-05-16 17:25:36 ---
Also, I should say that I'm more than happy to try things out (i've already
proved my backup systems work once today!) if I can be of any help in fixing
this problem - please let me know.
Cheers
Ed
--
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=8783
Ed Simmons <eclipseaudio(a)googlemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eclipseaudio(a)googlemail.com
--- Comment #28 from Ed Simmons <eclipseaudio(a)googlemail.com> 2008-05-16 17:19:57 ---
Hi All,
Sorry to add to the list of woes! I am trying to set up BSS Audio's Soundweb
designer on a new laptop (acer 5720z) without inbuilt serial port. On my old
laptop (thinkpad 570e) the program runs fine under wine 0.9.25 on Debian Etch
(current and up to date) using the inbuilt serial port with no more
configuration needed than selecting com1 in the soundweb ui. Wine was installed
in this case using apt-get.
On the new laptop - running Kubuntu 7.10 (also up to date and otherwise working
perfectly) and Wine 0.9.46 the program launches as normal - and unless i
symlink /dev/ttyUSB0 > dosdevices/com1 the program quits upon trying to connect
to serial.
When i have the symlink in place and have verified the following:
usb 1-1: pl2303 converter now attached to ttyUSB0,
the program will search for devices but return no results. I should probably
mention that the software has a serial connection to one of a network of
devices and usually finds all the devices.
Before finding this bug - I tried compiling the 0.9.25 version on the new
machine with the same results as I get with version 0.9.46
Attached is the result of WINEDEBUG='+comm' wine "C:\Program Files\BSS
Audio\Soundweb\SoundWeb.exe"
It would appear that Bug 7526 is also appearing in the output to my
terminal.(In reply to comment #3)
> Created an attachment (id=7016)
--> (http://bugs.winehq.org/attachment.cgi?id=7016) [details]
> WINEDEBUG + comm output for 0.9.22
>
> output repeats over and over, this is just a snapshot of the output during
> running
--
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=10170
Summary: make test fails in wine-0.9.47-458-ga8df7fd
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marco(a)harddisk.is-a-geek.org
Created an attachment (id=8764)
--> (http://bugs.winehq.org/attachment.cgi?id=8764)
Error message
In wine-0.9.47-458-ga8df7fd make test fails (after failing kernel32, but not
stopping - see #10169) in msvcrt with the message in the attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10169
Summary: make test fails in wine-0.9.47-458-ga8df7fd
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marco(a)harddisk.is-a-geek.org
Created an attachment (id=8763)
--> (http://bugs.winehq.org/attachment.cgi?id=8763)
Error message
In wine-0.9.47-458-ga8df7fd make test fails with the message in the attachment,
component is kernel32; when I retry with LANG=C make test, the error still
appears, but make test proceeds.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8767
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bunglehead(a)gmail.com
--- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-05-16 15:51:10 ---
I'm not able to compile you test application..problem is in fourth argument
which should be (void**). After this modification:
- dib = CreateDIBSection(NULL, &bmi, 0, (void *)buf, NULL, 0);
+ dib = CreateDIBSection(NULL, &bmi, 0, (void **)&buf, NULL, 0);
it works for me on wine-1.0-rc1-g2470b0b (and on winxp of course too)
Did I miss something?
Please check it again with current git.
--
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=9009
--- Comment #15 from Robert <robi(a)hipnos.net> 2008-05-16 15:00:08 ---
I am using nVidia 8400GS with latest nvidia-glx-new driver that came with
Ubuntu 8.04.
--
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=2467
--- Comment #68 from Ian Norton <inorton(a)gmail.com> 2008-05-16 14:31:38 ---
(In reply to comment #56)
> On a related note. My starcraft will crash reliably when drawing the score
> screen (since bw 1.13). Gameplay in bnet is good if you can be patient enough
> to join a game with the above.
the above seems only limited to the ubuntu build of 0.9.33, the winehq 0.9.33
does not crash.
--
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=2467
--- Comment #67 from Ian Norton <inorton(a)gmail.com> 2008-05-16 14:29:52 ---
thought I'd post an update on my battle.net experiences with wine.
0.9.33 - battle.net works:
no background images displayed
text is rendered for buttons and chat text, can choose and join games,
playing works well. very stable.
0.9.46 - battle.net unusable
background images drawn
text is NOT rendered, cannot see chat text or button text, impossible to join
games.
Basically, 0.9.33 works quite well if you are willing to rejoin battle.net once
the screen gets too cluttered with old text
--
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=9009
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #14 from joaopa <jeremielapuree(a)yahoo.fr> 2008-05-16 14:28:14 ---
Is your video card a Nvidia geforce 4 AND do you use the nvidia driver 96.xx
version? If both answers are yes, it is not a bug wine but a nvidia bug.
Joapa
--
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.