-
During a WP8 app resume, the assets are reloaded using ContentManager.ReloadAsset. The Texture2D.ReloadAsset method then calls the async API to load the asset asynchronously. Problem arises in the Con…
-
I want to extend the content queries executed by `DefaultContentManager` and `DefaultContentQuery` with a left join of my ValidityPart to return only "valid" content items.
In case of `DefaultConten…
-
Hi,
I have a issue on workflow list page when I whant to delete a element. The delete operation is locked by a previous read query that did not terminate.
The SQL Session 59 & 60 appears when …
-
Microsoft Windows Pro Italian
Microsoft Visual Studio Community 2019
Version 16.2.5
rustc 1.37.0 (eae3437df 2019-08-13)
pyoxidizer 0.3.0
C:\Users\Carmelo>cargo install pyoxidizer
Updatin…
-
Sorry again :)
This one took me quite a while to find (well, until i got a customer complaint), I however also found the reason for said crash.
**Symptom:**
UserInterface.Initialize(Content, "s…
-
If I want to load a Song. (bacground_sound = Content. Load ("song");)
So me MonoDevelop throws this error:
System.NullReferenceException has been thrown
Object reference not set to an instance of an…
-
### Step 1: Please describe your environment
* ZeroNet version: 0.6.3 r3612
* Operating system: Debian GNU/Linux
* Web browser: Chrome 67.0.3396.79 (64-bit)
* Tor status: disabled
* O…
-
### Step 1: Please describe your environment
* Operating system:Ubuntu 18.10
* Web browser: Firefox
* Tor status: available
```
[22:40:00] Site:14qzPj..xnfZ content.json: verify sign er…
-
Originally reported by: **Anonymous**
----------------------------------------
When trying to run the created executable an import error occurs.
ImportError: No module named __startup__
Have also t…
-
In my game, I use a background thread to load, among other things, textures that will be used in the next level, while playing the current level.
Without changing #define options, I get performance…