Displaying 20 results from an estimated 100 matches similar to: "No newline in wine printf with multibyte string"
2011 Mar 07
7
Winetricks gfw under root vs under user
Code:
sh winetricks gfw
does not work under regular user; only under root (
Code:
sudo sh winetricks gfw
).
What have i tried:
* wiping ~/.wine preffix directory
* creating new user in the system with clean ~/ home directory
* applying winetricks volnum and winetricks sandbox
* different versions of wine; from 1.2 to 1.3.15
* switching from 64-hybrid system to 32-vanilla one
* switching from
2009 Sep 20
2
[Authlogic]
After I upgraded my Authlogic to 2.1.2 I''m facing an odd error when
trying to use my webpage; it comes up with an error ''undefined method
`^'' for "e":String''. I''ve double checked the lines in the Authlogic
code (see codepad urls for the tracelog), but I can find no trace of
any "^" in the code anywhere. The methods that result in
2009 Sep 09
3
[Rspec] Using Mocha results in uninitialized constant, using a 'fix' breaks RSpec output
After installation of Mocha (0.9.7), running "script/spec spec"
results in a "`const_missing'': uninitialized constant
Test::Unit::TestResult::TestResultFailureSupport (NameError)" error.
(As shown here; http://codepad.org/mTqztjwt )
I''m running Ruby 1.8.6 with Rails 2.3.4 on Windows, rspec (-rails)
1.2.8 (1.2.7.1), Test::Unit 2.0.3
As suggested roughly on
2012 Nov 28
12
[Bug 57660] New: nv?? show error nv??_screen_get_param:??? - unknown PIPE_CAP 76
https://bugs.freedesktop.org/show_bug.cgi?id=57660
Priority: medium
Bug ID: 57660
Assignee: nouveau at lists.freedesktop.org
Summary: nv?? show error nv??_screen_get_param:??? - unknown
PIPE_CAP 76
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: mustrumr97 at gmail.com
2011 Feb 27
2
icecast2 sends metadata to clients but not actual stream
Hello,
I just installed icecast2 on Ubuntu 10.10 server from Ubuntu repositories.
My intention was to use VLC on another computer to stream video through
IceCast.
The problem is that the server is not sending the actual data to any
clients. To find out more about what is going on, I increased icecast's
log level to 4 to see debug data in error.log. And here's what it shows:
2012 Feb 25
1
nouveaufb handover not working properly from VGA on GTX460 (NVc0)
Howdy, y'all
I just got a GTX460 and I'm having a bit of trouble getting it running.
In particular, when I modprobe "nouveau," the display goes black (but
doesn't enter power saving, so there's a signal of some sort). After
doing some searching, I found
http://nouveau.freedesktop.org/wiki/KernelModeSetting
If I unbind the nouveaufb driver, the console starts
2012 Mar 05
1
[LLVMdev] I stole the demo.
On Monday, March 05, 2012 02:29:56 AM Duncan Sands wrote:
> Hi Richard,
>
> > I had a little time on my hands this afternoon, so I stole the Clang/LLVM
> > demo and modified it to allow compiling for several other targets:
> > http://ellcc.org/demo
>
> does it use the correct header files for the target etc?
>
> Ciao, Duncan.
Yes, it does. The header files
2010 Aug 21
10
Launching Source engine games results in crash, small res
Well I'm able to get Steam running fine, however I've tried to play the following:
Team Fortress 2
Left 4 Dead
Counter-strike Source
Portal
When I try to launch Source based games the screen goes black and then it resizes the resolution to something like 1024x600.
I am able to get the Left 4 Dead intro movie to play with this script:
WINEPREFIX=~/.wine.steam wine
2005 Apr 01
0
Linux permissions not appearing under kernel 2.6
I have three machine mounting a samba share on a debian server running
3.0.11 (just updated as 3.0.10 has some serious problems). There's an XP
box, and two Ubuntu (debian) PCs, one with Warty (kernel 2.4.21) and
Hoary (kernel 2.6.4 / 5). Both Ubunutu machines have the following
entry in fstab:
\\Server\Documents /home/phill/Documents smbfs
user,uid=nobody,gid=phill,guest 0 0
and both
2007 Jan 25
0
multibyte character corrupt in highlight method
When I apply highlight() method to the search result,
multibyte characters are corrupted.
The post_tag is located in the middle of last character,
so the last character corrupts.
Here is my code.
query = "SOME_MULTIBYTE_CHARS"
searcher.search_each(query) do |doc_id, score|
puts searcher.highlight(query, doc_id, :field => :content)
end
And this is the result.
... bla, bla, bla,
2008 Mar 23
1
Errors: Conversion error: Illegal multibyte sequence ...
Hello all,
I'm running samba server ?3.0.25b-1.el4_6.4 on the Red Hat Enterprise Linux
ES release 4 (Nahant Update 6). The server is set to be a part of the
Windows AD domain. The domain name is IIS. In the /var/log/samba/wb-IIS.log
I keep getting the messages similar to:
[2008/03/23 09:01:01, 3] lib/charcnv.c:convert_string_internal(265)
? ? convert_string_internal: Conversion error:
2010 Jun 26
0
[PATCH] don't unnecessarily override methods for 1.9.2 in AS::Multibyte::Chars
HI all,
A patch of mine from a few weeks ago made String#mb_chars use a proxy
class for 1.9.x as well as 1.8. This proxy overrode some methods that
were buggy in 1.9.1. but that work in 1.9.2. Since Rails officially
now only supports 1.8.7 and 1.9.2, these methods should definitely no
longer be overridden.
Here''s the LH ticket:
2005 May 31
1
Illegal multibyte character ...
Dear Sirs,
I'm running samba in utf-8/utf-8 mode (unix charset/display charset),
clients are: Windows XP/RUS, files and directories are created by clients
directly, so samba says:
[2005/05/30 20:12:01, 3] smbd/open.c:open_file(178)
Error opening file profile/?????????\x87???? ?\x81?\x82????12 (Is a
directory)
(local_flags=1) (flags=1)
[2005/05/30 20:12:01, 3]
2011 Dec 23
1
/gems/ZenTest-4.6.2/lib/autotest.rb:315:in `load': /Users/jayparteek/.autotest:7: invalid multibyte char (US-ASCII) (SyntaxError)
I am using latest version for rspec-rails, ZenTest. I am getting
following error, when ever I try to run autotest.
Please help
-head at mhart6/gems/ZenTest-4.6.2/lib/autotest.rb:315:in `load'': /Users/
jayparteek/.autotest:7: invalid multibyte char (US-ASCII)
(SyntaxError)
2013 Feb 24
0
scp progress bar: wrong truncation of long multibyte file names
Hi.
I have:
[fva at localhost ~]$ rpm -qi openssh-clients
Name : openssh-clients
Version : 6.1p1
Release : 5.fc18
Architecture: x86_64
Install Date: ??. 13 ????. 2013 16:15:25
Group : Applications/Internet
Size : 1331287
License : BSD
Signature : RSA/SHA256, ??. 09 ????. 2013 01:34:32, Key ID ff01125cde7f38bd
Source RPM : openssh-6.1p1-5.fc18.src.rpm
Build Date
2014 Jul 07
1
Conversion error: Incomplete multibyte sequence
Hello,
I tried the migration from samba 3 to a sernet-samba-ad-4.1.9-8.
My samba 3 has tdbsam backend, and "Full Name" (pdbedit -Lv) contains umlauts.
If I run /usr/bin/samba-tool domain classicupgrade, I will see error:
"Conversion error: Incomplete multibyte sequence"
I had in my old smb.conf:
display charset = iso8859-2
dos charset = cp852
unix charset = iso8859-2
In
2016 Nov 30
0
slow directory access, convert_string_internal: Conversion error: Incomplete multibyte sequence
On Tue, Nov 29, 2016 at 06:36:02PM -0500, Gaiseric Vandal via samba wrote:
> Mail file is server is a member server is Samba 3.6.26 on Solaris
> 11. It had been a BDC but a few week ago a switched it back to a
> member server. The 2 current DC's had been running Samba 3.6.25 but
> switched to Samba 4.4.7. This is a classic domain.
>
>
>
> Some Windows users
2017 Feb 02
0
Conversion error Illegal multibyte sequence in smbstatus
Because of Plain text mode, my output example is split across several
lines and hence is totally meaningless.
If you want to see the example, follow this link :
http://download.caoba.fr/r3tb7hxb2pl5/
I marked in red the places where the bug appears.
-------------------------
Santiago DIEZ
Quark Systems & CAOBA
23 rue du Buisson Saint-Louis, 75010 Paris
-------------------------
On Thu, Feb
2020 Jun 27
0
Error in substring: invalid multibyte string
On Fri, 26 Jun 2020 15:57:06 -0700
Toby Hocking <tdhock5 at gmail.com> wrote:
>invalid multibyte string at '<e4>gel-A<6b>iyoshi'
>https://stat.ethz.ch/pipermail/r-devel/1999-November/author.html
The server says that the text is UTF-8:
curl -sI \
https://stat.ethz.ch/pipermail/r-devel/1999-November/author.html | \
grep Content-Type
# Content-Type: text/html;
1998 Oct 20
0
I found some code that isn't multibyte safe
Jeremy,
Ok... now the next question. Will this change cause 1.9.18p11 to be
released or is it something that will wait? I'm just asking b/c I want
to include it on a new japanese product that's close to going out the
door.
-john.
---------------------------------------------------------------------
John D. Blair jdblair@cobaltnet.com
Software