Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Release 13.12, RC1-RC2 has arrived
stahta01:
Minor issues noticed on Release 13.12, RC1.
OS: Windows 7
WX: 3.0 SVN Branch
Under Manage Plugins "Install New" says plugin failed to install when it really did install.
Tested using cbDiff.cbplugin and two other plugins.
Does it ever say the Plugin was successfully installed?
Edit: Found a message in CB Log "C:\GreenApps\CodeBlocks-13_12\share\codeblocks\plugins\cbDiff.dll: not loaded (missing symbols?)"
Might be plugin issue instead of CB issue.
Tim S.
dmoore:
--- Quote from: stahta01 on December 04, 2013, 01:21:30 am ---Minor issues noticed on Release 13.12, RC1.
OS: Windows 7
WX: 3.0 SVN Branch
Under Manage Plugins "Install New" says plugin failed to install when it really did install.
Tested using cbDiff.cbplugin and two other plugins.
Does it ever say the Plugin was successfully installed?
Edit: Found a message in CB Log "C:\GreenApps\CodeBlocks-13_12\share\codeblocks\plugins\cbDiff.dll: not loaded (missing symbols?)"
Might be plugin issue instead of CB issue.
Tim S.
--- End quote ---
I have seen this with a number of plugins. Not consistently though... I thought it might be happening if resources already exist. I can take a closer look in the next few days if noone else does.
gd_on:
--- Quote ---gd_on:
I don't think your patch is acceptable. The " is the correct way to escape " characters in XML files.
You can always prove me wrong by quoting some kind of a standard or output of a xml verifier.
Until then you'll have to find a better way to fix your problem.
--- End quote ---
I have found a workaround to this problem.
When I extract strings from the xml file, I obtain those " strings. But, in C::B when using the _(...) macro, it's not the original string which is viewed by the macro, but a sting containing \". It was the reason of my proposed patch.
So, a workaround, is to detect the occurrences of " in the output file of xgettext, replace them by \" by a sed command for example, and that's OK now.
If I don't find some other problem, I'll publish a corrected version of my extracting tool in the forum (help wanted / Code::Blocks' translation thread).
gd_on
dmoore:
Spellchecker is doing something evil to the editor on Ubuntu 13.10 AMD 64 (scrolling and general C::B performance becomes extremely sluggish). I am using rev9469, so not quite RC1.
stahta01:
FYI: I had CB 13.12, RC1 crash and it failed to create a crash report.
Using Dependency Walker I found that exchndl.dll requires LIBINTL-8.dll could this be why the crash report was NOT created?
Edit: Likely not, because 12.11 exchndl.dl had the same requirement.
Had a second crash this time with a report. Note: I had added the missing LIBINTL-8.dll and two other DLLs (I think they were NOT needed; but, I am NOT sure.)
--- Code: ----------------------
Error occured on Thursday, December 5, 2013 at 23:37:04.
C:\GreenApps\CodeBlocks-13_12\codeblocks.exe caused an Access Violation at location 77522d37 in module C:\Windows\SYSTEM32\ntdll.dll Reading from location 5717c915.
Registers:
eax=00000001 ebx=086bbbb0 ecx=003d0000 edx=086bbbb0 esi=5717c911 edi=086bbba8
eip=77522d37 esp=0022f49c ebp=0022f4d0 iopl=0 nv up ei pl nz na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010206
Call stack:
77522D37 C:\Windows\SYSTEM32\ntdll.dll:77522D37 RtlFreeHeap
77522CE8 C:\Windows\SYSTEM32\ntdll.dll:77522CE8 RtlFreeHeap
76F698CD C:\Windows\system32\msvcrt.dll:76F698CD free
03EA67EF C:\GreenApps\CodeBlocks-13_12\share\codeblocks\plugins\compiler.dll:03EA67EF
03EB42C5 C:\GreenApps\CodeBlocks-13_12\share\codeblocks\plugins\compiler.dll:03EB42C5
03EB565F C:\GreenApps\CodeBlocks-13_12\share\codeblocks\plugins\compiler.dll:03EB565F
76F698CD C:\Windows\system32\msvcrt.dll:76F698CD free
6CCC0614 C:\GreenApps\CodeBlocks-13_12\wxmsw28u_gcc_cb.dll:6CCC0614 _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
6CC79EA6 C:\GreenApps\CodeBlocks-13_12\wxmsw28u_gcc_cb.dll:6CC79EA6 _ZN10wxListBase12DoDeleteNodeEP10wxNodeBase
--- End code ---
Tim S.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version