Adam Mathieson

Results 40 issues of Adam Mathieson

**Describe the bug** Bug reported when dereferencing OmsiPathInfoInternal **Additional context** [Source](https://github.com/space928/Omsi-Extensions/blob/7687b6623f5f74b4419695257bd2a4eef54dd93e/OmsiHook/OmsiStructs.cs#L722)

bug

**Describe the bug** Fields in OmsiAchseInstance are still in German. Fields need checking for correct datatypes **Additional context** [Source](https://github.com/space928/Omsi-Extensions/blob/7687b6623f5f74b4419695257bd2a4eef54dd93e/OmsiHook/OmsiStructs.cs#L555)

bug

**Describe the bug** Check getInteriorLights Data Type **Additional context** [Source](https://github.com/space928/Omsi-Extensions/blob/7687b6623f5f74b4419695257bd2a4eef54dd93e/OmsiHook/OmsiStructs.cs#L484)

bug

**Describe the bug** Check Axis Data Type **Additional context** [Source](https://github.com/space928/Omsi-Extensions/blob/7687b6623f5f74b4419695257bd2a4eef54dd93e/OmsiHook/OmsiStructs.cs#L144)

bug

**Describe the bug** This shouldn't really fail silently if it isn't meant to but closing the RPC session results in ReadInt32 throwing an exception, so we should catch that... **Additional...

bug

**Describe the bug** TMyOMSIList needs wrapping to make RVLists more efficient. **Additional context** [Source](https://github.com/space928/Omsi-Extensions/blob/7687b6623f5f74b4419695257bd2a4eef54dd93e/OmsiHook/OmsiHook.cs#L208)

bug

**Describe the bug** Rewrite this to read chunks of memory all at once instead of one char at a time... **Additional context** [Source](https://github.com/space928/Omsi-Extensions/blob/7687b6623f5f74b4419695257bd2a4eef54dd93e/OmsiHook/Memory.cs#L725)

bug

**Describe the bug** Implement efficient enumerator for non-cached arrays. **Additional context** [Source](https://github.com/space928/Omsi-Extensions/blob/7687b6623f5f74b4419695257bd2a4eef54dd93e/OmsiHook/MemArray/MemArrayObjList.cs#L92)

bug

**Describe the bug** Free the old array & Remove references from current array. Does this work? Is this safe? **Additional context** [Source](https://github.com/space928/Omsi-Extensions/blob/7687b6623f5f74b4419695257bd2a4eef54dd93e/OmsiHook/MemArray/MemArrayBase.cs#L82)

bug

**Describe the bug** There's still a race condition here for some reason... Sometimes the client connects to the rx of one thread and the tx of another. **Additional context** [Source](https://github.com/space928/Omsi-Extensions/blob/7687b6623f5f74b4419695257bd2a4eef54dd93e/OmsiHookRPCPlugin/OmsiHookRPCPlugin.cs#L129)

bug