Program crash on startup - visual-studio-2012

I wrote a simply program in Visual Studio 2012, using CLI/c++ (compiled for Win32). On my computer, where visual is installed (windows 8 64x), it starts ok, but when i'm trying to launch it on fresh system with Windows 7 64x, it is crashing.
First, it needed visual redistributable 2012, then net. Framework. But after that, it is crashing with simple "program has stopped". Okej, so i installed WinDbg and that is what it gets me:
Executable search path is:
ModLoad: 00f00000 00f1e000 SVCTangoProgrammer.exe
ModLoad: 77e50000 77fd0000 ntdll.dll
ModLoad: 73020000 7306a000 C:\Windows\SysWOW64\MSCOREE.DLL
ModLoad: 763f0000 76500000 C:\Windows\syswow64\KERNEL32.dll
ModLoad: 75d70000 75db6000 C:\Windows\syswow64\KERNELBASE.dll
ModLoad: 715a0000 71676000 C:\Windows\SysWOW64\MSVCR110.dll
ModLoad: 729d0000 72a55000 C:\Windows\SysWOW64\MSVCP110.dll
(764.ac): Break instruction exception - code 80000003 (first chance)
eax=00000000 ebx=00000000 ecx=06b10000 edx=000cdbe8 esi=fffffffe edi=00000000
eip=77ef0f3b esp=0036f938 ebp=0036f964 iopl=0 nv up ei pl zr na pe nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000246
ntdll!LdrpDoDebuggerBreak+0x2c:
77ef0f3b cc int 3
0:000> g
ModLoad: 77740000 777e0000 C:\Windows\syswow64\ADVAPI32.dll
ModLoad: 75fd0000 7607c000 C:\Windows\syswow64\msvcrt.dll
ModLoad: 75a10000 75a29000 C:\Windows\SysWOW64\sechost.dll
ModLoad: 75a30000 75b20000 C:\Windows\syswow64\RPCRT4.dll
ModLoad: 759b0000 75a10000 C:\Windows\syswow64\SspiCli.dll
ModLoad: 759a0000 759ac000 C:\Windows\syswow64\CRYPTBASE.dll
ModLoad: 72fa0000 7301a000 C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
ModLoad: 761b0000 76207000 C:\Windows\syswow64\SHLWAPI.dll
ModLoad: 77520000 775b0000 C:\Windows\syswow64\GDI32.dll
ModLoad: 75b20000 75c20000 C:\Windows\syswow64\USER32.dll
ModLoad: 772e0000 772ea000 C:\Windows\syswow64\LPK.dll
ModLoad: 77610000 776ad000 C:\Windows\syswow64\USP10.dll
ModLoad: 775b0000 77610000 C:\Windows\SysWOW64\IMM32.DLL
ModLoad: 77980000 77a4c000 C:\Windows\syswow64\MSCTF.dll
ModLoad: 70f00000 71592000 C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
ModLoad: 73070000 73143000 C:\Windows\SysWOW64\MSVCR110_CLR0400.dll
(764.ac): Unknown exception - code 04242420 (first chance)
ModLoad: 6ff40000 70eff000 C:\Windows\assembly\NativeImages_v4.0.30319_32\mscorlib\51e2934144ba15628ba5a31be2dae7dc\mscorlib.ni.dll
ModLoad: 76250000 763ac000 C:\Windows\syswow64\ole32.dll
ModLoad: 72910000 7297e000 C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll
ModLoad: 6f5c0000 6ff39000 C:\Windows\assembly\NativeImages_v4.0.30319_32\System\e40da7a49f8c3f0108e7c835b342f382\System.ni.dll
ModLoad: 6f420000 6f5b1000 C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Drawing\72269ea7cc6281139e4d155e7c57dc67\System.Drawing.ni.dll
ModLoad: 6e800000 6f41d000 C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Windows.Forms\22ae167d586450ad3a9b9a9ee43ebc86\System.Windows.Forms.ni.dll
ModLoad: 749d0000 74a50000 C:\Windows\SysWOW64\uxtheme.dll
ModLoad: 6e360000 6e7f6000 System.Windows.Forms.dll
ModLoad: 6e770000 6e7f4000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\comctl32.dll
ModLoad: 74490000 7462e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\comctl32.dll
ModLoad: 728f0000 72902000 C:\Windows\Microsoft.NET\Framework\v4.0.30319\nlssorting.dll
(764.ac): C++ EH exception - code e06d7363 (first chance)
(764.ac): C++ EH exception - code e06d7363 (first chance)
(764.ac): C++ EH exception - code e06d7363 (first chance)
(764.ac): CLR exception - code e0434352 (first chance)
(764.ac): C++ EH exception - code e06d7363 (first chance)
ModLoad: 74a70000 74a79000 C:\Windows\SysWOW64\VERSION.dll
ModLoad: 6e690000 6e764000 C:\Windows\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll
(764.ac): CLR exception - code e0434352 (!!! second chance !!!)
eax=0036e0cc ebx=00000005 ecx=00000005 edx=00000000 esi=0036e18c edi=00000001
eip=75d7b727 esp=0036e0cc ebp=0036e11c iopl=0 nv up ei pl nz na pe nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000206
KERNELBASE!RaiseException+0x58:
75d7b727 c9 leave
It's easy to see, that there is some exceptions but i dont know how to fixt them. If it runs on computer with visual, it have to be some lack of dll's. So there is my question: Can you guys help me run my program? Oh, and also, if you need more information, please, tell me what do you need.

I have found the answer. I was using in my program some microsoft graphic libraries, that installs automaticly with visual studio. On clean Windows, there is need to install Microsoft Visual Basic Power Packs 3.0.

Related

Can't open Android Studio - 2021.1.1.23-windows

I just installed Android Studio (version 2021.1.1.23-windows), but when i execute studio.exe (or studio.bat) to open Android Studio, it just won't open.
This is the log when i run studio.bat in the command prompt:
C:\Program Files\Android\AndroidStudio\bin>studio.bat
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.intellij.openapi.application.impl.InvocationUtil to field java.awt.event.InvocationEvent.runnable
WARNING: Please consider reporting this to the maintainers of com.intellij.openapi.application.impl.InvocationUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2022-04-17 19:32:00,645 [ 124] WARN - #com.intellij.idea.Main - Unable to load JNA library (OS: Windows 10 10.0)
java.lang.UnsatisfiedLinkError: C:\Users\Gonalo Martins\AppData\Local\Google\AndroidStudio2021.1\tmp\jna7091873651992604468.dll: Can't find dependent libraries
at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method)
at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2430)
at java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2487)
at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2684)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2617)
at java.base/java.lang.Runtime.load0(Runtime.java:765)
at java.base/java.lang.System.load(System.java:1835)
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1019)
at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:989)
at com.sun.jna.Native.<clinit>(Native.java:195)
at com.intellij.jna.JnaLoader.load(JnaLoader.java:18)
at com.intellij.idea.StartupUtil.loadSystemLibraries(StartupUtil.java:655)
at com.intellij.idea.StartupUtil.lambda$prepareApp$4(StartupUtil.java:235)
at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:216)
at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:27)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:195)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:187)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:834)
2022-04-17 19:32:01,489 [ 968] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.android.tools.idea.AndroidInitialConfigurator)
2022-04-17 19:32:01,568 [ 1047] WARN - tor.impl.FontFamilyServiceImpl - Couldn't access required runtime API, will fall back to basic logic of font selection
2022-04-17 19:32:01,884 [ 1363] WARN - tellij.ide.SystemHealthMonitor - issue detected: bundled.jre.version.message
2022-04-17 19:32:04,486 [ 3965] ERROR - pplication.impl.LaterInvocator - Could not initialize class com.sun.jna.Native
java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
at com.sun.jna.platform.win32.WinReg$HKEYByReference.<init>(WinReg.java:52)
at com.sun.jna.platform.win32.WinReg$HKEYByReference.<init>(WinReg.java:48)
at com.sun.jna.platform.win32.Advapi32Util.registryGetKeys(Advapi32Util.java:2028)
at com.sun.jna.platform.win32.Advapi32Util.registryGetKeys(Advapi32Util.java:2012)
at com.android.tools.idea.welcome.install.CpuVendor.getCpuVendor(CpuVendor.kt:30)
at com.android.tools.idea.welcome.install.CpuVendor.isIntel(CpuVendor.kt:38)
at com.android.tools.idea.welcome.install.Haxm.<clinit>(Haxm.kt:91)
at com.android.tools.idea.welcome.wizard.deprecated.InstallComponentsPath.createComponentTree(InstallComponentsPath.java:138)
at com.android.tools.idea.welcome.wizard.deprecated.InstallComponentsPath.init(InstallComponentsPath.java:204)
at com.android.tools.idea.wizard.dynamic.DynamicWizardPath.attachToWizard(DynamicWizardPath.java:98)
at com.android.tools.idea.wizard.dynamic.DynamicWizard.addPath(DynamicWizard.java:233)
at com.android.tools.idea.welcome.wizard.deprecated.FirstRunWizard.init(FirstRunWizard.java:90)
at com.android.tools.idea.welcome.wizard.deprecated.FirstRunWizardHost.lambda$setupWizard$0(FirstRunWizardHost.java:121)
at com.intellij.openapi.application.impl.ApplicationImpl.invokeAndWait(ApplicationImpl.java:421)
at com.android.tools.idea.welcome.wizard.deprecated.FirstRunWizardHost.setupWizard(FirstRunWizardHost.java:119)
at com.android.tools.idea.welcome.wizard.deprecated.FirstRunWizardHost.getWelcomePanel(FirstRunWizardHost.java:112)
at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeFrame.<init>(WelcomeFrame.java:64)
at com.android.tools.idea.welcome.wizard.FirstRunWizardFrameProvider.lambda$createFrame$0(FirstRunWizardFrameProvider.java:42)
at com.intellij.openapi.extensions.impl.ExtensionProcessingHelper.computeSafeIfAny(ExtensionProcessingHelper.java:56)
at com.intellij.openapi.extensions.ExtensionPointName.computeSafeIfAny(ExtensionPointName.java:54)
at com.android.tools.idea.welcome.wizard.FirstRunWizardFrameProvider.createFrame(FirstRunWizardFrameProvider.java:38)
at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeFrame.lambda$prepareToShow$1(WelcomeFrame.java:172)
at com.intellij.openapi.extensions.impl.ExtensionProcessingHelper.computeSafeIfAny(ExtensionProcessingHelper.java:56)
at com.intellij.openapi.extensions.ExtensionPointName.computeSafeIfAny(ExtensionPointName.java:54)
at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeFrame.lambda$prepareToShow$2(WelcomeFrame.java:172)
at com.intellij.idea.IdeStarter$showWizardAndWelcomeFrame$1.run(IdeStarter.kt:173)
at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:218)
at com.intellij.openapi.application.TransactionGuardImpl.access$200(TransactionGuardImpl.java:21)
at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:200)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:787)
at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeLater$4(ApplicationImpl.java:325)
at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:84)
at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:133)
at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:46)
at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:189)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:969)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:839)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:449)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:808)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:787)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:496)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
2022-04-17 19:32:04,500 [ 3979] ERROR - pplication.impl.LaterInvocator - Android Studio Bumblebee | 2021.1.1 Patch 3 Build #AI-211.7628.21.2111.8309675
2022-04-17 19:32:04,503 [ 3982] ERROR - pplication.impl.LaterInvocator - JDK: 11.0.13; VM: Java HotSpot(TM) 64-Bit Server VM; Vendor: Oracle Corporation
2022-04-17 19:32:04,503 [ 3982] ERROR - pplication.impl.LaterInvocator - OS: Windows 10
2022-04-17 19:32:04,505 [ 3984] ERROR - pplication.impl.LaterInvocator - Last Action:
And then stops and don' inicialize.
To run studio.bat i use Java SE Development Kit 11.0.13 (Java SE 11)

Python 3.7.0 and tcl/tk 8.6 crashing on Mac OS X 10.12.6

I'm trying to run a script under IDLE in a fresh install of Python 3.7.0 on a Mac running OS 10.12.6, but it appears to crash once it hits "root = Tk()".
The error generated is:
Process: Python [877]
Path: /Library/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
Identifier: Python
Version: 3.7.0 (3.7.0)
Code Type: X86-64 (Native)
Parent Process: Python [872]
Responsible: Python [877]
User ID: 501
Date/Time: 2018-08-08 08:58:47.934 -0400
OS Version: Mac OS X 10.12.6 (16G1510)
Report Version: 12
Anonymous UUID: F9CEC001-40B2-1F01-C918-48794CEB9A07
Sleep/Wake UUID: 6743F7F2-F98A-4114-8742-809CF7F2C43B
Time Awake Since Boot: 22000 seconds
Time Since Wake: 5400 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSApplication _setup:]: unrecognized selector sent to instance 0x7fba344e3f60'
abort() called
terminating with uncaught exception of type NSException
I have interrogated the tcl/tk library using:
print(root.tk.exprstring('$tcl_library'))
print(root.tk.exprstring('$tk_library'))
This reports the following:
/Library/Frameworks/Python.framework/Versions/3.7/lib/tcl8.6
/Library/Frameworks/Python.framework/Versions/3.7/lib/tk8.6
This appears to be correct given the information on Python.org here.
What should I be doing differently?

ASP.NET 5 Failed to initialize runtime on IIS

I got below log error when I publish my ASP.NET 5 RC1 project to the IIS server.
Failed to initialize runtime 0x
IIS 7.5, installed 64 bit HTTP Platform Handler and followed below instructions
docs.asp.net/en/latest/publishing/iis.html
I have the project working well locally with VS2015 and IIS Express.
Any idea about this error?
Updated approot folder structure:
Runtimes folder:
Web.config in wwwroot(auto-generated):
<configuration>
<system.webServer>
<handlers>
<add name="httpplatformhandler" path="*" verb="*"
modules="httpPlatformHandler" resourceType="Unspecified" />
</handlers>
<httpPlatform processPath="..\approot\web.cmd"
arguments=""
stdoutLogEnabled="false"
stdoutLogFile="..\logs\stdout.log"
startupTimeLimit="3600"
forwardWindowsAuthToken="true"></httpPlatform>
</system.webServer>
</configuration>
web.cmd in approot(auto-generated):
#echo off
SET DNX_FOLDER=dnx-clr-win-x64.1.0.0-rc1-update1
SET "LOCAL_DNX=%~dp0runtimes\%DNX_FOLDER%\bin\dnx.exe"
IF EXIST %LOCAL_DNX% (
SET "DNX_PATH=%LOCAL_DNX%"
)
for %%a in (%DNX_HOME%) do (
IF EXIST %%a\runtimes\%DNX_FOLDER%\bin\dnx.exe (
SET "HOME_DNX=%%a\runtimes\%DNX_FOLDER%\bin\dnx.exe"
goto :continue
)
)
:continue
IF "%HOME_DNX%" NEQ "" (
SET "DNX_PATH=%HOME_DNX%"
)
IF "%DNX_PATH%" == "" (
SET "DNX_PATH=dnx.exe"
)
#"%DNX_PATH%" --project "%~dp0src\Pms.Client.Web" --configuration Debug web %*
Tried to use WinDbg the dnx.exe on server and got below error code. Hope someone is able to interpret for me. Thanks!
ModLoad: 000007fe`f96d0000 000007fe`fa035000 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
ModLoad: 000007fe`fa530000 000007fe`fa601000 C:\Windows\system32\MSVCR100_CLR0400.dll
(668.126c): Unknown exception - code 04242420 (first chance)
ModLoad: 000007fe`ee610000 000007fe`ef889000 C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\7f2c596fb4811af2d6fc7a5132c75d10\mscorlib.ni.dll
ModLoad: 000007fe`f5510000 000007fe`f5524000 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\nlssorting.dll
ModLoad: 000007fe`fc850000 000007fe`fc868000 C:\Windows\system32\CRYPTSP.dll
ModLoad: 000007fe`fc3b0000 000007fe`fc3f7000 C:\Windows\system32\rsaenh.dll
ModLoad: 000007fe`fcd20000 000007fe`fcd2f000 C:\Windows\system32\CRYPTBASE.dll
ModLoad: 000007fe`f4d90000 000007fe`f4f03000 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll
(668.126c): C++ EH exception - code e06d7363 (first chance)
(668.126c): CLR exception - code e0434352 (first chance)
(668.126c): C++ EH exception - code e06d7363 (first chance)
(668.126c): CLR exception - code e0434352 (first chance)
(668.126c): C++ EH exception - code e06d7363 (first chance)
(668.126c): CLR exception - code e0434352 (first chance)
(668.126c): C++ EH exception - code e06d7363 (first chance)
(668.126c): CLR exception - code e0434352 (first chance)
ntdll!ZwTerminateProcess+0xa:
Figured out this issue. The answer is simple enough, but the story is long.
I just installed .NET Framework 4.5.1 on server and the error has gone.
Then I got another well-known issue about
"
you must add reference assembly to System.Runtime
"
Tried every way I found in this site and gave up eventually. The magic came out when I checked option to build binaries when publishing:
image here.
Just post this workaround for peoples that may encounter similar situation. Still I am not very clear about underlying things.

VLC wrapper in monodevelop

I'm programming c# in monodevelop for ubuntu program. When the program is started, it gets run time error. The error message from GDB is here:
Native stacktrace:
/usr/bin/mono() [0x80e6431]
/usr/bin/mono() [0x8062b70]
[0xb77b940c]
/lib/i386-linux-gnu/libc.so.6(_IO_file_underflow+0x68) [0xb76cb9c8]
/lib/i386-linux-gnu/libc.so.6(_IO_default_uflow+0x19) [0xb7612449]
/lib/i386-linux-gnu/libc.so.6(__uflow+0x90) [0xb7612260]
/lib/i386-linux-gnu/libc.so.6(getc+0xb2) [0xb7608772]
/usr/lib/i386-linux-gnu/liblua5.1.so.0(luaL_loadfile+0xdc) [0xb429fd8c]
/usr/lib/vlc/plugins/lua/liblua_plugin.so(+0xa055) [0xb42d8055]
/usr/lib/vlc/plugins/lua/liblua_plugin.so(+0xa220) [0xb42d8220]
/usr/lib/vlc/plugins/lua/liblua_plugin.so(+0xd689) [0xb42db689]
/usr/lib/vlc/plugins/lua/liblua_plugin.so(+0xa546) [0xb42d8546]
/usr/lib/libvlccore.so.5(+0x916a0) [0xb52706a0]
/usr/lib/libvlccore.so.5(vlc_module_load+0x573) [0xb5270de3]
/usr/lib/libvlccore.so.5(module_need+0x42) [0xb5271302]
/usr/lib/libvlccore.so.5(+0x27716) [0xb5206716]
/lib/i386-linux-gnu/libpthread.so.0(+0x6d4c) [0xb774fd4c]
/lib/i386-linux-gnu/libc.so.6(clone+0x5e) [0xb768ddde]
Debug info from gdb:
TagLib: MP4: No audio tracks
Unable to attach: program terminated with signal SIGSEGV, Segmentation fault.
Could anyone give a hand about this?
Than you very much

Cannot uplaod Monotouch project to device anymore - Null reference in installer

I have recently downloaded and installed Xcode 3 (!) together with SDK 4.3 (was on 4.2 before). Now i cannot deploy my app to iPad 2 (4.3.1) anymore. I get this error:
Please ensure your device is connected...
Connected to: René’s iPad
Initializing file service...
Uploading application
Finalizing file service...
Connected to: René’s iPad
Installing application
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
at MonoTouch.Installation.Installer.InstallApplication (object,System.EventArgs) <0x001b6>
at MonoTouch.Installation.Device.NotificationCallback (MonoTouch.Installation.Device/am_device_notification_callback_info&) <0x0006e>
at (wrapper native-to-managed) MonoTouch.Installation.Device.NotificationCallback (MonoTouch.Installation.Device/am_device_notification_callback_info&) <0x0003d>
at (wrapper managed-to-native) MonoTouch.CoreFoundation.CFRunLoop.CFRunLoopRun () <0x00003>
at MonoTouch.CoreFoundation.CFRunLoop.Run () <0x0000d>
at MonoTouch.Installation.Installer.InstallApplication (string) <0x00151>
at MTouch.Main (string[]) <0x032d1>
The application was terminated by a signal: SIGHUP
Your application name or path have a space in it. Remove the space and it should work.

Resources