n******m 发帖数: 644 | |
a*****g 发帖数: 19398 | 2 可以设置。
没有声音我也不习惯
【在 n******m 的大作中提到】 : 很不习惯。 : 不知道是什么原因。
|
r****y 发帖数: 26819 | 3 我喜欢没声音的。
【在 a*****g 的大作中提到】 : 可以设置。 : 没有声音我也不习惯
|
l****z 发帖数: 29846 | 4 嗯, 我最近也发现这个问题,找到了设置了也没有用.不太习惯. 换到wbaduk去下了. |
n******m 发帖数: 644 | 5 怎么设置?我找了半天也没找到。
【在 a*****g 的大作中提到】 : 可以设置。 : 没有声音我也不习惯
|
a******t 发帖数: 72 | 6 java自动升级了吧,手动降到6就好了
【在 n******m 的大作中提到】 : 很不习惯。 : 不知道是什么原因。
|
l****z 发帖数: 29846 | 7 怪不得. 我现在的Java是7. 怎么手动降呢? 这个java被oracle搞烂了?
【在 a******t 的大作中提到】 : java自动升级了吧,手动降到6就好了
|
a******t 发帖数: 72 | 8 我也记不清了,先卸载,再去oracle官网找一找吧,kgs上好像有个页面专门搞这个问
题的。
【在 l****z 的大作中提到】 : 怪不得. 我现在的Java是7. 怎么手动降呢? 这个java被oracle搞烂了?
|
l****z 发帖数: 29846 | 9 嗯, 看了一下,说ubuntu下面也没有声音,然后这个人这么解决的:
Ok, I've finally found a solution.
By renaming libjsoundalsa.so
Code:
$ mv /usr/lib/jvm/java-6-sun/jre/lib/amd64/libjsoundalsa.so \
/usr/lib/jvm/java-6-sun/jre/lib/amd64/libjsoundalsa.so.rename
I finally got the sound working! Would be interesting to know why NOT using
alsa would help with this problem though.. |
l****z 发帖数: 29846 | 10 另外一个人的:
I found an easy way to make it work without unstalling anythin.. it should
work on windows, linux and probably mac, but I'll explain for the windows
user.
Look in your program file and try to find the a folder called something like
jre version 6(it should still be there if cgoban used to work well on your
computer) and try to run it in command line(start > execute ... and type "
cmd"). I did it like this:
Code:
C:\>"C:\Program Files\Java\jre6\bin\java.exe" -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode)
If you got this output with the 1.6 version, you found the right file.
Now download the offline ".jar" of cgoban here:
==> http://files.gokgs.com/javaBin/cgoban.jar
Download it and you put it in a place like C:\cgoban\
Then just run :
Code:
"C:\Program Files\Java\jre6\bin\java.exe" -jar C:\cgoban\cgoban.jar
Cgoban should open right away. Connect to your accound and make a demo game,
click on the board and you should have sound.
After that, you can make a batch file of the previous command line to make
it easier.
edith: I just tested this on ArchLinux and it didn't work with 'java version
1.6.0_20'... |
l****z 发帖数: 29846 | 11 这个好像是正解:
He writes:
Quote:
Edit the shortcut or command that starts CGoban and add
-J-Dsun.sound.useNewAudioEngine="false"
after javaws.
When I right click on the KGS icon on my desktop [edit: and then left click
on "properties"], I see this...
Image
The original line under "Target" here is:
C:\Windows\SysWOW64\javaws.exe -localfile "C:\Users\dave\AppData\LocalLow\
Sun\Java\Deployment\cache\6.0\54\21086f76-54db9c90"
After I modify it following UnclMartin's instructions it looks like this:
C:\Windows\SysWOW64\javaws.exe -J-Dsun.sound.useNewAudioEngine="false" "C:\
Users\dave\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\54\21086f76-
54db9c90"
This is all under Windows 7 Home Edition 64-bit and it works for me. Note
that the absence of -localfile in the edited "Target" line did not do
anything bad for me. :) |